org.apache.pluto.core
Class CoreUtils

java.lang.Object
  extended by org.apache.pluto.core.CoreUtils

public class CoreUtils
extends java.lang.Object


Constructor Summary
CoreUtils()
           
 
Method Summary
static InternalPortletConfig getInternalConfig(javax.portlet.PortletConfig config)
           
static InternalPortletContext getInternalContext(javax.portlet.PortletContext context)
           
static InternalPortletRequest getInternalRequest(javax.portlet.PortletRequest request)
           
static InternalPortletResponse getInternalResponse(javax.portlet.PortletResponse response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CoreUtils

public CoreUtils()
Method Detail

getInternalRequest

public static InternalPortletRequest getInternalRequest(javax.portlet.PortletRequest request)

getInternalResponse

public static InternalPortletResponse getInternalResponse(javax.portlet.PortletResponse response)

getInternalConfig

public static InternalPortletConfig getInternalConfig(javax.portlet.PortletConfig config)

getInternalContext

public static InternalPortletContext getInternalContext(javax.portlet.PortletContext context)


Copyright © 2003-2009 . All Rights Reserved.