org.enhydra.barracuda.config
Class CompConfig

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

public class CompConfig
extends DefaultEventGateway

This class provides the methods needed to configure the component screens


Field Summary
static String ABSTRACT_BCOMPONENT_DL
           
static String BACTION_DL
           
static String BINPUT_DL
           
static String BLINK_DL
           
static String BLIST_DL
           
static String BSELECT_DL
           
static String BTABLE_DL
           
static String BTEMPLATE_DL
           
static String BTEXT_DL
           
static String BTOGGLE_BUTTON_DL
           
static String COMPONENT_GATEWAY_DL
           
static String DEFAULT_LIST_MODEL_DL
           
static String DEFAULT_PROPERTIES_MODEL_DL
           
static String DEFAULT_TABLE_VIEW_DL
           
static String DEFAULT_TEMPLATE_VIEW_DL
           
static String DEFAULT_VIEW_DL
           
static String ERROR_MESSAGE
           
static String FORM
           
static String HTML_ACTION_RENDERER_DL
           
static String HTML_COMPONENT_RENDERER_DL
           
static String HTML_INPUT_RENDERER_DL
           
static String HTML_LINK_RENDERER_DL
           
static String HTML_LIST_RENDERER_DL
           
static String HTML_SELECT_RENDERER_DL
           
static String HTML_TABLE_RENDERER_DL
           
static String HTML_TEMPLATE_RENDERER_DL
           
static String HTML_TEXT_RENDERER_DL
           
static String HTML_TOGGLE_RENDERER_DL
           
protected static org.apache.log4j.Logger logger
           
static String MODEL_NAME
           
static String SUCCESS_MESSAGE
           
static String TEMPLATE_HELPER_DL
           
static String UPDATE_BUTTON
           
static String XML_COMPONENT_RENDERER_DL
           
static String XML_TEMPLATE_RENDERER_DL
           
static String XML_TEXT_RENDERER_DL
           
 
Constructor Summary
CompConfig()
           
 
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

ABSTRACT_BCOMPONENT_DL

public static final String ABSTRACT_BCOMPONENT_DL
See Also:
Constant Field Values

BACTION_DL

public static final String BACTION_DL
See Also:
Constant Field Values

BINPUT_DL

public static final String BINPUT_DL
See Also:
Constant Field Values

BLINK_DL

public static final String BLINK_DL
See Also:
Constant Field Values

BLIST_DL

public static final String BLIST_DL
See Also:
Constant Field Values

BSELECT_DL

public static final String BSELECT_DL
See Also:
Constant Field Values

BTABLE_DL

public static final String BTABLE_DL
See Also:
Constant Field Values

BTEMPLATE_DL

public static final String BTEMPLATE_DL
See Also:
Constant Field Values

BTEXT_DL

public static final String BTEXT_DL
See Also:
Constant Field Values

BTOGGLE_BUTTON_DL

public static final String BTOGGLE_BUTTON_DL
See Also:
Constant Field Values

COMPONENT_GATEWAY_DL

public static final String COMPONENT_GATEWAY_DL
See Also:
Constant Field Values

DEFAULT_LIST_MODEL_DL

public static final String DEFAULT_LIST_MODEL_DL
See Also:
Constant Field Values

DEFAULT_PROPERTIES_MODEL_DL

public static final String DEFAULT_PROPERTIES_MODEL_DL
See Also:
Constant Field Values

DEFAULT_TABLE_VIEW_DL

public static final String DEFAULT_TABLE_VIEW_DL
See Also:
Constant Field Values

DEFAULT_TEMPLATE_VIEW_DL

public static final String DEFAULT_TEMPLATE_VIEW_DL
See Also:
Constant Field Values

DEFAULT_VIEW_DL

public static final String DEFAULT_VIEW_DL
See Also:
Constant Field Values

HTML_COMPONENT_RENDERER_DL

public static final String HTML_COMPONENT_RENDERER_DL
See Also:
Constant Field Values

HTML_ACTION_RENDERER_DL

public static final String HTML_ACTION_RENDERER_DL
See Also:
Constant Field Values

HTML_INPUT_RENDERER_DL

public static final String HTML_INPUT_RENDERER_DL
See Also:
Constant Field Values

HTML_LINK_RENDERER_DL

public static final String HTML_LINK_RENDERER_DL
See Also:
Constant Field Values

HTML_LIST_RENDERER_DL

public static final String HTML_LIST_RENDERER_DL
See Also:
Constant Field Values

HTML_SELECT_RENDERER_DL

public static final String HTML_SELECT_RENDERER_DL
See Also:
Constant Field Values

HTML_TABLE_RENDERER_DL

public static final String HTML_TABLE_RENDERER_DL
See Also:
Constant Field Values

HTML_TOGGLE_RENDERER_DL

public static final String HTML_TOGGLE_RENDERER_DL
See Also:
Constant Field Values

HTML_TEMPLATE_RENDERER_DL

public static final String HTML_TEMPLATE_RENDERER_DL
See Also:
Constant Field Values

HTML_TEXT_RENDERER_DL

public static final String HTML_TEXT_RENDERER_DL
See Also:
Constant Field Values

TEMPLATE_HELPER_DL

public static final String TEMPLATE_HELPER_DL
See Also:
Constant Field Values

XML_COMPONENT_RENDERER_DL

public static final String XML_COMPONENT_RENDERER_DL
See Also:
Constant Field Values

XML_TEMPLATE_RENDERER_DL

public static final String XML_TEMPLATE_RENDERER_DL
See Also:
Constant Field Values

XML_TEXT_RENDERER_DL

public static final String XML_TEXT_RENDERER_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

CompConfig

public CompConfig()
Method Detail

getModel

public TemplateModel getModel()


Copyright © 2003 BarracudaMVC.org All Rights Reserved.