|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.priv.indexed.valueclass.portlet.app200.FilterMappingType
public class 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>
| Field Summary | |
|---|---|
protected String |
filterName
|
protected PortletNameType[] |
portletName
|
| Constructor Summary | |
|---|---|
FilterMappingType()
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.portlet.app200.FilterMappingType instance. |
|
FilterMappingType(FilterMappingType o)
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.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. |
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 |
|---|
protected String filterName
protected PortletNameType[] portletName
| Constructor Detail |
|---|
public FilterMappingType()
net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.portlet.app200.FilterMappingType instance.
public FilterMappingType(FilterMappingType o)
net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.portlet.app200.FilterMappingType instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public String getFilterName()
Stringpublic void setFilterName(String value)
value - allowed object is
Stringpublic PortletNameType[] getPortletName()
PortletNameTypepublic PortletNameType getPortletName(int idx)
PortletNameTypepublic int getPortletNameLength()
public void setPortletName(PortletNameType[] values)
values - allowed objects are
PortletNameType
public PortletNameType setPortletName(int idx,
PortletNameType value)
value - allowed object is
PortletNameTypepublic FilterMappingType clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||