org.jasig.portlet.proxy.service
Class GenericContentRequestImpl

java.lang.Object
  extended by org.jasig.portlet.proxy.service.GenericContentRequestImpl
All Implemented Interfaces:
IContentRequest
Direct Known Subclasses:
HttpContentRequestImpl

public class GenericContentRequestImpl
extends Object
implements IContentRequest


Field Summary
static String CONTENT_LOCATION_KEY
           
 
Constructor Summary
GenericContentRequestImpl()
           
GenericContentRequestImpl(javax.portlet.PortletRequest portletRequest)
           
 
Method Summary
 String getProxiedLocation()
           
 void setProxiedLocation(String proxiedLocation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONTENT_LOCATION_KEY

public static final String CONTENT_LOCATION_KEY
See Also:
Constant Field Values
Constructor Detail

GenericContentRequestImpl

public GenericContentRequestImpl()

GenericContentRequestImpl

public GenericContentRequestImpl(javax.portlet.PortletRequest portletRequest)
Method Detail

getProxiedLocation

public String getProxiedLocation()

setProxiedLocation

public void setProxiedLocation(String proxiedLocation)


Copyright © 2012 Jasig. All Rights Reserved.