org.jasig.portal.portlets.iframe
Class IFramePortletController
java.lang.Object
org.springframework.context.support.ApplicationObjectSupport
org.springframework.web.portlet.context.PortletApplicationObjectSupport
org.springframework.web.portlet.handler.PortletContentGenerator
org.springframework.web.portlet.mvc.AbstractController
org.jasig.portal.portlets.iframe.IFramePortletController
- All Implemented Interfaces:
- ApplicationContextAware, PortletContextAware, Controller
public class IFramePortletController
- extends AbstractController
This portlet renders content identified by a URL within an inline browser
frame. See
http://www.htmlhelp.com/reference/html40/special/iframe.html for more
information on inline frames.
- Version:
- $Revision: 19776 $
- Author:
- Susan Bramhall, Jen Bourey, jbourey@unicon.net
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IFramePortletController
public IFramePortletController()
handleRenderRequestInternal
protected ModelAndView handleRenderRequestInternal(RenderRequest request,
RenderResponse response)
throws Exception
- Overrides:
handleRenderRequestInternal in class AbstractController
- Throws:
Exception
Copyright © 2010 Jasig. All Rights Reserved.