|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Determines if the particular incoming ajax request is handled by this contributor/library response type. If it is will also provide an instance of the appropriate ResponseBuilder.
Method Summary | |
ResponseBuilder |
createBuilder(IRequestCycle cycle,
WebRequest request)
Creates the appropriate ResponseBuilder instance to handle the
incoming ajax request. |
boolean |
handlesResponse(IRequestCycle cycle,
WebRequest request)
Determines if the incoming ajax request is capable of being handled by the ResponseBuilder this contributor
manages. |
Method Detail |
public boolean handlesResponse(IRequestCycle cycle, WebRequest request)
ResponseBuilder
this contributor
manages.
cycle
- Main request cyclerequest
- HttpRequest associated with request
public ResponseBuilder createBuilder(IRequestCycle cycle, WebRequest request)
ResponseBuilder
instance to handle the
incoming ajax request.
cycle
- request
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |