|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectorg.apache.tiles.jsp.taglib.definition.InitContainerTag.RuntimeConfiguredContext
public static class InitContainerTag.RuntimeConfiguredContext
A servlet context created "on the fly" for container initialization.
| Constructor Summary | |
|---|---|
InitContainerTag.RuntimeConfiguredContext(ServletContext rootContext)
Constructor. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InitContainerTag.RuntimeConfiguredContext(ServletContext rootContext)
rootContext - The "real" servlet context.| Method Detail |
|---|
public ServletContext getContext(String string)
getContext in interface ServletContextpublic int getMajorVersion()
getMajorVersion in interface ServletContextpublic int getMinorVersion()
getMinorVersion in interface ServletContextpublic String getMimeType(String string)
getMimeType in interface ServletContextpublic Set getResourcePaths(String string)
getResourcePaths in interface ServletContext
public URL getResource(String string)
throws MalformedURLException
getResource in interface ServletContextMalformedURLExceptionpublic InputStream getResourceAsStream(String string)
getResourceAsStream in interface ServletContextpublic RequestDispatcher getRequestDispatcher(String string)
getRequestDispatcher in interface ServletContextpublic RequestDispatcher getNamedDispatcher(String string)
getNamedDispatcher in interface ServletContext
public Servlet getServlet(String string)
throws ServletException
getServlet in interface ServletContextServletExceptionpublic Enumeration getServlets()
getServlets in interface ServletContextpublic Enumeration getServletNames()
getServletNames in interface ServletContextpublic void log(String string)
log in interface ServletContext
public void log(Exception exception,
String string)
log in interface ServletContext
public void log(String string,
Throwable throwable)
log in interface ServletContextpublic String getRealPath(String string)
getRealPath in interface ServletContextpublic String getServerInfo()
getServerInfo in interface ServletContextpublic String getInitParameter(String string)
getInitParameter in interface ServletContextstring - The parameter name.
ServletContext.getInitParameter(java.lang.String)
public void setInitParameter(String name,
String value)
name - The name of the parameter.value - The value of the parameter.public Enumeration getInitParameterNames()
getInitParameterNames in interface ServletContextServletContext.getInitParameterNames()public Object getAttribute(String string)
getAttribute in interface ServletContextpublic Enumeration getAttributeNames()
getAttributeNames in interface ServletContext
public void setAttribute(String string,
Object object)
setAttribute in interface ServletContextpublic void removeAttribute(String string)
removeAttribute in interface ServletContextpublic String getServletContextName()
getServletContextName in interface ServletContext
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||