org.apache.jetspeed.portlets.entityeditor
Class PortletEntityEditorPortlet

java.lang.Object
  extended byjavax.portlet.GenericPortlet
      extended byorg.apache.portals.bridges.common.GenericServletPortlet
          extended byorg.apache.portals.bridges.velocity.GenericVelocityPortlet
              extended byorg.apache.jetspeed.portlets.entityeditor.PortletEntityEditorPortlet
All Implemented Interfaces:
javax.portlet.Portlet, javax.portlet.PortletConfig

public class PortletEntityEditorPortlet
extends org.apache.portals.bridges.velocity.GenericVelocityPortlet


Field Summary
private  org.apache.jetspeed.components.portletentity.PortletEntityAccessComponent entityAccess
           
private  org.apache.jetspeed.components.portletregistry.PortletRegistry registry
           
 
Fields inherited from class org.apache.portals.bridges.velocity.GenericVelocityPortlet
PORTLET_BRIDGE_CONTEXT
 
Fields inherited from class org.apache.portals.bridges.common.GenericServletPortlet
PARAM_ACTION_PAGE, PARAM_ALLOW_PREFERENCES, PARAM_CUSTOM_PAGE, PARAM_EDIT_PAGE, PARAM_HELP_PAGE, PARAM_MAX_PAGE, PARAM_VIEW_PAGE
 
Fields inherited from class javax.portlet.GenericPortlet
 
Constructor Summary
PortletEntityEditorPortlet()
           
 
Method Summary
protected  void doAddPref(javax.portlet.ActionRequest request, javax.portlet.ActionResponse response)
           
protected  void doAddValue(javax.portlet.ActionRequest request, javax.portlet.ActionResponse response)
           
protected  void doRemovePref(javax.portlet.ActionRequest request, javax.portlet.ActionResponse response)
           
protected  void doRemoveValue(javax.portlet.ActionRequest request, javax.portlet.ActionResponse response)
           
protected  void doUpdateValue(javax.portlet.ActionRequest request, javax.portlet.ActionResponse response)
           
protected  org.apache.pluto.om.entity.PortletEntity getPortletEntity(javax.portlet.ActionRequest request)
           
 void init(javax.portlet.PortletConfig config)
           
 void processAction(javax.portlet.ActionRequest request, javax.portlet.ActionResponse response)
           
 
Methods inherited from class org.apache.portals.bridges.velocity.GenericVelocityPortlet
doCustom, doEdit, doHelp, doPreferencesEdit, doView, getContext, render, setupPreferencesEdit
 
Methods inherited from class org.apache.portals.bridges.common.GenericServletPortlet
getDefaultActionPage, getDefaultCustomPage, getDefaultEditPage, getDefaultHelpPage, getDefaultViewPage, processPreferencesAction, setDefaultActionPage, setDefaultCustomPage, setDefaultEditPage, setDefaultHelpPage, setDefaultViewPage
 
Methods inherited from class javax.portlet.GenericPortlet
destroy, doDispatch, getInitParameter, getInitParameterNames, getPortletConfig, getPortletContext, getPortletName, getResourceBundle, getTitle, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

entityAccess

private org.apache.jetspeed.components.portletentity.PortletEntityAccessComponent entityAccess

registry

private org.apache.jetspeed.components.portletregistry.PortletRegistry registry
Constructor Detail

PortletEntityEditorPortlet

public PortletEntityEditorPortlet()
Method Detail

init

public void init(javax.portlet.PortletConfig config)
          throws javax.portlet.PortletException
Throws:
javax.portlet.PortletException

processAction

public void processAction(javax.portlet.ActionRequest request,
                          javax.portlet.ActionResponse response)
                   throws javax.portlet.PortletException,
                          IOException
Throws:
javax.portlet.PortletException
IOException

doAddPref

protected final void doAddPref(javax.portlet.ActionRequest request,
                               javax.portlet.ActionResponse response)
                        throws javax.portlet.PortletException
Throws:
javax.portlet.PortletException

doAddValue

protected final void doAddValue(javax.portlet.ActionRequest request,
                                javax.portlet.ActionResponse response)
                         throws javax.portlet.PortletException
Throws:
javax.portlet.PortletException

doRemovePref

protected final void doRemovePref(javax.portlet.ActionRequest request,
                                  javax.portlet.ActionResponse response)
                           throws javax.portlet.PortletException
Throws:
javax.portlet.PortletException

doUpdateValue

protected final void doUpdateValue(javax.portlet.ActionRequest request,
                                   javax.portlet.ActionResponse response)
                            throws javax.portlet.PortletException
Throws:
javax.portlet.PortletException

doRemoveValue

protected final void doRemoveValue(javax.portlet.ActionRequest request,
                                   javax.portlet.ActionResponse response)
                            throws javax.portlet.PortletException
Throws:
javax.portlet.PortletException

getPortletEntity

protected final org.apache.pluto.om.entity.PortletEntity getPortletEntity(javax.portlet.ActionRequest request)
                                                                   throws javax.portlet.PortletException
Throws:
javax.portlet.PortletException


Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.