|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.enterprise.BasicTemplateProcessor
wt.templateutil.processor.DefaultTemplateProcessor
com.ptc.core.HTMLtemplateutil.server.processors.ExpandCollapseSectionProcessor
public class ExpandCollapseSectionProcessor
Processor for subtemplates within an expandable/collapsible section of
a page.
Supported API: true
Extendable: false
| Field Summary |
|---|
| Fields inherited from interface wt.templateutil.processor.ContextTranslator |
|---|
CONTEXT_LIST_IN, CONTEXT_LIST_OUT |
| Fields inherited from interface wt.templateutil.processor.ContextHolder |
|---|
CONTEXT_ACTION, CONTEXT_CLASS_NAME, CONTEXT_OBJ, CONTEXT_PROPERTIES, FORM_DATA, QUERY_DATA, RESPONSE_EXCEPTIONS, RESPONSE_FOOTERS, RESPONSE_HEADERS, RESPONSE_MESSAGES, RESPONSE_STRING, STATUS |
| Method Summary | |
|---|---|
void |
getAuxAction(Properties parameters,
Locale locale,
OutputStream os)
Deprecated. |
void |
getHeaderHelp(Properties parameters,
Locale locale,
OutputStream os)
Deprecated. |
void |
getHeaderTutorial(Properties parameters,
Locale locale,
OutputStream os)
Deprecated. |
| Methods inherited from class wt.templateutil.processor.DefaultTemplateProcessor |
|---|
displayAttributeLabel, displayAttributeVal, getAttributes, getContextPropertyValue, getHtmlTemplateFactory, getPAGE_EXPIRATION, getPageExpirationResource, getTemplate, setContextPropertyValue, setNameProcessor, setPAGE_EXPIRATION, setPageExpirationResource |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void getHeaderHelp(Properties parameters,
Locale locale,
OutputStream os)
throws WTException
parameters - name/value pairs passed by the script call. None are recognized by this method.locale - the locale to use for localizationos - the output stream
WTException
public void getAuxAction(Properties parameters,
Locale locale,
OutputStream os)
throws WTException
parameters - name/value pairs passed by the script call. None are recognized by this method.locale - the locale to use for localizationos - the output stream
WTException
public void getHeaderTutorial(Properties parameters,
Locale locale,
OutputStream os)
throws WTException
parameters - name/value pairs passed by the script call. None are recognized by this method.locale - the locale to use for localizationos - the output stream
WTException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||