com.droplets.apix.servlet
Class DropletsServletConfig
java.lang.Object
|
+--com.droplets.apix.servlet.DropletsServletConfig
- All Implemented Interfaces:
- javax.servlet.ServletConfig
- public class DropletsServletConfig
- extends java.lang.Object
- implements javax.servlet.ServletConfig
Implements ServletConfig for use in a Droplet calling a Servlet.
Many of the methods are marked as "Not implemented". This
is because there is no Droplets alternative and probably depends on the specifics
of the Servlet being used. It is expected that you subclass DropletsServletConfig and provide
an implementation that is appropriate for the Servlet you are trying to call. Most of the methods
that are marked as "Not implemented" have a default implementation that may be appropriate, but are
marked that way nonetheless to alert the developer to check to see if they need something else.
Copyright: Copyright (c) 2003
Company: Droplets
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DropletsServletConfig
public DropletsServletConfig(java.lang.String name)
getServletName
public java.lang.String getServletName()
- Specified by:
getServletName
in interface javax.servlet.ServletConfig
getServletContext
public javax.servlet.ServletContext getServletContext()
- Specified by:
getServletContext
in interface javax.servlet.ServletConfig
getInitParameter
public java.lang.String getInitParameter(java.lang.String name)
- Specified by:
getInitParameter
in interface javax.servlet.ServletConfig
getInitParameterNames
public java.util.Enumeration getInitParameterNames()
- Specified by:
getInitParameterNames
in interface javax.servlet.ServletConfig
Copyright © Droplets, 2001. All Rights Reserved.