|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.portal.common.invocation.Invocation
org.jboss.portal.core.controller.ControllerCommand
org.jboss.portal.core.cms.command.StreamContentCommand
public class StreamContentCommand
Renders content from the cms.
Field Summary |
---|
Fields inherited from class org.jboss.portal.core.controller.ControllerCommand |
---|
context, log, NAVIGATIONAL_STATE_SCOPE, PRINCIPAL_SCOPE, REQUEST_SCOPE, SESSION_SCOPE |
Fields inherited from class org.jboss.portal.common.invocation.Invocation |
---|
EMPTY_STACK |
Constructor Summary | |
---|---|
StreamContentCommand(java.lang.String path)
|
Method Summary | |
---|---|
ControllerResponse |
execute()
Execute the command. |
CommandInfo |
getInfo()
Return the meta data of this command. |
java.lang.String |
getPath()
|
Methods inherited from class org.jboss.portal.core.controller.ControllerCommand |
---|
acquireResources, create, createContext, destroy, destroyContext, enforceSecurity, getContext, getControllerContext, releaseResources, rethrow |
Methods inherited from class org.jboss.portal.common.invocation.Invocation |
---|
getAttribute, getHandler, invoke, invokeNext, removeAttribute, setAttribute, setHandler |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StreamContentCommand(java.lang.String path) throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
Method Detail |
---|
public java.lang.String getPath()
public CommandInfo getInfo()
ControllerCommand
getInfo
in class ControllerCommand
public ControllerResponse execute() throws InvocationException, ControllerException
ControllerCommand
execute
in class ControllerCommand
InvocationException
ControllerException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |