| |
|
| org.objectweb.jonas_lib.deployment.xml.AbsEnvironmentElement org.objectweb.jonas_web.deployment.xml.WebApp
Constructor Summary | |
public | WebApp() |
WebApp | public WebApp()(Code) | | Constructor : build a new WebApp object
|
addSecurityConstraint | public void addSecurityConstraint(SecurityConstraint securityConstraint)(Code) | | Add a new security constraint element to this object
Parameters: securityConstraint - security constraint object |
addSecurityRole | public void addSecurityRole(SecurityRole securityRole)(Code) | | Add a new security role element to this object
Parameters: securityRole - security role object |
addServlet | public void addServlet(Servlet servlet)(Code) | | Add a new servlet element to this object
Parameters: servlet - the servlet object |
addServletMapping | public void addServletMapping(ServletMapping servletMapping)(Code) | | Add a new servlet-mapping element to this object
Parameters: servletMapping - the servlet-mapping object |
getJspConfigNumber | public int getJspConfigNumber()(Code) | | the jspConfigNumber. |
getLoginConfigNumber | public int getLoginConfigNumber()(Code) | | the loginConfigNumber. |
getSecurityConstraintList | public JLinkedList getSecurityConstraintList()(Code) | | Gets the security-constraint
the security-constraint |
getSecurityRoleList | public JLinkedList getSecurityRoleList()(Code) | | Gets the security-role
the security-role |
getServletList | public JLinkedList getServletList()(Code) | | the list of all servlet elements |
getServletMappingList | public JLinkedList getServletMappingList()(Code) | | the list of all servlet-mapping elements |
getSessionConfigNumber | public int getSessionConfigNumber()(Code) | | the sessionConfigNumber. |
newJspConfig | public void newJspConfig()(Code) | | Count a new jsp config
|
newLoginConfig | public void newLoginConfig()(Code) | | Count a new login-config
|
newSessionConfig | public void newSessionConfig()(Code) | | Count a new jsp config
|
setSecurityConstraintList | public void setSecurityConstraintList(JLinkedList securityConstraintList)(Code) | | Set the security-constraint
Parameters: securityConstraintList - securityConstraint |
setSecurityRoleList | public void setSecurityRoleList(JLinkedList securityRoleList)(Code) | | Set the security-role
Parameters: securityRoleList - securityRole |
toXML | public String toXML(int indent)(Code) | | Represents this element by it's XML description.
Parameters: indent - use this indent for prexifing XML representation. the XML description of this object. |
|
|
|