org.apache.struts2.tiles
Class ConfiguredServletContext
java.lang.Object
org.apache.struts2.tiles.ConfiguredServletContext
- All Implemented Interfaces:
- javax.servlet.ServletContext
public class ConfiguredServletContext
- extends Object
- implements javax.servlet.ServletContext
ServletContext implementation which allows Struts
to inject initialization parameters into the context
in order to reduce the amount of configuration required
within web.xml for using Tiles.
The specified init parameters are only utilized if
they are not explicitaly defined in the web.xml
- Since:
- Struts 2.0.1
- Version:
- $Rev: 651946 $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfiguredServletContext
public ConfiguredServletContext(javax.servlet.ServletContext context,
Map<String,String> initParameters)
getContext
public javax.servlet.ServletContext getContext(String string)
- Specified by:
getContext in interface javax.servlet.ServletContext
getMajorVersion
public int getMajorVersion()
- Specified by:
getMajorVersion in interface javax.servlet.ServletContext
getMinorVersion
public int getMinorVersion()
- Specified by:
getMinorVersion in interface javax.servlet.ServletContext
getMimeType
public String getMimeType(String string)
- Specified by:
getMimeType in interface javax.servlet.ServletContext
getResourcePaths
public Set getResourcePaths(String string)
- Specified by:
getResourcePaths in interface javax.servlet.ServletContext
getResource
public URL getResource(String string)
throws MalformedURLException
- Specified by:
getResource in interface javax.servlet.ServletContext
- Throws:
MalformedURLException
getResourceAsStream
public InputStream getResourceAsStream(String string)
- Specified by:
getResourceAsStream in interface javax.servlet.ServletContext
getRequestDispatcher
public javax.servlet.RequestDispatcher getRequestDispatcher(String string)
- Specified by:
getRequestDispatcher in interface javax.servlet.ServletContext
getNamedDispatcher
public javax.servlet.RequestDispatcher getNamedDispatcher(String string)
- Specified by:
getNamedDispatcher in interface javax.servlet.ServletContext
getServlet
public javax.servlet.Servlet getServlet(String string)
throws javax.servlet.ServletException
- Specified by:
getServlet in interface javax.servlet.ServletContext
- Throws:
javax.servlet.ServletException
getServlets
public Enumeration getServlets()
- Specified by:
getServlets in interface javax.servlet.ServletContext
getServletNames
public Enumeration getServletNames()
- Specified by:
getServletNames in interface javax.servlet.ServletContext
log
public void log(String string)
- Specified by:
log in interface javax.servlet.ServletContext
log
public void log(Exception exception,
String string)
- Specified by:
log in interface javax.servlet.ServletContext
log
public void log(String string,
Throwable throwable)
- Specified by:
log in interface javax.servlet.ServletContext
getRealPath
public String getRealPath(String string)
- Specified by:
getRealPath in interface javax.servlet.ServletContext
getServerInfo
public String getServerInfo()
- Specified by:
getServerInfo in interface javax.servlet.ServletContext
getInitParameter
public String getInitParameter(String string)
- Specified by:
getInitParameter in interface javax.servlet.ServletContext
getInitParameterNames
public Enumeration getInitParameterNames()
- Specified by:
getInitParameterNames in interface javax.servlet.ServletContext
getAttribute
public Object getAttribute(String string)
- Specified by:
getAttribute in interface javax.servlet.ServletContext
getAttributeNames
public Enumeration getAttributeNames()
- Specified by:
getAttributeNames in interface javax.servlet.ServletContext
setAttribute
public void setAttribute(String string,
Object object)
- Specified by:
setAttribute in interface javax.servlet.ServletContext
removeAttribute
public void removeAttribute(String string)
- Specified by:
removeAttribute in interface javax.servlet.ServletContext
getServletContextName
public String getServletContextName()
- Specified by:
getServletContextName in interface javax.servlet.ServletContext
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.