de.iqser.portlets
Class IqserBasePortlet
java.lang.Object
javax.portlet.GenericPortlet
de.iqser.portlets.IqserBasePortlet
- All Implemented Interfaces:
- javax.portlet.EventPortlet, javax.portlet.Portlet, javax.portlet.PortletConfig, javax.portlet.ResourceServingPortlet
- Direct Known Subclasses:
- DisplayPortlet, PreviewPortlet, SearchPortlet, TreePortlet
public class IqserBasePortlet
- extends javax.portlet.GenericPortlet
Methods inherited from class javax.portlet.GenericPortlet |
destroy, doDispatch, doHeaders, doHelp, doView, getContainerRuntimeOptions, getDefaultNamespace, getInitParameter, getInitParameterNames, getNextPossiblePortletModes, getPortletConfig, getPortletContext, getPortletName, getProcessingEventQNames, getPublicRenderParameterNames, getPublishingEventQNames, getResourceBundle, getSupportedLocales, getTitle, init, init, processEvent, render, serveResource |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PARAM_ACTION
public static final String PARAM_ACTION
- See Also:
- Constant Field Values
ACTION_FILTER
public static final String ACTION_FILTER
- See Also:
- Constant Field Values
ACTION_INSERT_PREF
public static final String ACTION_INSERT_PREF
- See Also:
- Constant Field Values
ACTION_PREVIEW
public static final String ACTION_PREVIEW
- See Also:
- Constant Field Values
ACTION_SEARCH
public static final String ACTION_SEARCH
- See Also:
- Constant Field Values
ACTION_SHOW_BREADCRUMB
public static final String ACTION_SHOW_BREADCRUMB
- See Also:
- Constant Field Values
ACTION_SHOW_RELATED
public static final String ACTION_SHOW_RELATED
- See Also:
- Constant Field Values
ACTION_UPDATE_PREFS
public static final String ACTION_UPDATE_PREFS
- See Also:
- Constant Field Values
PARAM_CONTENT_TYPE
public static final String PARAM_CONTENT_TYPE
- See Also:
- Constant Field Values
PARAM_CONTENT_PROVIDER
public static final String PARAM_CONTENT_PROVIDER
- See Also:
- Constant Field Values
PARAM_ID
public static final String PARAM_ID
- See Also:
- Constant Field Values
PARAM_TITLE
public static final String PARAM_TITLE
- See Also:
- Constant Field Values
PARAM_SEARCH_INPUT
public static final String PARAM_SEARCH_INPUT
- See Also:
- Constant Field Values
PARAM_TYPES
public static final String PARAM_TYPES
- See Also:
- Constant Field Values
PARAM_SELECTED_TYPES
public static final String PARAM_SELECTED_TYPES
- See Also:
- Constant Field Values
PARAM_ERROR_MESSAGE
public static final String PARAM_ERROR_MESSAGE
- See Also:
- Constant Field Values
PARAM_RELATED_LIST
public static final String PARAM_RELATED_LIST
- See Also:
- Constant Field Values
PUBLIC_RENDER_PARAM_SEARCH_INPUT
public static final String PUBLIC_RENDER_PARAM_SEARCH_INPUT
- See Also:
- Constant Field Values
PUBLIC_RENDER_PARAM_CONTENT_ID
public static final String PUBLIC_RENDER_PARAM_CONTENT_ID
- See Also:
- Constant Field Values
PUBLIC_RENDER_PARAM_CONTENT_TYPE
public static final String PUBLIC_RENDER_PARAM_CONTENT_TYPE
- See Also:
- Constant Field Values
PUBLIC_RENDER_PARAM_CONTENT_PROVIDER
public static final String PUBLIC_RENDER_PARAM_CONTENT_PROVIDER
- See Also:
- Constant Field Values
PREF_IQSER_WEBSERVICE
public static final String PREF_IQSER_WEBSERVICE
- See Also:
- Constant Field Values
DEIQSER_CACHED_DATA
public static final String DEIQSER_CACHED_DATA
- See Also:
- Constant Field Values
DEIQSER_RELATED_LIST
public static final String DEIQSER_RELATED_LIST
- See Also:
- Constant Field Values
DEIQSER_SEARCH_FIELD
public static final String DEIQSER_SEARCH_FIELD
- See Also:
- Constant Field Values
DEIQSER_SELECTED_TYPES
public static final String DEIQSER_SELECTED_TYPES
- See Also:
- Constant Field Values
DEIQSER_TREE_POSITION
public static final String DEIQSER_TREE_POSITION
- See Also:
- Constant Field Values
HIDE_SYSTEM_PREFERENCES
public static final String HIDE_SYSTEM_PREFERENCES
- See Also:
- Constant Field Values
props
protected static Properties props
viewJSP
protected String viewJSP
helpJSP
protected String helpJSP
editJSP
protected String editJSP
isDebug
protected boolean isDebug
_helpArticleId
protected String _helpArticleId
IqserBasePortlet
public IqserBasePortlet()
doEdit
public void doEdit(javax.portlet.RenderRequest req,
javax.portlet.RenderResponse res)
throws IOException,
javax.portlet.PortletException
- Overrides:
doEdit
in class javax.portlet.GenericPortlet
- Throws:
IOException
javax.portlet.PortletException
processAction
public void processAction(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse)
throws javax.portlet.PortletException,
IOException
- Specified by:
processAction
in interface javax.portlet.Portlet
- Overrides:
processAction
in class javax.portlet.GenericPortlet
- Throws:
javax.portlet.PortletException
IOException
processActionUpdatePrefs
protected void processActionUpdatePrefs(javax.portlet.ActionRequest actionRequest)
throws javax.portlet.PortletException,
IOException
- Throws:
javax.portlet.PortletException
IOException
processActionInsertPref
protected void processActionInsertPref(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse)
throws javax.portlet.PortletException,
IOException
- Throws:
javax.portlet.PortletException
IOException
include
protected void include(String path,
javax.portlet.RenderRequest req,
javax.portlet.RenderResponse res)
throws IOException,
javax.portlet.PortletException
- Throws:
IOException
javax.portlet.PortletException
getProperties
protected Properties getProperties()
getProperty
protected String getProperty(javax.portlet.PortletRequest request,
String key)
printRequestData
protected void printRequestData(javax.portlet.PortletRequest request)
Copyright © 2011. All Rights Reserved.