|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.portal.core.model.instance.InvokePortletInstanceCommandFactory
public class InvokePortletInstanceCommandFactory
| Constructor Summary | |
|---|---|
InvokePortletInstanceCommandFactory(java.lang.String instanceId)
|
|
| Method Summary | |
|---|---|
ControllerCommand |
createInvokeActionCommand(org.jboss.portal.portlet.ActionURL portletURL)
Creates a command that will trigger the action url. |
ControllerCommand |
createInvokeRenderCommand(org.jboss.portal.portlet.RenderURL portletURL)
Creates a command that will trigger the render url. |
ControllerCommand |
createInvokeResourceCommand(org.jboss.portal.portlet.ResourceURL resourceURL)
We don't implement (yet?) for instances as it is rather internal and not needed yet. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InvokePortletInstanceCommandFactory(java.lang.String instanceId)
| Method Detail |
|---|
public ControllerCommand createInvokeActionCommand(org.jboss.portal.portlet.ActionURL portletURL)
InvokePortletCommandFactory
createInvokeActionCommand in interface InvokePortletCommandFactoryportletURL - the action url
public ControllerCommand createInvokeRenderCommand(org.jboss.portal.portlet.RenderURL portletURL)
InvokePortletCommandFactory
createInvokeRenderCommand in interface InvokePortletCommandFactoryportletURL - the render url
public ControllerCommand createInvokeResourceCommand(org.jboss.portal.portlet.ResourceURL resourceURL)
createInvokeResourceCommand in interface InvokePortletCommandFactoryresourceURL - the resource url
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||