org.apache.jetspeed.container
Interface PortletDispatcherIncludeAware

All Known Implementing Classes:
ServletRequestImpl, ServletResponseImpl

public interface PortletDispatcherIncludeAware

Interface to communicate to HttpServleRequest and HttpServletResponse implementations if they are currently dispatched from PortletDispatcher so that they can enforce the JSR-168 PLT.16.3.3 restrictions.

Version:
$Id$
Author:
Ate Douma

Method Summary
 void setPortletDispatcherIncluded(boolean included)
           
 

Method Detail

setPortletDispatcherIncluded

void setPortletDispatcherIncluded(boolean included)


Copyright © 1999-2009 Apache Software Foundation. All Rights Reserved.