edu.wisc.my.webproxy.beans.config
Class JspConfigPage
java.lang.Object
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 java.lang.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 12215 2006-11-15 22:55:32Z edalquist $
- Author:
- dgrimwood
|
Method Summary |
java.lang.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(java.lang.String jsp)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JspConfigPage
public JspConfigPage()
getJsp
public java.lang.String getJsp()
- Returns:
- Returns the jsp.
setJsp
public void setJsp(java.lang.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 java.io.IOException,
javax.portlet.PortletException
- Dispatches the request to the configured JSP.
- Specified by:
render in interface ConfigPage
- Throws:
java.io.IOException
javax.portlet.PortletException- See Also:
ConfigPage.render(javax.portlet.PortletContext, javax.portlet.RenderRequest, javax.portlet.RenderResponse)
Copyright © 2010 Jasig. All Rights Reserved.