Package org.araneaframework.framework.container

Examples of org.araneaframework.framework.container.StandardViewPortWidget


    super.before(out);
   
    OutputData output =
      (OutputData) pageContext.getRequest().getAttribute(
          StandardServletServiceAdapterComponent.OUTPUT_DATA_REQUEST_ATTRIBUTE);
    StandardViewPortWidget rootWidget =
      (StandardViewPortWidget) output.getAttribute(StandardViewPortWidget.VIEW_PORT_WIDGET_KEY);
    StandardJspFilterService.Configuration config =
      (StandardJspFilterService.Configuration) output.getAttribute(
          StandardJspFilterService.JSP_CONFIGURATION_KEY);
View Full Code Here


 
  public void setUp() throws Exception {
    childWidget = new MockBaseWidget();
    attribute = null;
   
    widget = new StandardViewPortWidget() {
      protected void renderViewPort(OutputData output, Object currentViewPort) throws Exception {
        attribute = output.getAttribute(VIEW_PORT_WIDGET_KEY);
      }
           
      public Environment getEnvironment() {
View Full Code Here

TOP

Related Classes of org.araneaframework.framework.container.StandardViewPortWidget

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.