Package net.ontopia.topicmaps.nav.conf
Interface ControlConfigIF
-
- All Known Implementing Classes:
ControlConfig
public interface ControlConfigIF
PUBLIC: Interface for ControlConfig.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getBehaviour()
String
getContentType()
String
getModel()
String
getModelPath()
String
getSkin()
String
getSkinPath()
String
getView()
String
getViewPath()
void
update(String model, String view, String skin)
-