buildNormalContext(VelocityPortlet portlet,
org.apache.velocity.context.Context context,
org.apache.turbine.util.RunData rundata)
Subclasses must override this method to provide default behavior
for the portlet action
Context Description
action Action to use
current_skin Current skin for this portlet INSTANCE
params List of configurable parameters from the REGISTRY entry.
portlet Portlet, not the Portlet Instance!
skins List of skins
security List of security ref
security_ref Current securityRef for this portlet INSTANCE
void
doCancel(org.apache.turbine.util.RunData rundata,
org.apache.velocity.context.Context context)
Clean up the customization state
void
doDefault(org.apache.turbine.util.RunData rundata,
org.apache.velocity.context.Context context)
Resets the portlet settings to default
void
doUpdate(org.apache.turbine.util.RunData rundata,
org.apache.velocity.context.Context context)
Updates the customized portlet entry
Methods inherited from class org.apache.jetspeed.modules.actions.portlets.VelocityPortletAction