当前页面:
在线文档首页 >
JBOSS Portal 2.2 API 英文版文档
CMSAdminPortlet - JBOSS Portal 2.2 API 英文版文档
org.jboss.portal.core.portlet.cms.admin
Class CMSAdminPortlet
java.lang.Object
org.jboss.portlet.JBossPortlet
org.jboss.portal.core.portlet.cms.admin.CMSAdminPortlet
- All Implemented Interfaces:
- Portlet
- public class CMSAdminPortlet
- extends JBossPortlet
Methods inherited from class org.jboss.portlet.JBossPortlet |
destroy, doDispatch, doDispatch, doEdit, doEdit, doHelp, getDefaultOperation, getInitParameter, getInitParameterNames, getOperationName, getPortletConfig, getPortletContext, getPortletName, getResourceBundle, getTitle, init, processAction, render, render |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CMSAdminPortlet
public CMSAdminPortlet()
init
public void init()
throws PortletException
- Overrides:
init
in class JBossPortlet
- Throws:
PortletException
doView
protected void doView(JBossRenderRequest rReq,
JBossRenderResponse rRes)
throws PortletException,
java.io.IOException,
UnavailableException
- Description copied from class:
JBossPortlet
- Throw a
PortletException
.
- Overrides:
doView
in class JBossPortlet
- Throws:
PortletException
java.io.IOException
UnavailableException
processAction
public void processAction(JBossActionRequest aReq,
JBossActionResponse aRes)
throws PortletException
- Description copied from class:
JBossPortlet
- Calls
doDispatch(JBossActionRequest,JBossActionResponse)
.
- Overrides:
processAction
in class JBossPortlet
- Throws:
PortletException
buildURL
public java.lang.String buildURL(RenderResponse resp,
java.lang.String path)
- Rewrites urls. Typically, this is used for image src calls from the html, so they route thru the
CMSObjectCommandMapper and invoke the StreamObjectCommand.
TODO : need to make this not a hack