public interface AuExtensionRequest
AuExtension
).Modifier and Type | Method and Description |
---|---|
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. |
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 associated with "/upload", then
it must start with "/upload". Note: it might end with other string
depending on the URI you generated to the client.Copyright © 2005-2023 Potix Corporation. All Rights Reserved.