net.sourceforge.ccxjc.it.model.priv.collections.valueclass.portlet.app200
Class FilterMappingType

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.collections.valueclass.portlet.app200.FilterMappingType
All Implemented Interfaces:
Serializable, Cloneable

public class FilterMappingType
extends Object
implements Serializable, Cloneable

Declaration of the filter mappings in this portlet application is done by using filter-mappingType. The container uses the filter-mapping declarations to decide which filters to apply to a request, and in what order. To determine which filters to apply it matches filter-mapping declarations on the portlet-name and the lifecyle phase defined in the filter element. The order in which filters are invoked is the order in which filter-mapping declarations that match appear in the list of filter-mapping elements. Used in: portlet-app

Java class for filter-mappingType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="filter-mappingType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="filter-name" type="{http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd}filter-nameType"/>
         <element name="portlet-name" type="{http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd}portlet-nameType" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  String filterName
           
protected  List<PortletNameType> portletName
           
 
Constructor Summary
FilterMappingType()
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.portlet.app200.FilterMappingType instance.
FilterMappingType(FilterMappingType o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.portlet.app200.FilterMappingType instance by copying a given instance.
 
Method Summary
 FilterMappingType clone()
          Creates and returns a copy of this object.
 String getFilterName()
          Gets the value of the filterName property.
 List<PortletNameType> getPortletName()
          Gets the value of the portletName property.
 void setFilterName(String value)
          Sets the value of the filterName property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

filterName

protected String filterName

portletName

protected List<PortletNameType> portletName
Constructor Detail

FilterMappingType

public FilterMappingType()
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.portlet.app200.FilterMappingType instance.


FilterMappingType

public FilterMappingType(FilterMappingType o)
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.portlet.app200.FilterMappingType instance by copying a given instance.

Parameters:
o - The instance to copy or null.
Method Detail

getFilterName

public String getFilterName()
Gets the value of the filterName property.

Returns:
possible object is String

setFilterName

public void setFilterName(String value)
Sets the value of the filterName property.

Parameters:
value - allowed object is String

getPortletName

public List<PortletNameType> getPortletName()
Gets the value of the portletName property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the portletName property.

For example, to add a new item, do as follows:

    getPortletName().add(newItem);
 

Objects of the following type(s) are allowed in the list PortletNameType


clone

public FilterMappingType clone()
Creates and returns a copy of this object.

Overrides:
clone in class Object
Returns:
A clone of this instance.


Copyright © 2009 The CC-XJC Community. All Rights Reserved.