org.apache.pluto.core
Interface InternalPortletRequest

All Known Implementing Classes:
PortletRequestImpl

public interface InternalPortletRequest


Method Summary
 PortletWindow getInternalPortletWindow()
           
 boolean isIncluded()
           
 void lateInit(javax.servlet.http.HttpServletRequest webModuleServletRequest)
           
 void setIncluded(boolean included)
           
 

Method Detail

lateInit

public void lateInit(javax.servlet.http.HttpServletRequest webModuleServletRequest)

getInternalPortletWindow

public PortletWindow getInternalPortletWindow()

setIncluded

public void setIncluded(boolean included)

isIncluded

public boolean isIncluded()


Copyright © 2003-2005 . All Rights Reserved.