|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.portlet.JBossPortlet
org.jboss.portal.core.cms.ui.admin.CMSAdminPortlet
public class CMSAdminPortlet
Constructor Summary | |
---|---|
CMSAdminPortlet()
|
Method Summary | |
---|---|
java.lang.String |
buildURL(JBossRenderRequest req,
java.lang.String path)
Rewrites urls. |
protected void |
doView(JBossRenderRequest rReq,
JBossRenderResponse rRes)
Throw a PortletException . |
ApprovePublish |
getApprovePublish()
|
void |
init()
|
void |
init(PortletConfig config)
Called by the portlet container to indicate to a portlet that the portlet is being placed into service. |
void |
processAction(JBossActionRequest aReq,
JBossActionResponse aRes)
Calls doDispatch(JBossActionRequest,JBossActionResponse) . |
void |
setApprovePublish(ApprovePublish approvePublish)
|
Methods inherited from class org.jboss.portlet.JBossPortlet |
---|
destroy, doAdmin, doDispatch, doEdit, doHelp, getDefaultOperation, getInitParameter, getInitParameterNames, getOperationName, getPortletConfig, getPortletContext, getPortletName, getResourceBundle, getTitle, processAction, processAdmin, processDispatch, processEdit, processHelp, processView, render, render |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CMSAdminPortlet()
Method Detail |
---|
public void init() throws PortletException
init
in class JBossPortlet
PortletException
public void init(PortletConfig config) throws PortletException
Portlet
The portlet container calls the init
method exactly once after instantiating the portlet. The
init
method must complete successfully before the portlet can receive any requests.
The portlet container cannot place the portlet into service if the init
method
PortletException
init
in interface Portlet
init
in class JBossPortlet
config
- a PortletConfig
object containing the portlet's configuration and initialization
parameters
PortletException
- if an exception has occurred that interferes with the portlet's normal operation.
UnavailableException
- if the portlet cannot perform the initialization at this time.protected void doView(JBossRenderRequest rReq, JBossRenderResponse rRes) throws PortletException, java.io.IOException, UnavailableException
JBossPortlet
PortletException
.
doView
in class JBossPortlet
PortletException
java.io.IOException
UnavailableException
public void processAction(JBossActionRequest aReq, JBossActionResponse aRes) throws PortletException
JBossPortlet
doDispatch(JBossActionRequest,JBossActionResponse)
.
processAction
in class JBossPortlet
PortletException
public java.lang.String buildURL(JBossRenderRequest req, java.lang.String path)
public ApprovePublish getApprovePublish()
public void setApprovePublish(ApprovePublish approvePublish)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |