Class MVSConfig
- java.lang.Object
-
- net.ontopia.topicmaps.nav2.impl.framework.MVSConfig
-
public class MVSConfig extends Object
INTERNAL: A carrier class which provides configuration information about the Model-/View/Skin-Settings used by the web-application.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addModel(String id, String title)
void
addSkin(String id, String title)
void
addView(String id, String title)
String
getModel()
Collection
getModels()
String
getSkin()
Collection
getSkins()
String
getView()
Collection
getViews()
void
setModel(String model)
void
setSkin(String skin)
void
setView(String view)
-
-
-
Method Detail
-
getModel
public String getModel()
-
setModel
public void setModel(String model)
-
getModels
public Collection getModels()
-
getView
public String getView()
-
setView
public void setView(String view)
-
getViews
public Collection getViews()
-
getSkin
public String getSkin()
-
setSkin
public void setSkin(String skin)
-
getSkins
public Collection getSkins()
-
-