Package org.apache.jetspeed.container.state

Examples of org.apache.jetspeed.container.state.MutableNavigationalState.clearParameters()


        //this.setDefaultViewPage("page-view");
        PortletWindow window = (PortletWindow)request.getAttribute(PortalReservedParameters.PORTLET_WINDOW_ATTRIBUTE);
        RequestContext context = (RequestContext)request.getAttribute(PortalReservedParameters.REQUEST_CONTEXT_ATTRIBUTE);
        MutableNavigationalState state = (MutableNavigationalState)context.getPortalURL().getNavigationalState();
        if (window != null)
            state.clearParameters(window);           
        this.setLogicalView(request, response, view, PortletMode.VIEW);       
    }
   
    public String processSaveFolderAction(ActionRequest request, ActionResponse response, Object bean)
    throws PortletException,
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.