| java.lang.Object com.sun.portal.wsrp.consumer.markup.MarkupConfig
MarkupConfig | public class MarkupConfig (Code) | | This class represents collection of commonly used, static configuration
information or handles to such information that is needed to
completly process a markup request. Examples of such information is
ProducerEntityId, portletId, consumerId, channelId that a request is targeted too.
It also has convinence handles to ProducerEntity Instance,
ProducerEntityManager instance.
Given a container request, MarkupConfigManager
returns a populated instance of this class.
See Also: MarkupConfigManager |
Constructor Summary | |
public | MarkupConfig(String channelName, String producerEntityId, String portletId, String consumerId, ProducerEntity producerEntity, ProducerEntityManager producerEntityManager, RemoteServiceStubManager remoteServiceStubManager, ServiceDescription serviceDescription, PortletDescription portletDescription, PortletContext portletContext, String portletInstanceKey, String namespacePrefix) |
MarkupConfig | public MarkupConfig(String channelName, String producerEntityId, String portletId, String consumerId, ProducerEntity producerEntity, ProducerEntityManager producerEntityManager, RemoteServiceStubManager remoteServiceStubManager, ServiceDescription serviceDescription, PortletDescription portletDescription, PortletContext portletContext, String portletInstanceKey, String namespacePrefix)(Code) | | Constuctor
Parameters: channelName - Parameters: producerEntityId - Parameters: portletId - Parameters: consumerId - Parameters: producerEntity - Parameters: producerEntityManager - Parameters: remoteServiceStubManager - Parameters: serviceDescription - Parameters: portletDescription - Parameters: portletContext - Parameters: portletInstanceKey - Parameters: namespacePrefix - |
getPortletContext | public PortletContext getPortletContext()(Code) | | |
getPortletDescription | public PortletDescription getPortletDescription()(Code) | | |
getPortletInstanceKey | public String getPortletInstanceKey()(Code) | | |
getProducerEntityId | public String getProducerEntityId()(Code) | | |
getServiceDescription | public ServiceDescription getServiceDescription()(Code) | | |
isPortletHandleDefault | public boolean isPortletHandleDefault()(Code) | | Returns true if the portlet handle is the default portlet handle
in the service description. Value of this is used to set the portletState
flag during the markup to ( readwrite, readonly or cloneBeforeWrite.)
|
|
|