org.exoplatform.services.wsrp.consumer.portlets
Class WSRPAdminPortletDataImp

java.lang.Object
  extended by org.exoplatform.services.portletcontainer.plugins.pc.PortletDataImp
      extended by org.exoplatform.services.wsrp.consumer.portlets.WSRPAdminPortletDataImp
All Implemented Interfaces:
PortletData

public class WSRPAdminPortletDataImp
extends PortletDataImp

Created by The eXo Platform SAS Author : Alexey Zavizionov alexey.zavizionov@exoplatform.com.ua 07.06.2007


Field Summary
protected  WSRPAdminPortlet portletObj
           
 
Fields inherited from class org.exoplatform.services.portletcontainer.plugins.pc.PortletDataImp
cont, localPortlet, portlet, userAttributes, userDataConstraintType
 
Fields inherited from interface org.exoplatform.services.portletcontainer.pci.PortletData
KEYWORDS, PORTLET_SHORT_TITLE, PORTLET_TITLE
 
Constructor Summary
WSRPAdminPortletDataImp(org.exoplatform.container.ExoContainer cont, Map<String,String> adminPortletParams)
           
 
Method Summary
 boolean getEscapeXml()
          Overridden method.
 Collection<javax.portlet.PortletMode> getPortletModes(String markup)
           
 WSRPAdminPortlet getPortletObject()
           
 Collection<javax.portlet.WindowState> getWindowStates(String markup)
           
 boolean isModeSuported(String markup, javax.portlet.PortletMode mode)
           
static boolean isOfferToProcess(String portletAppName, String portletName)
           
 boolean isStateSupported(String markup, javax.portlet.WindowState state)
           
 
Methods inherited from class org.exoplatform.services.portletcontainer.plugins.pc.PortletDataImp
getContainerRuntimeOption, getDescription, getDescription, getDisplayName, getExpirationCache, getInitParam, getPortletInfo, getPortletName, getPortletPreferences, getSecurityRoleRef, getSupportedLocale, getSupportedProcessingEvent, getSupportedPublicRenderParameter, getSupportedPublishingEvent, getSupports, getUserAttributes, getWrappedPortletTyped, isCacheGlobal, isLocalPortlet, isSecure
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

portletObj

protected WSRPAdminPortlet portletObj
Constructor Detail

WSRPAdminPortletDataImp

public WSRPAdminPortletDataImp(org.exoplatform.container.ExoContainer cont,
                               Map<String,String> adminPortletParams)
Method Detail

getPortletObject

public WSRPAdminPortlet getPortletObject()

getPortletModes

public Collection<javax.portlet.PortletMode> getPortletModes(String markup)

isModeSuported

public boolean isModeSuported(String markup,
                              javax.portlet.PortletMode mode)

getWindowStates

public Collection<javax.portlet.WindowState> getWindowStates(String markup)

isStateSupported

public boolean isStateSupported(String markup,
                                javax.portlet.WindowState state)

getEscapeXml

public boolean getEscapeXml()
Description copied from class: PortletDataImp
Overridden method.

Specified by:
getEscapeXml in interface PortletData
Overrides:
getEscapeXml in class PortletDataImp
Returns:
escape xml
See Also:
PortletData.getEscapeXml()

isOfferToProcess

public static boolean isOfferToProcess(String portletAppName,
                                       String portletName)


Copyright © 2009 eXo Platform SAS. All Rights Reserved.