org.apache.jetspeed.demo.preferences
Class PreferencePortlet
java.lang.Object
javax.portlet.GenericPortlet
org.apache.jetspeed.demo.preferences.PreferencePortlet
- All Implemented Interfaces:
- javax.portlet.Portlet, javax.portlet.PortletConfig
- public class PreferencePortlet
- extends javax.portlet.GenericPortlet
PreferencePortlet
- Version:
- $Id: PreferencePortlet.java 187444 2004-09-09 22:18:04Z shinsuke $
- Author:
- Scott T. Weaver
Fields inherited from class javax.portlet.GenericPortlet |
|
Method Summary |
protected void |
doView(javax.portlet.RenderRequest request,
javax.portlet.RenderResponse response)
|
void |
init(javax.portlet.PortletConfig config)
|
void |
processAction(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response)
|
Methods inherited from class javax.portlet.GenericPortlet |
destroy, doDispatch, doEdit, doHelp, getInitParameter, getInitParameterNames, getPortletConfig, getPortletContext, getPortletName, getResourceBundle, getTitle, init, render |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PreferencePortlet
public PreferencePortlet()
doView
protected void doView(javax.portlet.RenderRequest request,
javax.portlet.RenderResponse response)
throws javax.portlet.PortletException,
IOException
- Throws:
javax.portlet.PortletException
IOException
- See Also:
GenericPortlet.doView(javax.portlet.RenderRequest, javax.portlet.RenderResponse)
init
public void init(javax.portlet.PortletConfig config)
throws javax.portlet.PortletException
- Throws:
javax.portlet.PortletException
- See Also:
GenericPortlet.init()
processAction
public void processAction(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response)
throws javax.portlet.PortletException,
IOException
- Throws:
javax.portlet.PortletException
IOException
- See Also:
Portlet.processAction(javax.portlet.ActionRequest, javax.portlet.ActionResponse)
Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.