org.ow2.weblab.portlet
Class FacetPortlet

java.lang.Object
  extended by javax.portlet.GenericPortlet
      extended by org.ow2.weblab.portlet.WebLabPortlet
          extended by org.ow2.weblab.portlet.FacetPortlet
All Implemented Interfaces:
javax.portlet.EventPortlet, javax.portlet.Portlet, javax.portlet.PortletConfig, javax.portlet.ResourceServingPortlet

public class FacetPortlet
extends org.ow2.weblab.portlet.WebLabPortlet


Field Summary
static java.lang.String ERROR
          Attribute name used to send an error message to jsp
static java.lang.String FACET_DISPLAY_STYLES
          Facet display styles on JSP
static java.lang.String FACET_PIE_COLORS
          Colors used for Pie display on JSP
static java.lang.String FACET_SELECTION_ACTION
          Facet selection action
static java.lang.String FACET_UNSELECTION_ACTION
          Facet unselection action
static java.lang.String LAST_QUERY_URI
          Query URI
protected  FacetConfigBean portletConf
           
static java.lang.String USER_FACET_FILTERS_MAP
          User Facet filters list session property
static java.lang.String USER_SELECTED_FACET_MAP
          User Facet selected values displayed on JSP
 
Fields inherited from class org.ow2.weblab.portlet.WebLabPortlet
PORTLET_ACTION_NAMESPACE, PORTLET_REACTION_NAMESPACE, PORTLET_REDIRECT_NAMESPACE
 
Constructor Summary
FacetPortlet()
           
 
Method Summary
protected  void doView(javax.portlet.RenderRequest request, javax.portlet.RenderResponse response)
           
 void init()
           
 void processAction(javax.portlet.ActionRequest request, javax.portlet.ActionResponse response)
           
 void processEvent(javax.portlet.EventRequest req, javax.portlet.EventResponse resp)
          handle the incoming event
 
Methods inherited from class org.ow2.weblab.portlet.WebLabPortlet
addRedirection, deleteRedirection, getActionEventMap, getFile, getReaction, getReactionEventMap, getRedirectEventMap, getURL, modifyRedirection, sendEventForAction, sendEventForAction, sendEventForActionAndRedirect
 
Methods inherited from class javax.portlet.GenericPortlet
destroy, doDispatch, doEdit, doHeaders, doHelp, getContainerRuntimeOptions, getDefaultNamespace, getInitParameter, getInitParameterNames, getNextPossiblePortletModes, getPortletConfig, getPortletContext, getPortletName, getProcessingEventQNames, getPublicRenderParameterNames, getPublishingEventQNames, getResourceBundle, getSupportedLocales, getTitle, init, render, serveResource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FACET_SELECTION_ACTION

public static final java.lang.String FACET_SELECTION_ACTION
Facet selection action

See Also:
Constant Field Values

FACET_UNSELECTION_ACTION

public static final java.lang.String FACET_UNSELECTION_ACTION
Facet unselection action

See Also:
Constant Field Values

USER_FACET_FILTERS_MAP

public static final java.lang.String USER_FACET_FILTERS_MAP
User Facet filters list session property

See Also:
Constant Field Values

USER_SELECTED_FACET_MAP

public static final java.lang.String USER_SELECTED_FACET_MAP
User Facet selected values displayed on JSP

See Also:
Constant Field Values

FACET_DISPLAY_STYLES

public static final java.lang.String FACET_DISPLAY_STYLES
Facet display styles on JSP

See Also:
Constant Field Values

FACET_PIE_COLORS

public static final java.lang.String FACET_PIE_COLORS
Colors used for Pie display on JSP

See Also:
Constant Field Values

LAST_QUERY_URI

public static final java.lang.String LAST_QUERY_URI
Query URI

See Also:
Constant Field Values

ERROR

public static final java.lang.String ERROR
Attribute name used to send an error message to jsp

See Also:
Constant Field Values

portletConf

protected FacetConfigBean portletConf
Constructor Detail

FacetPortlet

public FacetPortlet()
Method Detail

init

public void init()
          throws javax.portlet.PortletException
Overrides:
init in class org.ow2.weblab.portlet.WebLabPortlet
Throws:
javax.portlet.PortletException

doView

protected void doView(javax.portlet.RenderRequest request,
                      javax.portlet.RenderResponse response)
               throws javax.portlet.PortletException,
                      java.io.IOException
Overrides:
doView in class javax.portlet.GenericPortlet
Throws:
javax.portlet.PortletException
java.io.IOException

processEvent

public void processEvent(javax.portlet.EventRequest req,
                         javax.portlet.EventResponse resp)
                  throws javax.portlet.PortletException,
                         java.io.IOException
handle the incoming event

Specified by:
processEvent in interface javax.portlet.EventPortlet
Overrides:
processEvent in class javax.portlet.GenericPortlet
Throws:
javax.portlet.PortletException
java.io.IOException

processAction

public void processAction(javax.portlet.ActionRequest request,
                          javax.portlet.ActionResponse response)
                   throws javax.portlet.PortletException,
                          java.io.IOException
Specified by:
processAction in interface javax.portlet.Portlet
Overrides:
processAction in class javax.portlet.GenericPortlet
Throws:
javax.portlet.PortletException
java.io.IOException


Copyright © 2004-2011. All Rights Reserved.