public class LiferayPortlet
extends javax.portlet.GenericPortlet
Modifier and Type | Field and Description |
---|---|
protected boolean |
addProcessActionSuccessMessage |
protected boolean |
alwaysSendRedirect |
protected Set<String> |
validPaths
Deprecated.
As of Mueller (7.2.x), with no direct replacement
|
Constructor and Description |
---|
LiferayPortlet() |
Modifier and Type | Method and Description |
---|---|
protected void |
addSuccessMessage(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse) |
protected boolean |
callActionMethod(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse) |
protected boolean |
callResourceMethod(javax.portlet.ResourceRequest resourceRequest,
javax.portlet.ResourceResponse resourceResponse) |
protected void |
checkPath(String path)
Deprecated.
As of Mueller (7.2.x), with no direct replacement
|
protected void |
doAbout(javax.portlet.RenderRequest renderRequest,
javax.portlet.RenderResponse renderResponse) |
protected void |
doConfig(javax.portlet.RenderRequest renderRequest,
javax.portlet.RenderResponse renderResponse) |
protected void |
doDispatch(javax.portlet.RenderRequest renderRequest,
javax.portlet.RenderResponse renderResponse) |
protected void |
doEditDefaults(javax.portlet.RenderRequest renderRequest,
javax.portlet.RenderResponse renderResponse) |
protected void |
doEditGuest(javax.portlet.RenderRequest renderRequest,
javax.portlet.RenderResponse renderResponse) |
protected void |
doPreview(javax.portlet.RenderRequest renderRequest,
javax.portlet.RenderResponse renderResponse) |
protected void |
doPrint(javax.portlet.RenderRequest renderRequest,
javax.portlet.RenderResponse renderResponse) |
protected Method |
getActionMethod(String actionName) |
protected Set<String> |
getPaths(String path,
String extension)
Deprecated.
As of Mueller (7.2.x), with no direct replacement
|
protected String |
getRedirect(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse) |
protected Method |
getResourceMethod(String actionName) |
protected javax.servlet.ServletContext |
getServletContext() |
protected String |
getTitle(javax.portlet.RenderRequest renderRequest) |
void |
init() |
protected void |
initValidPaths(String rootPath,
String extension)
Deprecated.
As of Mueller (7.2.x), with no direct replacement
|
protected boolean |
isAddSuccessMessage(javax.portlet.ActionRequest actionRequest) |
protected boolean |
isAlwaysSendRedirect() |
protected boolean |
isEmptySessionMessages(javax.portlet.ActionRequest actionRequest) |
protected boolean |
isProcessActionRequest(javax.portlet.ActionRequest actionRequest)
Deprecated.
As of Mueller (7.2.x), with no direct replacement
|
protected boolean |
isProcessPortletRequest(javax.portlet.PortletRequest portletRequest)
Deprecated.
As of Mueller (7.2.x), with no direct replacement
|
protected boolean |
isProcessRenderRequest(javax.portlet.RenderRequest renderRequest)
Deprecated.
As of Mueller (7.2.x), with no direct replacement
|
protected boolean |
isProcessResourceRequest(javax.portlet.ResourceRequest resourceRequest)
Deprecated.
As of Mueller (7.2.x), with no direct replacement
|
protected boolean |
isSessionErrorException(Throwable throwable) |
protected boolean |
isValidPath(String path)
Deprecated.
As of Mueller (7.2.x), with no direct replacement
|
void |
processAction(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse) |
protected void |
sendRedirect(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse) |
void |
serveResource(javax.portlet.ResourceRequest resourceRequest,
javax.portlet.ResourceResponse resourceResponse) |
protected String |
translate(javax.portlet.PortletRequest portletRequest,
String key) |
protected String |
translate(javax.portlet.PortletRequest portletRequest,
String key,
Object... arguments) |
protected void |
writeJSON(javax.portlet.PortletRequest portletRequest,
javax.portlet.ActionResponse actionResponse,
Object object) |
protected void |
writeJSON(javax.portlet.PortletRequest portletRequest,
javax.portlet.MimeResponse mimeResponse,
Object object) |
destroy, dispatchAnnotatedActionMethod, dispatchAnnotatedEventMethod, dispatchAnnotatedRenderMethod, doEdit, doHeaders, doHelp, doView, getContainerRuntimeOptions, getDefaultNamespace, getInitParameter, getInitParameterNames, getNextPossiblePortletModes, getPortletConfig, getPortletContext, getPortletModes, getPortletName, getProcessingEventQNames, getPublicRenderParameterDefinitions, getPublicRenderParameterNames, getPublishingEventQNames, getResourceBundle, getSupportedLocales, getWindowStates, init, processEvent, render, renderHeaders
protected boolean addProcessActionSuccessMessage
protected boolean alwaysSendRedirect
@Deprecated protected Set<String> validPaths
public void init() throws javax.portlet.PortletException
init
in class javax.portlet.GenericPortlet
javax.portlet.PortletException
public void processAction(javax.portlet.ActionRequest actionRequest, javax.portlet.ActionResponse actionResponse) throws IOException, javax.portlet.PortletException
processAction
in interface javax.portlet.Portlet
processAction
in class javax.portlet.GenericPortlet
IOException
javax.portlet.PortletException
public void serveResource(javax.portlet.ResourceRequest resourceRequest, javax.portlet.ResourceResponse resourceResponse) throws IOException, javax.portlet.PortletException
serveResource
in interface javax.portlet.ResourceServingPortlet
serveResource
in class javax.portlet.GenericPortlet
IOException
javax.portlet.PortletException
protected void addSuccessMessage(javax.portlet.ActionRequest actionRequest, javax.portlet.ActionResponse actionResponse)
protected boolean callActionMethod(javax.portlet.ActionRequest actionRequest, javax.portlet.ActionResponse actionResponse) throws javax.portlet.PortletException
javax.portlet.PortletException
protected boolean callResourceMethod(javax.portlet.ResourceRequest resourceRequest, javax.portlet.ResourceResponse resourceResponse) throws javax.portlet.PortletException
javax.portlet.PortletException
@Deprecated protected void checkPath(String path) throws javax.portlet.PortletException
javax.portlet.PortletException
protected void doAbout(javax.portlet.RenderRequest renderRequest, javax.portlet.RenderResponse renderResponse) throws IOException, javax.portlet.PortletException
IOException
javax.portlet.PortletException
protected void doConfig(javax.portlet.RenderRequest renderRequest, javax.portlet.RenderResponse renderResponse) throws IOException, javax.portlet.PortletException
IOException
javax.portlet.PortletException
protected void doDispatch(javax.portlet.RenderRequest renderRequest, javax.portlet.RenderResponse renderResponse) throws IOException, javax.portlet.PortletException
doDispatch
in class javax.portlet.GenericPortlet
IOException
javax.portlet.PortletException
protected void doEditDefaults(javax.portlet.RenderRequest renderRequest, javax.portlet.RenderResponse renderResponse) throws IOException, javax.portlet.PortletException
IOException
javax.portlet.PortletException
protected void doEditGuest(javax.portlet.RenderRequest renderRequest, javax.portlet.RenderResponse renderResponse) throws IOException, javax.portlet.PortletException
IOException
javax.portlet.PortletException
protected void doPreview(javax.portlet.RenderRequest renderRequest, javax.portlet.RenderResponse renderResponse) throws IOException, javax.portlet.PortletException
IOException
javax.portlet.PortletException
protected void doPrint(javax.portlet.RenderRequest renderRequest, javax.portlet.RenderResponse renderResponse) throws IOException, javax.portlet.PortletException
IOException
javax.portlet.PortletException
protected Method getActionMethod(String actionName) throws NoSuchMethodException
NoSuchMethodException
@Deprecated protected Set<String> getPaths(String path, String extension)
protected String getRedirect(javax.portlet.ActionRequest actionRequest, javax.portlet.ActionResponse actionResponse)
protected Method getResourceMethod(String actionName) throws NoSuchMethodException
NoSuchMethodException
protected javax.servlet.ServletContext getServletContext()
protected String getTitle(javax.portlet.RenderRequest renderRequest)
getTitle
in class javax.portlet.GenericPortlet
@Deprecated protected void initValidPaths(String rootPath, String extension)
protected boolean isAddSuccessMessage(javax.portlet.ActionRequest actionRequest)
protected boolean isAlwaysSendRedirect()
protected boolean isEmptySessionMessages(javax.portlet.ActionRequest actionRequest)
@Deprecated protected boolean isProcessActionRequest(javax.portlet.ActionRequest actionRequest)
@Deprecated protected boolean isProcessPortletRequest(javax.portlet.PortletRequest portletRequest)
@Deprecated protected boolean isProcessRenderRequest(javax.portlet.RenderRequest renderRequest)
@Deprecated protected boolean isProcessResourceRequest(javax.portlet.ResourceRequest resourceRequest)
protected boolean isSessionErrorException(Throwable throwable)
@Deprecated protected boolean isValidPath(String path)
protected void sendRedirect(javax.portlet.ActionRequest actionRequest, javax.portlet.ActionResponse actionResponse) throws IOException
IOException
protected String translate(javax.portlet.PortletRequest portletRequest, String key)
protected String translate(javax.portlet.PortletRequest portletRequest, String key, Object... arguments)
protected void writeJSON(javax.portlet.PortletRequest portletRequest, javax.portlet.ActionResponse actionResponse, Object object) throws IOException
IOException
protected void writeJSON(javax.portlet.PortletRequest portletRequest, javax.portlet.MimeResponse mimeResponse, Object object) throws IOException
IOException