org.enhydra.barracuda.config
Class UtilConfig

java.lang.Object
  extended byorg.enhydra.barracuda.core.event.DefaultEventGateway
      extended byorg.enhydra.barracuda.config.UtilConfig
All Implemented Interfaces:
EventGateway

public class UtilConfig
extends DefaultEventGateway

This class provides the methods needed to configure the util screen


Field Summary
static String ERROR_MESSAGE
           
static String FORM
           
static String LOCALES_DL
           
protected static org.apache.log4j.Logger logger
           
static String MODEL_NAME
           
static String SESSION_SERVICES_DL
           
static String SIMPLE_SERVICE_FINDER_DL
           
static String SUCCESS_MESSAGE
           
static String UPDATE_BUTTON
           
 
Constructor Summary
UtilConfig()
           
 
Method Summary
 TemplateModel getModel()
           
 
Methods inherited from class org.enhydra.barracuda.core.event.DefaultEventGateway
add, deregister, deregisterLocalEventInterests, getChildren, getParent, print, printStackTrace, printStackTrace, register, registerLocalEventAliases, registerLocalEventInterests, remove, setParent, specifyLocalEventAliases, specifyLocalEventInterests, specifyLocalEventInterests
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected static final org.apache.log4j.Logger logger

FORM

public static final String FORM

MODEL_NAME

public static final String MODEL_NAME
See Also:
Constant Field Values

LOCALES_DL

public static final String LOCALES_DL
See Also:
Constant Field Values

SESSION_SERVICES_DL

public static final String SESSION_SERVICES_DL
See Also:
Constant Field Values

SIMPLE_SERVICE_FINDER_DL

public static final String SIMPLE_SERVICE_FINDER_DL
See Also:
Constant Field Values

ERROR_MESSAGE

public static final String ERROR_MESSAGE
See Also:
Constant Field Values

SUCCESS_MESSAGE

public static final String SUCCESS_MESSAGE
See Also:
Constant Field Values

UPDATE_BUTTON

public static final String UPDATE_BUTTON
See Also:
Constant Field Values
Constructor Detail

UtilConfig

public UtilConfig()
Method Detail

getModel

public TemplateModel getModel()


Copyright © 2003 BarracudaMVC.org All Rights Reserved.