org.jboss.portal.core.cms.ui.admin
Class CMSContentEditorPortlet

java.lang.Object
  extended by javax.portlet.GenericPortlet
      extended by org.jboss.portal.core.cms.ui.admin.CMSContentEditorPortlet
All Implemented Interfaces:
javax.portlet.EventPortlet, javax.portlet.Portlet, javax.portlet.PortletConfig, javax.portlet.ResourceServingPortlet

public class CMSContentEditorPortlet
extends javax.portlet.GenericPortlet

Version:
$Revision: 11169 $
Author:
Thomas Heute

Field Summary
static javax.xml.namespace.QName JBOSS_PORTAL_CONTENT_SELECT
           
 
Constructor Summary
CMSContentEditorPortlet()
           
 
Method Summary
protected  void doDispatch(javax.portlet.RenderRequest req, javax.portlet.RenderResponse resp)
           
protected  void doEditContent(javax.portlet.RenderRequest req, javax.portlet.RenderResponse resp)
           
 void init()
           
 void processAction(javax.portlet.ActionRequest req, javax.portlet.ActionResponse resp)
           
 
Methods inherited from class javax.portlet.GenericPortlet
destroy, doEdit, doHeaders, doHelp, doView, 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

JBOSS_PORTAL_CONTENT_SELECT

public static final javax.xml.namespace.QName JBOSS_PORTAL_CONTENT_SELECT
Constructor Detail

CMSContentEditorPortlet

public CMSContentEditorPortlet()
Method Detail

init

public void init()
          throws javax.portlet.PortletException
Overrides:
init in class javax.portlet.GenericPortlet
Throws:
javax.portlet.PortletException

processAction

public void processAction(javax.portlet.ActionRequest req,
                          javax.portlet.ActionResponse resp)
                   throws javax.portlet.PortletException,
                          javax.portlet.PortletSecurityException,
                          java.io.IOException
Specified by:
processAction in interface javax.portlet.Portlet
Overrides:
processAction in class javax.portlet.GenericPortlet
Throws:
javax.portlet.PortletException
javax.portlet.PortletSecurityException
java.io.IOException

doDispatch

protected void doDispatch(javax.portlet.RenderRequest req,
                          javax.portlet.RenderResponse resp)
                   throws javax.portlet.PortletException,
                          javax.portlet.PortletSecurityException,
                          java.io.IOException
Overrides:
doDispatch in class javax.portlet.GenericPortlet
Throws:
javax.portlet.PortletException
javax.portlet.PortletSecurityException
java.io.IOException

doEditContent

protected void doEditContent(javax.portlet.RenderRequest req,
                             javax.portlet.RenderResponse resp)
                      throws javax.portlet.PortletException,
                             javax.portlet.PortletSecurityException,
                             java.io.IOException
Throws:
javax.portlet.PortletException
javax.portlet.PortletSecurityException
java.io.IOException