|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.portlet.GenericPortlet
org.ow2.weblab.portlet.WebLabPortlet
org.ow2.weblab.portlet.FacetPortlet
public class FacetPortlet
| 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 |
|---|
public static final java.lang.String FACET_SELECTION_ACTION
public static final java.lang.String FACET_UNSELECTION_ACTION
public static final java.lang.String USER_FACET_FILTERS_MAP
public static final java.lang.String USER_SELECTED_FACET_MAP
public static final java.lang.String FACET_DISPLAY_STYLES
public static final java.lang.String FACET_PIE_COLORS
public static final java.lang.String LAST_QUERY_URI
public static final java.lang.String ERROR
protected FacetConfigBean portletConf
| Constructor Detail |
|---|
public FacetPortlet()
| Method Detail |
|---|
public void init()
throws javax.portlet.PortletException
init in class org.ow2.weblab.portlet.WebLabPortletjavax.portlet.PortletException
protected void doView(javax.portlet.RenderRequest request,
javax.portlet.RenderResponse response)
throws javax.portlet.PortletException,
java.io.IOException
doView in class javax.portlet.GenericPortletjavax.portlet.PortletException
java.io.IOException
public void processEvent(javax.portlet.EventRequest req,
javax.portlet.EventResponse resp)
throws javax.portlet.PortletException,
java.io.IOException
processEvent in interface javax.portlet.EventPortletprocessEvent in class javax.portlet.GenericPortletjavax.portlet.PortletException
java.io.IOException
public void processAction(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response)
throws javax.portlet.PortletException,
java.io.IOException
processAction in interface javax.portlet.PortletprocessAction in class javax.portlet.GenericPortletjavax.portlet.PortletException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||