yawda.controller
Class CServletContextWrapper

java.lang.Object
  extended byyawda.controller.CServletContextWrapper
All Implemented Interfaces:
Serializable, javax.servlet.ServletContext

public final class CServletContextWrapper
extends Object
implements javax.servlet.ServletContext, Serializable

Author:
Quentin Anciaux
See Also:
Serialized Form

Method Summary
 Object getAttribute(String arg0)
           
 Enumeration getAttributeNames()
           
static CServletContextWrapper getContext(javax.servlet.ServletContext context)
           
 javax.servlet.ServletContext getContext(String arg0)
           
 String getInitParameter(String arg0)
           
 Enumeration getInitParameterNames()
           
 int getMajorVersion()
           
 String getMimeType(String arg0)
           
 int getMinorVersion()
           
 javax.servlet.RequestDispatcher getNamedDispatcher(String arg0)
           
 String getRealPath(String arg0)
           
 javax.servlet.RequestDispatcher getRequestDispatcher(String arg0)
           
 URL getResource(String arg0)
           
 InputStream getResourceAsStream(String arg0)
           
 Set getResourcePaths(String arg0)
           
 String getServerInfo()
           
 javax.servlet.Servlet getServlet(String arg0)
           
 String getServletContextName()
           
 Enumeration getServletNames()
           
 Enumeration getServlets()
           
 void log(Exception arg0, String arg1)
           
 void log(String arg0)
           
 void log(String arg0, Throwable arg1)
           
 void removeAttribute(String arg0)
           
 void setAttribute(String arg0, Object arg1)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getContext

public static CServletContextWrapper getContext(javax.servlet.ServletContext context)

getContext

public final javax.servlet.ServletContext getContext(String arg0)
Specified by:
getContext in interface javax.servlet.ServletContext

getMajorVersion

public final int getMajorVersion()
Specified by:
getMajorVersion in interface javax.servlet.ServletContext

getMinorVersion

public final int getMinorVersion()
Specified by:
getMinorVersion in interface javax.servlet.ServletContext

getMimeType

public final String getMimeType(String arg0)
Specified by:
getMimeType in interface javax.servlet.ServletContext

getResourcePaths

public final Set getResourcePaths(String arg0)
Specified by:
getResourcePaths in interface javax.servlet.ServletContext

getResource

public final URL getResource(String arg0)
                      throws MalformedURLException
Specified by:
getResource in interface javax.servlet.ServletContext
Throws:
MalformedURLException

getResourceAsStream

public final InputStream getResourceAsStream(String arg0)
Specified by:
getResourceAsStream in interface javax.servlet.ServletContext

getRequestDispatcher

public final javax.servlet.RequestDispatcher getRequestDispatcher(String arg0)
Specified by:
getRequestDispatcher in interface javax.servlet.ServletContext

getNamedDispatcher

public final javax.servlet.RequestDispatcher getNamedDispatcher(String arg0)
Specified by:
getNamedDispatcher in interface javax.servlet.ServletContext

getServlet

public final javax.servlet.Servlet getServlet(String arg0)
                                       throws javax.servlet.ServletException
Specified by:
getServlet in interface javax.servlet.ServletContext
Throws:
javax.servlet.ServletException

getServlets

public final Enumeration getServlets()
Specified by:
getServlets in interface javax.servlet.ServletContext

getServletNames

public final Enumeration getServletNames()
Specified by:
getServletNames in interface javax.servlet.ServletContext

log

public final void log(String arg0)
Specified by:
log in interface javax.servlet.ServletContext

log

public final void log(Exception arg0,
                      String arg1)
Specified by:
log in interface javax.servlet.ServletContext

log

public final void log(String arg0,
                      Throwable arg1)
Specified by:
log in interface javax.servlet.ServletContext

getRealPath

public final String getRealPath(String arg0)
Specified by:
getRealPath in interface javax.servlet.ServletContext

getServerInfo

public final String getServerInfo()
Specified by:
getServerInfo in interface javax.servlet.ServletContext

getInitParameter

public final String getInitParameter(String arg0)
Specified by:
getInitParameter in interface javax.servlet.ServletContext

getInitParameterNames

public final Enumeration getInitParameterNames()
Specified by:
getInitParameterNames in interface javax.servlet.ServletContext

getAttribute

public final Object getAttribute(String arg0)
Specified by:
getAttribute in interface javax.servlet.ServletContext

getAttributeNames

public final Enumeration getAttributeNames()
Specified by:
getAttributeNames in interface javax.servlet.ServletContext

setAttribute

public final void setAttribute(String arg0,
                               Object arg1)
Specified by:
setAttribute in interface javax.servlet.ServletContext

removeAttribute

public final void removeAttribute(String arg0)
Specified by:
removeAttribute in interface javax.servlet.ServletContext

getServletContextName

public final String getServletContextName()
Specified by:
getServletContextName in interface javax.servlet.ServletContext