Examples of MaximizableLayoutStatus


Examples of org.apache.cocoon.portal.layout.aspect.MaximizableLayoutStatus

                    Layout layout,
                    PortalService service,
                    ContentHandler handler)
  throws SAXException {
       
        MaximizableLayoutStatus maximizable = (MaximizableLayoutStatus) this.getStatus(MaximizableLayoutStatus.class, ProfileManager.SESSION_STATUS, layout.getId());
        if ( maximizable != null ) {
            MaximizeEvent event = new MaximizeEvent(layout);
            XMLUtils.createElement(handler, "maxpage-uri", service.getLinkService().getLinkURI(event));

        }
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.