|
||||||||||
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(org.apache.tapestry.IRequestCycle cycle,
org.apache.tapestry.web.WebRequest request)
Creates the appropriate ResponseBuilder instance to handle the
incoming ajax request. |
boolean |
handlesResponse(org.apache.tapestry.IRequestCycle cycle,
org.apache.tapestry.web.WebRequest request)
Determines if the incoming ajax request is capable of being handled by the ResponseBuilder this contributor
manages. |
Method Detail |
---|
boolean handlesResponse(org.apache.tapestry.IRequestCycle cycle, org.apache.tapestry.web.WebRequest request)
ResponseBuilder
this contributor
manages.
cycle
- Main request cyclerequest
- HttpRequest associated with request
ResponseBuilder createBuilder(org.apache.tapestry.IRequestCycle cycle, org.apache.tapestry.web.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 |