Uses of Class
org.apache.maven.j2ee.WarFile

Packages that use WarFile
org.apache.maven.j2ee   
 

Uses of WarFile in org.apache.maven.j2ee
 

Methods in org.apache.maven.j2ee with parameters of type WarFile
 void WarValidator.validateErrorPages(WarFile war)
          Validate the error pages defined in the war file (as defined by a <error-page> tag in web.xml), making sure that the location specifed by the nested <location> exists in the war file
 void WarValidator.validateFormLoginConfig(WarFile war)
          Validate that the <form-login-config> element, if it exists contains valid login and error pages
 

Constructors in org.apache.maven.j2ee with parameters of type WarFile
WarClassLoader(WarFile war)
          Creates a new instance of WarClassLoader
WarClassLoader(WarFile war, ClassLoader classloader)
          Creates a new instance of WarClassLoader with the provided parent classloader as the one to delegate to if classes can't be found
 



Copyright © 2001-2006 Apache Software Foundation. All Rights Reserved.