net.ontopia.topicmaps.nav2.impl.framework
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MVSConfig
public MVSConfig()
MVSConfig
public MVSConfig(String model,
String view,
String skin)
getModel
public String getModel()
setModel
public void setModel(String model)
addModel
public void addModel(String id,
String title)
getModels
public Collection getModels()
getView
public String getView()
setView
public void setView(String view)
addView
public void addView(String id,
String title)
getViews
public Collection getViews()
getSkin
public String getSkin()
setSkin
public void setSkin(String skin)
addSkin
public void addSkin(String id,
String title)
getSkins
public Collection getSkins()
Copyright © 2000-2012 Ontopia.