Package | Description |
---|---|
edu.uoc.myst.configuration.xml |
Modifier and Type | Method and Description |
---|---|
FilterData |
ObjectFactory.createFilterData()
Create an instance of
FilterData |
Modifier and Type | Method and Description |
---|---|
java.util.List<FilterData> |
FilterMapper.getFilter()
Gets the value of the filter property.
|
java.util.Map<java.lang.String,FilterData> |
MystConfiguration.getFilters()
Gets the value of the filters property.
|
java.util.Map<java.lang.String,FilterData> |
FilterMapperAdapter.unmarshal(FilterMapper filterMapper) |
Modifier and Type | Method and Description |
---|---|
FilterMapper |
FilterMapperAdapter.marshal(java.util.Map<java.lang.String,FilterData> filters)
The Constant LOG.
|
void |
MystConfiguration.setFilters(java.util.Map<java.lang.String,FilterData> value)
Sets the value of the filters property.
|