org.apache.pluto.descriptors.portlet
Class FilterMappingDD

java.lang.Object
  extended by org.apache.pluto.descriptors.portlet.FilterMappingDD

public class FilterMappingDD
extends Object


Constructor Summary
FilterMappingDD()
           
 
Method Summary
 String getFilterName()
           
 List<String> getPortletName()
           
 void setFilterName(String filterName)
           
 void setPortletName(List<String> portletName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilterMappingDD

public FilterMappingDD()
Method Detail

getFilterName

public String getFilterName()

setFilterName

public void setFilterName(String filterName)

getPortletName

public List<String> getPortletName()

setPortletName

public void setPortletName(List<String> portletName)


Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.