org.objectweb.jonas_web.deployment.api.ServletDesc Class Reference

List of all members.

Public Member Functions

 ServletDesc (Servlet servlet)
String getServletName ()
String getServletClass ()
List getSecurityRoleRefList ()

Detailed Description

Defines a Servlet object. It manages classname and security-role-ref
Author:
Florent Benoit

Definition at line 43 of file ServletDesc.java.


Constructor & Destructor Documentation

org.objectweb.jonas_web.deployment.api.ServletDesc.ServletDesc Servlet  servlet  ) 
 

Constructor : Build a new Servlet object

Parameters:
servlet Servlet object

Definition at line 61 of file ServletDesc.java.

References org.objectweb.jonas_web.deployment.xml.Servlet.getSecurityRoleRefList().

Here is the call graph for this function:


Member Function Documentation

List org.objectweb.jonas_web.deployment.api.ServletDesc.getSecurityRoleRefList  ) 
 

Gets the security-role-ref

Returns:
the security-role-ref

Definition at line 92 of file ServletDesc.java.

Referenced by org.objectweb.jonas.web.lib.PermissionManager.translateServletSecurityRoleRef().

String org.objectweb.jonas_web.deployment.api.ServletDesc.getServletClass  ) 
 

Returns:
the class of the servlet

Definition at line 83 of file ServletDesc.java.

References org.objectweb.jonas_web.deployment.xml.Servlet.getServletClass().

Here is the call graph for this function:

String org.objectweb.jonas_web.deployment.api.ServletDesc.getServletName  ) 
 

Returns:
the name of the servlet

Definition at line 76 of file ServletDesc.java.

References org.objectweb.jonas_web.deployment.xml.Servlet.getServletName().

Referenced by org.objectweb.jonas.web.lib.PermissionManager.translateServletSecurityRoleRef().

Here is the call graph for this function:


The documentation for this class was generated from the following file:
Generated on Tue Feb 15 15:13:28 2005 for JOnAS by  doxygen 1.3.9.1