|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AuDecoder
Used to decode the custom format of the AU requests. By default, the AU request is sent in the JSON format. If you prefer to use another format, you have to do as follows.
WEB-INF/zk.xml
Method Summary | |
---|---|
java.util.List<AuRequest> |
decode(java.lang.Object request,
Desktop desktop)
Returns a list of AuRequest by decoding the request. |
java.lang.String |
getDesktopId(java.lang.Object request)
Returns the desktop ID. |
java.lang.String |
getFirstCommand(java.lang.Object request)
Returns the first command. |
boolean |
isIgnorable(java.lang.Object request,
WebApp wapp)
Returns if the request is ignorable when an error occurs. |
Method Detail |
---|
java.lang.String getDesktopId(java.lang.Object request)
request
- the request. For HTTP, it is HttpServletRequest.java.lang.String getFirstCommand(java.lang.Object request)
request
- the request. For HTTP, it is HttpServletRequest.java.util.List<AuRequest> decode(java.lang.Object request, Desktop desktop)
AuRequest
by decoding the request.
request
- the request. For HTTP, it is HttpServletRequest.boolean isIgnorable(java.lang.Object request, WebApp wapp)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |