de.janicke.hj.tools.servlet
Class ServletParameters

java.lang.Object
  |
  +--de.janicke.hj.tools.servlet.ServletParameters

public class ServletParameters
extends java.lang.Object


Constructor Summary
ServletParameters(javax.servlet.GenericServlet gs)
           
 
Method Summary
 java.lang.String getClassName()
          Returns the class name of the servlet.
 java.lang.String getImageURL()
          Returns the URL of the images.
 java.lang.String getServletName()
          Returns the name of the servlet.
 java.io.File getServletPath()
          Returns the real path of the servlet.
 java.io.File getTemplatePath()
          Returns the path of the servlet's template files.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServletParameters

public ServletParameters(javax.servlet.GenericServlet gs)
Method Detail

getClassName

public java.lang.String getClassName()
Returns the class name of the servlet.
Returns:
The class name.

getServletName

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

getServletPath

public java.io.File getServletPath()
Returns the real path of the servlet.
Returns:
The servlet's real path.

getTemplatePath

public java.io.File getTemplatePath()
Returns the path of the servlet's template files.
Returns:
The template path.

getImageURL

public java.lang.String getImageURL()
Returns the URL of the images.
Returns:
The image URL.