org.apache.portals.gems.dojo
Class AbstractDojoVelocityPortlet
java.lang.Object
javax.portlet.GenericPortlet
org.apache.portals.bridges.common.GenericServletPortlet
org.apache.portals.bridges.velocity.GenericVelocityPortlet
org.apache.portals.gems.dojo.AbstractDojoVelocityPortlet
- All Implemented Interfaces:
- javax.portlet.Portlet, javax.portlet.PortletConfig, SupportsHeaderPhase
- Direct Known Subclasses:
- CategoryPortletSelector, GoogleMapsPortlet, JetspeedDataImporter, PortalSiteManager, SecurityPermissionsPortlet
public abstract class AbstractDojoVelocityPortlet
- extends org.apache.portals.bridges.velocity.GenericVelocityPortlet
- implements SupportsHeaderPhase
Abstract DOJO portlet for inserting in cross context dojo widget includes
- Version:
- $Id: $
- Author:
- David Sean Taylor
Field Summary |
protected java.lang.String |
headerPage
|
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 |
Methods inherited from class org.apache.portals.bridges.velocity.GenericVelocityPortlet |
doCustom, doEdit, doHelp, doPreferencesEdit, doView, getContext, getContext, processAction, 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 |
headerPage
protected java.lang.String headerPage
AbstractDojoVelocityPortlet
public AbstractDojoVelocityPortlet()
init
public void init(javax.portlet.PortletConfig config)
throws javax.portlet.PortletException
- Specified by:
init
in interface javax.portlet.Portlet
- Overrides:
init
in class org.apache.portals.bridges.velocity.GenericVelocityPortlet
- Throws:
javax.portlet.PortletException
doHeader
public void doHeader(PortletHeaderRequest request,
PortletHeaderResponse response)
throws javax.portlet.PortletException
- Specified by:
doHeader
in interface SupportsHeaderPhase
- Throws:
javax.portlet.PortletException
includeHeaderContent
protected void includeHeaderContent(HeaderResource headerResource)
include
protected void include(PortletHeaderRequest request,
PortletHeaderResponse response,
java.lang.String headerPagePath,
java.lang.StringBuffer headerText)
throws javax.portlet.PortletException
- Throws:
javax.portlet.PortletException
include
protected void include(PortletHeaderRequest request,
PortletHeaderResponse response,
java.lang.String headerPagePath)
throws javax.portlet.PortletException
- Throws:
javax.portlet.PortletException
Copyright © 1999-2010 Apache Software Foundation. All Rights Reserved.