|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ResponseContributor
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)
Creates the appropriate ResponseBuilder instance to handle the
incoming ajax request. |
boolean |
handlesResponse(IRequestCycle cycle)
Determines if the incoming ajax request is capable of being handled by the ResponseBuilder this contributor
manages. |
| Method Detail |
|---|
boolean handlesResponse(IRequestCycle cycle)
ResponseBuilder this contributor
manages.
cycle - Main request cycle for this request.
ResponseBuilder createBuilder(IRequestCycle cycle)
throws IOException
ResponseBuilder instance to handle the
incoming ajax request.
cycle - The incoming request cycle for this request.
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||