public class NavigationPortlet
extends javax.portlet.GenericPortlet
| Constructor and Description |
|---|
NavigationPortlet() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doView(javax.portlet.RenderRequest request,
javax.portlet.RenderResponse response)
Method responsible for the VIEW mode of the navigation portlet.
|
void |
serveResource(javax.portlet.ResourceRequest request,
javax.portlet.ResourceResponse response)
The serveResource method is used for handling AJAX requests.
|
destroy, doDispatch, doEdit, doHeaders, doHelp, getContainerRuntimeOptions, getDefaultNamespace, getInitParameter, getInitParameterNames, getNextPossiblePortletModes, getPortletConfig, getPortletContext, getPortletName, getProcessingEventQNames, getPublicRenderParameterNames, getPublishingEventQNames, getResourceBundle, getSupportedLocales, getTitle, init, init, processAction, processEvent, renderprotected void doView(javax.portlet.RenderRequest request,
javax.portlet.RenderResponse response)
throws javax.portlet.PortletException,
IOException
doView in class javax.portlet.GenericPortletrequest - the portlet requestresponse - the render responsejavax.portlet.PortletException - if the portlet cannot fulfilling the requestIOException - if the streaming causes an I/O problemGenericPortlet.doView(javax.portlet.RenderRequest, javax.portlet.RenderResponse)public void serveResource(javax.portlet.ResourceRequest request,
javax.portlet.ResourceResponse response)
throws javax.portlet.PortletException,
IOException
serveResource in interface javax.portlet.ResourceServingPortletserveResource in class javax.portlet.GenericPortletrequest - the resource requestresponse - the resource responsejavax.portlet.PortletException - if the portlet has problems fulfilling the rendering requestIOException - if the streaming causes an I/O problemGenericPortlet.serveResource(javax.portlet.ResourceRequest, javax.portlet.ResourceResponse)Copyright © 2016 JBoss by Red Hat. All Rights Reserved.