org.exoplatform.services.portletcontainer.test.portlet
Class GenericBridgePortlet

java.lang.Object
  extended by javax.portlet.GenericPortlet
      extended by org.exoplatform.services.portletcontainer.test.portlet.GenericBridgePortlet
All Implemented Interfaces:
javax.portlet.EventPortlet, javax.portlet.Portlet, javax.portlet.PortletConfig, javax.portlet.ResourceServingPortlet

public class GenericBridgePortlet
extends javax.portlet.GenericPortlet

Created by The eXo Platform SAS .

Version:
$Id$
Author:
Roman Pedchenko

Field Summary
static String PARAM_PREFIX
          Parameter prefix.
 
Constructor Summary
GenericBridgePortlet()
           
 
Method Summary
 void doView(javax.portlet.RenderRequest request, javax.portlet.RenderResponse response)
           
 void init(javax.portlet.PortletConfig config)
          Overridden method.
 void processAction(javax.portlet.ActionRequest actionRequest, javax.portlet.ActionResponse actionResponse)
           
 
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, processEvent, render, serveResource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PARAM_PREFIX

public static final String PARAM_PREFIX
Parameter prefix.

See Also:
Constant Field Values
Constructor Detail

GenericBridgePortlet

public GenericBridgePortlet()
Method Detail

init

public void init(javax.portlet.PortletConfig config)
          throws javax.portlet.PortletException
Overridden method.

Specified by:
init in interface javax.portlet.Portlet
Overrides:
init in class javax.portlet.GenericPortlet
Parameters:
config - portlet config
Throws:
javax.portlet.PortletException - something may go wrong
See Also:
GenericPortlet.init(javax.portlet.PortletConfig)

doView

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

processAction

public void processAction(javax.portlet.ActionRequest actionRequest,
                          javax.portlet.ActionResponse actionResponse)
                   throws javax.portlet.PortletException
Specified by:
processAction in interface javax.portlet.Portlet
Overrides:
processAction in class javax.portlet.GenericPortlet
Throws:
javax.portlet.PortletException


Copyright © 2009 eXo Platform SAS. All Rights Reserved.