| |
|
| org.apache.wsrp4j.producer.provider.Provider
All known Subclasses: com.liferay.portal.wsrp.ProviderImpl,
Provider | public interface Provider (Code) | | |
getDescriptionHandler | public DescriptionHandler getDescriptionHandler()(Code) | | Returns an instance of DescriptionHandler by calling the constructor
of the corresponding class implementing the DescriptionHandler-Interface
DescriptionHandler DescriptionHandler-instance. |
getPortletInvoker | public PortletInvoker getPortletInvoker()(Code) | | Returns an instance of PortletInvoker by calling the constructor
of the corresponding class implementing the PortletInvoker-Interface
PortletInvoker PortletInvoker-instance. |
getPortletPool | public PortletPool getPortletPool()(Code) | | Returns an instance of PortletPool by calling the constructor
of the corresponding class implementing the PortletPool-Interface
PortletPool PortletPool-instance. |
getPortletRegistrationFilter | public PortletRegistrationFilter getPortletRegistrationFilter()(Code) | | Returns an instance of the PortletRegistrationFilter
PortletRegistrationFilter |
getPortletRegistrationFilterWriter | public PortletRegistrationFilterWriter getPortletRegistrationFilterWriter()(Code) | | Returns an instance of the PortletRegistrationFilterWriter
PortletRegistrationFilterWriter |
getPortletStateManager | public PortletStateManager getPortletStateManager() throws WSRPException(Code) | | Returns an instance of PortletProperties by calling the constructor
of the corresponding class implementing the PortletProperties-Interface
PortletProperties PortletProperties-instance. |
getURLComposer | public URLComposer getURLComposer()(Code) | | Returns an instance of URLComposer by calling the constructor
of the corresponding class implementing the URLComposer-Interface
URLComposer URLComposer-instance. |
|
|
|