A C D E F G H I J L M N O P R S T U V W

A

AUTH_CONSTRAINT - Static variable in class org.apache.cactus.integration.ant.deployment.WebXmlTag
Element name 'auth-constraint'.
AUTH_METHOD - Static variable in class org.apache.cactus.integration.ant.deployment.WebXmlTag
Element name 'auth-method'.
AbstractCatalinaContainer - class org.apache.cactus.integration.ant.container.tomcat.AbstractCatalinaContainer.
Base support for Catalina based containers.
AbstractCatalinaContainer() - Constructor for class org.apache.cactus.integration.ant.container.tomcat.AbstractCatalinaContainer
 
AbstractContainer - class org.apache.cactus.integration.ant.container.AbstractContainer.
Abstract base class for supporting specific containers as nested elements in the CactusTask.
AbstractContainer() - Constructor for class org.apache.cactus.integration.ant.container.AbstractContainer
 
AbstractJavaContainer - class org.apache.cactus.integration.ant.container.AbstractJavaContainer.
Abstract base class for containers that perform the starting and stopping of the server by executing Java classes in a forked JVM.
AbstractJavaContainer() - Constructor for class org.apache.cactus.integration.ant.container.AbstractJavaContainer
 
AbstractOrionContainer - class org.apache.cactus.integration.ant.container.orion.AbstractOrionContainer.
Basic support for the Orin application server.
AbstractOrionContainer() - Constructor for class org.apache.cactus.integration.ant.container.orion.AbstractOrionContainer
 
AbstractServerRun - class org.apache.cactus.ant.AbstractServerRun.
Deprecated. This class has moved to AbstractServerRun.
AbstractServerRun(String[]) - Constructor for class org.apache.cactus.ant.AbstractServerRun
Deprecated.  
AbstractServerRun - class org.apache.cactus.integration.ant.container.AbstractServerRun.
Abstract class for starting/stopping an application server.
AbstractServerRun(String[]) - Constructor for class org.apache.cactus.integration.ant.container.AbstractServerRun
 
AbstractTomcatContainer - class org.apache.cactus.integration.ant.container.tomcat.AbstractTomcatContainer.
Base support for Catalina based containers.
AbstractTomcatContainer() - Constructor for class org.apache.cactus.integration.ant.container.tomcat.AbstractTomcatContainer
 
AntLog - class org.apache.cactus.integration.ant.util.AntLog.
Support class that lets classes log to Ant using the Commons Logging API.
AntLog(Task) - Constructor for class org.apache.cactus.integration.ant.util.AntLog
Constructor.
AntLog(Target) - Constructor for class org.apache.cactus.integration.ant.util.AntLog
Constructor.
AntLog(Project) - Constructor for class org.apache.cactus.integration.ant.util.AntLog
Constructor.
AntTaskFactory - interface org.apache.cactus.integration.ant.util.AntTaskFactory.
Interface that allows random classes to use Ant tasks without needing an explicit reference to a project, target or task.
ApplicationXml - class org.apache.cactus.integration.ant.deployment.ApplicationXml.
Encapsulates the DOM representation of a enterprise application descriptor (application.xml) to provide convenience methods for easy access and manipulation.
ApplicationXml(Document) - Constructor for class org.apache.cactus.integration.ant.deployment.ApplicationXml
Constructor.
ApplicationXmlIo - class org.apache.cactus.integration.ant.deployment.ApplicationXmlIo.
Provides convenience methods for reading and writing enterprise application deployment descriptors (application.xml).
ApplicationXmlIo() - Constructor for class org.apache.cactus.integration.ant.deployment.ApplicationXmlIo
 
ApplicationXmlTag - class org.apache.cactus.integration.ant.deployment.ApplicationXmlTag.
Represents the various top-level tags in a enterprise application deployment descriptor as a typesafe enumeration.
ApplicationXmlVersion - class org.apache.cactus.integration.ant.deployment.ApplicationXmlVersion.
Enumerated type that represents the version of the deployment descriptor of a enterprise application (application.xml).
addConf(FileSet) - Method in class org.apache.cactus.integration.ant.container.tomcat.AbstractTomcatContainer
Adds a set of files to include in the Tomcat configuration directory.
addConfiguredXMLCatalog(XMLCatalog) - Method in class org.apache.cactus.integration.ant.CactifyWarTask
Adds an XML catalog to the internal catalog.
addConfiguredXMLCatalog(XMLCatalog) - Method in class org.apache.cactus.integration.ant.WebXmlMergeTask
Adds an XML catalog to the internal catalog.
addContainerSet(ContainerSet) - Method in class org.apache.cactus.integration.ant.CactusTask
Adds the nested containers element (only one is permitted).
addElement(WebXmlTag, Element) - Method in class org.apache.cactus.integration.ant.deployment.WebXml
Adds an element of the specified tag to the descriptor.
addFilter(String, String) - Method in class org.apache.cactus.integration.ant.deployment.WebXml
Adds a new servlet filter to the descriptor.
addFilter(Element) - Method in class org.apache.cactus.integration.ant.deployment.WebXml
Adds a new servlet filter to the descriptor.
addFilterInitParam(String, String, String) - Method in class org.apache.cactus.integration.ant.deployment.WebXml
Adds an initialization parameter to the specified filter.
addFilterMapping(String, String) - Method in class org.apache.cactus.integration.ant.deployment.WebXml
Adds a filter mapping to the descriptor.
addFilterRedirector(CactifyWarTask.FilterRedirector) - Method in class org.apache.cactus.integration.ant.CactifyWarTask
Adds a Cactus filter test redirector.
addGeneric(GenericContainer) - Method in class org.apache.cactus.integration.ant.ContainerSet
Adds a nested generic container to the set of containers.
addJspFile(String, String) - Method in class org.apache.cactus.integration.ant.deployment.WebXml
Adds a mapped JSP file to the descriptor.
addJspRedirector(CactifyWarTask.JspRedirector) - Method in class org.apache.cactus.integration.ant.CactifyWarTask
Adds a Cactus JSP test redirector.
addSecurityConstraint(String, String, List) - Method in class org.apache.cactus.integration.ant.deployment.WebXml
Creates and adds a security-constraint to the descriptor.
addSecurityRole(String) - Method in class org.apache.cactus.integration.ant.deployment.WebXml
Adds a new security role to the descriptor.
addServlet(String, String) - Method in class org.apache.cactus.integration.ant.deployment.WebXml
Adds a new servlet to the descriptor.
addServlet(Element) - Method in class org.apache.cactus.integration.ant.deployment.WebXml
Adds a new servlet to the descriptor.
addServletInitParam(String, String, String) - Method in class org.apache.cactus.integration.ant.deployment.WebXml
Adds an initialization parameter to the specified servlet.
addServletMapping(String, String) - Method in class org.apache.cactus.integration.ant.deployment.WebXml
Adds a servlet mapping to the descriptor.
addServletRedirector(CactifyWarTask.ServletRedirector) - Method in class org.apache.cactus.integration.ant.CactifyWarTask
Adds a Cactus servlet test redirector.
addTask(Task) - Method in class org.apache.cactus.integration.ant.container.GenericContainer.Hook
 

C

CONTEXT_PARAM - Static variable in class org.apache.cactus.integration.ant.deployment.WebXmlTag
Element name 'context-param'.
CONTEXT_ROOT - Static variable in class org.apache.cactus.integration.ant.deployment.ApplicationXmlTag
Element name 'context-root',
CactifyWarTask - class org.apache.cactus.integration.ant.CactifyWarTask.
An Ant task that injects elements necessary to run Cactus tests into an existing WAR file.
CactifyWarTask() - Constructor for class org.apache.cactus.integration.ant.CactifyWarTask
 
CactifyWarTask.FilterRedirector - class org.apache.cactus.integration.ant.CactifyWarTask.FilterRedirector.
Implementation of Redirector for filter test redirectors.
CactifyWarTask.FilterRedirector() - Constructor for class org.apache.cactus.integration.ant.CactifyWarTask.FilterRedirector
Default constructor.
CactifyWarTask.JspRedirector - class org.apache.cactus.integration.ant.CactifyWarTask.JspRedirector.
Implementation of Redirector for JSP test redirectors.
CactifyWarTask.JspRedirector() - Constructor for class org.apache.cactus.integration.ant.CactifyWarTask.JspRedirector
Default constructor.
CactifyWarTask.Redirector - class org.apache.cactus.integration.ant.CactifyWarTask.Redirector.
Abstract base class for nested redirector elements.
CactifyWarTask.Redirector() - Constructor for class org.apache.cactus.integration.ant.CactifyWarTask.Redirector
 
CactifyWarTask.ServletRedirector - class org.apache.cactus.integration.ant.CactifyWarTask.ServletRedirector.
Implementation of Redirector for servlet test redirectors.
CactifyWarTask.ServletRedirector() - Constructor for class org.apache.cactus.integration.ant.CactifyWarTask.ServletRedirector
Default constructor.
CactifyWarTask.Version - class org.apache.cactus.integration.ant.CactifyWarTask.Version.
Enumeration for the version attribute.
CactifyWarTask.Version() - Constructor for class org.apache.cactus.integration.ant.CactifyWarTask.Version
 
CactusTask - class org.apache.cactus.integration.ant.CactusTask.
An Ant task that extends the optional JUnit task to provide support for in-container testing.
CactusTask() - Constructor for class org.apache.cactus.integration.ant.CactusTask
Constructor.
Container - interface org.apache.cactus.integration.ant.container.Container.
Interface for classes that can be used as nested elements in the <containers> element of the <cactus> task.
ContainerFactory - class org.apache.cactus.integration.ant.container.ContainerFactory.
Factory for container support classes.
ContainerFactory() - Constructor for class org.apache.cactus.integration.ant.container.ContainerFactory
Constructor.
ContainerRunner - class org.apache.cactus.integration.ant.container.ContainerRunner.
Support class that handles the lifecycle of a container, which basically consists of startup and shutdown.
ContainerRunner(Container) - Constructor for class org.apache.cactus.integration.ant.container.ContainerRunner
Constructor.
ContainerSet - class org.apache.cactus.integration.ant.ContainerSet.
Ant data type that represents a set of J2EE containers.
ContainerSet() - Constructor for class org.apache.cactus.integration.ant.ContainerSet
 
ContainerWrapper - class org.apache.cactus.integration.ant.container.ContainerWrapper.
Class that wraps around an implementation of the Container interface and delegates all calls to the wrapped instance.
ContainerWrapper(Container) - Constructor for class org.apache.cactus.integration.ant.container.ContainerWrapper
Constructor.
compareTo(Object) - Method in class org.apache.cactus.integration.ant.deployment.ApplicationXmlVersion
 
compareTo(Object) - Method in class org.apache.cactus.integration.ant.deployment.WebXmlVersion
 
containsClass(String) - Method in class org.apache.cactus.integration.ant.deployment.JarArchive
Returns whether a class of the specified name is contained in the archive.
containsClass(String) - Method in class org.apache.cactus.integration.ant.deployment.WarArchive
Returns whether a class of the specified name is contained in the web-app archive, either directly in WEB-INF/classes, or in one of the JARs in WEB-INF/lib.
copyResource(Project, String, File) - Static method in class org.apache.cactus.integration.ant.util.ResourceUtils
Copies a container resource from the JAR into the specified file.
copyResource(Project, String, File, FilterChain) - Static method in class org.apache.cactus.integration.ant.util.ResourceUtils
Copies a container resource from the JAR into the specified file, thereby applying the specified filters.
createContainer(String) - Method in class org.apache.cactus.integration.ant.container.ContainerFactory
Creates and returns the implementation of the Container interface which is mapped to the specified name.
createDynamicElement(String) - Method in class org.apache.cactus.integration.ant.ContainerSet
 
createExclude() - Method in class org.apache.cactus.integration.ant.container.AbstractContainer
Creates a nested exclude element that is added to the pattern set.
createShutDown() - Method in class org.apache.cactus.integration.ant.container.GenericContainer
Creates a nested 'shutdown' element.
createStart() - Method in class org.apache.cactus.integration.ant.RunServerTestsTask
Creates a nested start element.
createStartUp() - Method in class org.apache.cactus.integration.ant.container.GenericContainer
Creates a nested 'startup' element.
createStop() - Method in class org.apache.cactus.integration.ant.RunServerTestsTask
Creates a nested stop element.
createTask(String) - Method in interface org.apache.cactus.integration.ant.util.AntTaskFactory
Returns the task that is mapped to the specified name.
createTest() - Method in class org.apache.cactus.integration.ant.RunServerTestsTask
Creates a nested test element.

D

DESCRIPTION - Static variable in class org.apache.cactus.integration.ant.deployment.ApplicationXmlTag
Element name 'description'.
DESCRIPTION - Static variable in class org.apache.cactus.integration.ant.deployment.WebXmlTag
Element name 'description'.
DISPLAY_NAME - Static variable in class org.apache.cactus.integration.ant.deployment.ApplicationXmlTag
Element name 'display-name'.
DISPLAY_NAME - Static variable in class org.apache.cactus.integration.ant.deployment.WebXmlTag
Element name 'display-name'.
DISTRIBUTABLE - Static variable in class org.apache.cactus.integration.ant.deployment.WebXmlTag
Element name 'distributable'.
debug(Object) - Method in class org.apache.cactus.integration.ant.util.AntLog
 
debug(Object, Throwable) - Method in class org.apache.cactus.integration.ant.util.AntLog
 

E

EJB_LOCAL_REF - Static variable in class org.apache.cactus.integration.ant.deployment.WebXmlTag
Element name 'ejb-local-ref'.
EJB_REF - Static variable in class org.apache.cactus.integration.ant.deployment.WebXmlTag
Element name 'ejb-ref'.
ENV_ENTRY - Static variable in class org.apache.cactus.integration.ant.deployment.WebXmlTag
Element name 'env-entry'.
ERROR_PAGE - Static variable in class org.apache.cactus.integration.ant.deployment.WebXmlTag
Element name 'error-page'.
EarArchive - class org.apache.cactus.integration.ant.deployment.EarArchive.
Class that encapsulates access to a enterprise application archive (EAR).
EarArchive(File) - Constructor for class org.apache.cactus.integration.ant.deployment.EarArchive
Constructor.
EarArchive(InputStream) - Constructor for class org.apache.cactus.integration.ant.deployment.EarArchive
Constructor.
EnhydraRun - class org.apache.cactus.ant.EnhydraRun.
Deprecated. This class has moved to EnhydraRun.
EnhydraRun(String[]) - Constructor for class org.apache.cactus.ant.EnhydraRun
Deprecated.  
EnhydraRun - class org.apache.cactus.integration.ant.container.enhydra.EnhydraRun.
Starts/stop Enhydra by setting up a listener socket.
EnhydraRun(String[]) - Constructor for class org.apache.cactus.integration.ant.container.enhydra.EnhydraRun
 
equals(Object) - Method in class org.apache.cactus.integration.ant.deployment.ApplicationXmlTag
 
equals(Object) - Method in class org.apache.cactus.integration.ant.deployment.ApplicationXmlVersion
 
equals(Object) - Method in class org.apache.cactus.integration.ant.deployment.WebXmlTag
 
equals(Object) - Method in class org.apache.cactus.integration.ant.deployment.WebXmlVersion
 
error(Object) - Method in class org.apache.cactus.integration.ant.util.AntLog
 
error(Object, Throwable) - Method in class org.apache.cactus.integration.ant.util.AntLog
 
execute() - Method in class org.apache.cactus.ant.RunServerTestsTask
Deprecated.  
execute() - Method in class org.apache.cactus.integration.ant.CactifyWarTask
 
execute() - Method in class org.apache.cactus.integration.ant.CactusTask
 
execute() - Method in class org.apache.cactus.integration.ant.RunServerTestsTask
 
execute() - Method in class org.apache.cactus.integration.ant.WebXmlMergeTask
 
execute() - Method in class org.apache.cactus.integration.ant.container.GenericContainer.Hook
Executes the hook by either calling the specified target, or invoking all nested tasks.

F

FILTER - Static variable in class org.apache.cactus.integration.ant.deployment.WebXmlTag
Element name 'filter'.
FILTER_CLASS - Static variable in class org.apache.cactus.integration.ant.deployment.WebXmlTag
Element name 'filter-class'.
FILTER_MAPPING - Static variable in class org.apache.cactus.integration.ant.deployment.WebXmlTag
Element name 'filter-mapping'.
FILTER_NAME - Static variable in class org.apache.cactus.integration.ant.deployment.WebXmlTag
Element name 'filter-name'.
fatal(Object) - Method in class org.apache.cactus.integration.ant.util.AntLog
 
fatal(Object, Throwable) - Method in class org.apache.cactus.integration.ant.util.AntLog
 
findResource(String) - Method in class org.apache.cactus.integration.ant.deployment.JarArchive
Returns the full path of a named resource in the archive.

G

GenericContainer - class org.apache.cactus.integration.ant.container.GenericContainer.
A generic container that can be nested in the CactusTask to support complete customization of the container lifecycle from a build file.
GenericContainer() - Constructor for class org.apache.cactus.integration.ant.container.GenericContainer
 
GenericContainer.Hook - class org.apache.cactus.integration.ant.container.GenericContainer.Hook.
Class that represents the nested 'startup' and 'shutdown' elements.
GenericContainer.Hook() - Constructor for class org.apache.cactus.integration.ant.container.GenericContainer.Hook
 
getApplicationXml() - Method in class org.apache.cactus.integration.ant.deployment.EarArchive
Returns the deployment descriptor of the web application.
getContainers() - Method in class org.apache.cactus.integration.ant.ContainerSet
Returns an iterator over the nested container elements, in the order they appear in the build file.
getDir() - Method in class org.apache.cactus.integration.ant.container.tomcat.AbstractTomcatContainer
Sets the Tomcat installation directory.
getDocument() - Method in class org.apache.cactus.integration.ant.deployment.ApplicationXml
Returns the DOM document representing the deployment descriptor.
getDocument() - Method in class org.apache.cactus.integration.ant.deployment.WebXml
Returns the DOM document representing the deployment descriptor.
getElements(ApplicationXmlTag) - Method in class org.apache.cactus.integration.ant.deployment.ApplicationXml
Returns an iterator over the elements that match the specified tag.
getElements(WebXmlTag) - Method in class org.apache.cactus.integration.ant.deployment.WebXml
Returns an iterator over the elements that match the specified tag.
getExcludePatterns() - Method in class org.apache.cactus.integration.ant.container.AbstractContainer
Returns the exclude patterns.
getFilter(String) - Method in class org.apache.cactus.integration.ant.deployment.WebXml
Returns the element that contains the definition of a specific servlet filter, or null if a filter of the specified name is not defined in the descriptor.
getFilterInitParam(String, String) - Method in class org.apache.cactus.integration.ant.deployment.WebXml
Returns the value of an initialization parameter of the specified filter.
getFilterInitParamNames(String) - Method in class org.apache.cactus.integration.ant.deployment.WebXml
Returns the names of the initialization parameters of the specified servlet filter.
getFilterMappings(String) - Method in class org.apache.cactus.integration.ant.deployment.WebXml
Returns the URL-patterns that the specified filter is mapped to in an ordered list.
getFilterNames() - Method in class org.apache.cactus.integration.ant.deployment.WebXml
Returns the names of all filters defined in the deployment descriptor.
getFilterNamesForClass(String) - Method in class org.apache.cactus.integration.ant.deployment.WebXml
Returns a list of names of filters that are mapped to the specified class.
getLoginConfig() - Method in class org.apache.cactus.integration.ant.deployment.WebXml
Returns whether the descriptor has a login configuration.
getLoginConfigAuthMethod() - Method in class org.apache.cactus.integration.ant.deployment.WebXml
Returns the authorization method defined by the login configuration.
getName() - Method in interface org.apache.cactus.integration.ant.container.Container
Returns a displayable name of the container for logging purposes.
getName() - Method in class org.apache.cactus.integration.ant.container.ContainerWrapper
 
getName() - Method in class org.apache.cactus.integration.ant.container.GenericContainer
 
getName() - Method in class org.apache.cactus.integration.ant.container.jboss.JBoss3xContainer
 
getName() - Method in class org.apache.cactus.integration.ant.container.orion.Orion1xContainer
 
getName() - Method in class org.apache.cactus.integration.ant.container.orion.Orion2xContainer
 
getName() - Method in class org.apache.cactus.integration.ant.container.resin.Resin2xContainer
 
getName() - Method in class org.apache.cactus.integration.ant.container.tomcat.AbstractCatalinaContainer
 
getName() - Method in class org.apache.cactus.integration.ant.container.tomcat.Tomcat3xContainer
 
getName() - Method in class org.apache.cactus.integration.ant.container.weblogic.WebLogic7xContainer
 
getPort() - Method in interface org.apache.cactus.integration.ant.container.Container
Returns the port to which the container should listen.
getPort() - Method in class org.apache.cactus.integration.ant.container.ContainerWrapper
 
getPort() - Method in class org.apache.cactus.integration.ant.container.GenericContainer
Returns the port to which the container should listen.
getPort() - Method in class org.apache.cactus.integration.ant.container.jboss.JBoss3xContainer
Returns the port to which the container should listen.
getPort() - Method in class org.apache.cactus.integration.ant.container.orion.AbstractOrionContainer
Returns the port to which the container should listen.
getPort() - Method in class org.apache.cactus.integration.ant.container.resin.Resin2xContainer
Returns the port to which the container should listen.
getPort() - Method in class org.apache.cactus.integration.ant.container.tomcat.AbstractTomcatContainer
Returns the port to which the container should listen.
getPort() - Method in class org.apache.cactus.integration.ant.container.weblogic.WebLogic7xContainer
Returns the port to which the container should listen.
getProxyPort() - Method in class org.apache.cactus.integration.ant.ContainerSet
Returns the proxy port, or -1 if no proxy port has been set.
getPublicId() - Method in class org.apache.cactus.integration.ant.deployment.ApplicationXmlVersion
Returns the public ID of the document type corresponding to the descriptor version.
getPublicId() - Method in class org.apache.cactus.integration.ant.deployment.WebXmlVersion
Returns the public ID of the document type corresponding to the descriptor version.
getResource(String) - Method in class org.apache.cactus.integration.ant.deployment.JarArchive
Returns a resource from the archive as input stream.
getResourceLocation(String) - Static method in class org.apache.cactus.integration.ant.util.ResourceUtils
Search for the given resource and return the directory or archive that contains it.
getResources(String) - Method in class org.apache.cactus.integration.ant.deployment.JarArchive
Returns the list of resources in the specified directory.
getSecurityConstraint(String) - Method in class org.apache.cactus.integration.ant.deployment.WebXml
Returns the element that contains the security constraint defined for the specified URL pattern.
getSecurityRole(String) - Method in class org.apache.cactus.integration.ant.deployment.WebXml
Returns the element that contains the specified security role, or null if the role is not defined in the descriptor.
getSecurityRoleNames() - Method in class org.apache.cactus.integration.ant.deployment.WebXml
Returns a list of the security role names defined in the deployment descriptor
getServerName() - Method in class org.apache.cactus.integration.ant.container.ContainerRunner
Returns the server name as reported in the 'Server' header of HTTP responses from the server.
getServerXml() - Method in class org.apache.cactus.integration.ant.container.tomcat.AbstractTomcatContainer
Sets the server configuration file to use for the test installation of Tomcat.
getServlet(String) - Method in class org.apache.cactus.integration.ant.deployment.WebXml
Returns the element that contains the definition of a specific servlet, or null if a servlet of the specified name is not defined in the descriptor.
getServletInitParam(String, String) - Method in class org.apache.cactus.integration.ant.deployment.WebXml
Returns the value of an initialization parameter of the specified servlet.
getServletInitParamNames(String) - Method in class org.apache.cactus.integration.ant.deployment.WebXml
Returns the names of the initialization parameters of the specified servlet.
getServletMappings(String) - Method in class org.apache.cactus.integration.ant.deployment.WebXml
Returns the URL-patterns that the specified servlet is mapped to in an ordered list.
getServletNames() - Method in class org.apache.cactus.integration.ant.deployment.WebXml
Returns the names of all servlets defined in the deployment descriptor.
getServletNamesForClass(String) - Method in class org.apache.cactus.integration.ant.deployment.WebXml
Returns a list of names of servlets that are mapped to the specified class.
getServletNamesForJspFile(String) - Method in class org.apache.cactus.integration.ant.deployment.WebXml
Returns a list of names of servlets that are mapped to the specified JSP file.
getSystemId() - Method in class org.apache.cactus.integration.ant.deployment.ApplicationXmlVersion
Returns the system ID of the document type corresponding to the descriptor version.
getSystemId() - Method in class org.apache.cactus.integration.ant.deployment.WebXmlVersion
Returns the system ID of the document type corresponding to the descriptor version.
getTagName() - Method in class org.apache.cactus.integration.ant.deployment.ApplicationXmlTag
Returns the tag name.
getTagName() - Method in class org.apache.cactus.integration.ant.deployment.WebXmlTag
Returns the tag name.
getTimeout() - Method in class org.apache.cactus.integration.ant.ContainerSet
Returns the timeout after which connecting to a container will be given up, or -1 if no timeout has been set.
getToDir() - Method in class org.apache.cactus.integration.ant.container.AbstractContainer
 
getToDir() - Method in interface org.apache.cactus.integration.ant.container.Container
Returns the value of the 'todir' attribute.
getToDir() - Method in class org.apache.cactus.integration.ant.container.ContainerWrapper
 
getValues() - Method in class org.apache.cactus.integration.ant.CactifyWarTask.Version
 
getVersion() - Method in class org.apache.cactus.integration.ant.deployment.ApplicationXml
Returns the J2EE API version.
getVersion() - Method in class org.apache.cactus.integration.ant.deployment.ApplicationXmlVersion
Returns the tag name.
getVersion() - Method in class org.apache.cactus.integration.ant.deployment.WebXml
Returns the servlet API version.
getVersion() - Method in class org.apache.cactus.integration.ant.deployment.WebXmlVersion
Returns the tag name.
getWebModule(String) - Method in class org.apache.cactus.integration.ant.deployment.ApplicationXml
Returns the element that contains the definition of a specific web module, or null if a web module with the specified web-uri is not defined.
getWebModule(String) - Method in class org.apache.cactus.integration.ant.deployment.EarArchive
Returns the web-app archive stored in the EAR with the specified URI.
getWebModuleContextRoot(String) - Method in class org.apache.cactus.integration.ant.deployment.ApplicationXml
Returns the context root of the the specified web module.
getWebModuleUris() - Method in class org.apache.cactus.integration.ant.deployment.ApplicationXml
Returns an iterator over the URIs of the web modules defined in the descriptor.
getWebXml() - Method in class org.apache.cactus.integration.ant.deployment.WarArchive
Returns the deployment descriptor of the web application.

H

hasFilter(String) - Method in class org.apache.cactus.integration.ant.deployment.WebXml
Returns whether a servlet filter by the specified name is defined in the deployment descriptor.
hasLoginConfig() - Method in class org.apache.cactus.integration.ant.deployment.WebXml
Returns whether the descriptor has a login configuration.
hasSecurityConstraint(String) - Method in class org.apache.cactus.integration.ant.deployment.WebXml
Returns whether a security constraint has been mapped to the specified URL pattern.
hasSecurityRole(String) - Method in class org.apache.cactus.integration.ant.deployment.WebXml
Returns whether a specific security role has been defined.
hasServlet(String) - Method in class org.apache.cactus.integration.ant.deployment.WebXml
Returns whether a servlet by the specified name is defined in the deployment descriptor.
hashCode() - Method in class org.apache.cactus.integration.ant.deployment.ApplicationXmlTag
 
hashCode() - Method in class org.apache.cactus.integration.ant.deployment.ApplicationXmlVersion
 
hashCode() - Method in class org.apache.cactus.integration.ant.deployment.WebXmlTag
 
hashCode() - Method in class org.apache.cactus.integration.ant.deployment.WebXmlVersion
 

I

ICON - Static variable in class org.apache.cactus.integration.ant.deployment.ApplicationXmlTag
Element name 'icon'.
ICON - Static variable in class org.apache.cactus.integration.ant.deployment.WebXmlTag
Element name 'icon'.
INIT_PARAM - Static variable in class org.apache.cactus.integration.ant.deployment.WebXmlTag
Element name 'init-param'.
info(Object) - Method in class org.apache.cactus.integration.ant.util.AntLog
 
info(Object, Throwable) - Method in class org.apache.cactus.integration.ant.util.AntLog
 
init() - Method in class org.apache.cactus.integration.ant.CactusTask
 
init() - Method in class org.apache.cactus.integration.ant.container.AbstractContainer
The default implementation does nothing.
init() - Method in interface org.apache.cactus.integration.ant.container.Container
Subclasses should implement this method to perform any initialization that may be necessary.
init() - Method in class org.apache.cactus.integration.ant.container.ContainerWrapper
 
init() - Method in class org.apache.cactus.integration.ant.container.jboss.JBoss3xContainer
 
init() - Method in class org.apache.cactus.integration.ant.container.orion.AbstractOrionContainer
 
init() - Method in class org.apache.cactus.integration.ant.container.resin.Resin2xContainer
 
init() - Method in class org.apache.cactus.integration.ant.container.tomcat.AbstractCatalinaContainer
 
init() - Method in class org.apache.cactus.integration.ant.container.tomcat.AbstractTomcatContainer
 
init() - Method in class org.apache.cactus.integration.ant.container.tomcat.Tomcat4xContainer
 
init() - Method in class org.apache.cactus.integration.ant.container.tomcat.Tomcat5xContainer
 
init() - Method in class org.apache.cactus.integration.ant.container.weblogic.WebLogic7xContainer
 
isDebugEnabled() - Method in class org.apache.cactus.integration.ant.util.AntLog
 
isEnabled() - Method in class org.apache.cactus.integration.ant.container.AbstractContainer
 
isEnabled() - Method in interface org.apache.cactus.integration.ant.container.Container
Returns whether the container element is enabled, which is determined by the evaluation of the if- and unless conditions
isEnabled() - Method in class org.apache.cactus.integration.ant.container.ContainerWrapper
 
isErrorEnabled() - Method in class org.apache.cactus.integration.ant.util.AntLog
 
isExcluded(String) - Method in class org.apache.cactus.integration.ant.container.AbstractContainer
 
isExcluded(String) - Method in interface org.apache.cactus.integration.ant.container.Container
Returns whether a specific test case is to be excluded from being run in the container.
isExcluded(String) - Method in class org.apache.cactus.integration.ant.container.ContainerWrapper
 
isFatalEnabled() - Method in class org.apache.cactus.integration.ant.util.AntLog
 
isInfoEnabled() - Method in class org.apache.cactus.integration.ant.util.AntLog
 
isMultipleAllowed() - Method in class org.apache.cactus.integration.ant.deployment.WebXmlTag
Returns whether the tag may occur multiple times in the descriptor.
isShutDownSet() - Method in class org.apache.cactus.integration.ant.container.GenericContainer
Returns whether a way to start the container has already been set, either as a target, or as a nested task container.
isStartUpSet() - Method in class org.apache.cactus.integration.ant.container.GenericContainer
Returns whether a way to stop the container has already been set, either as a target, or as a nested task container.
isTraceEnabled() - Method in class org.apache.cactus.integration.ant.util.AntLog
 
isWarnEnabled() - Method in class org.apache.cactus.integration.ant.util.AntLog
 

J

JBoss3xContainer - class org.apache.cactus.integration.ant.container.jboss.JBoss3xContainer.
Special container support for the JBoss application server.
JBoss3xContainer() - Constructor for class org.apache.cactus.integration.ant.container.jboss.JBoss3xContainer
 
JSP_FILE - Static variable in class org.apache.cactus.integration.ant.deployment.WebXmlTag
Element name 'jsp-file'.
JarArchive - class org.apache.cactus.integration.ant.deployment.JarArchive.
Abstract base class for classes that provide convenient access to the contents of a J2EE deployment archive (EAR or WAR, for example).
JarArchive(File) - Constructor for class org.apache.cactus.integration.ant.deployment.JarArchive
Constructor.
JarArchive(InputStream) - Constructor for class org.apache.cactus.integration.ant.deployment.JarArchive
Constructor.

L

LISTENER - Static variable in class org.apache.cactus.integration.ant.deployment.WebXmlTag
Element name 'listener'.
LOAD_ON_STARTUP - Static variable in class org.apache.cactus.integration.ant.deployment.WebXmlTag
Element name 'load-on-startup'.
LOGIN_CONFIG - Static variable in class org.apache.cactus.integration.ant.deployment.WebXmlTag
Element name 'login-config'.

M

MIME_MAPPING - Static variable in class org.apache.cactus.integration.ant.deployment.WebXmlTag
Element name 'mime-mapping'.
MODULE - Static variable in class org.apache.cactus.integration.ant.deployment.ApplicationXmlTag
Element name 'module'.
main(String[]) - Static method in class org.apache.cactus.integration.ant.container.enhydra.EnhydraRun
Entry point to start/stop the Enhydra server.
main(String[]) - Static method in class org.apache.cactus.integration.ant.container.resin.ResinRun
Entry point to start/stop the Resin server.
merge(WebXml) - Method in class org.apache.cactus.integration.ant.deployment.WebXmlMerger
Merges the merge descriptor with the original descriptor.
mergeInto(WebXml) - Method in class org.apache.cactus.integration.ant.CactifyWarTask.FilterRedirector
 
mergeInto(WebXml) - Method in class org.apache.cactus.integration.ant.CactifyWarTask.JspRedirector
 
mergeInto(WebXml) - Method in class org.apache.cactus.integration.ant.CactifyWarTask.Redirector
Merges the definition of the redirector into the provided deployment descriptor.
mergeInto(WebXml) - Method in class org.apache.cactus.integration.ant.CactifyWarTask.ServletRedirector
 

N

NULL - Static variable in class org.apache.cactus.integration.ant.util.AntLog
Singleton log implementation that simply ignores all log requests.
newWebXml(WebXmlVersion) - Static method in class org.apache.cactus.integration.ant.deployment.WebXmlIo
Creates a new empty deployment descriptor.

O

Orion1xContainer - class org.apache.cactus.integration.ant.container.orion.Orion1xContainer.
Special container support for the Orin 1.x application server.
Orion1xContainer() - Constructor for class org.apache.cactus.integration.ant.container.orion.Orion1xContainer
 
Orion2xContainer - class org.apache.cactus.integration.ant.container.orion.Orion2xContainer.
Special container support for the Orin 2.x application server.
Orion2xContainer() - Constructor for class org.apache.cactus.integration.ant.container.orion.Orion2xContainer
 
org.apache.cactus.ant - package org.apache.cactus.ant
Contains legacy classes that are now deprecated.
org.apache.cactus.integration.ant - package org.apache.cactus.integration.ant
Contains the tasks and types provided for integration of Cactus with Ant.
org.apache.cactus.integration.ant.container - package org.apache.cactus.integration.ant.container
Contains classes and interfaces that constitute the support for container startup and shutdown in the Ant integration.
org.apache.cactus.integration.ant.container.enhydra - package org.apache.cactus.integration.ant.container.enhydra
Contains the support for the Enhydra container.
org.apache.cactus.integration.ant.container.jboss - package org.apache.cactus.integration.ant.container.jboss
Contains the support for the JBoss container.
org.apache.cactus.integration.ant.container.orion - package org.apache.cactus.integration.ant.container.orion
Contains the support for the Orion Application Server.
org.apache.cactus.integration.ant.container.resin - package org.apache.cactus.integration.ant.container.resin
Contains the support for the Caucho Resin container.
org.apache.cactus.integration.ant.container.tomcat - package org.apache.cactus.integration.ant.container.tomcat
Contains the support for the Apache Tomcat container.
org.apache.cactus.integration.ant.container.weblogic - package org.apache.cactus.integration.ant.container.weblogic
Contains the support for the WebLogic server.
org.apache.cactus.integration.ant.deployment - package org.apache.cactus.integration.ant.deployment
Contains classes that support deployment aspects like parsing deployment descriptors and extracting resources from deployment archives.
org.apache.cactus.integration.ant.util - package org.apache.cactus.integration.ant.util
Contains utility classes used by the Ant integration.

P

PARAM_NAME - Static variable in class org.apache.cactus.integration.ant.deployment.WebXmlTag
Element name 'param-name'.
PARAM_VALUE - Static variable in class org.apache.cactus.integration.ant.deployment.WebXmlTag
Element name 'param-value'.
parseApplicationXml(InputStream, EntityResolver) - Static method in class org.apache.cactus.integration.ant.deployment.ApplicationXmlIo
Parses a deployment descriptor provided as input stream.
parseApplicationXmlFromFile(File, EntityResolver) - Static method in class org.apache.cactus.integration.ant.deployment.ApplicationXmlIo
Parses a deployment descriptor stored in a regular file.
parseWebXml(InputStream, EntityResolver) - Static method in class org.apache.cactus.integration.ant.deployment.WebXmlIo
Parses a deployment descriptor provided as input stream.
parseWebXmlFromFile(File, EntityResolver) - Static method in class org.apache.cactus.integration.ant.deployment.WebXmlIo
Parses a deployment descriptor stored in a regular file.

R

REALM_NAME - Static variable in class org.apache.cactus.integration.ant.deployment.WebXmlTag
Element name 'realm-name'.
RESOURCE_ENV_REF - Static variable in class org.apache.cactus.integration.ant.deployment.WebXmlTag
Element name 'resource-env-ref'.
RESOURCE_REF - Static variable in class org.apache.cactus.integration.ant.deployment.WebXmlTag
Element name 'resource-ref'.
ROLE_NAME - Static variable in class org.apache.cactus.integration.ant.deployment.WebXmlTag
Element name 'role-name'.
Resin2xContainer - class org.apache.cactus.integration.ant.container.resin.Resin2xContainer.
Special container support for the Caucho Resin 2.x servlet container.
Resin2xContainer() - Constructor for class org.apache.cactus.integration.ant.container.resin.Resin2xContainer
 
ResinRun - class org.apache.cactus.ant.ResinRun.
Deprecated. This class has moved to ResinRun.
ResinRun(String[]) - Constructor for class org.apache.cactus.ant.ResinRun
Deprecated.  
ResinRun - class org.apache.cactus.integration.ant.container.resin.ResinRun.
Starts/stop Resin by setting up a listener socket.
ResinRun(String[]) - Constructor for class org.apache.cactus.integration.ant.container.resin.ResinRun
 
ResourceUtils - class org.apache.cactus.integration.ant.util.ResourceUtils.
Utility class that provides a couple of methods for extracting files stored as resource in a JAR.
RunServerTestsTask - class org.apache.cactus.ant.RunServerTestsTask.
Deprecated. The implementation of this task has moved to RunServerTestsTask.
RunServerTestsTask() - Constructor for class org.apache.cactus.ant.RunServerTestsTask
Deprecated.  
RunServerTestsTask - class org.apache.cactus.integration.ant.RunServerTestsTask.
Task to automate running in-container unit test.
RunServerTestsTask() - Constructor for class org.apache.cactus.integration.ant.RunServerTestsTask
 
replaceElement(WebXmlTag, Element) - Method in class org.apache.cactus.integration.ant.deployment.WebXml
Replaces all elements of the specified tag with the provided element.
run() - Method in class org.apache.cactus.integration.ant.container.AbstractServerRun
Sets up a listener socket and wait until we receive a request on it to stop the running server.

S

SECURITY_CONSTRAINT - Static variable in class org.apache.cactus.integration.ant.deployment.WebXmlTag
Element name 'security-constraint'.
SECURITY_ROLE - Static variable in class org.apache.cactus.integration.ant.deployment.WebXmlTag
Element name 'security-role'.
SERVLET - Static variable in class org.apache.cactus.integration.ant.deployment.WebXmlTag
Element name 'servlet'.
SERVLET_CLASS - Static variable in class org.apache.cactus.integration.ant.deployment.WebXmlTag
Element name 'servlet-class'.
SERVLET_MAPPING - Static variable in class org.apache.cactus.integration.ant.deployment.WebXmlTag
Element name 'servlet-mapping'.
SERVLET_NAME - Static variable in class org.apache.cactus.integration.ant.deployment.WebXmlTag
Element name 'servlet-name'.
SESSION_CONFIG - Static variable in class org.apache.cactus.integration.ant.deployment.WebXmlTag
Element name 'session-config'.
setAntTaskFactory(AntTaskFactory) - Method in class org.apache.cactus.integration.ant.container.AbstractContainer
 
setAntTaskFactory(AntTaskFactory) - Method in interface org.apache.cactus.integration.ant.container.Container
Sets the factory to use for creating Ant tasks.
setAntTaskFactory(AntTaskFactory) - Method in class org.apache.cactus.integration.ant.container.ContainerWrapper
 
setAppend(boolean) - Method in class org.apache.cactus.integration.ant.container.AbstractJavaContainer
Sets whether output of the container should be appended to an existing file, or the existing file should be truncated.
setBeaHome(File) - Method in class org.apache.cactus.integration.ant.container.weblogic.WebLogic7xContainer
Sets the Bea home directory.
setCheckInterval(long) - Method in class org.apache.cactus.integration.ant.container.ContainerRunner
Sets the time interval to sleep between polling the container.
setConfig(String) - Method in class org.apache.cactus.integration.ant.container.jboss.JBoss3xContainer
Sets the name of the server configuration to use for running the tests.
setDeployableFile(File) - Method in class org.apache.cactus.integration.ant.container.AbstractContainer
 
setDeployableFile(File) - Method in interface org.apache.cactus.integration.ant.container.Container
Sets the file that should be deployed to the container.
setDeployableFile(File) - Method in class org.apache.cactus.integration.ant.container.ContainerWrapper
 
setDestFile(File) - Method in class org.apache.cactus.integration.ant.WebXmlMergeTask
The destination file where the result of the merge are stored.
setDir(File) - Method in class org.apache.cactus.integration.ant.container.jboss.JBoss3xContainer
Sets the JBoss installation directory.
setDir(File) - Method in class org.apache.cactus.integration.ant.container.orion.AbstractOrionContainer
Sets the Orion installation directory.
setDir(File) - Method in class org.apache.cactus.integration.ant.container.resin.Resin2xContainer
Sets the Resin installation directory.
setDir(File) - Method in class org.apache.cactus.integration.ant.container.tomcat.AbstractTomcatContainer
Sets the Tomcat installation directory.
setDir(File) - Method in class org.apache.cactus.integration.ant.container.weblogic.WebLogic7xContainer
Sets the WebLogic 7.x installation directory.
setDynamicAttribute(String, String) - Method in class org.apache.cactus.integration.ant.ContainerSet
 
setEarFile(File) - Method in class org.apache.cactus.integration.ant.CactusTask
Sets the enterprise application archive that will be tested.
setEncoding(String) - Method in class org.apache.cactus.integration.ant.WebXmlMergeTask
Sets the encoding of the resulting XML file.
setForce(boolean) - Method in class org.apache.cactus.integration.ant.WebXmlMergeTask
Sets whether the merge should be performed even when the destination file is up to date.
setIf(String) - Method in class org.apache.cactus.integration.ant.container.AbstractContainer
Sets the name of a property that must exist in the project if tests are to be run on the container.
setIndent(boolean) - Method in class org.apache.cactus.integration.ant.WebXmlMergeTask
Whether the result XML file should be indented for better readability.
setLog(Log) - Method in class org.apache.cactus.integration.ant.container.AbstractContainer
 
setLog(Log) - Method in interface org.apache.cactus.integration.ant.container.Container
Sets the log which the implementation should use.
setLog(Log) - Method in class org.apache.cactus.integration.ant.container.ContainerRunner
Sets the log to write to.
setLog(Log) - Method in class org.apache.cactus.integration.ant.container.ContainerWrapper
 
setLog(Log) - Method in class org.apache.cactus.integration.ant.deployment.WebXmlMerger
Sets the log to which events should be written.
setLoginConfig(String, String) - Method in class org.apache.cactus.integration.ant.deployment.WebXml
Sets the login configuration.
setMapping(String) - Method in class org.apache.cactus.integration.ant.CactifyWarTask.Redirector
Sets the URL pattern that the redirector should be mapped to.
setMergeFile(File) - Method in class org.apache.cactus.integration.ant.WebXmlMergeTask
The descriptor to merge into the original file.
setMergeWebXml(File) - Method in class org.apache.cactus.integration.ant.CactifyWarTask
The descriptor to merge into the original file.
setName(String) - Method in class org.apache.cactus.integration.ant.CactifyWarTask.Redirector
Sets the name of the redirector.
setName(String) - Method in class org.apache.cactus.integration.ant.container.GenericContainer
Sets the name of the container for logging purposes.
setOutput(File) - Method in class org.apache.cactus.integration.ant.container.AbstractJavaContainer
Sets the file to which output of the container should be written.
setPort(int) - Method in class org.apache.cactus.integration.ant.container.GenericContainer
Sets the port to which the container should listen.
setPort(int) - Method in class org.apache.cactus.integration.ant.container.orion.AbstractOrionContainer
Sets the port to which the container should listen.
setPort(int) - Method in class org.apache.cactus.integration.ant.container.resin.Resin2xContainer
Sets the port to which the container should listen.
setPort(int) - Method in class org.apache.cactus.integration.ant.container.tomcat.AbstractTomcatContainer
Sets the port to which the container should listen.
setPort(int) - Method in class org.apache.cactus.integration.ant.container.weblogic.WebLogic7xContainer
Sets the port to which the container should listen.
setProxyPort(int) - Method in class org.apache.cactus.integration.ant.ContainerSet
Sets the proxy port which will be used by the test caller instead of the real container port.
setResinConf(File) - Method in class org.apache.cactus.integration.ant.container.resin.Resin2xContainer
Sets the configuration file to use for the test installation of Resin 2.x.
setRoles(String) - Method in class org.apache.cactus.integration.ant.CactifyWarTask.Redirector
Sets the comma-separated list of role names that should be granted access to the redirector.
setServerXml(File) - Method in class org.apache.cactus.integration.ant.container.tomcat.AbstractTomcatContainer
Sets the server configuration file to use for the test installation of Tomcat.
setShutDownTarget(String) - Method in class org.apache.cactus.integration.ant.container.GenericContainer
Sets the target to call to stop the server.
setShutDownWait(long) - Method in class org.apache.cactus.integration.ant.container.ContainerRunner
Sets the time to wait after the container has been shut down.
setSrcFile(File) - Method in class org.apache.cactus.integration.ant.CactifyWarTask
Sets the web application archive that should be cactified.
setSrcFile(File) - Method in class org.apache.cactus.integration.ant.WebXmlMergeTask
The original web deployment descriptor into which the new elements will be merged.
setStartTarget(String) - Method in class org.apache.cactus.integration.ant.RunServerTestsTask
Sets the target to call to start the server.
setStartUpTarget(String) - Method in class org.apache.cactus.integration.ant.container.GenericContainer
Sets the target to call to start the server.
setStartUpWait(long) - Method in class org.apache.cactus.integration.ant.container.ContainerRunner
Sets the time to wait after the container has been started up.
setStopTarget(String) - Method in class org.apache.cactus.integration.ant.RunServerTestsTask
Sets the target to call to stop the server.
setTarget(String) - Method in class org.apache.cactus.integration.ant.container.GenericContainer.Hook
Sets the target to call.
setTestTarget(String) - Method in class org.apache.cactus.integration.ant.RunServerTestsTask
Sets the target to call to run the tests.
setTestUrl(URL) - Method in class org.apache.cactus.integration.ant.RunServerTestsTask
Sets the URL to call for testing if the server is running.
setTimeout(long) - Method in class org.apache.cactus.integration.ant.ContainerSet
Sets the timeout after which connecting to a container will be given up.
setTimeout(long) - Method in class org.apache.cactus.integration.ant.RunServerTestsTask
 
setTimeout(long) - Method in class org.apache.cactus.integration.ant.container.ContainerRunner
Sets the timeout after which to stop trying to call the container.
setTmpDir(File) - Method in class org.apache.cactus.integration.ant.container.orion.AbstractOrionContainer
Sets the temporary directory from which to start the container.
setTmpDir(File) - Method in class org.apache.cactus.integration.ant.container.resin.Resin2xContainer
Sets the temporary directory from which the container is run.
setTmpDir(File) - Method in class org.apache.cactus.integration.ant.container.tomcat.AbstractCatalinaContainer
Sets the temporary installation directory.
setTmpDir(File) - Method in class org.apache.cactus.integration.ant.container.tomcat.Tomcat3xContainer
Sets the temporary installation directory.
setTmpDir(File) - Method in class org.apache.cactus.integration.ant.container.weblogic.WebLogic7xContainer
Sets the temporary installation directory.
setToDir(File) - Method in class org.apache.cactus.integration.ant.container.AbstractContainer
Sets the directory to which the test reports should be written.
setUnless(String) - Method in class org.apache.cactus.integration.ant.container.AbstractContainer
Sets the name of a property that must not exist in the project if tests are to be run on the container.
setUrl(URL) - Method in class org.apache.cactus.integration.ant.container.ContainerRunner
Sets the HTTP URL that will be continuously pinged to check if the container is running.
setVersion(CactifyWarTask.Version) - Method in class org.apache.cactus.integration.ant.CactifyWarTask
Sets the web-app version to use when creating a WAR file from scratch.
setWarFile(File) - Method in class org.apache.cactus.integration.ant.CactusTask
Sets the web application archive that will be tested.
shutDown() - Method in interface org.apache.cactus.integration.ant.container.Container
Subclasses must implement this method to perform the actual task of shutting down the container.
shutDown() - Method in class org.apache.cactus.integration.ant.container.ContainerWrapper
 
shutDown() - Method in class org.apache.cactus.integration.ant.container.GenericContainer
Shuts down the container by delegating to the shutdown hook.
shutDown() - Method in class org.apache.cactus.integration.ant.container.jboss.JBoss3xContainer
 
shutDown() - Method in class org.apache.cactus.integration.ant.container.orion.AbstractOrionContainer
 
shutDown() - Method in class org.apache.cactus.integration.ant.container.resin.Resin2xContainer
 
shutDown() - Method in class org.apache.cactus.integration.ant.container.tomcat.Tomcat3xContainer
 
shutDown() - Method in class org.apache.cactus.integration.ant.container.tomcat.Tomcat4xContainer
 
shutDown() - Method in class org.apache.cactus.integration.ant.container.tomcat.Tomcat5xContainer
 
shutDown() - Method in class org.apache.cactus.integration.ant.container.weblogic.WebLogic7xContainer
 
shutDownContainer() - Method in class org.apache.cactus.integration.ant.container.ContainerRunner
Method called by the task to perform the stopping of the container.
startUp() - Method in interface org.apache.cactus.integration.ant.container.Container
Subclasses must implement this method to perform the actual task of starting up the container.
startUp() - Method in class org.apache.cactus.integration.ant.container.ContainerWrapper
 
startUp() - Method in class org.apache.cactus.integration.ant.container.GenericContainer
Starts up the container by delegating to the startup hook.
startUp() - Method in class org.apache.cactus.integration.ant.container.jboss.JBoss3xContainer
 
startUp() - Method in class org.apache.cactus.integration.ant.container.orion.Orion1xContainer
 
startUp() - Method in class org.apache.cactus.integration.ant.container.orion.Orion2xContainer
 
startUp() - Method in class org.apache.cactus.integration.ant.container.resin.Resin2xContainer
 
startUp() - Method in class org.apache.cactus.integration.ant.container.tomcat.Tomcat3xContainer
 
startUp() - Method in class org.apache.cactus.integration.ant.container.tomcat.Tomcat4xContainer
 
startUp() - Method in class org.apache.cactus.integration.ant.container.tomcat.Tomcat5xContainer
 
startUp() - Method in class org.apache.cactus.integration.ant.container.weblogic.WebLogic7xContainer
 
startUpContainer() - Method in class org.apache.cactus.integration.ant.container.ContainerRunner
Method called by the task to perform the startup of the container.
systemId - Variable in class org.apache.cactus.integration.ant.deployment.ApplicationXmlVersion
The system ID of the corresponding document type.
systemId - Variable in class org.apache.cactus.integration.ant.deployment.WebXmlVersion
The system ID of the corresponding document type.

T

TAGLIB - Static variable in class org.apache.cactus.integration.ant.deployment.WebXmlTag
Element name 'taglib'.
Tomcat3xContainer - class org.apache.cactus.integration.ant.container.tomcat.Tomcat3xContainer.
Special container support for the Apache Tomcat 3.x servlet container.
Tomcat3xContainer() - Constructor for class org.apache.cactus.integration.ant.container.tomcat.Tomcat3xContainer
 
Tomcat4xContainer - class org.apache.cactus.integration.ant.container.tomcat.Tomcat4xContainer.
Special container support for the Apache Tomcat 4.x servlet container.
Tomcat4xContainer() - Constructor for class org.apache.cactus.integration.ant.container.tomcat.Tomcat4xContainer
 
Tomcat5xContainer - class org.apache.cactus.integration.ant.container.tomcat.Tomcat5xContainer.
Special container support for the Apache Tomcat 5.x servlet container.
Tomcat5xContainer() - Constructor for class org.apache.cactus.integration.ant.container.tomcat.Tomcat5xContainer
 
toString() - Method in class org.apache.cactus.integration.ant.deployment.ApplicationXmlTag
 
toString() - Method in class org.apache.cactus.integration.ant.deployment.ApplicationXmlVersion
 
toString() - Method in class org.apache.cactus.integration.ant.deployment.WebXmlTag
 
toString() - Method in class org.apache.cactus.integration.ant.deployment.WebXmlVersion
 
trace(Object) - Method in class org.apache.cactus.integration.ant.util.AntLog
 
trace(Object, Throwable) - Method in class org.apache.cactus.integration.ant.util.AntLog
 

U

URL_PATTERN - Static variable in class org.apache.cactus.integration.ant.deployment.WebXmlTag
Element name 'url-pattern'.

V

V1_2 - Static variable in class org.apache.cactus.integration.ant.deployment.ApplicationXmlVersion
Instance for version 1.2.
V1_3 - Static variable in class org.apache.cactus.integration.ant.deployment.ApplicationXmlVersion
Instance for version 1.3.
V2_2 - Static variable in class org.apache.cactus.integration.ant.deployment.WebXmlVersion
Instance for version 2.2.
V2_3 - Static variable in class org.apache.cactus.integration.ant.deployment.WebXmlVersion
Instance for version 2.3.
valueOf(DocumentType) - Static method in class org.apache.cactus.integration.ant.deployment.ApplicationXmlVersion
Returns the version corresponding to the given document type.
valueOf(String) - Static method in class org.apache.cactus.integration.ant.deployment.ApplicationXmlVersion
Returns the version corresponding to the given public ID.
valueOf(DocumentType) - Static method in class org.apache.cactus.integration.ant.deployment.WebXmlVersion
Returns the version corresponding to the given document type.
valueOf(String) - Static method in class org.apache.cactus.integration.ant.deployment.WebXmlVersion
Returns the version corresponding to the given public ID.

W

WEB - Static variable in class org.apache.cactus.integration.ant.deployment.ApplicationXmlTag
Element name 'web',
WEB_RESOURCE_COLLECTION - Static variable in class org.apache.cactus.integration.ant.deployment.WebXmlTag
Element name 'web-resource-collection'.
WEB_RESOURCE_NAME - Static variable in class org.apache.cactus.integration.ant.deployment.WebXmlTag
Element name 'web-resource-name'.
WEB_URI - Static variable in class org.apache.cactus.integration.ant.deployment.ApplicationXmlTag
Element name 'web-uri',
WELCOME_FILE_LIST - Static variable in class org.apache.cactus.integration.ant.deployment.WebXmlTag
Element name 'welcome-file-list'.
WarArchive - class org.apache.cactus.integration.ant.deployment.WarArchive.
Class that encapsulates access to a web application archive (WAR).
WarArchive(File) - Constructor for class org.apache.cactus.integration.ant.deployment.WarArchive
Constructor.
WarArchive(InputStream) - Constructor for class org.apache.cactus.integration.ant.deployment.WarArchive
Constructor.
WebLogic7xContainer - class org.apache.cactus.integration.ant.container.weblogic.WebLogic7xContainer.
Special container support for the Bea WebLogic 7.x application server.
WebLogic7xContainer() - Constructor for class org.apache.cactus.integration.ant.container.weblogic.WebLogic7xContainer
 
WebXml - class org.apache.cactus.integration.ant.deployment.WebXml.
Encapsulates the DOM representation of a web deployment descriptor web.xml to provide convenience methods for easy access and manipulation.
WebXml(Document) - Constructor for class org.apache.cactus.integration.ant.deployment.WebXml
Constructor.
WebXmlIo - class org.apache.cactus.integration.ant.deployment.WebXmlIo.
Provides convenience methods for reading and writing web deployment descriptors.
WebXmlIo() - Constructor for class org.apache.cactus.integration.ant.deployment.WebXmlIo
 
WebXmlMergeTask - class org.apache.cactus.integration.ant.WebXmlMergeTask.
Ant task that can merge the definitions from two web deployment descriptors into one descriptor.
WebXmlMergeTask() - Constructor for class org.apache.cactus.integration.ant.WebXmlMergeTask
 
WebXmlMerger - class org.apache.cactus.integration.ant.deployment.WebXmlMerger.
Helper class that can merge two web deployment descriptors.
WebXmlMerger(WebXml) - Constructor for class org.apache.cactus.integration.ant.deployment.WebXmlMerger
Constructor.
WebXmlTag - class org.apache.cactus.integration.ant.deployment.WebXmlTag.
Represents the various top-level tags in a web deployment descriptor as a typesafe enumeration.
WebXmlVersion - class org.apache.cactus.integration.ant.deployment.WebXmlVersion.
Enumerated type that represents the version of the web deployment descriptor.
warn(Object) - Method in class org.apache.cactus.integration.ant.util.AntLog
 
warn(Object, Throwable) - Method in class org.apache.cactus.integration.ant.util.AntLog
 
writeWebXml(WebXml, File) - Static method in class org.apache.cactus.integration.ant.deployment.WebXmlIo
Writes the specified document to a file.
writeWebXml(WebXml, File, String) - Static method in class org.apache.cactus.integration.ant.deployment.WebXmlIo
Writes the specified document to a file.
writeWebXml(WebXml, File, String, boolean) - Static method in class org.apache.cactus.integration.ant.deployment.WebXmlIo
Writes the specified document to a file.
writeWebXml(WebXml, OutputStream, String, boolean) - Static method in class org.apache.cactus.integration.ant.deployment.WebXmlIo
Writes the specified document to an output stream.

A C D E F G H I J L M N O P R S T U V W

Copyright © 2000-2003 Apache Software Foundation. All Rights Reserved.