net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.portlet.app200
Interface FilterMappingType

All Known Implementing Classes:
FilterMappingTypeImpl

public interface FilterMappingType

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>
 


Method Summary
 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.
 

Method Detail

getFilterName

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

Returns:
possible object is String

setFilterName

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

Parameters:
value - allowed object is String

getPortletName

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



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