buildNormalContext(Portlet 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
void
doFilter(org.apache.turbine.util.RunData rundata,
org.apache.velocity.context.Context context)
Adds a filter over the available portlets list based on category
protected java.util.List
filter(java.util.List entries,
java.lang.String[] fields,
java.lang.String[] values)
Method that filters the registry entries.
Methods inherited from class org.apache.jetspeed.modules.actions.portlets.GenericMVCAction
Method that filters the registry entries. This should be overridden in
child classes to determine what filters each browser will support. By
default, this implemenation does no filtering.
Parameters:
entries - The list of registry entries to filter.
fields - The array of filter names
values - The array of filter values. This should be in a 1:1 ratio with the fitler names.