net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.portlet.app200
Class FilterMappingType

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.indexed.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  PortletNameType[] portletName
           
 
Constructor Summary
FilterMappingType()
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.portlet.app200.FilterMappingType instance.
FilterMappingType(FilterMappingType o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.portlet.app200.FilterMappingType instance by copying a given instance.
 
Method Summary
 FilterMappingType clone()
          Creates and returns a copy of this object.
protected  void copyPortletName(PortletNameType[] source)
          Copies all values of property PortletName.
 String getFilterName()
          Gets the value of the filterName property.
 PortletNameType[] getPortletName()
           
 PortletNameType getPortletName(int idx)
           
 int getPortletNameLength()
           
 void setFilterName(String value)
          Sets the value of the filterName property.
 PortletNameType setPortletName(int idx, PortletNameType value)
           
 void setPortletName(PortletNameType[] values)
           
 
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 PortletNameType[] portletName
Constructor Detail

FilterMappingType

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


FilterMappingType

public FilterMappingType(FilterMappingType o)
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.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 PortletNameType[] getPortletName()
Returns:
array of PortletNameType

getPortletName

public PortletNameType getPortletName(int idx)
Returns:
one of PortletNameType

getPortletNameLength

public int getPortletNameLength()

setPortletName

public void setPortletName(PortletNameType[] values)
Parameters:
values - allowed objects are PortletNameType

setPortletName

public PortletNameType setPortletName(int idx,
                                      PortletNameType value)
Parameters:
value - allowed object is PortletNameType

copyPortletName

protected void copyPortletName(PortletNameType[] source)
Copies all values of property PortletName.

Parameters:
source - The source to copy from.
Throws:
NullPointerException - if source is null.

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.