edu.wisc.my.webproxy.portlet
Class WebProxyPortlet

java.lang.Object
  extended by javax.portlet.GenericPortlet
      extended by edu.wisc.my.webproxy.portlet.WebProxyPortlet
All Implemented Interfaces:
javax.portlet.Portlet, javax.portlet.PortletConfig

public class WebProxyPortlet
extends javax.portlet.GenericPortlet

Version:
$Id: WebProxyPortlet.java 22734 2010-12-29 03:51:34Z edalquist $
Author:
Dave Grimwood dgrimwood@unicon.net

Field Summary
static String preferenceKey
           
 
Constructor Summary
WebProxyPortlet()
           
 
Method Summary
static String checkRedirect(String sUrl, Response httpResponse)
           
 void destroy()
           
 void doDispatch(javax.portlet.RenderRequest request, javax.portlet.RenderResponse response)
           
 void init()
           
 void processAction(javax.portlet.ActionRequest request, javax.portlet.ActionResponse response)
           
 void render(javax.portlet.RenderRequest request, javax.portlet.RenderResponse response)
           
 
Methods inherited from class javax.portlet.GenericPortlet
doEdit, doHelp, doView, getInitParameter, getInitParameterNames, getPortletConfig, getPortletContext, getPortletName, getResourceBundle, getTitle, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

preferenceKey

public static final String preferenceKey
Constructor Detail

WebProxyPortlet

public WebProxyPortlet()
Method Detail

destroy

public void destroy()
Specified by:
destroy in interface javax.portlet.Portlet
Overrides:
destroy in class javax.portlet.GenericPortlet
See Also:
Portlet.destroy()

init

public void init()
          throws javax.portlet.PortletException
Overrides:
init in class javax.portlet.GenericPortlet
Throws:
javax.portlet.PortletException
See Also:
GenericPortlet.init()

render

public void render(javax.portlet.RenderRequest request,
                   javax.portlet.RenderResponse response)
            throws javax.portlet.PortletException,
                   IOException
Specified by:
render in interface javax.portlet.Portlet
Overrides:
render in class javax.portlet.GenericPortlet
Throws:
javax.portlet.PortletException
IOException

doDispatch

public void doDispatch(javax.portlet.RenderRequest request,
                       javax.portlet.RenderResponse response)
                throws javax.portlet.PortletException,
                       IOException
Overrides:
doDispatch in class javax.portlet.GenericPortlet
Throws:
javax.portlet.PortletException
IOException

processAction

public void processAction(javax.portlet.ActionRequest request,
                          javax.portlet.ActionResponse response)
                   throws javax.portlet.PortletException,
                          IOException
Specified by:
processAction in interface javax.portlet.Portlet
Overrides:
processAction in class javax.portlet.GenericPortlet
Throws:
javax.portlet.PortletException
IOException

checkRedirect

public static String checkRedirect(String sUrl,
                                   Response httpResponse)


Copyright © 2010 Jasig. All Rights Reserved.