|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.portlet.GenericPortlet
org.zkoss.zk.ui.http.DHtmlLayoutPortlet
public class DHtmlLayoutPortlet
The portlet used to process the request for a ZUML page.
DHtmlLayoutServlet, so you have to declare
DHtmlLayoutServlet even if you want every ZUML pages being
processed by this portlet.To patch the rendering result of a ZK portlet, you can implement
PageRenderPatch (and specified it in Attributes.PORTLET_RENDER_PATCH_CLASS).
| Constructor Summary | |
|---|---|
DHtmlLayoutPortlet()
|
|
| Method Summary | |
|---|---|
protected void |
doView(javax.portlet.RenderRequest request,
javax.portlet.RenderResponse response)
|
protected java.lang.String |
getNamespace(javax.portlet.RenderResponse response)
Returns the namespace for resource request parameters Default: "". |
void |
init()
|
protected boolean |
process(Session sess,
javax.portlet.RenderRequest request,
javax.portlet.RenderResponse response,
java.lang.String path,
boolean bRichlet)
Process a portlet request. |
void |
serveResource(javax.portlet.ResourceRequest request,
javax.portlet.ResourceResponse response)
Process AJAX request here instead of DHtmlUpdateServlet if the Portal Container support JSR 286. |
| Methods inherited from class javax.portlet.GenericPortlet |
|---|
destroy, doDispatch, doEdit, doHeaders, doHelp, getContainerRuntimeOptions, getDefaultNamespace, getInitParameter, getInitParameterNames, getNextPossiblePortletModes, getPortletConfig, getPortletContext, getPortletName, getProcessingEventQNames, getPublicRenderParameterNames, getPublishingEventQNames, getResourceBundle, getSupportedLocales, getTitle, init, processAction, processEvent, render |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DHtmlLayoutPortlet()
| Method Detail |
|---|
public void init()
throws javax.portlet.PortletException
init in class javax.portlet.GenericPortletjavax.portlet.PortletException
protected void doView(javax.portlet.RenderRequest request,
javax.portlet.RenderResponse response)
throws javax.portlet.PortletException,
java.io.IOException
doView in class javax.portlet.GenericPortletjavax.portlet.PortletException
java.io.IOException
public void serveResource(javax.portlet.ResourceRequest request,
javax.portlet.ResourceResponse response)
throws javax.portlet.PortletException,
java.io.IOException
serveResource in interface javax.portlet.ResourceServingPortletserveResource in class javax.portlet.GenericPortletjavax.portlet.PortletException
java.io.IOException
protected boolean process(Session sess,
javax.portlet.RenderRequest request,
javax.portlet.RenderResponse response,
java.lang.String path,
boolean bRichlet)
throws javax.portlet.PortletException,
java.io.IOException
javax.portlet.PortletException
java.io.IOExceptionprotected java.lang.String getNamespace(javax.portlet.RenderResponse response)
Default: "".
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||