Method Summary |
|
boolean | getAcceptNonWarDirs() |
org.w3c.dom.Element | getConfig() An accessor for any configuration element set via setConfig. |
java.lang.String | getDefaultSecurityDomain() Get the default security domain implementation to use if a war does not declare a security-domain. |
java.util.Iterator | getDeployedApplications() Returns the applications deployed by the web container subclasses.
An Iterator of WebApplication objects for the deployed wars. |
boolean | getJava2ClassLoadingCompliance() Get the flag indicating if the normal Java2 parent first class loading model should be used over the servlet 2.3 web container first model. |
boolean | getLenientEjbLink() |
java.lang.String | getSubjectAttributeName() |
boolean | getUnpackWars() Set the flag indicating if war archives should be unpacked. |
boolean | isDeployed(java.lang.String warUrl) See if a war is deployed. |
void | setAcceptNonWarDirs(boolean flag) |
void | setConfig(org.w3c.dom.Element config) This method is invoked to import an arbitrary XML configuration tree. |
void | setDefaultSecurityDomain(java.lang.String defaultSecurityDomain) Set the default security domain implementation to use if a war does not declare a security-domain. |
void | setJava2ClassLoadingCompliance(boolean flag) Set the flag indicating if the normal Java2 parent first class loading model should be used over the servlet 2.3 web container first model. |
void | setLenientEjbLink(boolean flag) |
void | setSubjectAttributeName(java.lang.String subjectAttributeName) |
void | setUnpackWars(boolean flag) Get the flag indicating if war archives should be unpacked. |