com.liferay.portal.portletcontainer
Class PolicyServiceImpl

java.lang.Object
  extended by com.sun.portal.container.service.ServiceAdapter
      extended by com.liferay.portal.portletcontainer.PolicyServiceImpl
All Implemented Interfaces:
com.sun.portal.container.service.policy.PolicyService, com.sun.portal.container.service.Service

public class PolicyServiceImpl
extends com.sun.portal.container.service.ServiceAdapter
implements com.sun.portal.container.service.policy.PolicyService

View Source

Author:
Deepak Gothe

Field Summary
 
Fields inherited from interface com.sun.portal.container.service.Service
CACHING_SERVICE, CLIENT_CACHING_SERVICE, CONTAINER_EVENT_SERVICE, COORDINATION_SERVICE, DEPLOYMENT_SERVICE_LOCAL, DEPLOYMENT_SERVICE_REMOTE, POLICY_SERVICE
 
Constructor Summary
PolicyServiceImpl()
           
 
Method Summary
 void destroy()
           
 com.sun.portal.container.service.policy.ContainerEventPolicy getContainerEventPolicy()
           
 java.lang.String getDescription()
           
 com.sun.portal.container.service.policy.EventPolicy getEventPolicy()
           
 java.lang.String getName()
           
 com.sun.portal.container.service.policy.PublicRenderParameterPolicy getPublicRenderParameterPolicy()
           
 void init(javax.servlet.ServletContext context)
           
 boolean renderPortletsInParallel(javax.servlet.http.HttpServletRequest request)
           
 
Methods inherited from class com.sun.portal.container.service.ServiceAdapter
getServletContext, setServletContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PolicyServiceImpl

public PolicyServiceImpl()
Method Detail

destroy

public void destroy()
Specified by:
destroy in interface com.sun.portal.container.service.Service
Overrides:
destroy in class com.sun.portal.container.service.ServiceAdapter

getContainerEventPolicy

public com.sun.portal.container.service.policy.ContainerEventPolicy getContainerEventPolicy()
Specified by:
getContainerEventPolicy in interface com.sun.portal.container.service.policy.PolicyService

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in interface com.sun.portal.container.service.Service
Overrides:
getDescription in class com.sun.portal.container.service.ServiceAdapter

getEventPolicy

public com.sun.portal.container.service.policy.EventPolicy getEventPolicy()
Specified by:
getEventPolicy in interface com.sun.portal.container.service.policy.PolicyService

getName

public java.lang.String getName()
Specified by:
getName in interface com.sun.portal.container.service.Service
Overrides:
getName in class com.sun.portal.container.service.ServiceAdapter

getPublicRenderParameterPolicy

public com.sun.portal.container.service.policy.PublicRenderParameterPolicy getPublicRenderParameterPolicy()
Specified by:
getPublicRenderParameterPolicy in interface com.sun.portal.container.service.policy.PolicyService

init

public void init(javax.servlet.ServletContext context)
Specified by:
init in interface com.sun.portal.container.service.Service
Overrides:
init in class com.sun.portal.container.service.ServiceAdapter

renderPortletsInParallel

public boolean renderPortletsInParallel(javax.servlet.http.HttpServletRequest request)
Specified by:
renderPortletsInParallel in interface com.sun.portal.container.service.policy.PolicyService