org.apache.jetspeed.om.portlet.impl
Class FilterMappingImpl
java.lang.Object
org.apache.jetspeed.om.portlet.impl.FilterMappingImpl
- All Implemented Interfaces:
- java.io.Serializable, org.apache.pluto.container.om.portlet.FilterMapping
public class FilterMappingImpl
- extends java.lang.Object
- implements FilterMapping, java.io.Serializable
- Version:
- $Id: FilterMappingImpl.java 785910 2009-06-18 05:11:11Z rwatler $
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
filterName
protected java.lang.String filterName
portletNames
protected java.util.List<FilteredPortlet> portletNames
FilterMappingImpl
public FilterMappingImpl()
getFilterName
public java.lang.String getFilterName()
- Specified by:
getFilterName in interface org.apache.pluto.container.om.portlet.FilterMapping
setFilterName
public void setFilterName(java.lang.String value)
getPortletNames
public java.util.List<java.lang.String> getPortletNames()
- Specified by:
getPortletNames in interface org.apache.pluto.container.om.portlet.FilterMapping
addPortletName
public void addPortletName(java.lang.String name)
- Specified by:
addPortletName in interface org.apache.pluto.container.om.portlet.FilterMapping
Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.