edu.wisc.my.webproxy.beans.config
Class JspConfigPage

java.lang.Object
  extended by edu.wisc.my.webproxy.beans.config.JspConfigPage
All Implemented Interfaces:
ConfigPage
Direct Known Subclasses:
CacheConfigImpl, ClippingConfigImpl, GeneralConfigImpl, HtmlParserConfigImpl, HttpClientConfigImpl, HttpHeaderConfigImpl, StaticHtmlConfigImpl

public abstract class JspConfigPage
extends Object
implements ConfigPage

Base ConfigPage that provides means for configuring a JSP page name and takes care of the render method by dispatching to the configured JSP.

Version:
$Id: JspConfigPage.java 20993 2010-07-02 19:32:47Z edalquist $
Author:
dgrimwood

Constructor Summary
JspConfigPage()
           
 
Method Summary
 String getJsp()
           
 void render(javax.portlet.PortletContext context, javax.portlet.RenderRequest request, javax.portlet.RenderResponse response)
          Dispatches the request to the configured JSP.
 void setJsp(String jsp)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface edu.wisc.my.webproxy.beans.config.ConfigPage
getName, process
 

Constructor Detail

JspConfigPage

public JspConfigPage()
Method Detail

getJsp

public String getJsp()
Returns:
Returns the jsp.

setJsp

public void setJsp(String jsp)
Parameters:
jsp - The jsp to set.

render

public void render(javax.portlet.PortletContext context,
                   javax.portlet.RenderRequest request,
                   javax.portlet.RenderResponse response)
            throws IOException,
                   javax.portlet.PortletException
Dispatches the request to the configured JSP.

Specified by:
render in interface ConfigPage
Throws:
IOException
javax.portlet.PortletException
See Also:
ConfigPage.render(javax.portlet.PortletContext, javax.portlet.RenderRequest, javax.portlet.RenderResponse)


Copyright © 2010 Jasig. All Rights Reserved.