edu.indiana.dlib.metsnav.controller
Class ConfigurationController

java.lang.Object
  extended by edu.indiana.dlib.metsnav.controller.ConfigurationController

public class ConfigurationController
extends Object

Author:
David Jiao

Constructor Summary
ConfigurationController(ServletContext context, String prefix)
           
 
Method Summary
 InterfaceBean getConfiguredInterfaceBean()
          Returns an instance of InterfaceBean that contains all configured interface data without the correct linkBackUrl.
 InterfaceBean getConfiguredInterfaceBean(NavigationObject navObj, PageItem page)
          Returns an instance of InterfaceBean that contains all configured interface data
 ServletContext getContext()
           
 String getPrefix()
           
 void setContext(ServletContext context)
           
 void setPrefix(String prefix)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationController

public ConfigurationController(ServletContext context,
                               String prefix)
Parameters:
context -
prefix -
Method Detail

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.