org.apache.wsrp4j.producer.provider
Interface Provider


public interface Provider


Method Summary
 DescriptionHandler getDescriptionHandler()
          Returns an instance of DescriptionHandler by calling the constructor of the corresponding class implementing the DescriptionHandler-Interface
 PortletInvoker getPortletInvoker()
          Returns an instance of PortletInvoker by calling the constructor of the corresponding class implementing the PortletInvoker-Interface
 PortletPool getPortletPool()
          Returns an instance of PortletPool by calling the constructor of the corresponding class implementing the PortletPool-Interface
 PortletRegistrationFilter getPortletRegistrationFilter()
          Returns an instance of the PortletRegistrationFilter
 PortletRegistrationFilterWriter getPortletRegistrationFilterWriter()
          Returns an instance of the PortletRegistrationFilterWriter
 PortletStateManager getPortletStateManager()
          Returns an instance of PortletProperties by calling the constructor of the corresponding class implementing the PortletProperties-Interface
 URLComposer getURLComposer()
          Returns an instance of URLComposer by calling the constructor of the corresponding class implementing the URLComposer-Interface
 

Method Detail

getDescriptionHandler

public DescriptionHandler getDescriptionHandler()
Returns an instance of DescriptionHandler by calling the constructor of the corresponding class implementing the DescriptionHandler-Interface

Returns:
DescriptionHandler DescriptionHandler-instance.

getPortletInvoker

public PortletInvoker getPortletInvoker()
Returns an instance of PortletInvoker by calling the constructor of the corresponding class implementing the PortletInvoker-Interface

Returns:
PortletInvoker PortletInvoker-instance.

getPortletPool

public PortletPool getPortletPool()
Returns an instance of PortletPool by calling the constructor of the corresponding class implementing the PortletPool-Interface

Returns:
PortletPool PortletPool-instance.

getPortletStateManager

public PortletStateManager getPortletStateManager()
                                           throws WSRPException
Returns an instance of PortletProperties by calling the constructor of the corresponding class implementing the PortletProperties-Interface

Returns:
PortletProperties PortletProperties-instance.
Throws:
WSRPException

getURLComposer

public URLComposer getURLComposer()
Returns an instance of URLComposer by calling the constructor of the corresponding class implementing the URLComposer-Interface

Returns:
URLComposer URLComposer-instance.

getPortletRegistrationFilterWriter

public PortletRegistrationFilterWriter getPortletRegistrationFilterWriter()
Returns an instance of the PortletRegistrationFilterWriter

Returns:
PortletRegistrationFilterWriter

getPortletRegistrationFilter

public PortletRegistrationFilter getPortletRegistrationFilter()
Returns an instance of the PortletRegistrationFilter

Returns:
PortletRegistrationFilter