|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AjaxBuilder
An Ajax request is made up of an action and builder phases. Implement this interface for the Ajax builder phase. The builder can add additional information to the requiest context, and it also provides the template used for building the result stream sent back over the Ajax request.
Method Summary | |
---|---|
boolean |
buildContext(RequestContext requestContext,
Map contextVars)
Build the normal context template |
boolean |
buildErrorContext(RequestContext requestContext,
Map contextVars)
Build the error context template |
String |
getErrorTemplate()
|
String |
getTemplate()
|
Method Detail |
---|
String getTemplate()
String getErrorTemplate()
boolean buildContext(RequestContext requestContext, Map contextVars)
requestContext
- The Jetspeed Request ContextcontextVars
- Context variables to be substituted into template
boolean buildErrorContext(RequestContext requestContext, Map contextVars)
requestContext
- The Jetspeed Request ContextcontextVars
- Context variables to be substituted into template
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |