|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IAccessor | |
| com.sapportals.portal.appintegrator.template_processor | |
| com.sapportals.portal.appintegrator.template_processor.context | |
| Uses of IAccessor in com.sapportals.portal.appintegrator.template_processor |
| Methods in com.sapportals.portal.appintegrator.template_processor with parameters of type IAccessor | |
java.lang.String |
ITemplateProcessorService.processTemplate(java.lang.String template,
IAccessor ctxTree,
java.util.Locale loc)
processes a template by replacing *all* tag expressions of by the corresponding values of the contexts. |
java.lang.String |
ITemplateProcessorService.processTemplate(java.lang.String template,
com.sapportals.portal.prt.component.IPortalComponentRequest request,
IAccessor rootContext)
processes a template by replacing *all* tag expressions of by the corresponding values of the contexts. |
java.lang.String |
ITemplateProcessor.process(java.lang.String template,
IAccessor root,
java.util.Locale loc)
Processes the given template using the given root context and the given locale. |
java.lang.String |
ITemplateProcessor.process(java.lang.String template,
IAccessor root,
java.util.Locale locale,
boolean errorMode)
main process method which takes a root context and a template to process |
java.lang.String |
ITemplateProcessor.process(java.lang.String template,
IAccessor root,
com.sapportals.portal.prt.component.IPortalComponentRequest request,
boolean errorMode)
main parsing method which takes a root context and a template to process |
| Uses of IAccessor in com.sapportals.portal.appintegrator.template_processor.context |
| Classes in com.sapportals.portal.appintegrator.template_processor.context that implement IAccessor | |
class |
AbstractContext
Abstract Context This Context collects common methods for all context wrappers Copyright (c) SAP Portals Europe GmbH 2001 |
| Fields in com.sapportals.portal.appintegrator.template_processor.context declared as IAccessor | |
protected IAccessor |
AbstractContext.mm_overlay
the current overlay context (null if overlay is disabled) |
| Methods in com.sapportals.portal.appintegrator.template_processor.context that return IAccessor | |
IAccessor |
IAccessor.get(java.lang.String id)
returns the IAccessor member which key equals to id of the current context which must be another (nested) context |
IAccessor |
AbstractContext.get(java.lang.String id)
returns the IAccessor member which key equals to id of the current context which must be another (nested) context |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||