|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AuExtensionRequest
Represents a request for an AU extension (AuExtension).
| Method Summary | |
|---|---|
java.lang.String |
getPathInfo()
Returns the path info of the request. |
javax.servlet.http.HttpServletRequest |
getRequest()
Returns the request (never null). |
javax.servlet.http.HttpServletResponse |
getResponse()
Returns the response (never null). |
Session |
getSession(boolean create)
Returns the session, or null if no session and create
is false. |
| Method Detail |
|---|
Session getSession(boolean create)
create
is false.
create - whether to create one if not available.javax.servlet.http.HttpServletRequest getRequest()
javax.servlet.http.HttpServletResponse getResponse()
java.lang.String getPathInfo()
DHtmlUpdateServlet.addAuExtension(org.zkoss.zk.ui.WebApp, java.lang.String, org.zkoss.zk.au.http.AuExtension).
For example, if an AU processor is assoicated with "/upload", then
it must start with "/upload". Note: it might end with other string
depending on the URI you generated to the client.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||