|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.arsdigita.acs.TemplateTranslator.IncludeHandler
Helper class to perform the function of an include tag
| Constructor Summary | |
TemplateTranslator.IncludeHandler(javax.servlet.jsp.PageContext pc,
ACSForm form,
java.lang.String includeUrl)
Constructs a new include-tag handler for a given JSP page context and a given request URL to include. |
|
| Method Summary | |
boolean |
run()
Includes the supplied template, setting the ThreadLocal for ACSForm so that the included page can use ad_page_contract if it wants. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public TemplateTranslator.IncludeHandler(javax.servlet.jsp.PageContext pc,
ACSForm form,
java.lang.String includeUrl)
pc - page context of parent templateform - a form full of the variables to pass to the
included templateincludeUrl - *unresolved* url of template to include| Method Detail |
public boolean run()
throws javax.servlet.ServletException,
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||