public interface AjaxBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
buildContext(RequestContext requestContext,
Map<String,Object> contextVars)
Build the normal context template
|
boolean |
buildErrorContext(RequestContext requestContext,
Map<String,Object> contextVars)
Build the error context template
|
String |
getErrorTemplate() |
String |
getTemplate() |
String getTemplate()
String getErrorTemplate()
boolean buildContext(RequestContext requestContext, Map<String,Object> contextVars)
requestContext
- The Jetspeed Request ContextcontextVars
- Context variables to be substituted into templateboolean buildErrorContext(RequestContext requestContext, Map<String,Object> contextVars)
requestContext
- The Jetspeed Request ContextcontextVars
- Context variables to be substituted into templateCopyright © 1999–2016 The Apache Software Foundation. All rights reserved.