Uses of Class
org.codehaus.cargo.container.tomcat.internal.TomcatEmbedded.Context
-
Packages that use TomcatEmbedded.Context Package Description org.codehaus.cargo.container.tomcat.internal -
-
Uses of TomcatEmbedded.Context in org.codehaus.cargo.container.tomcat.internal
Methods in org.codehaus.cargo.container.tomcat.internal that return TomcatEmbedded.Context Modifier and Type Method Description TomcatEmbedded.ContextTomcatEmbedded.Embedded. createContext(String path, String docBase)Creates an web application for deployment.TomcatEmbedded.ContextTomcatEmbedded.Host. findChild(String name)Finds a child with the given name.TomcatEmbedded.Context[]TomcatEmbedded.Host. findChildren()Return all context children.Methods in org.codehaus.cargo.container.tomcat.internal with parameters of type TomcatEmbedded.Context Modifier and Type Method Description voidTomcatEmbedded.Host. addChild(TomcatEmbedded.Context context)Deploys a web application.voidTomcatEmbedded.Host. removeChild(TomcatEmbedded.Context context)Removes a web application.
-