org.apache.jetspeed.container
Interface PortletDispatcherIncludeAware


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-2007 Apache Software Foundation. All Rights Reserved.