org.jboss.portlet
Class JBossPortlet
java.lang.Object
org.jboss.portlet.JBossPortlet
- All Implemented Interfaces:
- Portlet
- Direct Known Subclasses:
- AdminCMSPortlet, CatalogPortlet, CMSPortlet, ForumsPortlet, PermissionPortlet, RolePortlet, TestPortlet, UserPortlet
public class JBossPortlet
- extends java.lang.Object
- implements Portlet
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JBossPortlet
public JBossPortlet()
getDefaultOperation
public java.lang.String getDefaultOperation()
setDefaultOperation
public void setDefaultOperation(java.lang.String defaultOperation)
getOperationName
public java.lang.String getOperationName()
setOperationName
public void setOperationName(java.lang.String operationName)
init
public void init()
throws PortletException
- Throws:
PortletException
getPortletConfig
public PortletConfig getPortletConfig()
getPortletName
public java.lang.String getPortletName()
getPortletContext
public PortletContext getPortletContext()
processAction
protected void processAction(JBossActionRequest req,
JBossActionResponse resp)
throws PortletException,
PortletSecurityException,
java.io.IOException
- Throws:
PortletException
PortletSecurityException
java.io.IOException
doDispatch
protected void doDispatch(JBossActionRequest req,
JBossActionResponse resp)
throws PortletException,
PortletSecurityException,
java.io.IOException
- Throws:
PortletException
PortletSecurityException
java.io.IOException
render
protected void render(JBossRenderRequest req,
JBossRenderResponse resp)
throws PortletException,
PortletSecurityException,
java.io.IOException
- Throws:
PortletException
PortletSecurityException
java.io.IOException
doDispatch
protected void doDispatch(JBossRenderRequest request,
JBossRenderResponse response)
throws PortletException,
PortletSecurityException,
java.io.IOException
- Throws:
PortletException
PortletSecurityException
java.io.IOException
doView
protected void doView(JBossRenderRequest request,
JBossRenderResponse response)
throws PortletException,
PortletSecurityException,
java.io.IOException
- Throws:
PortletException
PortletSecurityException
java.io.IOException
doHelp
protected void doHelp(JBossRenderRequest request,
JBossRenderResponse response)
throws PortletException,
PortletSecurityException,
java.io.IOException
- Throws:
PortletException
PortletSecurityException
java.io.IOException
doEdit
protected void doEdit(JBossRenderRequest request,
JBossRenderResponse response)
throws PortletException,
PortletSecurityException,
java.io.IOException
- Throws:
PortletException
PortletSecurityException
java.io.IOException
getResourceBundle
public java.util.ResourceBundle getResourceBundle(java.util.Locale locale)
getTitle
protected java.lang.String getTitle(RenderRequest request)
getInitParameter
public java.lang.String getInitParameter(java.lang.String name)
throws java.lang.IllegalArgumentException
- Throws:
java.lang.IllegalArgumentException
getInitParameterNames
public java.util.Enumeration getInitParameterNames()
init
public void init(PortletConfig config)
throws PortletException
- Specified by:
init
in interface Portlet
- Throws:
PortletException
processAction
public void processAction(ActionRequest request,
ActionResponse response)
throws PortletException,
PortletSecurityException,
java.io.IOException
- Specified by:
processAction
in interface Portlet
- Throws:
PortletException
PortletSecurityException
java.io.IOException
render
public void render(RenderRequest req,
RenderResponse resp)
throws PortletException,
PortletSecurityException,
java.io.IOException
- Specified by:
render
in interface Portlet
- Throws:
PortletException
PortletSecurityException
java.io.IOException
destroy
public void destroy()
- Specified by:
destroy
in interface Portlet