@Deprecated public class HstContainerPortlet extends javax.portlet.GenericPortlet
Modifier and Type | Field and Description |
---|---|
protected boolean |
allowPreferences
Deprecated.
Allow preferences to be set by preferences.
|
protected String |
defaultFallbackHstPathInfo
Deprecated.
|
protected String |
defaultHeaderPage
Deprecated.
|
protected String |
defaultHelpPage
Deprecated.
|
protected String |
defaultHstComponentTargetPath
Deprecated.
|
protected String |
defaultHstMountPath
Deprecated.
|
protected String |
defaultHstPathInfo
Deprecated.
|
protected String |
defaultHstPathInfoEditMode
Deprecated.
|
protected boolean |
defaultPortalContentPathBased
Deprecated.
|
protected String |
defaultPortletTitle
Deprecated.
|
static String |
HST_HEADER_PAGE_PARAM_NAME
Deprecated.
Name of portlet preference for Header page
|
static String |
HST_HELP_PAGE_PARAM_NAME
Deprecated.
Name of portlet preference for Edit page
|
static String |
HST_MOUNT_PATH_PARAM
Deprecated.
Name of portlet preference for the
Mount path of HST URL |
static String |
HST_PATH_INFO_EDIT_MODE_PARAM
Deprecated.
Name of portlet preference for the path info for edit mode of HST URL
|
static String |
HST_PATH_INFO_PARAM
Deprecated.
Name of portlet preference for the path info of HST URL
|
static String |
HST_PATH_PARAM_NAME
Deprecated.
|
static String |
HST_PORTAL_CONTENT_PATH_BASED
Deprecated.
Name of portlet preference for the path info of HST URL
|
static String |
HST_PORTLET_TITLE_PARAM_NAME
Deprecated.
Name of portlet preference for the portlet title
|
static String |
HST_TARGET_COMPONENT_PATH_PARAM
Deprecated.
Name of portlet preference for the target component path
|
static String |
PARAM_ALLOW_PREFERENCES
Deprecated.
Name of portlet preference to allow the use of preferences to set pages
|
protected javax.portlet.PortletContext |
portletContext
Deprecated.
|
Constructor and Description |
---|
HstContainerPortlet()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected HstMutablePortletRequestContext |
createHstRequestContext(javax.portlet.PortletRequest request,
javax.portlet.PortletResponse response)
Deprecated.
|
void |
destroy()
Deprecated.
|
protected void |
dispatch(javax.portlet.PortletRequestDispatcher dispatcher,
javax.portlet.PortletRequest request,
javax.portlet.PortletResponse response,
boolean include)
Deprecated.
|
void |
doEdit(javax.portlet.RenderRequest request,
javax.portlet.RenderResponse response)
Deprecated.
|
void |
doHeaders(javax.portlet.RenderRequest request,
javax.portlet.RenderResponse response)
Deprecated.
|
void |
doHelp(javax.portlet.RenderRequest request,
javax.portlet.RenderResponse response)
Deprecated.
|
void |
doView(javax.portlet.RenderRequest request,
javax.portlet.RenderResponse response)
Deprecated.
|
protected String |
getDispatchPage(javax.portlet.PortletRequest request,
String pageName,
String defaultPage)
Deprecated.
|
protected String |
getHstDispatchUrl(javax.portlet.PortletRequest request,
javax.portlet.PortletResponse response,
String hstMountPath,
String hstPathInfo,
boolean readDispPathParam)
Deprecated.
|
protected HstPortalContextProvider |
getPortalContextProvider(javax.portlet.PortletRequest request)
Deprecated.
|
void |
init(javax.portlet.PortletConfig config)
Deprecated.
|
void |
processAction(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response)
Deprecated.
|
protected void |
processActionResponseState(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response,
String hstDispUrl,
HstPortletResponseState portletResponseState)
Deprecated.
|
protected void |
processMimeResponseRequest(javax.portlet.PortletRequest request,
javax.portlet.MimeResponse response,
String hstDispUrl,
HstPortletResponseState portletResponseState)
Deprecated.
|
protected void |
processRequest(javax.portlet.PortletRequest request,
javax.portlet.PortletResponse response)
Deprecated.
|
void |
serveResource(javax.portlet.ResourceRequest request,
javax.portlet.ResourceResponse response)
Deprecated.
|
doDispatch, getContainerRuntimeOptions, getDefaultNamespace, getInitParameter, getInitParameterNames, getNextPossiblePortletModes, getPortletConfig, getPortletContext, getPortletName, getProcessingEventQNames, getPublicRenderParameterNames, getPublishingEventQNames, getResourceBundle, getSupportedLocales, getTitle, init, processEvent, render
public static final String PARAM_ALLOW_PREFERENCES
public static final String HST_MOUNT_PATH_PARAM
Mount
path of HST URLpublic static final String HST_PATH_INFO_PARAM
public static final String HST_PORTAL_CONTENT_PATH_BASED
public static final String HST_PATH_INFO_EDIT_MODE_PARAM
public static final String HST_TARGET_COMPONENT_PATH_PARAM
public static final String HST_PORTLET_TITLE_PARAM_NAME
public static final String HST_HEADER_PAGE_PARAM_NAME
public static final String HST_HELP_PAGE_PARAM_NAME
public static final String HST_PATH_PARAM_NAME
protected javax.portlet.PortletContext portletContext
protected String defaultHstMountPath
protected String defaultHstPathInfo
protected String defaultFallbackHstPathInfo
protected String defaultHstPathInfoEditMode
protected String defaultHstComponentTargetPath
protected String defaultPortletTitle
protected String defaultHeaderPage
protected String defaultHelpPage
protected boolean defaultPortalContentPathBased
protected boolean allowPreferences
public void init(javax.portlet.PortletConfig config) throws javax.portlet.PortletException
init
in interface javax.portlet.Portlet
init
in class javax.portlet.GenericPortlet
javax.portlet.PortletException
public void destroy()
destroy
in interface javax.portlet.Portlet
destroy
in class javax.portlet.GenericPortlet
public void doHeaders(javax.portlet.RenderRequest request, javax.portlet.RenderResponse response)
doHeaders
in class javax.portlet.GenericPortlet
public void doHelp(javax.portlet.RenderRequest request, javax.portlet.RenderResponse response) throws javax.portlet.PortletException, IOException
doHelp
in class javax.portlet.GenericPortlet
javax.portlet.PortletException
IOException
public void serveResource(javax.portlet.ResourceRequest request, javax.portlet.ResourceResponse response) throws javax.portlet.PortletException, IOException
serveResource
in interface javax.portlet.ResourceServingPortlet
serveResource
in class javax.portlet.GenericPortlet
javax.portlet.PortletException
IOException
public void doView(javax.portlet.RenderRequest request, javax.portlet.RenderResponse response) throws javax.portlet.PortletException, IOException
doView
in class javax.portlet.GenericPortlet
javax.portlet.PortletException
IOException
public void doEdit(javax.portlet.RenderRequest request, javax.portlet.RenderResponse response) throws javax.portlet.PortletException, IOException
doEdit
in class javax.portlet.GenericPortlet
javax.portlet.PortletException
IOException
public void processAction(javax.portlet.ActionRequest request, javax.portlet.ActionResponse response) throws javax.portlet.PortletException, IOException
processAction
in interface javax.portlet.Portlet
processAction
in class javax.portlet.GenericPortlet
javax.portlet.PortletException
IOException
protected String getDispatchPage(javax.portlet.PortletRequest request, String pageName, String defaultPage)
protected void processRequest(javax.portlet.PortletRequest request, javax.portlet.PortletResponse response) throws javax.portlet.PortletException, IOException
javax.portlet.PortletException
IOException
protected void processMimeResponseRequest(javax.portlet.PortletRequest request, javax.portlet.MimeResponse response, String hstDispUrl, HstPortletResponseState portletResponseState) throws javax.portlet.PortletException, IOException
javax.portlet.PortletException
IOException
protected void processActionResponseState(javax.portlet.ActionRequest request, javax.portlet.ActionResponse response, String hstDispUrl, HstPortletResponseState portletResponseState) throws javax.portlet.PortletException, IOException
javax.portlet.PortletException
IOException
protected HstPortalContextProvider getPortalContextProvider(javax.portlet.PortletRequest request)
protected HstMutablePortletRequestContext createHstRequestContext(javax.portlet.PortletRequest request, javax.portlet.PortletResponse response)
protected String getHstDispatchUrl(javax.portlet.PortletRequest request, javax.portlet.PortletResponse response, String hstMountPath, String hstPathInfo, boolean readDispPathParam)
protected void dispatch(javax.portlet.PortletRequestDispatcher dispatcher, javax.portlet.PortletRequest request, javax.portlet.PortletResponse response, boolean include) throws IOException, javax.portlet.PortletException
IOException
javax.portlet.PortletException
Copyright © 2008-2013 Hippo B.V. (http://www.onehippo.com). All Rights Reserved.