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 47804 2010-01-22 20:45:04Z edalquist $
Author:
Dave Grimwood dgrimwood@unicon.net

Field Summary
static java.lang.String preferenceKey
           
 
Constructor Summary
WebProxyPortlet()
           
 
Method Summary
static java.lang.String checkRedirect(java.lang.String sUrl, Response httpResponse)
           
 void destroy()
           
 void doDispatch(javax.portlet.RenderRequest request, javax.portlet.RenderResponse response)
           
static WebProxyPortlet getInstances()
           
 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 java.lang.String preferenceKey
Constructor Detail

WebProxyPortlet

public WebProxyPortlet()
Method Detail

getInstances

public static WebProxyPortlet getInstances()

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,
                   java.io.IOException
Specified by:
render in interface javax.portlet.Portlet
Overrides:
render in class javax.portlet.GenericPortlet
Throws:
javax.portlet.PortletException
java.io.IOException

doDispatch

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

processAction

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

checkRedirect

public static java.lang.String checkRedirect(java.lang.String sUrl,
                                             Response httpResponse)


Copyright © 2010 Jasig. All Rights Reserved.