Class RewriteIT

java.lang.Object
org.ocpsoft.rewrite.test.RewriteITBase
org.ocpsoft.rewrite.test.RewriteIT

public class RewriteIT extends RewriteITBase
Author:
Lincoln Baxter, III
  • Constructor Details

    • RewriteIT

      public RewriteIT()
  • Method Details

    • getDeployment

      public static org.jboss.shrinkwrap.api.spec.WebArchive getDeployment()
    • getDeployment

      public static org.jboss.shrinkwrap.api.spec.WebArchive getDeployment(String name)
    • getDeploymentWithCDI

      public static org.jboss.shrinkwrap.api.spec.WebArchive getDeploymentWithCDI()
    • getDeploymentWithFacesAndCDI

      public static org.jboss.shrinkwrap.api.spec.WebArchive getDeploymentWithFacesAndCDI()
    • getDeploymentNoWebXml

      public static org.jboss.shrinkwrap.api.spec.WebArchive getDeploymentNoWebXml()
    • getDeploymentNoWebXml

      public static org.jboss.shrinkwrap.api.spec.WebArchive getDeploymentNoWebXml(String name)
    • isJetty

      public static boolean isJetty()
    • isTomcat

      public static boolean isTomcat()
    • isWeld

      public static boolean isWeld()
    • isOWB

      public static boolean isOWB()
    • getContainerArchive

      protected static org.jboss.shrinkwrap.api.spec.JavaArchive getContainerArchive()
    • getCurrentArchive

      protected static org.jboss.shrinkwrap.api.spec.JavaArchive getCurrentArchive()
    • getRewriteArchive

      protected static org.jboss.shrinkwrap.api.spec.JavaArchive getRewriteArchive()
    • getRewriteAnnotationsArchive

      protected static org.jboss.shrinkwrap.api.spec.JavaArchive getRewriteAnnotationsArchive()
    • getRewriteCDIArchive

      protected static org.jboss.shrinkwrap.api.spec.JavaArchive getRewriteCDIArchive()
    • getRewriteConfigArchive

      protected static org.jboss.shrinkwrap.api.spec.JavaArchive getRewriteConfigArchive()
    • getRewriteFacesArchive

      protected static org.jboss.shrinkwrap.api.spec.JavaArchive getRewriteFacesArchive()