| org.apache.jetspeed.demo.simple.AttributeScopeServlet
AttributeScopeServlet | public class AttributeScopeServlet extends GenericServletPortlet (Code) | | This class only exists to maintain the Help and View page names. As soon
as the container/engine will retain the preferences this class can be
replaced by configuring portlet preferences.
version: $Id: AttributeScopeServlet.java 553014 2007-07-03 23:10:53Z ate $ |
Method Summary | |
public void | processAction(ActionRequest request, ActionResponse actionResponse) |
AttributeScopeServlet | public AttributeScopeServlet()(Code) | | Set default page values when class is created
|
processAction | public void processAction(ActionRequest request, ActionResponse actionResponse) throws PortletException, IOException(Code) | | Increment attributes in different scopes
See Also: javax.portlet.GenericPortlet.processAction |
|
|