org.objectweb.jonas_web.deployment.api
Class ServletDesc

java.lang.Object
  extended byorg.objectweb.jonas_web.deployment.api.ServletDesc

public class ServletDesc
extends java.lang.Object

Defines a Servlet object. It manages classname and security-role-ref

Author:
Florent Benoit

Constructor Summary
ServletDesc(Servlet servlet)
          Constructor : Build a new Servlet object
 
Method Summary
 java.util.List getSecurityRoleRefList()
          Gets the security-role-ref
 java.lang.String getServletClass()
           
 java.lang.String getServletName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServletDesc

public ServletDesc(Servlet servlet)
Constructor : Build a new Servlet object

Parameters:
servlet - Servlet object
Method Detail

getServletName

public java.lang.String getServletName()
Returns:
the name of the servlet

getServletClass

public java.lang.String getServletClass()
Returns:
the class of the servlet

getSecurityRoleRefList

public java.util.List getSecurityRoleRefList()
Gets the security-role-ref

Returns:
the security-role-ref