|
||||||||||
| 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.MetaDataPortlet
public class MetaDataPortlet
A portlet to display WebLab resources metadata.
| Field Summary | |
|---|---|
static MetaConfBean |
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 |
META_MAP_DESC
Attribute name used to send hit description to jsp |
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 | |
|---|---|
MetaDataPortlet()
|
|
| 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 |
processEvent(javax.portlet.EventRequest req,
javax.portlet.EventResponse resp)
|
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, processAction, 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 META_MAP_DESC
public static MetaConfBean 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 MetaDataPortlet()
| 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 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 | |||||||||