当前页面:
在线文档首页 >
JBOSS Portal 2.4 API 英文版文档
StreamContentCommand - JBOSS Portal 2.4 API 英文版文档
org.jboss.portal.core.cms.command
Class StreamContentCommand
java.lang.Object
org.jboss.portal.common.invocation.Invocation
org.jboss.portal.core.command.ControllerCommand
org.jboss.portal.core.cms.command.StreamContentCommand
- public class StreamContentCommand
- extends ControllerCommand
Renders content from the cms.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StreamContentCommand
public StreamContentCommand(java.lang.String path)
throws java.lang.IllegalArgumentException
getPath
public java.lang.String getPath()
getInfo
public CommandInfo getInfo()
- Description copied from class:
ControllerCommand
- Return the meta data of this command.
- Specified by:
getInfo
in class ControllerCommand
execute
public void execute()
throws InvocationException
- Description copied from class:
ControllerCommand
- Execute the command.
- Specified by:
execute
in class ControllerCommand
- Throws:
InvocationException