|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FilterType
A representation of the model object 'Filter Type'. The filterType is used to declare a filter in the web application. The filter is mapped to either a servlet or a URL pattern in the filter-mapping element, using the filter-name value to reference. Filters can access the initialization parameters declared in the deployment descriptor at runtime via the FilterConfig interface. Used in: web-app
The following features are supported:
Webapp25Package.getFilterType()| Method Summary | |
|---|---|
|
getDescription()
Returns the value of the 'Description' containment reference list. |
|
getDisplayName()
Returns the value of the 'Display Name' containment reference list. |
FullyQualifiedClassType |
getFilterClass()
Returns the value of the 'Filter Class' containment reference. |
FilterNameType |
getFilterName()
Returns the value of the 'Filter Name' containment reference. |
|
getIcon()
Returns the value of the 'Icon' containment reference list. |
java.lang.String |
getId()
Returns the value of the 'Id' attribute. |
|
getInitParam()
Returns the value of the 'Init Param' containment reference list. |
void |
setFilterClass(FullyQualifiedClassType value)
Sets the value of the ' Filter Class' containment reference. |
void |
setFilterName(FilterNameType value)
Sets the value of the ' Filter Name' containment reference. |
void |
setId(java.lang.String value)
Sets the value of the ' Id' attribute. |
| Method Detail |
|---|
getDescription()
DescriptionType.
If the meaning of the 'Description' containment reference list isn't clear, there really should be more of a description here...
Webapp25Package.getFilterType_Description()getDisplayName()
DisplayNameType.
If the meaning of the 'Display Name' containment reference list isn't clear, there really should be more of a description here...
Webapp25Package.getFilterType_DisplayName()getIcon()
IconType.
If the meaning of the 'Icon' containment reference list isn't clear, there really should be more of a description here...
Webapp25Package.getFilterType_Icon()FilterNameType getFilterName()
If the meaning of the 'Filter Name' containment reference isn't clear, there really should be more of a description here...
setFilterName(FilterNameType),
Webapp25Package.getFilterType_FilterName()void setFilterName(FilterNameType value)
Filter Name' containment reference.
value - the new value of the 'Filter Name' containment reference.getFilterName()FullyQualifiedClassType getFilterClass()
setFilterClass(FullyQualifiedClassType),
Webapp25Package.getFilterType_FilterClass()void setFilterClass(FullyQualifiedClassType value)
Filter Class' containment reference.
value - the new value of the 'Filter Class' containment reference.getFilterClass()getInitParam()
ParamValueType.
The init-param element contains a name/value pair as
an initialization param of a servlet filter
Webapp25Package.getFilterType_InitParam()java.lang.String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String),
Webapp25Package.getFilterType_Id()void setId(java.lang.String value)
Id' attribute.
value - the new value of the 'Id' attribute.getId()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||