org.jasig.portlet.proxy.mvc.portlet.proxy
Class ProxyPortletForm

java.lang.Object
  extended by org.jasig.portlet.proxy.mvc.portlet.proxy.ProxyPortletForm

public class ProxyPortletForm
extends Object


Constructor Summary
ProxyPortletForm()
           
 
Method Summary
 String getClippingSelector()
           
 String getContentService()
           
 String getLocation()
           
 String getWhitelistRegexes()
           
 void setClippingSelector(String clippingSelector)
           
 void setContentService(String contentService)
           
 void setLocation(String location)
           
 void setWhitelistRegexes(String whitelistRegexes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProxyPortletForm

public ProxyPortletForm()
Method Detail

getContentService

public String getContentService()

setContentService

public void setContentService(String contentService)

getLocation

public String getLocation()

setLocation

public void setLocation(String location)

getClippingSelector

public String getClippingSelector()

getWhitelistRegexes

public String getWhitelistRegexes()

setWhitelistRegexes

public void setWhitelistRegexes(String whitelistRegexes)

setClippingSelector

public void setClippingSelector(String clippingSelector)


Copyright © 2012 Jasig. All Rights Reserved.