|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.jetspeed.portal.portlets.AbstractPortlet org.apache.jetspeed.portal.portlets.AbstractInstancePortlet org.apache.jetspeed.portal.portlets.GenericMVCPortlet org.apache.jetspeed.portal.portlets.VelocityPortlet org.apache.jetspeed.portal.portlets.CustomizerVelocityPortlet
This subclass of VelocityPortlet should be used as base portlet for all VelocityPortlets that implement their own customizer
NOTE:This supports the pre-MVC style of template based portlet development. The perefered method for defining customization is to set a parameter named "provides.customization" in the portlet config to either "true" or "false" depending on whether or not that portlet will provide it's own customizer. The portlet should also being using @see org.apache.jetspeed.portal.portlets.GenericMVCPortlet or a sub-class there of.
Field Summary |
Fields inherited from class org.apache.jetspeed.portal.portlets.GenericMVCPortlet |
DOC_URL, IS_CACHEABLE, PORTLET, PORTLET_CONFIG, PORTLET_ID, RENDERING_DELAYED, RUNDATA, SIMULATE_DELAY, SKIN, TEMPLATE, VIEW_TYPE |
Fields inherited from class org.apache.jetspeed.portal.portlets.AbstractPortlet |
content |
Fields inherited from interface org.apache.jetspeed.portal.Portlet |
PORTLET_MAXIMIZED, PORTLET_MINIMIZED, PORTLET_NORMAL |
Constructor Summary | |
CustomizerVelocityPortlet()
|
Method Summary | |
boolean |
providesCustomization()
Whether or not this portlet provides it's own customizer. |
Methods inherited from class org.apache.jetspeed.portal.portlets.VelocityPortlet |
init |
Methods inherited from class org.apache.jetspeed.portal.portlets.GenericMVCPortlet |
buildContent, getContent, getCurrentTemplate, getViewType, isCacheable, populateRequest, renderJspTemplate, setViewType, useDelayedRendering |
Methods inherited from class org.apache.jetspeed.portal.portlets.AbstractInstancePortlet |
getHandle |
Methods inherited from class org.apache.jetspeed.portal.portlets.AbstractPortlet |
allowClose, allowCustomize, allowInfo, allowMaximize, allowMinimize, allowPrintFriendly, allowView, clearContent, getAllowEdit, getAllowMaximize, getAllowView, getAttribute, getContent, getContent, getCreationTime, getDescription, getDescription, getExpirationMillis, getExpire, getHandle, getID, getImage, getImage, getInstance, getName, getPortletConfig, getTitle, getTitle, isClosed, isMinimized, isShowTitleBar, refresh, setAttribute, setCacheable, setCachedObject, setClosed, setContent, setContent, setContent, setCreationTime, setDescription, setExpirationMillis, setHandle, setID, setImage, setMinimized, setName, setPortletConfig, setTitle, setTitle, supportsType |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CustomizerVelocityPortlet()
Method Detail |
public boolean providesCustomization()
GenericMVCPortlet
providesCustomization
in interface Portlet
providesCustomization
in class GenericMVCPortlet
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |