com.caucho.portal.generic
Interface InvocationFactory

All Known Implementing Classes:
MapBasedInvocationFactory

public interface InvocationFactory


Method Summary
 Invocation getInvocation(java.lang.String namespace)
          Return a Invocation appropriate for the passed namespace.
 java.util.Set<PortletMode> getPortletModesUsed()
           
 java.util.Set<WindowState> getWindowStatesUsed()
           
 

Method Detail

getWindowStatesUsed

java.util.Set<WindowState> getWindowStatesUsed()
Returns:
a Set of all WindowState's used.

getPortletModesUsed

java.util.Set<PortletMode> getPortletModesUsed()
Returns:
a Set of all PortletMode's used.

getInvocation

Invocation getInvocation(java.lang.String namespace)
Return a Invocation appropriate for the passed namespace.