|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A portlet invoker that federates other invokers.
Method Summary | |
FederatedPortletInvoker |
getFederatedInvoker(java.lang.String id)
Return a portlet invoker registered or null if not found |
java.util.Collection |
getFederatedInvokers()
Return the registered portlet invokers. |
void |
registerInvoker(PortletInvokerRegistration registration)
Register an invoker. |
void |
unregisterInvoker(PortletInvokerRegistration registration)
Unregister an invoker. |
Methods inherited from interface org.jboss.portal.portlet.PortletInvoker |
createClone, destroyClones, getPortlet, getPortlets, getProperties, getProperties, invoke, setProperties |
Method Detail |
public void registerInvoker(PortletInvokerRegistration registration) throws java.lang.IllegalArgumentException
registration
- the invoker to register
java.lang.IllegalArgumentException
- if the invoker is null or already registeredpublic void unregisterInvoker(PortletInvokerRegistration registration) throws java.lang.IllegalArgumentException
registration
- the invoker to register
java.lang.IllegalArgumentException
- if the invoker is null or already registeredpublic FederatedPortletInvoker getFederatedInvoker(java.lang.String id) throws java.lang.IllegalArgumentException
id
- the id
java.lang.IllegalArgumentException
- if the id is nullpublic java.util.Collection getFederatedInvokers()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |