|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.tacos.ajax.contrib.RicoResponseContributorImpl
Implementation of ResponseContributor
that handles
rico client requests.
Field Summary | |
static String |
REQUEST_TYPE_RICO
Header for Rico requests |
static String |
RICO_VERSION
Currently supported rico version |
Constructor Summary | |
RicoResponseContributorImpl()
|
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String REQUEST_TYPE_RICO
public static final String RICO_VERSION
Constructor Detail |
public RicoResponseContributorImpl()
Method Detail |
public ResponseBuilder createBuilder(IRequestCycle cycle, WebRequest request)
ResponseBuilder
instance to handle the
incoming ajax request.
createBuilder
in interface ResponseContributor
cycle
- request
-
public boolean handlesResponse(IRequestCycle cycle, WebRequest request)
ResponseBuilder
this contributor
manages.
handlesResponse
in interface ResponseContributor
cycle
- Main request cyclerequest
- HttpRequest associated with request
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |