Package | Description |
---|---|
edu.uoc.myst.configuration.xml |
Modifier and Type | Method and Description |
---|---|
ViewData |
ObjectFactory.createViewData()
Create an instance of
ViewData |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,ViewData> |
MystConfiguration.getGlobalViews()
Gets the value of the globalViews property.
|
java.util.List<ViewData> |
ViewMapper.getViews()
Gets the value of the view property.
|
java.util.Map<java.lang.String,ViewData> |
CommandData.getViews()
Gets the value of the views property.
|
java.util.Map<java.lang.String,ViewData> |
ViewMapperAdapter.unmarshal(ViewMapper viewMapper) |
Modifier and Type | Method and Description |
---|---|
ViewMapper |
ViewMapperAdapter.marshal(java.util.Map<java.lang.String,ViewData> views)
The Constant LOG.
|
void |
MystConfiguration.setGlobalViews(java.util.Map<java.lang.String,ViewData> value)
Sets the value of the globalViews property.
|
void |
CommandData.setViews(java.util.Map<java.lang.String,ViewData> value)
Sets the value of the views property.
|