org.jasig.portal.portlets.iframe
Class IFramePortletController

java.lang.Object
  extended by org.springframework.context.support.ApplicationObjectSupport
      extended by org.springframework.web.portlet.context.PortletApplicationObjectSupport
          extended by org.springframework.web.portlet.handler.PortletContentGenerator
              extended by org.springframework.web.portlet.mvc.AbstractController
                  extended by 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

Field Summary
 
Fields inherited from class org.springframework.context.support.ApplicationObjectSupport
logger
 
Constructor Summary
IFramePortletController()
           
 
Method Summary
protected  ModelAndView handleRenderRequestInternal(RenderRequest request, RenderResponse response)
           
 
Methods inherited from class org.springframework.web.portlet.mvc.AbstractController
handleActionRequest, handleActionRequestInternal, handleRenderRequest, isRenderWhenMinimized, isSynchronizeOnSession, setRenderWhenMinimized, setSynchronizeOnSession
 
Methods inherited from class org.springframework.web.portlet.handler.PortletContentGenerator
applyCacheSeconds, cacheForSeconds, check, checkAndPrepare, checkAndPrepare, getCacheSeconds, isRequireSession, preventCaching, setCacheSeconds, setRequireSession
 
Methods inherited from class org.springframework.web.portlet.context.PortletApplicationObjectSupport
getPortletContext, getTempDir, isContextRequired, setPortletContext
 
Methods inherited from class org.springframework.context.support.ApplicationObjectSupport
getApplicationContext, getMessageSourceAccessor, initApplicationContext, initApplicationContext, requiredContextClass, setApplicationContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IFramePortletController

public IFramePortletController()
Method Detail

handleRenderRequestInternal

protected ModelAndView handleRenderRequestInternal(RenderRequest request,
                                                   RenderResponse response)
                                            throws Exception
Overrides:
handleRenderRequestInternal in class AbstractController
Throws:
Exception


Copyright © 2010 Jasig. All Rights Reserved.