edu.indiana.dlib.metsnav.controller
Class ConfigurationController
java.lang.Object
edu.indiana.dlib.metsnav.controller.ConfigurationController
public class ConfigurationController
- extends Object
- Author:
- David Jiao
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfigurationController
public ConfigurationController(ServletContext context,
String prefix)
- Parameters:
context
- prefix
-
getContext
public ServletContext getContext()
- Returns:
- Returns the context.
setContext
public void setContext(ServletContext context)
- Parameters:
context
- The context to set.
getPrefix
public String getPrefix()
- Returns:
- Returns the prefix.
setPrefix
public void setPrefix(String prefix)
- Parameters:
prefix
- The prefix to set.
getConfiguredInterfaceBean
public InterfaceBean getConfiguredInterfaceBean(NavigationObject navObj,
PageItem page)
- Returns an instance of
InterfaceBean
that contains all
configured interface data
- Parameters:
navObj
- page
-
- Returns:
getConfiguredInterfaceBean
public InterfaceBean getConfiguredInterfaceBean()
- Returns an instance of
InterfaceBean
that contains all
configured interface data without the correct linkBackUrl. Users can
use this method when they don't have NavigationObject and PageItem
instances.
- Returns:
Copyright © 2005 Trustees of Indiana University. All Rights Reserved.