| |
|
| java.lang.Object org.objectweb.jonas_web.deployment.api.ServletDesc
ServletDesc | public class ServletDesc (Code) | | Defines a Servlet object.
It manages classname and security-role-ref
author: Florent Benoit |
ServletDesc | public ServletDesc(Servlet servlet)(Code) | | Constructor : Build a new Servlet object
Parameters: servlet - Servlet object |
getSecurityRoleRefList | public List getSecurityRoleRefList()(Code) | | Gets the security-role-ref
the security-role-ref |
getServletClass | public String getServletClass()(Code) | | the class of the servlet |
getServletName | public String getServletName()(Code) | | the name of the servlet |
|
|
|