de.iqser.portlets
Class IqserBasePortlet

java.lang.Object
  extended by javax.portlet.GenericPortlet
      extended by 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


Field Summary
protected  String _helpArticleId
           
static String ACTION_FILTER
           
static String ACTION_INSERT_PREF
           
static String ACTION_PREVIEW
           
static String ACTION_SEARCH
           
static String ACTION_SHOW_BREADCRUMB
           
static String ACTION_SHOW_RELATED
           
static String ACTION_UPDATE_PREFS
           
static String DEIQSER_CACHED_DATA
           
static String DEIQSER_RELATED_LIST
           
static String DEIQSER_SEARCH_FIELD
           
static String DEIQSER_SELECTED_TYPES
           
static String DEIQSER_TREE_POSITION
           
protected  String editJSP
           
protected  String helpJSP
           
static String HIDE_SYSTEM_PREFERENCES
           
protected  boolean isDebug
           
static String PARAM_ACTION
           
static String PARAM_CONTENT_PROVIDER
           
static String PARAM_CONTENT_TYPE
           
static String PARAM_ERROR_MESSAGE
           
static String PARAM_ID
           
static String PARAM_RELATED_LIST
           
static String PARAM_SEARCH_INPUT
           
static String PARAM_SELECTED_TYPES
           
static String PARAM_TITLE
           
static String PARAM_TYPES
           
static String PREF_IQSER_WEBSERVICE
           
protected static Properties props
           
static String PUBLIC_RENDER_PARAM_CONTENT_ID
           
static String PUBLIC_RENDER_PARAM_CONTENT_PROVIDER
           
static String PUBLIC_RENDER_PARAM_CONTENT_TYPE
           
static String PUBLIC_RENDER_PARAM_SEARCH_INPUT
           
protected  String viewJSP
           
 
Constructor Summary
IqserBasePortlet()
           
 
Method Summary
 void doEdit(javax.portlet.RenderRequest req, javax.portlet.RenderResponse res)
           
protected  Properties getProperties()
           
protected  String getProperty(javax.portlet.PortletRequest request, String key)
           
protected  void include(String path, javax.portlet.RenderRequest req, javax.portlet.RenderResponse res)
           
protected  void printRequestData(javax.portlet.PortletRequest request)
           
 void processAction(javax.portlet.ActionRequest actionRequest, javax.portlet.ActionResponse actionResponse)
           
protected  void processActionInsertPref(javax.portlet.ActionRequest actionRequest, javax.portlet.ActionResponse actionResponse)
           
protected  void processActionUpdatePrefs(javax.portlet.ActionRequest actionRequest)
           
 
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
 

Field Detail

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
Constructor Detail

IqserBasePortlet

public IqserBasePortlet()
Method Detail

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.