org.objectweb.jonas_web.deployment.xml.ServletMapping Class Reference

List of all members.

Public Member Functions

void setServletName (String servletName)
void setUrlPattern (String urlPattern)
String getServletName ()
String getUrlPattern ()
String toXML (int indent)

Detailed Description

This class defines the implementation of the element servlet-mapping
Author:
Florent Benoit

Definition at line 35 of file ServletMapping.java.


Member Function Documentation

String org.objectweb.jonas_web.deployment.xml.ServletMapping.getServletName  ) 
 

Returns:
the name of the servlet of the servlet-mapping

Definition at line 75 of file ServletMapping.java.

Referenced by org.objectweb.jonas_web.deployment.api.WebContainerDeploymentDesc.WebContainerDeploymentDesc().

String org.objectweb.jonas_web.deployment.xml.ServletMapping.getUrlPattern  ) 
 

Returns:
the url of the servlet of the servlet-mapping

Definition at line 82 of file ServletMapping.java.

Referenced by org.objectweb.jonas_web.deployment.api.WebContainerDeploymentDesc.WebContainerDeploymentDesc().

void org.objectweb.jonas_web.deployment.xml.ServletMapping.setServletName String  servletName  ) 
 

Sets the name of the servlet

Parameters:
servletName name of the servlet

Definition at line 55 of file ServletMapping.java.

void org.objectweb.jonas_web.deployment.xml.ServletMapping.setUrlPattern String  urlPattern  ) 
 

Sets the url-pattern of the servlet

Parameters:
urlPattern url-pattern of the servlet

Definition at line 64 of file ServletMapping.java.

String org.objectweb.jonas_web.deployment.xml.ServletMapping.toXML int  indent  ) 
 

Represents this element by it's XML description.

Parameters:
indent use this indent for prexifing XML representation.
Returns:
the XML description of this object.

Definition at line 92 of file ServletMapping.java.


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