net.sourceforge.ccxjc.it.model.prot.indexed.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.
 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)
           
 

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

PortletNameType[] getPortletName()
Returns:
array of PortletNameType

getPortletName

PortletNameType getPortletName(int idx)
Returns:
one of PortletNameType

getPortletNameLength

int getPortletNameLength()

setPortletName

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

setPortletName

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


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