org.objectweb.jonas_web.deployment.api
Class ServletDesc
java.lang.Object
org.objectweb.jonas_web.deployment.api.ServletDesc
public class ServletDesc
- extends Object
Defines a Servlet object.
It manages classname and security-role-ref
- Author:
- Florent Benoit
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServletDesc
public ServletDesc(Servlet servlet)
- Constructor : Build a new Servlet object
- Parameters:
servlet
- Servlet object
getServletName
public String getServletName()
- Returns:
- the name of the servlet
getServletClass
public String getServletClass()
- Returns:
- the class of the servlet
getSecurityRoleRefList
public List getSecurityRoleRefList()
- Gets the security-role-ref
- Returns:
- the security-role-ref
Copyright © 2007 OW2 Consortium. All Rights Reserved.