|
||||||||||
| 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.ResultPortlet
public class ResultPortlet
A portlet to display WebLab ResultSet, navigate in it and select some Hits.
| Field Summary | |
|---|---|
static ResultConfBean |
DEFAULT_META_CONF_BEAN
Default meta configuration bean |
static java.lang.String |
ERROR
Attribute name used to send a error message to jsp |
static java.lang.String |
LOAD_RESOURCE_ACTION
Form parameter name to get URI of selected resource |
static java.lang.String |
RESULTS_MAP_DESC
Attribute name used to send hit description to jsp |
static java.lang.String |
SELECTED_RESOURCES
Form parameter name to get URIs of selected resources |
static java.lang.String |
USER_META_CONF
Attribute name used to send display configuration bean to jsp |
static java.lang.String |
USER_REPO_CONF
Attribute name used to send repository service configuration bean to jsp |
| Fields inherited from class org.ow2.weblab.portlet.WebLabPortlet |
|---|
PORTLET_ACTION_NAMESPACE, PORTLET_REACTION_NAMESPACE, PORTLET_REDIRECT_NAMESPACE |
| Constructor Summary | |
|---|---|
ResultPortlet()
|
|
| Method Summary | |
|---|---|
void |
destroy()
|
void |
doEdit(javax.portlet.RenderRequest req,
javax.portlet.RenderResponse res)
|
void |
doView(javax.portlet.RenderRequest req,
javax.portlet.RenderResponse res)
Render HTML corresponding to the view mode |
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 |
void |
serveResource(javax.portlet.ResourceRequest request,
javax.portlet.ResourceResponse response)
|
| 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 |
|---|
doDispatch, doHeaders, doHelp, getContainerRuntimeOptions, getDefaultNamespace, getInitParameter, getInitParameterNames, getNextPossiblePortletModes, getPortletConfig, getPortletContext, getPortletName, getProcessingEventQNames, getPublicRenderParameterNames, getPublishingEventQNames, getResourceBundle, getSupportedLocales, getTitle, init, render |
| 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 LOAD_RESOURCE_ACTION
public static final java.lang.String SELECTED_RESOURCES
public static final java.lang.String RESULTS_MAP_DESC
public static ResultConfBean DEFAULT_META_CONF_BEAN
public static final java.lang.String USER_META_CONF
public static final java.lang.String USER_REPO_CONF
public static final java.lang.String ERROR
| Constructor Detail |
|---|
public ResultPortlet()
| Method Detail |
|---|
public void init()
throws javax.portlet.PortletException
init in class WebLabPortletjavax.portlet.PortletExceptionpublic void destroy()
destroy in interface javax.portlet.Portletdestroy in class javax.portlet.GenericPortlet
public void doView(javax.portlet.RenderRequest req,
javax.portlet.RenderResponse res)
throws java.io.IOException,
javax.portlet.PortletException
doView in class javax.portlet.GenericPortletjava.io.IOException
javax.portlet.PortletException
public void doEdit(javax.portlet.RenderRequest req,
javax.portlet.RenderResponse res)
throws javax.portlet.PortletException,
java.io.IOException
doEdit 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
public void serveResource(javax.portlet.ResourceRequest request,
javax.portlet.ResourceResponse response)
throws javax.portlet.PortletException,
java.io.IOException
serveResource in interface javax.portlet.ResourceServingPortletserveResource 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 | |||||||||