|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.opensymphony.sitemesh.webapp.decorator.BaseWebAppDecorator
com.opensymphony.sitemesh.webapp.decorator.DispatchedDecorator
com.opensymphony.sitemesh.webapp.decorator.ExternalDispatchedDecorator
public class ExternalDispatchedDecorator
Decorator that dispatches to another path in A DIFFERENT WEB-APP in the same Servlet Container (such as a JSP or path mapped to a Servlet).
The Content and SiteMeshContext objects are passed to the decorator using the HttpServletRequest attributesDispatchedDecorator.CONTENT_KEY
and DispatchedDecorator.CONTEXT_KEY
.
To dispatch to a decorator in the same web-app, use DispatchedDecorator
.
Field Summary | |
---|---|
private java.lang.String |
webApp
|
Fields inherited from class com.opensymphony.sitemesh.webapp.decorator.DispatchedDecorator |
---|
CONTENT_KEY, CONTEXT_KEY |
Constructor Summary | |
---|---|
ExternalDispatchedDecorator(java.lang.String path,
java.lang.String webApp)
|
Method Summary | |
---|---|
protected javax.servlet.ServletContext |
locateWebApp(javax.servlet.ServletContext context)
|
Methods inherited from class com.opensymphony.sitemesh.webapp.decorator.DispatchedDecorator |
---|
render |
Methods inherited from class com.opensymphony.sitemesh.webapp.decorator.BaseWebAppDecorator |
---|
render |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private final java.lang.String webApp
Constructor Detail |
---|
public ExternalDispatchedDecorator(java.lang.String path, java.lang.String webApp)
Method Detail |
---|
protected javax.servlet.ServletContext locateWebApp(javax.servlet.ServletContext context)
locateWebApp
in class DispatchedDecorator
|
www.opensymphony.com/sitemesh/ | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |