A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

A

A_Changes_History - class org.enhydra.barracuda.A_Changes_History.
The purpose of this class is to track all major changes made to the Barracuda framework.
aacute - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity aacute (á).
Aacute - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity Aacute (Á).
ABOUT_TAB - Static variable in class org.enhydra.barracuda.config.TabsModel
 
ABSTRACT_BCOMPONENT_DL - Static variable in class org.enhydra.barracuda.config.CompConfig
 
ABSTRACT_FORM_VALIDATOR_DL - Static variable in class org.enhydra.barracuda.config.FormsConfig
 
AbstractBComponent - class org.enhydra.barracuda.core.comp.AbstractBComponent.
This class provides the abstract implementation for BComponent.
AbstractBComponent() - Constructor for class org.enhydra.barracuda.core.comp.AbstractBComponent
 
AbstractBlockIterator - class org.enhydra.barracuda.core.event.helper.AbstractBlockIterator.
This class provides the abstract implementation of a BlockIterator.
AbstractBlockIterator() - Constructor for class org.enhydra.barracuda.core.event.helper.AbstractBlockIterator
 
AbstractFormValidator - class org.enhydra.barracuda.core.forms.AbstractFormValidator.
The root implementation of the FormValidator interface
AbstractFormValidator() - Constructor for class org.enhydra.barracuda.core.forms.AbstractFormValidator
 
AbstractIterativeTemplateModel - class org.enhydra.barracuda.core.comp.AbstractIterativeTemplateModel.
This class provides the abstract implementation for an Iterative Template Model.
AbstractIterativeTemplateModel() - Constructor for class org.enhydra.barracuda.core.comp.AbstractIterativeTemplateModel
 
AbstractListModel - class org.enhydra.barracuda.core.comp.AbstractListModel.
This class provides the abstract implementation for a List Model.
AbstractListModel() - Constructor for class org.enhydra.barracuda.core.comp.AbstractListModel
 
AbstractPData - class org.enhydra.barracuda.core.util.data.AbstractPData.
Abstract implementation of the basic PData methods.
AbstractPData() - Constructor for class org.enhydra.barracuda.core.util.data.AbstractPData
 
AbstractTableModel - class org.enhydra.barracuda.core.comp.AbstractTableModel.
This class provides the abstract implementation for a Table Model.
AbstractTableModel() - Constructor for class org.enhydra.barracuda.core.comp.AbstractTableModel
 
AbstractTemplateModel - class org.enhydra.barracuda.core.comp.AbstractTemplateModel.
This class provides the abstract implementation for a Template Model.
AbstractTemplateModel() - Constructor for class org.enhydra.barracuda.core.comp.AbstractTemplateModel
 
acirc - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity acirc (â).
Acirc - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity Acirc (Â).
actionEvent - Variable in class org.enhydra.barracuda.core.comp.BAction
 
ActionEvent - class org.enhydra.barracuda.core.event.events.ActionEvent.
This encapsulates an Action
ActionEvent() - Constructor for class org.enhydra.barracuda.core.event.events.ActionEvent
Default noargs constructor
ActionEvent(Object) - Constructor for class org.enhydra.barracuda.core.event.events.ActionEvent
Public constructor.
actionUrl - Variable in class org.enhydra.barracuda.core.comp.BAction
 
acute - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity acute (´).
add(EventGateway) - Method in interface org.enhydra.barracuda.core.event.EventGateway
Add an event gateway to this one
add(EventGateway) - Method in class org.enhydra.barracuda.core.event.DefaultEventGateway
Add an event gateway to this one
add(EventGateway) - Method in class org.enhydra.barracuda.core.event.ApplicationGateway
Add an event gateway to this one
add(int, Object) - Method in class org.enhydra.barracuda.core.comp.DefaultListModel
Inserts the specified element at the specified position in this list (optional operation).
add(int, Object) - Method in class org.enhydra.barracuda.core.util.data.PArrayList
Inserts the specified element at the specified position in this list (optional operation).
add(Object) - Method in class org.enhydra.barracuda.core.comp.DefaultListModel
Appends the specified element to the end of this list (optional operation).
add(Object) - Method in class org.enhydra.barracuda.core.util.data.PArrayList
Appends the specified element to the end of this list (optional operation).
addAliases(String, List, Map) - Method in class org.enhydra.barracuda.core.event.DefaultEventBroker
Given an id and a list of aliases, add them to the specified xref
addAll(Collection) - Method in class org.enhydra.barracuda.core.comp.DefaultListModel
Appends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator (optional operation).
addAll(Collection) - Method in class org.enhydra.barracuda.core.util.data.PArrayList
Appends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator (optional operation).
addAll(int, Collection) - Method in class org.enhydra.barracuda.core.comp.DefaultListModel
Inserts all of the elements in the specified collection into this list at the specified position (optional operation).
addAll(int, Collection) - Method in class org.enhydra.barracuda.core.util.data.PArrayList
Inserts all of the elements in the specified collection into this list at the specified position (optional operation).
addChild(BContainer) - Method in interface org.enhydra.barracuda.core.comp.BContainer
 
addChild(BContainer) - Method in class org.enhydra.barracuda.core.comp.AbstractBComponent
Add a child container to this one
addChildToParent(Node, Node) - Method in interface org.enhydra.barracuda.core.comp.renderer.Renderer
 
addChildToParent(Node, Node) - Method in class org.enhydra.barracuda.core.comp.renderer.DOMComponentRenderer
The purpose of this method is to add a child to a parent.
addChildToParent(Node, Node) - Method in class org.enhydra.barracuda.core.comp.renderer.html.HTMLComponentRenderer
 
addClassLoader(ClassLoader) - Method in class org.enhydra.barracuda.core.util.dom.io.XMLEntityResolver
Add a classloader to the end of the order list of classloaders to search for entities.
addEvent(BaseEvent) - Method in interface org.enhydra.barracuda.core.event.DispatchQueue
Adds an event to the queue.
addEvent(BaseEvent) - Method in class org.enhydra.barracuda.core.event.DefaultDispatchQueue
Adds an event to the queue.
addEventAlias(Class) - Method in interface org.enhydra.barracuda.core.event.EventBroker
Manually register aliases for a given event (the aliases will be determined automatically based on the class name and the event ID)
addEventAlias(Class) - Method in class org.enhydra.barracuda.core.event.DefaultEventBroker
Manually register aliases for a given event (the aliases will be determined automatically based on the class name and the event ID)
addEventAlias(Class, String) - Method in interface org.enhydra.barracuda.core.event.EventBroker
Manually add an alias for a given event.
addEventAlias(Class, String) - Method in class org.enhydra.barracuda.core.event.DefaultEventBroker
Manually add an alias for a given event.
addEventListener(ListenerFactory) - Method in class org.enhydra.barracuda.core.comp.BSelect
Add an event listener to this component.
addEventListener(ListenerFactory) - Method in class org.enhydra.barracuda.core.comp.BInput
Add an event listener to this component.
addEventListener(ListenerFactory) - Method in class org.enhydra.barracuda.core.comp.BAction
Add an event listener to this component.
addEventListener(ListenerFactory) - Method in interface org.enhydra.barracuda.core.event.EventBroker
register a listener id, so that events addressed to a specific listener can be delivered
addEventListener(ListenerFactory) - Method in class org.enhydra.barracuda.core.event.DefaultEventBroker
register a listener id, so that events addressed to a specific listener can be delivered
addEventListener(ListenerFactory, boolean) - Method in class org.enhydra.barracuda.core.comp.BInput
Add an event listener to this component.
addEventListener(ListenerFactory, Class) - Method in interface org.enhydra.barracuda.core.event.EventBroker
add an event listener for a particular class of an event.
addEventListener(ListenerFactory, Class) - Method in class org.enhydra.barracuda.core.event.DefaultEventBroker
add an event listener for a particular class of an event.
addFileset(FileSet) - Method in class org.enhydra.barracuda.taskdefs.GenerateSSIs
Adds a set of files (nested fileset attribute).
addHeader(String, String) - Method in class org.enhydra.barracuda.testbed.servlet.MockHttpServletRequest
 
addItemToList(Node, ViewContext, ElementFactory, Object, int) - Method in class org.enhydra.barracuda.core.comp.renderer.html.HTMLListRenderer
 
addListenerID(String) - Method in class org.enhydra.barracuda.core.event.DefaultBaseEvent
Add a specific listener id this event should be delivered to.
addListenerID(String) - Method in interface org.enhydra.barracuda.core.event.BaseEvent
Add a specific listener id this event should be delivered to.
addModel(TemplateModel) - Method in class org.enhydra.barracuda.core.comp.BTemplate
Add a model to the component.
addModelListener(ModelListener) - Method in class org.enhydra.barracuda.core.comp.DefaultListSelectionModel
Add a listener to the template that's notified each time a change to the data model occurs.
addModelListener(ModelListener) - Method in class org.enhydra.barracuda.core.comp.AbstractTemplateModel
Add a listener to the template that's notified each time a change to the data model occurs.
addModelListener(ModelListener) - Method in class org.enhydra.barracuda.core.comp.AbstractTableModel
Add a listener to the template that's notified each time a change to the data model occurs.
addModelListener(ModelListener) - Method in class org.enhydra.barracuda.core.comp.AbstractListModel
Add a listener to the template that's notified each time a change to the data model occurs.
addModelListener(ModelListener) - Method in interface org.enhydra.barracuda.core.comp.model.Model
 
addModels(List) - Method in class org.enhydra.barracuda.core.comp.BTemplate
Add a whole list of models to the component.
addParameter(String, String) - Method in class org.enhydra.barracuda.core.helper.servlet.HttpServletRequestWrapper
Set a given parameter (note that this is backed by a hashmap, so the structure is slightly different than that of the underlying ServletRequest which allows multiple paramters with the same name).
addPublicMapping(String, String) - Method in class org.enhydra.barracuda.core.util.dom.io.XMLEntityResolver
Adds a public to system identifier mapping.
addResource(String) - Method in class org.enhydra.barracuda.core.comp.scripting.BScript
Add a script resource (resources specified will automatically create BScriptResource delegates at render time)
addSelectionInterval(int, int) - Method in interface org.enhydra.barracuda.core.comp.ListSelectionModel
 
addSelectionInterval(int, int) - Method in class org.enhydra.barracuda.core.comp.DefaultListSelectionModel
Change the selection to be the set union of the current selection and the indices between index0 and index1 inclusive.
addStepChild(BContainer) - Method in class org.enhydra.barracuda.core.comp.AbstractBComponent
Add a step child; step children are automatically removed after each render.
addStepChild(BContainer, boolean) - Method in class org.enhydra.barracuda.core.comp.AbstractBComponent
Add a step child; step children are automatically removed after each render.
addSubException(ValidationException) - Method in class org.enhydra.barracuda.core.forms.ValidationException
Add a sub exception
addSystemMapping(String, String) - Method in class org.enhydra.barracuda.core.util.dom.io.XMLEntityResolver
Adds a system identifier alias.
addTempView(View) - Method in class org.enhydra.barracuda.core.comp.AbstractBComponent
Add a temporary view; temp views are automatically removed after each render
addValidator(FormValidator) - Method in class org.enhydra.barracuda.core.forms.DefaultFormValidator
Add a child validator
addView(View) - Method in class org.enhydra.barracuda.core.comp.BComponent
Bind a component to a view
addView(View) - Method in class org.enhydra.barracuda.core.comp.AbstractBComponent
 
aelig - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity aelig (æ).
AElig - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity AElig (Æ).
AGE - Static variable in class org.enhydra.barracuda.examples.xmlc.data.UserData
 
agrave - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity agrave (à).
Agrave - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity Agrave (À).
alefsym - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity alefsym (?).
allowMarkupInText - Variable in class org.enhydra.barracuda.core.comp.BText
 
allowMarkupInText - Variable in class org.enhydra.barracuda.core.comp.BLink
 
allowMarkupInText() - Method in class org.enhydra.barracuda.core.comp.BText
See if we allow markup in the text
allowMarkupInText() - Method in class org.enhydra.barracuda.core.comp.BLink
See if we allow markup in the text
allowMultiples - Variable in class org.enhydra.barracuda.core.forms.DefaultFormElement
 
allowMultiples() - Method in interface org.enhydra.barracuda.core.forms.FormElement
Does this element allow multiple values
allowMultiples() - Method in class org.enhydra.barracuda.core.forms.DefaultFormElement
Does this element allow multiple values
alpha - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity alpha (?).
Alpha - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity Alpha (?).
amp - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity amp (&).
and - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity and (?).
And - class org.enhydra.barracuda.core.forms.And.
This validator ensures that all of the given validators are valid, (effectively acting as an "AND" or "&&") or a ValidationException will be generated.
And(FormValidator[]) - Constructor for class org.enhydra.barracuda.core.forms.And
Public constructor.
And(FormValidator[], String) - Constructor for class org.enhydra.barracuda.core.forms.And
Public constructor.
And(FormValidator, FormValidator) - Constructor for class org.enhydra.barracuda.core.forms.And
Public constructor.
And(FormValidator, FormValidator, FormValidator) - Constructor for class org.enhydra.barracuda.core.forms.And
Public constructor.
And(FormValidator, FormValidator, FormValidator, FormValidator) - Constructor for class org.enhydra.barracuda.core.forms.And
Public constructor.
And(FormValidator, FormValidator, FormValidator, FormValidator, String) - Constructor for class org.enhydra.barracuda.core.forms.And
Public constructor.
And(FormValidator, FormValidator, FormValidator, String) - Constructor for class org.enhydra.barracuda.core.forms.And
Public constructor.
And(FormValidator, FormValidator, String) - Constructor for class org.enhydra.barracuda.core.forms.And
Public constructor.
And(List) - Constructor for class org.enhydra.barracuda.core.forms.And
Public constructor.
And(List, String) - Constructor for class org.enhydra.barracuda.core.forms.And
Public constructor.
ang - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity ang (?).
APPEND - Static variable in class org.enhydra.barracuda.core.comp.scripting.BScript
 
APPLICATION_GATEWAY_DL - Static variable in class org.enhydra.barracuda.config.EventConfig
 
APPLICATION_GATEWAY_FORCE_GC - Static variable in class org.enhydra.barracuda.config.EventConfig
 
APPLICATION_GATEWAY_USE_EVENT_POOLING - Static variable in class org.enhydra.barracuda.config.EventConfig
 
ApplicationAssembler - interface org.enhydra.barracuda.core.event.ApplicationAssembler.
This interface defines an ApplicationAssembler.
ApplicationGateway - class org.enhydra.barracuda.core.event.ApplicationGateway.
The application gateway is responsible for a number of things.
ApplicationGateway() - Constructor for class org.enhydra.barracuda.core.event.ApplicationGateway
Public noargs constructor
argList - Variable in class org.enhydra.barracuda.core.util.data.ObjectRepositoryAssembler
 
aring - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity aring (å).
Aring - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity Aring (Å).
assemble(EventGateway, ServletConfig, String) - Method in class org.enhydra.barracuda.core.event.DefaultApplicationAssembler
Assemble the system, given the root EventGateway and the XML assembly decriptor name.
assemble(EventGateway, ServletConfig, String) - Method in interface org.enhydra.barracuda.core.event.ApplicationAssembler
Assemble the system, given the root EventGateway and the XML assembly decriptor name.
assemble(EventGateway, ServletConfig, String, String) - Method in class org.enhydra.barracuda.core.event.DefaultApplicationAssembler
Assemble the system, given the root EventGateway, an XML assembly decriptor name, and a specific SAX parser class.
assemble(EventGateway, ServletConfig, String, String) - Method in interface org.enhydra.barracuda.core.event.ApplicationAssembler
Assemble the system, given the root EventGateway, an XML assembly decriptor name, and a specific SAX parser class.
assemble(ObjectRepository, ServletConfig, String) - Method in class org.enhydra.barracuda.core.util.data.ObjectRepositoryAssembler
Assemble the system, given a specified ObjectRepository and the XML assembly decriptor name.
assemble(ObjectRepository, ServletConfig, String, String) - Method in class org.enhydra.barracuda.core.util.data.ObjectRepositoryAssembler
Assemble the system, given the root EventGateway, an XML assembly decriptor name, and a specific SAX parser class.
assemble(ServletConfig, String) - Method in class org.enhydra.barracuda.core.util.data.ObjectRepositoryAssembler
Assemble the system into the default ObjectRepository given the XML assembly decriptor name.
assemble(String) - Method in class org.enhydra.barracuda.core.util.data.ObjectRepositoryAssembler
Assemble the system into the default ObjectRepository given the XML assembly decriptor name.
ASSEMBLY_DESCRIPTOR - Static variable in class org.enhydra.barracuda.core.util.data.ObjectRepositoryAssembler
 
assemblySourceFile - Variable in class org.enhydra.barracuda.core.event.DefaultApplicationAssembler
 
assemblySourceFile - Variable in class org.enhydra.barracuda.core.util.data.ObjectRepositoryAssembler
 
assertAll(FormValidator, StateMap, FormType, boolean) - Method in class org.enhydra.barracuda.core.forms.ValidatorTestCase
 
assertAllInvalid(DefaultFormValidator, DefaultFormElement, Object[]) - Method in class org.enhydra.barracuda.core.forms.ValidatorTestCase
 
assertAllInvalid(FormValidator, StateMap, FormType) - Method in class org.enhydra.barracuda.core.forms.ValidatorTestCase
 
assertAllValid(DefaultFormValidator, DefaultFormElement, Object[]) - Method in class org.enhydra.barracuda.core.forms.ValidatorTestCase
 
assertAllValid(FormValidator, StateMap, FormType) - Method in class org.enhydra.barracuda.core.forms.ValidatorTestCase
 
assertInvalid(String, DefaultFormValidator, DefaultFormElement, Object) - Method in class org.enhydra.barracuda.core.forms.ValidatorTestCase
 
assertMinMax(String, String, int, int) - Static method in class org.enhydra.barracuda.core.forms.FormUtil
This method allows you to assert that a String value falls within a given min/max length range.
assertTrue(String, boolean) - Static method in class org.enhydra.barracuda.core.forms.FormUtil
This function simply evaluates a given boolean expression and throws a ValidationException using the specified error message if its not valid
assertValid(String, DefaultFormValidator, DefaultFormElement, Object) - Method in class org.enhydra.barracuda.core.forms.ValidatorTestCase
 
asymp - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity asymp (?).
atilde - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity atilde (ã).
Atilde - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity Atilde (Ã).
attrs - Variable in class org.enhydra.barracuda.core.comp.BComponent
 
auml - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity auml (ä).
Auml - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity Auml (Ä).
authenticate - Variable in class org.enhydra.barracuda.core.util.http.HttpRequester
 
AUTO_LOGIN - Static variable in class org.enhydra.barracuda.examples.ex1.LoginServices
 

B

BAction - class org.enhydra.barracuda.core.comp.BAction.
A BAction component is a component that you can use to catch client side events.
BACTION_DL - Static variable in class org.enhydra.barracuda.config.CompConfig
 
BAction() - Constructor for class org.enhydra.barracuda.core.comp.BAction
Public noargs constructor
BAction(ControlEvent) - Constructor for class org.enhydra.barracuda.core.comp.BAction
Public constructor which creates the component and binds it to a view.
BAction(String) - Constructor for class org.enhydra.barracuda.core.comp.BAction
Public constructor which creates the component and binds it to a view.
BarracudaAdmin - class org.enhydra.barracuda.admin.BarracudaAdmin.
This mini-app is can be used to administer Barracuda applications
BarracudaAdmin() - Constructor for class org.enhydra.barracuda.admin.BarracudaAdmin
Public constructor
BarracudaConfig - class org.enhydra.barracuda.config.BarracudaConfig.
This mini-app is can be used to configure the core Barracuda classes.
BarracudaConfig() - Constructor for class org.enhydra.barracuda.config.BarracudaConfig
Public constructor
BASE_EVENT - Static variable in interface org.enhydra.barracuda.core.event.EventContext
 
Base64 - class org.enhydra.barracuda.core.util.data.Base64.
This class provides encode/decode for RFC 2045 Base64 as defined by RFC 2045, N.
Base64() - Constructor for class org.enhydra.barracuda.core.util.data.Base64
 
BaseEvent - interface org.enhydra.barracuda.core.event.BaseEvent.
This interface defines the methods needed to implement a BaseEvent
BaseEventListener - interface org.enhydra.barracuda.core.event.BaseEventListener.
This class defines the methods for Event listeners
BATCH_MODE - Static variable in class org.enhydra.barracuda.testbed.TestUtil
 
BComponent - class org.enhydra.barracuda.core.comp.BComponent.
Defines the base component class from which all other Barracuda components are derived.
BComponent() - Constructor for class org.enhydra.barracuda.core.comp.BComponent
 
BContainer - interface org.enhydra.barracuda.core.comp.BContainer.
This interface defines the characteristics of a container.
bcRoot - Variable in class org.enhydra.barracuda.config.MasterScreen
 
bdquo - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity bdquo („).
beta - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity beta (?).
Beta - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity Beta (?).
bi - Variable in class org.enhydra.barracuda.core.event.helper.BlockIterateHandler
 
bicomp - Variable in class org.enhydra.barracuda.core.comp.renderer.html.HTMLInputRenderer
 
BIG_DECIMAL - Static variable in class org.enhydra.barracuda.core.forms.FormType
 
BInput - class org.enhydra.barracuda.core.comp.BInput.
BInput is used to manipulate the <input> element in a DOM template.
BINPUT_DL - Static variable in class org.enhydra.barracuda.config.CompConfig
 
BInput() - Constructor for class org.enhydra.barracuda.core.comp.BInput
Public noargs constructor
BInput(String, String, String) - Constructor for class org.enhydra.barracuda.core.comp.BInput
Public constructor which creates the component and sets the initial data.
BLink - class org.enhydra.barracuda.core.comp.BLink.
BLink is used to manipulate any element in a DOM template that is capable of generating a URL request.
BLINK_DL - Static variable in class org.enhydra.barracuda.config.CompConfig
 
BLink() - Constructor for class org.enhydra.barracuda.core.comp.BLink
Public noargs constructor
BLink(String) - Constructor for class org.enhydra.barracuda.core.comp.BLink
Public constructor which creates the component and sets the text, and target values.
BLink(String, ControlEvent) - Constructor for class org.enhydra.barracuda.core.comp.BLink
Public constructor which creates the component and sets the text and action values.
BLink(String, ControlEvent, ViewContext) - Constructor for class org.enhydra.barracuda.core.comp.BLink
Public constructor which creates the component and sets the text and action values.
BLink(String, String) - Constructor for class org.enhydra.barracuda.core.comp.BLink
Public constructor which creates the component and sets the text and action values.
BLink(String, String, ViewContext) - Constructor for class org.enhydra.barracuda.core.comp.BLink
Public constructor which creates the component and sets the text and action values.
blist - Variable in class org.enhydra.barracuda.core.comp.renderer.html.HTMLListRenderer
 
BList - class org.enhydra.barracuda.core.comp.BList.
A BList component is used to render list data into a DOM template.
BLIST_DL - Static variable in class org.enhydra.barracuda.config.CompConfig
 
BList() - Constructor for class org.enhydra.barracuda.core.comp.BList
Public noargs constructor
BList(ListModel) - Constructor for class org.enhydra.barracuda.core.comp.BList
Public constructor which creates the component and binds it to a specific view
BLOCK_FORMATTING - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLElements
Format element as a block.
BlockIterateHandler - class org.enhydra.barracuda.core.event.helper.BlockIterateHandler.
 
BlockIterateHandler() - Constructor for class org.enhydra.barracuda.core.event.helper.BlockIterateHandler
 
BlockIterator - interface org.enhydra.barracuda.core.event.helper.BlockIterator.
This interface defines the methods necessary to implement a BlockIterator
body - Variable in class org.enhydra.barracuda.core.comp.DefaultTableView
 
BOOLEAN - Static variable in class org.enhydra.barracuda.core.forms.FormType
 
BrowserCheck - class org.enhydra.barracuda.examples.xmlc.BrowserCheck.
Check to see who Barracuda thinks we are
BrowserCheck() - Constructor for class org.enhydra.barracuda.examples.xmlc.BrowserCheck
 
BrowserCheckHTML - class org.enhydra.barracuda.examples.xmlc.BrowserCheckHTML.
 
BrowserCheckHTML() - Constructor for class org.enhydra.barracuda.examples.xmlc.BrowserCheckHTML
 
BrowserCheckHTML(boolean) - Constructor for class org.enhydra.barracuda.examples.xmlc.BrowserCheckHTML
 
BrowserCheckHTML(BrowserCheckHTML) - Constructor for class org.enhydra.barracuda.examples.xmlc.BrowserCheckHTML
 
brvbar - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity brvbar (¦).
bscomp - Variable in class org.enhydra.barracuda.core.comp.renderer.html.HTMLSelectRenderer
 
BScript - class org.enhydra.barracuda.core.comp.scripting.BScript.
BScript is used to attach a javascript command to a DOM element attribute.
BScript() - Constructor for class org.enhydra.barracuda.core.comp.scripting.BScript
Public noargs constructor
BScript(String, String) - Constructor for class org.enhydra.barracuda.core.comp.scripting.BScript
Public constructor which creates the component.
BScript(String, String, int) - Constructor for class org.enhydra.barracuda.core.comp.scripting.BScript
Public constructor which creates the component.
BScript(String, String, int, String) - Constructor for class org.enhydra.barracuda.core.comp.scripting.BScript
Public constructor which creates the component.
BScriptResource - class org.enhydra.barracuda.core.comp.scripting.BScriptResource.
BScriptResource is used to make sure a client side script is available for use by client scripting code.
BScriptResource() - Constructor for class org.enhydra.barracuda.core.comp.scripting.BScriptResource
Public noargs constructor
BScriptResource(String) - Constructor for class org.enhydra.barracuda.core.comp.scripting.BScriptResource
Public constructor which creates the component.
BSelect - class org.enhydra.barracuda.core.comp.BSelect.
A BSelect element is used to render a list of items, and to indicate which element(s) are selected.
BSELECT_DL - Static variable in class org.enhydra.barracuda.config.CompConfig
 
BSelect() - Constructor for class org.enhydra.barracuda.core.comp.BSelect
Public noargs constructor
BSelect(ListModel) - Constructor for class org.enhydra.barracuda.core.comp.BSelect
Public constructor which creates the component and associates it with a ListModel
btable - Variable in class org.enhydra.barracuda.core.comp.renderer.html.HTMLTableRenderer
 
BTable - class org.enhydra.barracuda.core.comp.BTable.
A BTable is used to put data into a table format within a DOM.
BTABLE_DL - Static variable in class org.enhydra.barracuda.config.CompConfig
 
BTable() - Constructor for class org.enhydra.barracuda.core.comp.BTable
Public noargs constructor
BTable(TableModel) - Constructor for class org.enhydra.barracuda.core.comp.BTable
Public constructor which creates the component and binds it to a specific model.
btbcomp - Variable in class org.enhydra.barracuda.core.comp.renderer.html.HTMLToggleRenderer
 
btemplate - Variable in class org.enhydra.barracuda.core.comp.renderer.TemplateHelper
 
BTemplate - class org.enhydra.barracuda.core.comp.BTemplate.
A BTemplate is used to process part of a DOM as a template--the component will look for directives and then query the models to return the data associated with a given key.
BTEMPLATE_DL - Static variable in class org.enhydra.barracuda.config.CompConfig
 
BTemplate() - Constructor for class org.enhydra.barracuda.core.comp.BTemplate
Public noargs constructor
BTemplate(TemplateModel) - Constructor for class org.enhydra.barracuda.core.comp.BTemplate
Public constructor which creates the component and binds it to a specific model.
BTemplateGateway - class org.enhydra.barracuda.core.comp.helper.BTemplateGateway.
A custom implementation of the component gateway tailored for template components.
BTemplateGateway() - Constructor for class org.enhydra.barracuda.core.comp.helper.BTemplateGateway
 
BTemplateViewHandler - class org.enhydra.barracuda.core.event.helper.BTemplateViewHandler.
A custom implementation of the default view handler tailored for template components.
BTemplateViewHandler() - Constructor for class org.enhydra.barracuda.core.event.helper.BTemplateViewHandler
 
BText - class org.enhydra.barracuda.core.comp.BText.
BText is used for rendering text into a DOM.
BTEXT_DL - Static variable in class org.enhydra.barracuda.config.CompConfig
 
BText() - Constructor for class org.enhydra.barracuda.core.comp.BText
Public noargs constructor
BText(String) - Constructor for class org.enhydra.barracuda.core.comp.BText
Public constructor which creates the component and sets the text.
BTOGGLE_BUTTON_DL - Static variable in class org.enhydra.barracuda.config.CompConfig
 
BToggleButton - class org.enhydra.barracuda.core.comp.BToggleButton.
BToggleButton is used to render Radio or Checkbox buttons in a DOM template.
BToggleButton() - Constructor for class org.enhydra.barracuda.core.comp.BToggleButton
Public noargs constructor
BToggleButton(String, String, String, boolean) - Constructor for class org.enhydra.barracuda.core.comp.BToggleButton
Public constructor which creates the component and sets the initial data.
buildClassName(String, String) - Method in class org.enhydra.barracuda.taskdefs.DummyXmlcUtils
 
buildClassName(String, String) - Method in class org.enhydra.barracuda.taskdefs.XmlcUtils
Build a Java class name out of the specified components.
buildClassName(String, String) - Method in class org.enhydra.barracuda.taskdefs.LocalizeXmlcUtilsImpl
Build a Java class name out of the specified components.
buildClassName(String, String) - Method in class org.enhydra.barracuda.taskdefs.DefaultXmlcUtilsImpl
Build a Java class name out of the specified components.
buildDocument() - Method in class org.enhydra.barracuda.examples.xmlc.SnippetEx3HTML
 
buildDocument() - Method in class org.enhydra.barracuda.examples.xmlc.SnippetEx2HTML
 
buildDocument() - Method in class org.enhydra.barracuda.examples.xmlc.SnippetEx1HTML
 
buildDocument() - Method in class org.enhydra.barracuda.examples.xmlc.RedirectEx1HTML
 
buildDocument() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx9HTML
 
buildDocument() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx8HTML
 
buildDocument() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx7HTML
 
buildDocument() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx6HTML
 
buildDocument() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx6aHTML
 
buildDocument() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx5HTML
 
buildDocument() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx4HTML
 
buildDocument() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx3HTML
 
buildDocument() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx3FooterHTML
 
buildDocument() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx3Footer2HTML
 
buildDocument() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx3bHTML
 
buildDocument() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx3aHTML
 
buildDocument() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx2HTML
 
buildDocument() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
buildDocument() - Method in class org.enhydra.barracuda.examples.xmlc.BrowserCheckHTML
 
buildFullBaseFileName(String, String, String) - Method in class org.enhydra.barracuda.taskdefs.DummyXmlcUtils
 
buildFullBaseFileName(String, String, String) - Method in class org.enhydra.barracuda.taskdefs.XmlcUtils
Build a full base file name (i.e. with no file type) out of the specified components.
buildFullBaseFileName(String, String, String) - Method in class org.enhydra.barracuda.taskdefs.DefaultXmlcUtilsImpl
Build a full base file name (i.e. with no file type) out of the specified components.
bull - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity bull (•).
BUTTON - Static variable in class org.enhydra.barracuda.core.comp.BInput
 

C

CACHING_MARKER - Static variable in class org.enhydra.barracuda.core.comp.BComponent
 
cap - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity cap (?).
ccedil - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity ccedil (ç).
Ccedil - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity Ccedil (Ç).
cedil - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity cedil (¸).
cent - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity cent (¢).
characters(char[], int, int) - Method in class org.enhydra.barracuda.core.event.DefaultApplicationAssembler
 
characters(char[], int, int) - Method in class org.enhydra.barracuda.core.util.data.ObjectRepositoryAssembler.LocalAssemblyHandler
 
charToEntity(char) - Static method in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Convert a text character to an entity name.
charToEntity4(char) - Static method in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Convert a text character to a HTML 4.0 entity name.
CHECKBOX - Static variable in class org.enhydra.barracuda.core.comp.BInput
 
checkClientReq(HttpServletRequest, HttpServletResponse) - Static method in class org.enhydra.barracuda.core.helper.servlet.ScriptDetector
This method checks an incoming request to see if it has a scripting flag which indicates whether or not the client supports scripting.
checkIt(StateMap, FormType) - Method in class org.enhydra.barracuda.core.forms.validators.TestValidTypeValidator
 
checkoutEvent(Class) - Method in interface org.enhydra.barracuda.core.event.EventPool
check out an event from the EventPool.
checkoutEvent(Class) - Method in class org.enhydra.barracuda.core.event.DefaultEventPool
check out an event from the EventPool.
chi - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity chi (?).
Chi - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity Chi (?).
children - Variable in class org.enhydra.barracuda.core.comp.AbstractBComponent
 
CHTML_1_0 - Static variable in class org.enhydra.barracuda.core.view.FormatType
 
CHTML_2_0 - Static variable in class org.enhydra.barracuda.core.view.FormatType
 
CHTML_BROWSER - Static variable in class org.enhydra.barracuda.core.view.ClientType
 
circ - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity circ (ˆ).
Classes - class org.enhydra.barracuda.core.util.Classes.
Simple Class utilities
Classes() - Constructor for class org.enhydra.barracuda.core.util.Classes
 
classmap - Variable in class org.enhydra.barracuda.core.util.dom.DefaultDOMLoader
 
className - Variable in class org.enhydra.barracuda.core.event.DefaultApplicationAssembler
 
classPath - Variable in class org.enhydra.barracuda.taskdefs.Xmlc
 
CLASSPATH_PROTOCOL - Static variable in class org.enhydra.barracuda.core.util.dom.io.XMLEntityResolver
Protocol to use in specifying a URL pointing to the CLASSPATH.
CLASSPATH_PROTOCOL_PREFIX - Static variable in class org.enhydra.barracuda.core.util.dom.io.XMLEntityResolver
Protocol prefix.
classpathRef - Variable in class org.enhydra.barracuda.taskdefs.Localize
 
cleanupInterval - Variable in class org.enhydra.barracuda.core.event.DefaultEventPool
 
cleanupLockedEvents() - Method in interface org.enhydra.barracuda.core.event.EventPool
Cleanup any locked events which weren't released (they should all be).
cleanupLockedEvents() - Method in class org.enhydra.barracuda.core.event.DefaultEventPool
Cleanup any locked events which weren't released (they should all be).
clear() - Method in class org.enhydra.barracuda.core.comp.DefaultListModel
Removes all of the elements from this list
clear() - Method in class org.enhydra.barracuda.core.util.data.PHashMap
Removes all mappings from this map (optional operation).
clear() - Method in class org.enhydra.barracuda.core.util.data.PArrayList
Removes all of the elements from this list (optional operation).
clearSelection() - Method in interface org.enhydra.barracuda.core.comp.ListSelectionModel
 
clearSelection() - Method in class org.enhydra.barracuda.core.comp.DefaultListSelectionModel
Change the selection to the empty set.
clientLocale - Variable in class org.enhydra.barracuda.core.view.ViewCapabilities
 
ClientSideRedirectException - exception org.enhydra.barracuda.core.event.ClientSideRedirectException.
This class defines a ClientSideRedirectException...throwing this will cause the ApplicationGateway to redirect the browser to the new Event.
ClientSideRedirectException(BaseEvent) - Constructor for class org.enhydra.barracuda.core.event.ClientSideRedirectException
The public contructor for ClientSideRedirectException
ClientSideRedirectException(String) - Constructor for class org.enhydra.barracuda.core.event.ClientSideRedirectException
The public contructor for ClientSideRedirectException
clientType - Variable in class org.enhydra.barracuda.core.view.ViewCapabilities
 
ClientType - class org.enhydra.barracuda.core.view.ClientType.
This class defines all valid ClientTypes.
ClientType.ChtmlBrowser - interface org.enhydra.barracuda.core.view.ClientType.ChtmlBrowser.
 
ClientType.ChtmlBrowserImpl - class org.enhydra.barracuda.core.view.ClientType.ChtmlBrowserImpl.
 
ClientType.ChtmlBrowserImpl() - Constructor for class org.enhydra.barracuda.core.view.ClientType.ChtmlBrowserImpl
 
ClientType.GenericBrowser - interface org.enhydra.barracuda.core.view.ClientType.GenericBrowser.
 
ClientType.GenericBrowserImpl - class org.enhydra.barracuda.core.view.ClientType.GenericBrowserImpl.
 
ClientType.GenericBrowserImpl() - Constructor for class org.enhydra.barracuda.core.view.ClientType.GenericBrowserImpl
 
ClientType.Html32Browser - interface org.enhydra.barracuda.core.view.ClientType.Html32Browser.
 
ClientType.Html32BrowserImpl - class org.enhydra.barracuda.core.view.ClientType.Html32BrowserImpl.
 
ClientType.Html32BrowserImpl() - Constructor for class org.enhydra.barracuda.core.view.ClientType.Html32BrowserImpl
 
ClientType.Html40Browser - interface org.enhydra.barracuda.core.view.ClientType.Html40Browser.
 
ClientType.Html40BrowserImpl - class org.enhydra.barracuda.core.view.ClientType.Html40BrowserImpl.
 
ClientType.Html40BrowserImpl() - Constructor for class org.enhydra.barracuda.core.view.ClientType.Html40BrowserImpl
 
ClientType.HtmlBrowser - interface org.enhydra.barracuda.core.view.ClientType.HtmlBrowser.
 
ClientType.HtmlBrowserImpl - class org.enhydra.barracuda.core.view.ClientType.HtmlBrowserImpl.
 
ClientType.HtmlBrowserImpl() - Constructor for class org.enhydra.barracuda.core.view.ClientType.HtmlBrowserImpl
 
ClientType.HtmlStandardBrowser - interface org.enhydra.barracuda.core.view.ClientType.HtmlStandardBrowser.
 
ClientType.HtmlStandardBrowserImpl - class org.enhydra.barracuda.core.view.ClientType.HtmlStandardBrowserImpl.
 
ClientType.HtmlStandardBrowserImpl() - Constructor for class org.enhydra.barracuda.core.view.ClientType.HtmlStandardBrowserImpl
 
ClientType.IE3x - interface org.enhydra.barracuda.core.view.ClientType.IE3x.
 
ClientType.IE3xImpl - class org.enhydra.barracuda.core.view.ClientType.IE3xImpl.
 
ClientType.IE3xImpl() - Constructor for class org.enhydra.barracuda.core.view.ClientType.IE3xImpl
 
ClientType.IE4x - interface org.enhydra.barracuda.core.view.ClientType.IE4x.
 
ClientType.IE4xImpl - class org.enhydra.barracuda.core.view.ClientType.IE4xImpl.
 
ClientType.IE4xImpl() - Constructor for class org.enhydra.barracuda.core.view.ClientType.IE4xImpl
 
ClientType.IE5x - interface org.enhydra.barracuda.core.view.ClientType.IE5x.
 
ClientType.IE5xImpl - class org.enhydra.barracuda.core.view.ClientType.IE5xImpl.
 
ClientType.IE5xImpl() - Constructor for class org.enhydra.barracuda.core.view.ClientType.IE5xImpl
 
ClientType.IE6x - interface org.enhydra.barracuda.core.view.ClientType.IE6x.
 
ClientType.IE6xImpl - class org.enhydra.barracuda.core.view.ClientType.IE6xImpl.
 
ClientType.IE6xImpl() - Constructor for class org.enhydra.barracuda.core.view.ClientType.IE6xImpl
 
ClientType.NN3x - interface org.enhydra.barracuda.core.view.ClientType.NN3x.
 
ClientType.NN3xImpl - class org.enhydra.barracuda.core.view.ClientType.NN3xImpl.
 
ClientType.NN3xImpl() - Constructor for class org.enhydra.barracuda.core.view.ClientType.NN3xImpl
 
ClientType.NN4x - interface org.enhydra.barracuda.core.view.ClientType.NN4x.
 
ClientType.NN4xImpl - class org.enhydra.barracuda.core.view.ClientType.NN4xImpl.
 
ClientType.NN4xImpl() - Constructor for class org.enhydra.barracuda.core.view.ClientType.NN4xImpl
 
ClientType.NN6x - interface org.enhydra.barracuda.core.view.ClientType.NN6x.
 
ClientType.NN6xImpl - class org.enhydra.barracuda.core.view.ClientType.NN6xImpl.
 
ClientType.NN6xImpl() - Constructor for class org.enhydra.barracuda.core.view.ClientType.NN6xImpl
 
ClientType.Opera4x - interface org.enhydra.barracuda.core.view.ClientType.Opera4x.
 
ClientType.Opera4xImpl - class org.enhydra.barracuda.core.view.ClientType.Opera4xImpl.
 
ClientType.Opera4xImpl() - Constructor for class org.enhydra.barracuda.core.view.ClientType.Opera4xImpl
 
ClientType.Opera5x - interface org.enhydra.barracuda.core.view.ClientType.Opera5x.
 
ClientType.Opera5xImpl - class org.enhydra.barracuda.core.view.ClientType.Opera5xImpl.
 
ClientType.Opera5xImpl() - Constructor for class org.enhydra.barracuda.core.view.ClientType.Opera5xImpl
 
ClientType.UnknownBrowser - interface org.enhydra.barracuda.core.view.ClientType.UnknownBrowser.
 
ClientType.UnknownBrowserImpl - class org.enhydra.barracuda.core.view.ClientType.UnknownBrowserImpl.
 
ClientType.UnknownBrowserImpl() - Constructor for class org.enhydra.barracuda.core.view.ClientType.UnknownBrowserImpl
 
ClientType.VxmlBrowser - interface org.enhydra.barracuda.core.view.ClientType.VxmlBrowser.
 
ClientType.VxmlBrowserImpl - class org.enhydra.barracuda.core.view.ClientType.VxmlBrowserImpl.
 
ClientType.VxmlBrowserImpl() - Constructor for class org.enhydra.barracuda.core.view.ClientType.VxmlBrowserImpl
 
ClientType.WmlBrowser - interface org.enhydra.barracuda.core.view.ClientType.WmlBrowser.
 
ClientType.WmlBrowserImpl - class org.enhydra.barracuda.core.view.ClientType.WmlBrowserImpl.
 
ClientType.WmlBrowserImpl() - Constructor for class org.enhydra.barracuda.core.view.ClientType.WmlBrowserImpl
 
ClientType.XhtmlBrowser - interface org.enhydra.barracuda.core.view.ClientType.XhtmlBrowser.
 
ClientType.XhtmlBrowserImpl - class org.enhydra.barracuda.core.view.ClientType.XhtmlBrowserImpl.
 
ClientType.XhtmlBrowserImpl() - Constructor for class org.enhydra.barracuda.core.view.ClientType.XhtmlBrowserImpl
 
ClientType.XmlBrowser - interface org.enhydra.barracuda.core.view.ClientType.XmlBrowser.
 
ClientType.XmlBrowserImpl - class org.enhydra.barracuda.core.view.ClientType.XmlBrowserImpl.
 
ClientType.XmlBrowserImpl() - Constructor for class org.enhydra.barracuda.core.view.ClientType.XmlBrowserImpl
 
ClientType() - Constructor for class org.enhydra.barracuda.core.view.ClientType
Private constructor to prevent external instantiation
clone() - Method in interface org.enhydra.barracuda.core.comp.View
 
clone() - Method in class org.enhydra.barracuda.core.comp.DefaultView
When a view is cloned, the underlying node that backs the view is set to null; you MUST bind the newly cloned view to a node before you can use it.
clone() - Method in class org.enhydra.barracuda.core.comp.DefaultTemplateView
When a template view is cloned, the underlying masterTemplate node is set to null; this ensures the new node to which this view is bound will in fact be used for the template
clone() - Method in class org.enhydra.barracuda.core.comp.DefaultListSelectionModel
Returns a clone of this selection model with the same selection.
clone() - Method in class org.enhydra.barracuda.core.event.DefaultBaseEvent
clone the event
clone() - Method in class org.enhydra.barracuda.core.util.data.PHashMap
Returns a shallow copy of this ArrayList instance.
clone() - Method in class org.enhydra.barracuda.core.util.data.PArrayList
Returns a shallow copy of this ArrayList instance.
clone() - Method in class org.enhydra.barracuda.examples.xmlc.data.UserData
Make a copy of the current object
cloneNode(boolean) - Method in class org.enhydra.barracuda.examples.xmlc.SnippetEx3HTML
 
cloneNode(boolean) - Method in class org.enhydra.barracuda.examples.xmlc.SnippetEx2HTML
 
cloneNode(boolean) - Method in class org.enhydra.barracuda.examples.xmlc.SnippetEx1HTML
 
cloneNode(boolean) - Method in class org.enhydra.barracuda.examples.xmlc.RedirectEx1HTML
 
cloneNode(boolean) - Method in class org.enhydra.barracuda.examples.xmlc.CompEx9HTML
 
cloneNode(boolean) - Method in class org.enhydra.barracuda.examples.xmlc.CompEx8HTML
 
cloneNode(boolean) - Method in class org.enhydra.barracuda.examples.xmlc.CompEx7HTML
 
cloneNode(boolean) - Method in class org.enhydra.barracuda.examples.xmlc.CompEx6HTML
 
cloneNode(boolean) - Method in class org.enhydra.barracuda.examples.xmlc.CompEx6aHTML
 
cloneNode(boolean) - Method in class org.enhydra.barracuda.examples.xmlc.CompEx5HTML
 
cloneNode(boolean) - Method in class org.enhydra.barracuda.examples.xmlc.CompEx4HTML
 
cloneNode(boolean) - Method in class org.enhydra.barracuda.examples.xmlc.CompEx3HTML
 
cloneNode(boolean) - Method in class org.enhydra.barracuda.examples.xmlc.CompEx3FooterHTML
 
cloneNode(boolean) - Method in class org.enhydra.barracuda.examples.xmlc.CompEx3Footer2HTML
 
cloneNode(boolean) - Method in class org.enhydra.barracuda.examples.xmlc.CompEx3bHTML
 
cloneNode(boolean) - Method in class org.enhydra.barracuda.examples.xmlc.CompEx3aHTML
 
cloneNode(boolean) - Method in class org.enhydra.barracuda.examples.xmlc.CompEx2HTML
 
cloneNode(boolean) - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
cloneNode(boolean) - Method in class org.enhydra.barracuda.examples.xmlc.BrowserCheckHTML
 
close(InputSource) - Static method in class org.enhydra.barracuda.core.util.dom.io.InputSourceOps
Close an InputSource, if open.
closeIfOpened(InputSource, Reader) - Static method in class org.enhydra.barracuda.core.util.dom.io.InputSourceOps
Close a byte stream returned by open(), only if it was actually opened by open.
ClosingInputSource - class org.enhydra.barracuda.core.util.dom.io.ClosingInputSource.
Input source that automatically close its InputStream when EOF is reached or an error occurs.
ClosingInputSource() - Constructor for class org.enhydra.barracuda.core.util.dom.io.ClosingInputSource
Zero-argument default constructor.
ClosingInputSource(InputSource, boolean) - Constructor for class org.enhydra.barracuda.core.util.dom.io.ClosingInputSource
Create a new input source from another input source.
ClosingInputSource(InputStream) - Constructor for class org.enhydra.barracuda.core.util.dom.io.ClosingInputSource
Create a new input source with a byte stream.
ClosingInputSource(Reader) - Constructor for class org.enhydra.barracuda.core.util.dom.io.ClosingInputSource
Create a new input source with a character stream.
ClosingInputSource(String) - Constructor for class org.enhydra.barracuda.core.util.dom.io.ClosingInputSource
Create a new input source with a system identifier.
ClosingInputSource(String, boolean) - Constructor for class org.enhydra.barracuda.core.util.dom.io.ClosingInputSource
Create a new input source with a system identifier.
clubs - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity clubs (?).
cmd - Variable in class org.enhydra.barracuda.core.comp.TemplateDirective
 
cmdl - Variable in class org.enhydra.barracuda.taskdefs.Xmlc
 
cmdMap - Variable in class org.enhydra.barracuda.admin.BarracudaAdmin
 
Collections - class org.enhydra.barracuda.core.util.data.Collections.
Collections utilities
Collections() - Constructor for class org.enhydra.barracuda.core.util.data.Collections
 
COMP_TAB_COMP - Static variable in class org.enhydra.barracuda.config.TabsModel
 
COMP_TAB_MODEL - Static variable in class org.enhydra.barracuda.config.TabsModel
 
COMP_TAB_REND - Static variable in class org.enhydra.barracuda.config.TabsModel
 
COMP_TAB_VIEW - Static variable in class org.enhydra.barracuda.config.TabsModel
 
CompConfig - class org.enhydra.barracuda.config.CompConfig.
This class provides the methods needed to configure the component screens
CompConfig() - Constructor for class org.enhydra.barracuda.config.CompConfig
 
CompEx1 - class org.enhydra.barracuda.examples.xmlc.CompEx1.
Here's an example of how the component stuff can be implemented in a standalone servlet.
CompEx1() - Constructor for class org.enhydra.barracuda.examples.xmlc.CompEx1
 
CompEx1HTML - class org.enhydra.barracuda.examples.xmlc.CompEx1HTML.
 
CompEx1HTML() - Constructor for class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
CompEx1HTML(boolean) - Constructor for class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
CompEx1HTML(CompEx1HTML) - Constructor for class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
CompEx2HTML - class org.enhydra.barracuda.examples.xmlc.CompEx2HTML.
 
CompEx2HTML() - Constructor for class org.enhydra.barracuda.examples.xmlc.CompEx2HTML
 
CompEx2HTML(boolean) - Constructor for class org.enhydra.barracuda.examples.xmlc.CompEx2HTML
 
CompEx2HTML(CompEx2HTML) - Constructor for class org.enhydra.barracuda.examples.xmlc.CompEx2HTML
 
CompEx3aHTML - class org.enhydra.barracuda.examples.xmlc.CompEx3aHTML.
 
CompEx3aHTML() - Constructor for class org.enhydra.barracuda.examples.xmlc.CompEx3aHTML
 
CompEx3aHTML(boolean) - Constructor for class org.enhydra.barracuda.examples.xmlc.CompEx3aHTML
 
CompEx3aHTML(CompEx3aHTML) - Constructor for class org.enhydra.barracuda.examples.xmlc.CompEx3aHTML
 
CompEx3bHTML - class org.enhydra.barracuda.examples.xmlc.CompEx3bHTML.
 
CompEx3bHTML() - Constructor for class org.enhydra.barracuda.examples.xmlc.CompEx3bHTML
 
CompEx3bHTML(boolean) - Constructor for class org.enhydra.barracuda.examples.xmlc.CompEx3bHTML
 
CompEx3bHTML(CompEx3bHTML) - Constructor for class org.enhydra.barracuda.examples.xmlc.CompEx3bHTML
 
CompEx3Footer2HTML - class org.enhydra.barracuda.examples.xmlc.CompEx3Footer2HTML.
 
CompEx3Footer2HTML() - Constructor for class org.enhydra.barracuda.examples.xmlc.CompEx3Footer2HTML
 
CompEx3Footer2HTML(boolean) - Constructor for class org.enhydra.barracuda.examples.xmlc.CompEx3Footer2HTML
 
CompEx3Footer2HTML(CompEx3Footer2HTML) - Constructor for class org.enhydra.barracuda.examples.xmlc.CompEx3Footer2HTML
 
CompEx3FooterHTML - class org.enhydra.barracuda.examples.xmlc.CompEx3FooterHTML.
 
CompEx3FooterHTML() - Constructor for class org.enhydra.barracuda.examples.xmlc.CompEx3FooterHTML
 
CompEx3FooterHTML(boolean) - Constructor for class org.enhydra.barracuda.examples.xmlc.CompEx3FooterHTML
 
CompEx3FooterHTML(CompEx3FooterHTML) - Constructor for class org.enhydra.barracuda.examples.xmlc.CompEx3FooterHTML
 
CompEx3HTML - class org.enhydra.barracuda.examples.xmlc.CompEx3HTML.
 
CompEx3HTML() - Constructor for class org.enhydra.barracuda.examples.xmlc.CompEx3HTML
 
CompEx3HTML(boolean) - Constructor for class org.enhydra.barracuda.examples.xmlc.CompEx3HTML
 
CompEx3HTML(CompEx3HTML) - Constructor for class org.enhydra.barracuda.examples.xmlc.CompEx3HTML
 
CompEx4 - class org.enhydra.barracuda.examples.xmlc.CompEx4.
Here's an example of how the component stuff can be implemented in a standalone servlet.
CompEx4() - Constructor for class org.enhydra.barracuda.examples.xmlc.CompEx4
 
CompEx4HTML - class org.enhydra.barracuda.examples.xmlc.CompEx4HTML.
 
CompEx4HTML() - Constructor for class org.enhydra.barracuda.examples.xmlc.CompEx4HTML
 
CompEx4HTML(boolean) - Constructor for class org.enhydra.barracuda.examples.xmlc.CompEx4HTML
 
CompEx4HTML(CompEx4HTML) - Constructor for class org.enhydra.barracuda.examples.xmlc.CompEx4HTML
 
CompEx5 - class org.enhydra.barracuda.examples.xmlc.CompEx5.
Here's an example of how the component stuff can be implemented in a standalone servlet.
CompEx5() - Constructor for class org.enhydra.barracuda.examples.xmlc.CompEx5
 
CompEx5HTML - class org.enhydra.barracuda.examples.xmlc.CompEx5HTML.
 
CompEx5HTML() - Constructor for class org.enhydra.barracuda.examples.xmlc.CompEx5HTML
 
CompEx5HTML(boolean) - Constructor for class org.enhydra.barracuda.examples.xmlc.CompEx5HTML
 
CompEx5HTML(CompEx5HTML) - Constructor for class org.enhydra.barracuda.examples.xmlc.CompEx5HTML
 
CompEx6 - class org.enhydra.barracuda.examples.xmlc.CompEx6.
Test TemplateHelper's ability to a) remove empty tags and b) support nested directives
CompEx6() - Constructor for class org.enhydra.barracuda.examples.xmlc.CompEx6
 
CompEx6aHTML - class org.enhydra.barracuda.examples.xmlc.CompEx6aHTML.
 
CompEx6aHTML() - Constructor for class org.enhydra.barracuda.examples.xmlc.CompEx6aHTML
 
CompEx6aHTML(boolean) - Constructor for class org.enhydra.barracuda.examples.xmlc.CompEx6aHTML
 
CompEx6aHTML(CompEx6aHTML) - Constructor for class org.enhydra.barracuda.examples.xmlc.CompEx6aHTML
 
CompEx6HTML - class org.enhydra.barracuda.examples.xmlc.CompEx6HTML.
 
CompEx6HTML() - Constructor for class org.enhydra.barracuda.examples.xmlc.CompEx6HTML
 
CompEx6HTML(boolean) - Constructor for class org.enhydra.barracuda.examples.xmlc.CompEx6HTML
 
CompEx6HTML(CompEx6HTML) - Constructor for class org.enhydra.barracuda.examples.xmlc.CompEx6HTML
 
CompEx7 - class org.enhydra.barracuda.examples.xmlc.CompEx7.
Test BText ability to return encoded text, as well as markup Created to test the implementation of csc_092701.1
CompEx7() - Constructor for class org.enhydra.barracuda.examples.xmlc.CompEx7
 
CompEx7HTML - class org.enhydra.barracuda.examples.xmlc.CompEx7HTML.
 
CompEx7HTML() - Constructor for class org.enhydra.barracuda.examples.xmlc.CompEx7HTML
 
CompEx7HTML(boolean) - Constructor for class org.enhydra.barracuda.examples.xmlc.CompEx7HTML
 
CompEx7HTML(CompEx7HTML) - Constructor for class org.enhydra.barracuda.examples.xmlc.CompEx7HTML
 
CompEx8 - class org.enhydra.barracuda.examples.xmlc.CompEx8.
Test our ability to detect client side Javascript being enabled.
CompEx8() - Constructor for class org.enhydra.barracuda.examples.xmlc.CompEx8
 
CompEx8HTML - class org.enhydra.barracuda.examples.xmlc.CompEx8HTML.
 
CompEx8HTML() - Constructor for class org.enhydra.barracuda.examples.xmlc.CompEx8HTML
 
CompEx8HTML(boolean) - Constructor for class org.enhydra.barracuda.examples.xmlc.CompEx8HTML
 
CompEx8HTML(CompEx8HTML) - Constructor for class org.enhydra.barracuda.examples.xmlc.CompEx8HTML
 
CompEx9 - class org.enhydra.barracuda.examples.xmlc.CompEx9.
Make sure a reusable component can handle nested images within an anchor element
CompEx9() - Constructor for class org.enhydra.barracuda.examples.xmlc.CompEx9
 
CompEx9HTML - class org.enhydra.barracuda.examples.xmlc.CompEx9HTML.
 
CompEx9HTML() - Constructor for class org.enhydra.barracuda.examples.xmlc.CompEx9HTML
 
CompEx9HTML(boolean) - Constructor for class org.enhydra.barracuda.examples.xmlc.CompEx9HTML
 
CompEx9HTML(CompEx9HTML) - Constructor for class org.enhydra.barracuda.examples.xmlc.CompEx9HTML
 
compile - Variable in class org.enhydra.barracuda.taskdefs.Xmlc
 
compModel - Variable in class org.enhydra.barracuda.config.MasterScreen
 
COMPONENT_GATEWAY_DL - Static variable in class org.enhydra.barracuda.config.CompConfig
 
ComponentGateway - class org.enhydra.barracuda.core.comp.helper.ComponentGateway.
The component gateway is a servlet that provides a very simple interface to the Barracuda component model
ComponentGateway() - Constructor for class org.enhydra.barracuda.core.comp.helper.ComponentGateway
 
cong - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity cong (?).
connect() - Method in class org.enhydra.barracuda.core.util.http.HttpRequester
Connect to the URL
contains(Object) - Method in class org.enhydra.barracuda.core.comp.DefaultListModel
Returns true if this list contains the specified element.
contains(Object) - Method in class org.enhydra.barracuda.core.util.data.PArrayList
Returns true if this list contains the specified element.
containsAll(Collection) - Method in class org.enhydra.barracuda.core.comp.DefaultListModel
Returns true if this list contains all of the elements of the specified collection.
containsAll(Collection) - Method in class org.enhydra.barracuda.core.util.data.PArrayList
Returns true if this list contains all of the elements of the specified collection.
containsKey(Object) - Method in class org.enhydra.barracuda.core.util.data.PHashMap
Returns true if this map contains a mapping for the specified key.
containsValue(Object) - Method in class org.enhydra.barracuda.core.util.data.PHashMap
Returns true if this map maps one or more keys to the specified value.
context - Variable in class org.enhydra.barracuda.core.util.data.ServletContextStateMap
 
ContextServices - class org.enhydra.barracuda.core.util.http.ContextServices.
This class defines a convenience method to get the servlet context.
ContextServices() - Constructor for class org.enhydra.barracuda.core.util.http.ContextServices
 
Contextual - interface org.enhydra.barracuda.core.comp.Contextual.
This interface defines the methods common to all Barracuda models that have a sense of context
ControlEvent - class org.enhydra.barracuda.core.event.ControlEvent.
This defines a basic event, representing some kind of Control function (it's basically just saying "Hey something happened, tell everyone who cares").
ControlEvent() - Constructor for class org.enhydra.barracuda.core.event.ControlEvent
Default noargs constructor
ControlEvent(Object) - Constructor for class org.enhydra.barracuda.core.event.ControlEvent
Public constructor.
ControlEventContext - interface org.enhydra.barracuda.core.event.ControlEventContext.
This interface extends the EventContext to provide access to the HttpServletRequest.
controlList - Variable in class org.enhydra.barracuda.core.event.DefaultDispatchQueue
 
COOKIES_AND_SESSION - Static variable in class org.enhydra.barracuda.core.util.l10n.Locales
 
copy - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity copy (©).
CopyAndReplace - class org.enhydra.barracuda.taskdefs.CopyAndReplace.
A consolidated copy and replace task that extends the basic Ant Copy taskdef.
CopyAndReplace.BooleanAttribute - class org.enhydra.barracuda.taskdefs.CopyAndReplace.BooleanAttribute.
 
CopyAndReplace.BooleanAttribute() - Constructor for class org.enhydra.barracuda.taskdefs.CopyAndReplace.BooleanAttribute
 
CopyAndReplace() - Constructor for class org.enhydra.barracuda.taskdefs.CopyAndReplace
 
copyChildNodes(Node, Node, TemplateView, ViewContext, int) - Method in class org.enhydra.barracuda.core.comp.renderer.TemplateHelper
 
COUNTRY_KEY - Static variable in class org.enhydra.barracuda.core.util.l10n.Locales
 
countryCodes - Static variable in class org.enhydra.barracuda.taskdefs.Localize
 
crarr - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity crarr (?).
create() - Static method in class org.enhydra.barracuda.taskdefs.XmlcUtils
Factory method for creating instances of the XmlcUtils class.
createArg() - Method in class org.enhydra.barracuda.taskdefs.Xmlc
Set nested arguments to the XMLC command to be executed.
createCodeGenerator(String, boolean, JavaCode) - Method in class org.enhydra.barracuda.core.util.dom.io.OutputOptions
Generate code to create an object with the same attributes as this object.
createDefaultNode(Document, BComponent, ViewContext) - Method in interface org.enhydra.barracuda.core.comp.renderer.Renderer
 
createDefaultNode(Document, BComponent, ViewContext) - Method in class org.enhydra.barracuda.core.comp.renderer.DOMComponentRenderer
The purpose of this method is for a renderer to provide a default node (if none exists).
createDefaultNode(Document, BComponent, ViewContext) - Method in class org.enhydra.barracuda.core.comp.renderer.html.HTMLTextRenderer
The purpose of this method is for a renderer to provide a default node (if none exists).
createDefaultNode(Document, BComponent, ViewContext) - Method in class org.enhydra.barracuda.core.comp.renderer.html.HTMLTemplateRenderer
The purpose of this method is for a renderer to provide a default node (if none exists).
createDefaultNode(Document, BComponent, ViewContext) - Method in class org.enhydra.barracuda.core.comp.renderer.html.HTMLTableRenderer
The purpose of this method is for a renderer to provide a default node (if none exists).
createDefaultNode(Document, BComponent, ViewContext) - Method in class org.enhydra.barracuda.core.comp.renderer.html.HTMLSelectRenderer
The purpose of this method is to create a default Node to be used when the component is not bound to any specific view.
createDefaultNode(Document, BComponent, ViewContext) - Method in class org.enhydra.barracuda.core.comp.renderer.html.HTMLListRenderer
The purpose of this method is for a renderer to provide a default node (if none exists).
createDefaultNode(Document, BComponent, ViewContext) - Method in class org.enhydra.barracuda.core.comp.renderer.html.HTMLLinkRenderer
The purpose of this method is to create a default Node to be used when the component is not bound to any specific view.
createDefaultNode(Document, BComponent, ViewContext) - Method in class org.enhydra.barracuda.core.comp.renderer.html.HTMLInputRenderer
The purpose of this method is to create a default Node to be used when the component is not bound to any specific view.
createDefaultNode(Document, BComponent, ViewContext) - Method in class org.enhydra.barracuda.core.comp.renderer.html.HTMLComponentRenderer
The purpose of this method is to create a default Node to be used when the component is not bound to any specific view.
createDefaultNode(Document, BComponent, ViewContext) - Method in class org.enhydra.barracuda.core.comp.renderer.html.HTMLActionRenderer
The purpose of this method is to create a default Node to be used when the component is not bound to any specific view.
cup - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity cup (?).
CUR_TAB - Static variable in class org.enhydra.barracuda.config.TabsModel
 
curGateway - Variable in class org.enhydra.barracuda.core.event.DefaultApplicationAssembler
 
curren - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity curren (¤).
curTab - Variable in class org.enhydra.barracuda.config.TabsModel
 
custom - Static variable in class org.enhydra.barracuda.core.util.data.ObjectRepository
 
customSearchForTemplates(Node) - Method in class org.enhydra.barracuda.core.comp.DefaultView
If you want to identify templates based on some custom mechanism, this is the method to override.
customSearchForTemplates(Node) - Method in class org.enhydra.barracuda.core.comp.DefaultTemplateView
Here we are going to look for custom header, footer, and body elements
customSearchForTemplates(Node) - Method in class org.enhydra.barracuda.core.comp.DefaultTableView
Here we are going to look for custom header, footer, and body elements
cvtIntToLevel(int) - Static method in class org.enhydra.barracuda.config.ScreenUtil
 
cvtLevelToInt(Class) - Static method in class org.enhydra.barracuda.config.ScreenUtil
 
cvtLevelToInt(Level) - Static method in class org.enhydra.barracuda.config.ScreenUtil
 
cvtMapToURLString(Map, String) - Static method in class org.enhydra.barracuda.core.util.http.HttpConverter
 
cvtURLStringToMap(String, String) - Static method in class org.enhydra.barracuda.core.util.http.HttpConverter
 

D

dagger - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity dagger (†).
Dagger - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity Dagger (‡).
darr - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity darr (?).
dArr - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity dArr (?).
DATA_TAB - Static variable in class org.enhydra.barracuda.config.TabsModel
 
DataConfig - class org.enhydra.barracuda.config.DataConfig.
This class provides the methods needed to configure the data screen
DataConfig() - Constructor for class org.enhydra.barracuda.config.DataConfig
 
dataModel - Variable in class org.enhydra.barracuda.config.MasterScreen
 
DATE - Static variable in class org.enhydra.barracuda.core.forms.FormType
 
DateRangeValidator - class org.enhydra.barracuda.core.forms.validators.DateRangeValidator.
This validator ensures that a value is within a given date range
DateRangeValidator() - Constructor for class org.enhydra.barracuda.core.forms.validators.DateRangeValidator
Public no-args constructor.
DateRangeValidator(Date, Date) - Constructor for class org.enhydra.barracuda.core.forms.validators.DateRangeValidator
Public constructor.
DateRangeValidator(Date, Date, String) - Constructor for class org.enhydra.barracuda.core.forms.validators.DateRangeValidator
Public constructor.
dateStringInDefaultLocaleShortForm(String, String, String) - Static method in class org.enhydra.barracuda.testbed.TestUtil
 
DateUtil - class org.enhydra.barracuda.core.util.DateUtil.
class holding some useful date utilities
DateUtil() - Constructor for class org.enhydra.barracuda.core.util.DateUtil
 
DateValidator - class org.enhydra.barracuda.core.forms.validators.DateValidator.
This validator ensures that a value is a valid date
DateValidator() - Constructor for class org.enhydra.barracuda.core.forms.validators.DateValidator
Public constructor.
DateValidator(String) - Constructor for class org.enhydra.barracuda.core.forms.validators.DateValidator
Public constructor.
DEBUG_LEVEL - Static variable in class org.enhydra.barracuda.testbed.TestUtil
 
decode(byte[]) - Static method in class org.enhydra.barracuda.core.util.data.Base64
Decodes Base64 data into octects
decode(String) - Static method in class org.enhydra.barracuda.core.util.data.Base64
Decodes Base64 data into octects
DEFAULT_BASE_EVENT_LISTENER_DL - Static variable in class org.enhydra.barracuda.config.EventConfig
 
DEFAULT_BASE_EVENT_USE_ID_ALIASES - Static variable in class org.enhydra.barracuda.config.EventConfig
 
DEFAULT_DESCRIPTOR - Static variable in class org.enhydra.barracuda.core.util.data.ObjectRepositoryAssembler
 
DEFAULT_DISPATCH_QUEUE_DL - Static variable in class org.enhydra.barracuda.config.EventConfig
 
DEFAULT_DOM_LOADER_DL - Static variable in class org.enhydra.barracuda.config.DomConfig
 
DEFAULT_DOM_WRITER_DL - Static variable in class org.enhydra.barracuda.config.DomConfig
 
DEFAULT_DOM_WRITER_DPP - Static variable in class org.enhydra.barracuda.config.DomConfig
 
DEFAULT_DOM_WRITER_DPP_FALSE - Static variable in class org.enhydra.barracuda.config.EventConfig
 
DEFAULT_ENTITY_CATALOG - Static variable in class org.enhydra.barracuda.core.util.dom.io.XMLEntityResolver
URL for Enhydra default entity catalog.
DEFAULT_EVENT_BROKER_DL - Static variable in class org.enhydra.barracuda.config.EventConfig
 
DEFAULT_EVENT_CONTEXT_DL - Static variable in class org.enhydra.barracuda.config.EventConfig
 
DEFAULT_EVENT_DISPATCHER_DL - Static variable in class org.enhydra.barracuda.config.EventConfig
 
DEFAULT_EVENT_DISPATCHER_MAX_DISPATCH - Static variable in class org.enhydra.barracuda.config.EventConfig
 
DEFAULT_EVENT_DISPATCHER_MAX_POLY - Static variable in class org.enhydra.barracuda.config.EventConfig
 
DEFAULT_EVENT_GATEWAY_DL - Static variable in class org.enhydra.barracuda.config.EventConfig
 
DEFAULT_EVENT_POOL_CLEANUP_LOCKED_EVENTS - Static variable in class org.enhydra.barracuda.config.EventConfig
 
DEFAULT_EVENT_POOL_DL - Static variable in class org.enhydra.barracuda.config.EventConfig
 
DEFAULT_FORM_ELEMENT_DL - Static variable in class org.enhydra.barracuda.config.FormsConfig
 
DEFAULT_FORM_MAP_DL - Static variable in class org.enhydra.barracuda.config.FormsConfig
 
DEFAULT_FORM_VALIDATOR_DL - Static variable in class org.enhydra.barracuda.config.FormsConfig
 
DEFAULT_LIST_MODEL_DL - Static variable in class org.enhydra.barracuda.config.CompConfig
 
DEFAULT_NOBACK - Static variable in class org.enhydra.barracuda.examples.xmlc.RedirectEx1
 
DEFAULT_OPTIONS_FILENAME - Static variable in class org.enhydra.barracuda.taskdefs.XmlcUtils
The name of the default XMLC options file.
DEFAULT_OPTIONS_FILETYPE - Static variable in class org.enhydra.barracuda.taskdefs.XmlcUtils
The default extension for an XMLC options file.
DEFAULT_PARSER - Static variable in class org.enhydra.barracuda.core.event.DefaultApplicationAssembler
 
DEFAULT_PARSER - Static variable in class org.enhydra.barracuda.core.util.data.ObjectRepositoryAssembler
 
DEFAULT_PROPERTIES_MODEL_DL - Static variable in class org.enhydra.barracuda.config.CompConfig
 
DEFAULT_RENDER_STRATEGY - Static variable in class org.enhydra.barracuda.core.comp.renderer.RenderStrategy
 
DEFAULT_RESPONSE_EVENT - Static variable in class org.enhydra.barracuda.core.event.DefaultEventDispatcher
 
DEFAULT_STATE_MAP_DL - Static variable in class org.enhydra.barracuda.config.DataConfig
 
DEFAULT_TABLE_VIEW_DL - Static variable in class org.enhydra.barracuda.config.CompConfig
 
DEFAULT_TEMPLATE_VIEW_DL - Static variable in class org.enhydra.barracuda.config.CompConfig
 
DEFAULT_UTILS_CLASS_KEY - Static variable in class org.enhydra.barracuda.taskdefs.XmlcUtils
The system property holding the classname of the class to instantiate when XmlcUtils.create() is called.
DEFAULT_UTILS_CLASS_NAME - Static variable in class org.enhydra.barracuda.taskdefs.XmlcUtils
The default classname of the class to instantiate when XmlcUtils.create() is called.
DEFAULT_VIEW_DL - Static variable in class org.enhydra.barracuda.config.CompConfig
 
DefaultApplicationAssembler - class org.enhydra.barracuda.core.event.DefaultApplicationAssembler.
This class basically assembles a Barracuda system based on an XML descriptor file.
DefaultApplicationAssembler() - Constructor for class org.enhydra.barracuda.core.event.DefaultApplicationAssembler
 
DefaultBaseEvent - class org.enhydra.barracuda.core.event.DefaultBaseEvent.
This is the default implementation for the BaseEvent interface.
DefaultBaseEvent() - Constructor for class org.enhydra.barracuda.core.event.DefaultBaseEvent
Default noargs constructor
DefaultBaseEvent(Object) - Constructor for class org.enhydra.barracuda.core.event.DefaultBaseEvent
Public constructor.
DefaultBaseEventListener - class org.enhydra.barracuda.core.event.DefaultBaseEventListener.
This class provides the default implementation for a BaseEventListener.
DefaultBaseEventListener() - Constructor for class org.enhydra.barracuda.core.event.DefaultBaseEventListener
 
DefaultDispatcherFactory - class org.enhydra.barracuda.core.event.DefaultDispatcherFactory.
This interface defines the methods needed to create an instance of an event dispatcher.
DefaultDispatcherFactory() - Constructor for class org.enhydra.barracuda.core.event.DefaultDispatcherFactory
 
DefaultDispatchQueue - class org.enhydra.barracuda.core.event.DefaultDispatchQueue.
The DispatchQueue as a relatively shortlived structure...the Queue would be created by the dispatcher, and it would be discarded when the events have been delivered.
DefaultDispatchQueue(boolean) - Constructor for class org.enhydra.barracuda.core.event.DefaultDispatchQueue
Public noargs constructor.
defaultDOMFactory - Variable in class org.enhydra.barracuda.core.util.dom.DefaultDOMLoader
 
DefaultDOMFactory - class org.enhydra.barracuda.core.util.dom.DefaultDOMFactory.
Default implementation of a DOMFactory.
DefaultDOMFactory() - Constructor for class org.enhydra.barracuda.core.util.dom.DefaultDOMFactory
 
DefaultDOMLoader - class org.enhydra.barracuda.core.util.dom.DefaultDOMLoader.
Default implementation of a DOMLoader.
DefaultDOMLoader() - Constructor for class org.enhydra.barracuda.core.util.dom.DefaultDOMLoader
 
DefaultDOMWriter - class org.enhydra.barracuda.core.util.dom.DefaultDOMWriter.
This class provides the default implementation for writing a DOM.
DefaultDOMWriter() - Constructor for class org.enhydra.barracuda.core.util.dom.DefaultDOMWriter
Default constructor
DefaultDOMWriter(boolean) - Constructor for class org.enhydra.barracuda.core.util.dom.DefaultDOMWriter
Public constructor.
DefaultDOMWriter(boolean, boolean) - Constructor for class org.enhydra.barracuda.core.util.dom.DefaultDOMWriter
Public constructor.
DefaultDOMWriter(boolean, int) - Constructor for class org.enhydra.barracuda.core.util.dom.DefaultDOMWriter
Public constructor.
DefaultEventBroker - class org.enhydra.barracuda.core.event.DefaultEventBroker.
An EventBroker is responsible for two basic tasks: it serves as a registry for listeners to express interest in in events (or to make themselves generally available) it serves as the central point in a system for dispatching events to interested parties.
DefaultEventBroker(DispatcherFactory, String) - Constructor for class org.enhydra.barracuda.core.event.DefaultEventBroker
Public constructor
DefaultEventContext - class org.enhydra.barracuda.core.event.DefaultEventContext.
The context contains information about the event (event, queue, plus request and response info if appropriate).
DefaultEventContext(DispatchQueue, ViewCapabilities, ServletConfig, HttpServletRequest, HttpServletResponse, HttpResponseEvent) - Constructor for class org.enhydra.barracuda.core.event.DefaultEventContext
Public constructor.
DefaultEventDispatcher - class org.enhydra.barracuda.core.event.DefaultEventDispatcher.
This class is responsible for dispatching a queue of events to interested listeners.
DefaultEventDispatcher() - Constructor for class org.enhydra.barracuda.core.event.DefaultEventDispatcher
 
defaultEventGateway - Variable in class org.enhydra.barracuda.core.event.ApplicationGateway
 
DefaultEventGateway - class org.enhydra.barracuda.core.event.DefaultEventGateway.
Default implementation of an EventGateway.
DefaultEventGateway() - Constructor for class org.enhydra.barracuda.core.event.DefaultEventGateway
 
DefaultEventPool - class org.enhydra.barracuda.core.event.DefaultEventPool.
This class acts as a pool for Events.
DefaultEventPool() - Constructor for class org.enhydra.barracuda.core.event.DefaultEventPool
Default constructor.
DefaultEventPool(int, long, long, int, long) - Constructor for class org.enhydra.barracuda.core.event.DefaultEventPool
Public constructor.
DefaultFormElement - class org.enhydra.barracuda.core.forms.DefaultFormElement.
A FormElement defines how an element in a FormMap should be mapped to a first class java object.
DefaultFormElement() - Constructor for class org.enhydra.barracuda.core.forms.DefaultFormElement
Public noargs constructor.
DefaultFormElement(String) - Constructor for class org.enhydra.barracuda.core.forms.DefaultFormElement
Public constructor.
DefaultFormElement(String, FormType) - Constructor for class org.enhydra.barracuda.core.forms.DefaultFormElement
Public constructor.
DefaultFormElement(String, FormType, Object) - Constructor for class org.enhydra.barracuda.core.forms.DefaultFormElement
Public constructor.
DefaultFormElement(String, FormType, Object, FormValidator) - Constructor for class org.enhydra.barracuda.core.forms.DefaultFormElement
Public constructor.
DefaultFormElement(String, FormType, Object, FormValidator, boolean) - Constructor for class org.enhydra.barracuda.core.forms.DefaultFormElement
Public constructor, Name defaults to Key
DefaultFormElement(String, String, FormType, Object, FormValidator, boolean) - Constructor for class org.enhydra.barracuda.core.forms.DefaultFormElement
Public constructor
DefaultFormMap - class org.enhydra.barracuda.core.forms.DefaultFormMap.
This class provides the default implementation of a FormMap.
DefaultFormMap() - Constructor for class org.enhydra.barracuda.core.forms.DefaultFormMap
 
DefaultFormValidator - class org.enhydra.barracuda.core.forms.DefaultFormValidator.
This class provides the default implementation of FormValidator.
DefaultFormValidator() - Constructor for class org.enhydra.barracuda.core.forms.DefaultFormValidator
Public noargs constructor (errorMessage defaults to null)
DefaultFormValidator(String) - Constructor for class org.enhydra.barracuda.core.forms.DefaultFormValidator
Public constructor with a default errorMessage to be dispatched when an invalid state occurs.
DefaultItemMap - class org.enhydra.barracuda.core.comp.DefaultItemMap.
An ItemMap can be returned by the getItem() methods within any of the model implementations.
DefaultItemMap(int, Object) - Constructor for class org.enhydra.barracuda.core.comp.DefaultItemMap
Create a new DefaultItemMap with the given key and value
DefaultItemMap(Object, Object) - Constructor for class org.enhydra.barracuda.core.comp.DefaultItemMap
Create a new DefaultItemMap with the given key and value
DefaultListenerFactory - class org.enhydra.barracuda.core.event.DefaultListenerFactory.
This class provides the default implementaion for a ListenerFactory Note that a factory is responsible for ensuring threadsafety within the underlying listener, so the factory should either return a new instance of the listener OR keep one static synchronized instance and return that instead.
DefaultListenerFactory() - Constructor for class org.enhydra.barracuda.core.event.DefaultListenerFactory
 
DefaultListModel - class org.enhydra.barracuda.core.comp.DefaultListModel.
This class provides a default implementation for List Model.
DefaultListModel() - Constructor for class org.enhydra.barracuda.core.comp.DefaultListModel
 
DefaultListSelectionModel - class org.enhydra.barracuda.core.comp.DefaultListSelectionModel.
Default data model implementation for list selections.
DefaultListSelectionModel() - Constructor for class org.enhydra.barracuda.core.comp.DefaultListSelectionModel
 
defaultLoc - Static variable in class org.enhydra.barracuda.core.forms.DefaultFormMap
 
defaultPreventCaching - Static variable in class org.enhydra.barracuda.core.util.dom.DefaultDOMWriter
 
defaultPrintPretty - Static variable in class org.enhydra.barracuda.core.util.dom.DefaultDOMWriter
 
DefaultPropertiesModel - class org.enhydra.barracuda.core.comp.DefaultPropertiesModel.
This class provides a default implementation of a TemplateModel that looks up its keys in a properties file
DefaultPropertiesModel() - Constructor for class org.enhydra.barracuda.core.comp.DefaultPropertiesModel
 
DefaultPropertiesModel(String) - Constructor for class org.enhydra.barracuda.core.comp.DefaultPropertiesModel
 
DefaultStateMap - class org.enhydra.barracuda.core.util.data.DefaultStateMap.
A StateMap is an object that is capable of carrying state information along with it--you can put properties into the state and then get them back out.
DefaultStateMap() - Constructor for class org.enhydra.barracuda.core.util.data.DefaultStateMap
 
DefaultTableView - class org.enhydra.barracuda.core.comp.DefaultTableView.
This class provides the default implementation for a TableView.
DefaultTableView() - Constructor for class org.enhydra.barracuda.core.comp.DefaultTableView
Public noargs constructor.
DefaultTableView(Node) - Constructor for class org.enhydra.barracuda.core.comp.DefaultTableView
Create a view and bind it to a node.
DefaultTemplateView - class org.enhydra.barracuda.core.comp.DefaultTemplateView.
This class provides the default implementation for a TemplateView.
DefaultTemplateView() - Constructor for class org.enhydra.barracuda.core.comp.DefaultTemplateView
Public noargs constructor.
DefaultTemplateView(Node) - Constructor for class org.enhydra.barracuda.core.comp.DefaultTemplateView
Create a view and bind it to a node.
DefaultTemplateView(Node, String, StateMap) - Constructor for class org.enhydra.barracuda.core.comp.DefaultTemplateView
Create a view and bind it to a node.
DefaultTemplateView(Node, String, String) - Constructor for class org.enhydra.barracuda.core.comp.DefaultTemplateView
Create a view and bind it to a node.
defaultVal - Variable in class org.enhydra.barracuda.core.forms.DefaultFormElement
 
DefaultView - class org.enhydra.barracuda.core.comp.DefaultView.
This interface defines a View for components to render themselves in.
DefaultView() - Constructor for class org.enhydra.barracuda.core.comp.DefaultView
Default constructor to create a view
DefaultView(Node) - Constructor for class org.enhydra.barracuda.core.comp.DefaultView
Create a view and bind it to a node
DefaultView(String) - Constructor for class org.enhydra.barracuda.core.comp.DefaultView
Create a view and bind it to a node
DefaultView(String, Node) - Constructor for class org.enhydra.barracuda.core.comp.DefaultView
Create a view and bind it to a node
DefaultViewContext - class org.enhydra.barracuda.core.comp.DefaultViewContext.
This class provides the default implementation of a ViewContext.
DefaultViewContext() - Constructor for class org.enhydra.barracuda.core.comp.DefaultViewContext
Create a DefaultViewContext
DefaultViewContext(ViewCapabilities, HttpServletRequest, HttpServletResponse) - Constructor for class org.enhydra.barracuda.core.comp.DefaultViewContext
Create a DefaultViewContext for a specific ViewCapabilities obj
DefaultViewContext(ViewEventContext) - Constructor for class org.enhydra.barracuda.core.comp.DefaultViewContext
Create a DefaultViewContext for a specific EventContext
DefaultViewHandler - class org.enhydra.barracuda.core.event.helper.DefaultViewHandler.
A very simple view handler that provides a default implementation tailored for the use of components.
DefaultViewHandler() - Constructor for class org.enhydra.barracuda.core.event.helper.DefaultViewHandler
Public noargs constructor
DefaultXmlcUtilsImpl - class org.enhydra.barracuda.taskdefs.DefaultXmlcUtilsImpl.
Default implementation of the XmlcUtils class
DefaultXmlcUtilsImpl() - Constructor for class org.enhydra.barracuda.taskdefs.DefaultXmlcUtilsImpl
Construct default DefaultXmlcUtilsImpl (protected to force the use of XmlcUtils.create() factory method).
DeferredValidationException - exception org.enhydra.barracuda.core.forms.DeferredValidationException.
This class defines a deferred validation exception.
DeferredValidationException() - Constructor for class org.enhydra.barracuda.core.forms.DeferredValidationException
The noargs public contructor for DeferredValidationException
DeferredValidationException(Object) - Constructor for class org.enhydra.barracuda.core.forms.DeferredValidationException
The public contructor for DeferredValidationException
DeferredValidationException(Object, String) - Constructor for class org.enhydra.barracuda.core.forms.DeferredValidationException
The public contructor for DeferredValidationException
DeferredValidationException(Object, String, Exception) - Constructor for class org.enhydra.barracuda.core.forms.DeferredValidationException
The public contructor for DeferredValidationException
defineElement(FormElement) - Method in interface org.enhydra.barracuda.core.forms.FormMap
This defines an element to be mapped by this form, using the key from the FormElement.
defineElement(FormElement) - Method in class org.enhydra.barracuda.core.forms.DefaultFormMap
This defines an element to be mapped by this form, using the key from the FormElement.
defineElement(String, FormElement) - Method in interface org.enhydra.barracuda.core.forms.FormMap
This defines an element to be mapped by this form.
defineElement(String, FormElement) - Method in class org.enhydra.barracuda.core.forms.DefaultFormMap
This defines an element to be mapped by this form.
defineValidator(FormValidator) - Method in interface org.enhydra.barracuda.core.forms.FormMap
This defines a validator for the entire form.
defineValidator(FormValidator) - Method in class org.enhydra.barracuda.core.forms.DefaultFormMap
This defines a validator for the entire form.
deg - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity deg (°).
delta - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity delta (?).
Delta - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity Delta (?).
depth - Variable in class org.enhydra.barracuda.core.event.DefaultApplicationAssembler
 
depth - Variable in class org.enhydra.barracuda.core.util.data.ObjectRepositoryAssembler
 
deregister(EventBroker) - Method in interface org.enhydra.barracuda.core.event.EventGateway
Ask all interested parties to de-register with the EventBroker
deregister(EventBroker) - Method in class org.enhydra.barracuda.core.event.DefaultEventGateway
Ask all interested parties to de-register with the EventBroker
deregister(EventBroker) - Method in class org.enhydra.barracuda.core.event.ApplicationGateway
Ask all interested parties to de-register with the EventBroker
deregisterDOMFactory(Class) - Method in interface org.enhydra.barracuda.core.util.dom.DOMLoader
 
deregisterDOMFactory(Class) - Method in class org.enhydra.barracuda.core.util.dom.DefaultDOMLoader
Deregister a DOMFactory for a given class of DOM object.
deregisterLocalEventInterests(EventBroker) - Method in class org.enhydra.barracuda.core.event.DefaultEventGateway
Deregister any local interests in the EventBroker
describeEventChainingStrategy() - Method in interface org.enhydra.barracuda.core.event.Polymorphic
Describe the event chaining stategy.
describeEventChainingStrategy() - Method in class org.enhydra.barracuda.core.event.HttpResponseEvent
Describe the event chaining stategy.
describeEventChainingStrategy() - Method in class org.enhydra.barracuda.core.event.HttpRequestEvent
Describe the event chaining stategy.
describeEventChainingStrategy() - Method in interface org.enhydra.barracuda.core.event.Exceptional
Describe the event chaining stategy.
destDir - Variable in class org.enhydra.barracuda.taskdefs.Xmlc
 
destroy() - Method in class org.enhydra.barracuda.core.event.ApplicationGateway
Here's where we destroy the servlet.
destroyCycle() - Method in class org.enhydra.barracuda.core.comp.BTemplate
Destroy cycle.
destroyCycle() - Method in class org.enhydra.barracuda.core.comp.BTable
Destroy cycle.
destroyCycle() - Method in class org.enhydra.barracuda.core.comp.BSelect
Destroy cycle.
destroyCycle() - Method in class org.enhydra.barracuda.core.comp.BList
Destroy cycle.
destroyCycle() - Method in class org.enhydra.barracuda.core.comp.AbstractBComponent
Destroy cycle.
destroyLocal() - Method in class org.enhydra.barracuda.core.event.ApplicationGateway
Perform any local cleanup (this is where you should remove any known EventGateways)
DETECT_CLIENT_SCRIPTING_ENABLED - Static variable in class org.enhydra.barracuda.core.helper.servlet.ScriptDetector
Flag indicating whether or not to check for client-side scripting
dfm - Variable in class org.enhydra.barracuda.core.util.dom.DefaultDOMWriter
 
diams - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity diams (?).
DigitValidator - class org.enhydra.barracuda.core.forms.validators.DigitValidator.
This validator ensures that the value contains only digits tested against the field size length (len).
DigitValidator() - Constructor for class org.enhydra.barracuda.core.forms.validators.DigitValidator
Public constructor.
DigitValidator(int) - Constructor for class org.enhydra.barracuda.core.forms.validators.DigitValidator
Public constructor.
DigitValidator(int, boolean, String) - Constructor for class org.enhydra.barracuda.core.forms.validators.DigitValidator
Public constructor.
DigitValidator(int, String) - Constructor for class org.enhydra.barracuda.core.forms.validators.DigitValidator
Public constructor.
DigitValidator(String) - Constructor for class org.enhydra.barracuda.core.forms.validators.DigitValidator
Public constructor.
dirAttrName - Variable in class org.enhydra.barracuda.core.comp.DefaultTemplateView
 
dirMap - Variable in class org.enhydra.barracuda.core.comp.DefaultTemplateView
 
disableBackButton - Variable in class org.enhydra.barracuda.core.comp.BSelect
 
disableBackButton - Variable in class org.enhydra.barracuda.core.comp.BInput
 
disableBackButton - Variable in class org.enhydra.barracuda.core.comp.BAction
 
DISCARD - Static variable in class org.enhydra.barracuda.core.comp.TemplateDirective
 
disconnect() - Method in class org.enhydra.barracuda.core.util.http.HttpRequester
Disconnect from the URL.
DISPATCH_QUEUE - Static variable in interface org.enhydra.barracuda.core.event.EventContext
 
dispatch(int, EventBroker, EventContext, DefaultDispatchQueue) - Method in class org.enhydra.barracuda.core.event.DefaultEventDispatcher
Dispatch a queue of events
dispatcherFactory - Variable in class org.enhydra.barracuda.core.event.DefaultEventBroker
 
DispatcherFactory - interface org.enhydra.barracuda.core.event.DispatcherFactory.
This interface defines the methods needed to create an instance of an event dispatcher
dispatchEvent(EventBroker, EventContext) - Method in interface org.enhydra.barracuda.core.event.EventDispatcher
Dispatch a queue of events.
dispatchEvent(EventBroker, EventContext) - Method in class org.enhydra.barracuda.core.event.DefaultEventDispatcher
Dispatch a queue of events.
dispatchEvent(EventContext) - Method in interface org.enhydra.barracuda.core.event.EventBroker
Dispatch a queue of events.
dispatchEvent(EventContext) - Method in class org.enhydra.barracuda.core.event.DefaultEventBroker
Dispatch a queue of events.
DispatchQueue - interface org.enhydra.barracuda.core.event.DispatchQueue.
This interface defines the methods needed to implement a DispatchQueue
divide - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity divide (÷).
DocumentInfo - interface org.enhydra.barracuda.core.util.dom.io.DocumentInfo.
Interface implemented by a document to support advanced formatting features such as URL rewriting.
doDelete(HttpServletRequest, HttpServletResponse) - Method in class org.enhydra.barracuda.core.comp.helper.FormGateway
By default the DELETE request is mapped to the handleDefault method
doDelete(HttpServletRequest, HttpServletResponse) - Method in class org.enhydra.barracuda.core.comp.helper.ComponentGateway
By default the DELETE request is mapped to the handleDefault method
doDelete(HttpServletRequest, HttpServletResponse) - Method in class org.enhydra.barracuda.core.event.ApplicationGateway
By default the DELETE request is mapped to the handleDefault method
doDelete(HttpServletRequest, HttpServletResponse) - Method in class org.enhydra.barracuda.core.helper.servlet.ResourceGateway
By default the DELETE request is mapped to the handleDefault method
doDelete(HttpServletRequest, HttpServletResponse) - Method in class org.enhydra.barracuda.core.helper.servlet.ParamGateway
By default the DELETE request is mapped to the handleDefault method
doFileOperations() - Method in class org.enhydra.barracuda.taskdefs.CopyAndReplace
Actually does the file (and possibly empty directory) copies.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.enhydra.barracuda.core.comp.helper.FormGateway
By default the GET request is mapped to the handleDefault method
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.enhydra.barracuda.core.comp.helper.ComponentGateway
By default the GET request is mapped to the handleDefault method
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.enhydra.barracuda.core.event.ApplicationGateway
By default the GET request is mapped to the handleDefault method
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.enhydra.barracuda.core.helper.servlet.ResourceGateway
By default the GET request is mapped to the handleDefault method
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.enhydra.barracuda.core.helper.servlet.ParamGateway
By default the GET request is mapped to the handleDefault method
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.enhydra.barracuda.core.util.logging.Log4jInit
Throws a ServletException.
dom - Variable in class org.enhydra.barracuda.config.MasterScreen
 
DOM_TAB - Static variable in class org.enhydra.barracuda.config.TabsModel
 
DOMAccessException - exception org.enhydra.barracuda.core.comp.DOMAccessException.
This exception indicates the specified format is not supported.
DOMAccessException() - Constructor for class org.enhydra.barracuda.core.comp.DOMAccessException
The noargs public contructor for DOMAccessException
DOMAccessException(String) - Constructor for class org.enhydra.barracuda.core.comp.DOMAccessException
The public contructor for DOMAccessException
DOMAccessException(String, Exception) - Constructor for class org.enhydra.barracuda.core.comp.DOMAccessException
The public contructor for DOMAccessException
domCl - Variable in class org.enhydra.barracuda.core.view.FormatType
 
DOMComponentRenderer - class org.enhydra.barracuda.core.comp.renderer.DOMComponentRenderer.
This interface defines the methods needed to implement a Renderer.
DOMComponentRenderer() - Constructor for class org.enhydra.barracuda.core.comp.renderer.DOMComponentRenderer
 
DomConfig - class org.enhydra.barracuda.config.DomConfig.
This class provides the methods needed to configure the dom screen
DomConfig() - Constructor for class org.enhydra.barracuda.config.DomConfig
 
domesticPhone - Variable in class org.enhydra.barracuda.core.forms.validators.DigitValidator
 
DOMFactory - interface org.enhydra.barracuda.core.util.dom.DOMFactory.
This interface defines the methods needed to implement a DOMFactory.
DOMFormatter - class org.enhydra.barracuda.core.util.dom.io.DOMFormatter.
Class for formatting DOMs into a documents.
DOMFormatter() - Constructor for class org.enhydra.barracuda.core.util.dom.io.DOMFormatter
Construct a new XML formatter with default output options.
DOMFormatter(OutputOptions) - Constructor for class org.enhydra.barracuda.core.util.dom.io.DOMFormatter
Construct a new XML formatter with the specified output options.
DOMLoader - interface org.enhydra.barracuda.core.util.dom.DOMLoader.
This interface defines the methods needed to implement a DOMLoader.
domModel - Variable in class org.enhydra.barracuda.config.MasterScreen
 
DOMParser - class org.enhydra.barracuda.core.util.dom.io.DOMParser.
XML parser that parsers to a DOM.
DOMParser() - Constructor for class org.enhydra.barracuda.core.util.dom.io.DOMParser
 
DOMUtil - class org.enhydra.barracuda.core.util.dom.DOMUtil.
DOM related utility functions.
DOMUtil() - Constructor for class org.enhydra.barracuda.core.util.dom.DOMUtil
 
DOMWriter - interface org.enhydra.barracuda.core.util.dom.DOMWriter.
This interface defines the methods needed to implement a DOMWriter.
doo - Variable in class org.enhydra.barracuda.core.util.dom.DefaultDOMWriter
 
doOptions(HttpServletRequest, HttpServletResponse) - Method in class org.enhydra.barracuda.core.comp.helper.FormGateway
By default the OPTIONS request is mapped to the handleDefault method
doOptions(HttpServletRequest, HttpServletResponse) - Method in class org.enhydra.barracuda.core.comp.helper.ComponentGateway
By default the OPTIONS request is mapped to the handleDefault method
doOptions(HttpServletRequest, HttpServletResponse) - Method in class org.enhydra.barracuda.core.event.ApplicationGateway
By default the OPTIONS request is mapped to the handleDefault method
doOptions(HttpServletRequest, HttpServletResponse) - Method in class org.enhydra.barracuda.core.helper.servlet.ResourceGateway
By default the OPTIONS request is mapped to the handleDefault method
doOptions(HttpServletRequest, HttpServletResponse) - Method in class org.enhydra.barracuda.core.helper.servlet.ParamGateway
By default the OPTIONS request is mapped to the handleDefault method
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.enhydra.barracuda.core.comp.helper.FormGateway
By default the POST request is mapped to the handleDefault method
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.enhydra.barracuda.core.comp.helper.ComponentGateway
By default the POST request is mapped to the handleDefault method
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.enhydra.barracuda.core.event.ApplicationGateway
By default the POST request is mapped to the handleDefault method
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.enhydra.barracuda.core.helper.servlet.ResourceGateway
By default the POST request is mapped to the handleDefault method
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.enhydra.barracuda.core.helper.servlet.ParamGateway
By default the POST request is mapped to the handleDefault method
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.enhydra.barracuda.core.util.logging.Log4jInit
 
doPut(HttpServletRequest, HttpServletResponse) - Method in class org.enhydra.barracuda.core.comp.helper.FormGateway
By default the PUT request is mapped to the handleDefault method
doPut(HttpServletRequest, HttpServletResponse) - Method in class org.enhydra.barracuda.core.comp.helper.ComponentGateway
By default the PUT request is mapped to the handleDefault method
doPut(HttpServletRequest, HttpServletResponse) - Method in class org.enhydra.barracuda.core.event.ApplicationGateway
By default the PUT request is mapped to the handleDefault method
doPut(HttpServletRequest, HttpServletResponse) - Method in class org.enhydra.barracuda.core.helper.servlet.ResourceGateway
By default the PUT request is mapped to the handleDefault method
doPut(HttpServletRequest, HttpServletResponse) - Method in class org.enhydra.barracuda.core.helper.servlet.ParamGateway
By default the PUT request is mapped to the handleDefault method
doTrace(HttpServletRequest, HttpServletResponse) - Method in class org.enhydra.barracuda.core.comp.helper.FormGateway
By default the TRACE request is mapped to the handleDefault method
doTrace(HttpServletRequest, HttpServletResponse) - Method in class org.enhydra.barracuda.core.comp.helper.ComponentGateway
By default the TRACE request is mapped to the handleDefault method
doTrace(HttpServletRequest, HttpServletResponse) - Method in class org.enhydra.barracuda.core.event.ApplicationGateway
By default the TRACE request is mapped to the handleDefault method
doTrace(HttpServletRequest, HttpServletResponse) - Method in class org.enhydra.barracuda.core.helper.servlet.ResourceGateway
By default the TRACE request is mapped to the handleDefault method
doTrace(HttpServletRequest, HttpServletResponse) - Method in class org.enhydra.barracuda.core.helper.servlet.ParamGateway
By default the TRACE request is mapped to the handleDefault method
DOUBLE - Static variable in class org.enhydra.barracuda.core.forms.FormType
 
DOWNSTREAM - Static variable in class org.enhydra.barracuda.core.util.srv.SimpleServiceFinder
 
DummyXmlcUtils - class org.enhydra.barracuda.taskdefs.DummyXmlcUtils.
 
DummyXmlcUtils() - Constructor for class org.enhydra.barracuda.taskdefs.DummyXmlcUtils
 
dumpEventQueueToConsole(int) - Method in class org.enhydra.barracuda.core.event.DefaultDispatchQueue
Dunp event queue to console for debugging purposes.
dvc - Variable in class org.enhydra.barracuda.core.comp.AbstractBComponent
 

E

eacute - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity eacute (é).
Eacute - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity Eacute (É).
ecirc - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity ecirc (ê).
Ecirc - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity Ecirc (Ê).
egrave - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity egrave (è).
Egrave - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity Egrave (È).
egRoot - Variable in class org.enhydra.barracuda.config.MasterScreen
 
eh - Variable in class org.enhydra.barracuda.core.comp.renderer.html.HTMLTextRenderer
 
eh - Variable in class org.enhydra.barracuda.core.comp.renderer.html.HTMLTemplateRenderer
 
eh - Variable in class org.enhydra.barracuda.core.comp.renderer.html.HTMLTableRenderer
 
eh - Variable in class org.enhydra.barracuda.core.comp.renderer.html.HTMLScriptResourceRenderer
 
eh - Variable in class org.enhydra.barracuda.core.comp.renderer.html.HTMLScriptRenderer
 
eh - Variable in class org.enhydra.barracuda.core.comp.renderer.html.HTMLListRenderer
 
eh - Variable in class org.enhydra.barracuda.core.comp.renderer.html.HTMLInputRenderer
 
eh - Variable in class org.enhydra.barracuda.core.comp.renderer.html.HTMLComponentRenderer
 
eh - Variable in class org.enhydra.barracuda.core.comp.renderer.html.HTMLActionRenderer
 
ELEMENT_FACTORY - Static variable in interface org.enhydra.barracuda.core.comp.ViewContext
 
ElementFactory - interface org.enhydra.barracuda.core.comp.ElementFactory.
This interface defines the methods needed to implement a ListModel.
elements - Variable in class org.enhydra.barracuda.core.forms.DefaultFormMap
 
EMAIL - Static variable in class org.enhydra.barracuda.examples.xmlc.data.UserData
 
embeddedInToken(String, int, String, String) - Method in class org.enhydra.barracuda.taskdefs.Localize
 
empty - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity empty (?).
emsp - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity emsp (?).
enabled - Variable in class org.enhydra.barracuda.core.comp.BComponent
 
EnabledHelper - class org.enhydra.barracuda.core.comp.renderer.html.EnabledHelper.
This class makes sure that components are rendered properly for enabled or disabled states
EnabledHelper() - Constructor for class org.enhydra.barracuda.core.comp.renderer.html.EnabledHelper
 
encode(byte[]) - Static method in class org.enhydra.barracuda.core.util.data.Base64
Encodes hex octects into Base64
encode(String) - Static method in class org.enhydra.barracuda.core.util.data.Base64
Encodes String into Base64
encodeRedirectURL(HttpServletRequest, HttpServletResponse, String) - Static method in class org.enhydra.barracuda.core.util.http.URLRewriter
Encode a redirect URL if the REWRITE_URLS option is set.
encodeRedirectURL(ViewContext, String) - Static method in class org.enhydra.barracuda.core.util.http.URLRewriter
Encode a redirect URL if the REWRITE_URLS option is set.
encodeURL(HttpServletRequest, HttpServletResponse, String) - Static method in class org.enhydra.barracuda.core.util.http.URLRewriter
Encode a URL if the REWRITE_URLS option is set.
encodeURL(ViewContext, String) - Static method in class org.enhydra.barracuda.core.util.http.URLRewriter
Encode a URL if the REWRITE_URLS option is set.
Encodings - class org.enhydra.barracuda.core.util.dom.io.Encodings.
Class that manages information about encodings.
endElement(String, String, String) - Method in class org.enhydra.barracuda.core.event.DefaultApplicationAssembler
 
endElement(String, String, String) - Method in class org.enhydra.barracuda.core.util.data.ObjectRepositoryAssembler.LocalAssemblyHandler
 
ensp - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity ensp (?).
entrySet() - Method in class org.enhydra.barracuda.core.util.data.PHashMap
Returns a set view of the mappings contained in this map.
epsilon - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity epsilon (?).
Epsilon - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity Epsilon (?).
equals(Object) - Method in class org.enhydra.barracuda.core.comp.TemplateDirective
 
equals(Object) - Method in class org.enhydra.barracuda.core.comp.DefaultListModel
Compares the specified object with this list for equality.
equals(Object) - Method in class org.enhydra.barracuda.core.event.DefaultBaseEvent
Events are generally considered equal if they are of the same class.
equals(Object) - Method in class org.enhydra.barracuda.core.util.data.PHashMap
Check object for equality.
equals(Object) - Method in class org.enhydra.barracuda.core.util.data.PArrayList
Check object for equality.
equals(Object) - Method in class org.enhydra.barracuda.core.util.data.Param
Check for equality (if both key & value match)
EqualsValidator - class org.enhydra.barracuda.core.forms.validators.EqualsValidator.
This validator ensures that the original value constitues a valid type
EqualsValidator() - Constructor for class org.enhydra.barracuda.core.forms.validators.EqualsValidator
Public no-args constructor.
EqualsValidator(Object) - Constructor for class org.enhydra.barracuda.core.forms.validators.EqualsValidator
Public constructor.
EqualsValidator(Object, String) - Constructor for class org.enhydra.barracuda.core.forms.validators.EqualsValidator
Public constructor.
equiv - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity equiv (?).
ERR - Static variable in class org.enhydra.barracuda.config.BarracudaConfig
 
ERROR_MESSAGE - Static variable in class org.enhydra.barracuda.config.ViewConfig
 
ERROR_MESSAGE - Static variable in class org.enhydra.barracuda.config.UtilConfig
 
ERROR_MESSAGE - Static variable in class org.enhydra.barracuda.config.FormsConfig
 
ERROR_MESSAGE - Static variable in class org.enhydra.barracuda.config.EventConfig
 
ERROR_MESSAGE - Static variable in class org.enhydra.barracuda.config.DomConfig
 
ERROR_MESSAGE - Static variable in class org.enhydra.barracuda.config.DataConfig
 
ERROR_MESSAGE - Static variable in class org.enhydra.barracuda.config.CompConfig
 
error(SAXParseException) - Method in class org.enhydra.barracuda.core.event.DefaultApplicationAssembler
 
error(SAXParseException) - Method in class org.enhydra.barracuda.core.util.data.ObjectRepositoryAssembler.LocalAssemblyHandler
 
error(SAXParseException) - Method in class org.enhydra.barracuda.core.util.dom.io.ErrorReporter
Receive notification of a SAX recoverable error.
error(String) - Method in class org.enhydra.barracuda.core.util.dom.io.ErrorReporter
Report an error.
error(String, Locator) - Method in class org.enhydra.barracuda.core.util.dom.io.ErrorReporter
Report an error with file name and line number.
error(String, String, int) - Method in class org.enhydra.barracuda.core.util.dom.io.ErrorReporter
Report an error with file name and line number.
error(String, Throwable) - Method in class org.enhydra.barracuda.core.util.dom.io.ErrorReporter
Report an error from an exception
ErrorReporter - class org.enhydra.barracuda.core.util.dom.io.ErrorReporter.
Object used to report error message for the user.
ErrorReporter() - Constructor for class org.enhydra.barracuda.core.util.dom.io.ErrorReporter
Construct a new error report object with output saved in a string buffer.
ErrorReporter(PrintStream) - Constructor for class org.enhydra.barracuda.core.util.dom.io.ErrorReporter
Construct a new error report object.
ErrorReporter(PrintWriter) - Constructor for class org.enhydra.barracuda.core.util.dom.io.ErrorReporter
Construct a new error report object.
eta - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity eta (?).
Eta - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity Eta (?).
eth - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity eth (ð).
ETH - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity ETH (Ð).
euml - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity euml (ë).
Euml - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity Euml (Ë).
euro - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity euro (€).
EVENT_CONTEXT - Static variable in interface org.enhydra.barracuda.core.comp.ViewContext
 
EVENT_FORWARDING_FACTORY_DL - Static variable in class org.enhydra.barracuda.config.EventConfig
 
EVENT_ID - Static variable in interface org.enhydra.barracuda.core.event.BaseEvent
 
EVENT_REDIRECT_FACTORY_DL - Static variable in class org.enhydra.barracuda.config.EventConfig
 
EVENT_TAB - Static variable in class org.enhydra.barracuda.config.TabsModel
 
EventBroker - interface org.enhydra.barracuda.core.event.EventBroker.
This interface defines the methods needed to implement an EventBroker
EventBuilder - class org.enhydra.barracuda.taskdefs.EventBuilder.
This Ant taskdef reads in an xml file that conforms to BarracudaEventBuilder.dtd and generates a set of event classes according to the specified structure.
EventBuilder() - Constructor for class org.enhydra.barracuda.taskdefs.EventBuilder
 
EventConfig - class org.enhydra.barracuda.config.EventConfig.
This class provides the methods needed to configure the event screen
EventConfig() - Constructor for class org.enhydra.barracuda.config.EventConfig
 
EventConnectorFactory - class org.enhydra.barracuda.core.event.helper.EventConnectorFactory.
This class associates a specific event handler class with an event by extending DefaultListenerFactory and making implementation details in the gateways much simpler...
EventConnectorFactory(Class) - Constructor for class org.enhydra.barracuda.core.event.helper.EventConnectorFactory
Constructor
EventContext - interface org.enhydra.barracuda.core.event.EventContext.
This interface defines the event context.
EventDispatcher - interface org.enhydra.barracuda.core.event.EventDispatcher.
This interface defines the methods needed to implement an EventDispatcher
EventException - exception org.enhydra.barracuda.core.event.EventException.
This class defines the basic event exception.
EventException() - Constructor for class org.enhydra.barracuda.core.event.EventException
The noargs public contructor for NestableException
EventException(String) - Constructor for class org.enhydra.barracuda.core.event.EventException
The public contructor for NestableException
EventException(String, Exception) - Constructor for class org.enhydra.barracuda.core.event.EventException
The public contructor for NestableException
EventForwardingFactory - class org.enhydra.barracuda.core.event.helper.EventForwardingFactory.
This class provides a simple factory that will handle events by simply adding a new event to the queue, in effect acting as an event forwarder.
EventForwardingFactory(BaseEvent) - Constructor for class org.enhydra.barracuda.core.event.helper.EventForwardingFactory
Public constructor.
EventGateway - interface org.enhydra.barracuda.core.event.EventGateway.
An EventGateway simply represents a gateway to a set of event handlers within a system.
eventHandlerClass - Variable in class org.enhydra.barracuda.core.event.helper.EventConnectorFactory
 
eventMap - Variable in class org.enhydra.barracuda.core.event.DefaultEventPool
 
eventMap - Variable in class org.enhydra.barracuda.core.event.DefaultEventBroker
 
eventModel - Variable in class org.enhydra.barracuda.config.MasterScreen
 
EventPool - interface org.enhydra.barracuda.core.event.EventPool.
This indterface defines the methods needed to implement an EventPool
EventRedirectFactory - class org.enhydra.barracuda.core.event.helper.EventRedirectFactory.
This class provides a simple factory that will handle events by simply throwing a client side redirect, in effect acting as an event forwarder.
EventRedirectFactory(BaseEvent) - Constructor for class org.enhydra.barracuda.core.event.helper.EventRedirectFactory
Public constructor.
eventXref - Variable in class org.enhydra.barracuda.core.event.DefaultEventBroker
 
Exceptional - interface org.enhydra.barracuda.core.event.Exceptional.
This marker interface indicates an Event must be handled, and if it's not, the parent event should be dispatched.
ExceptionUtil - class org.enhydra.barracuda.core.util.exceptions.ExceptionUtil.
Exception utilities
ExceptionUtil() - Constructor for class org.enhydra.barracuda.core.util.exceptions.ExceptionUtil
 
execute() - Method in class org.enhydra.barracuda.taskdefs.Xmlc
Required by ant framework - implements execute() in Task.
execute() - Method in class org.enhydra.barracuda.taskdefs.Localize
Execute the task.
execute() - Method in class org.enhydra.barracuda.taskdefs.GenerateSSIs
Performs the copy operation.
execute() - Method in class org.enhydra.barracuda.taskdefs.EventBuilder
Parse the specified event.xml file, generate event classes from it, and then compile the resulting classes.
exist - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity exist (?).
exists(String) - Method in interface org.enhydra.barracuda.core.forms.FormMap
Return true if an element exists (not null)
exists(String) - Method in class org.enhydra.barracuda.core.forms.DefaultFormMap
Return true if an element exists and its value is not null
expectedResult - Variable in class org.enhydra.barracuda.core.util.TestStringUtil
 
ext - Variable in class org.enhydra.barracuda.core.event.DefaultBaseEvent
 
EXT_RESOURCE_ID - Static variable in class org.enhydra.barracuda.core.helper.servlet.ResourceGateway
 
extension - Variable in class org.enhydra.barracuda.core.event.DefaultEventBroker
 
EXTERNAL_CONTEXT_OBJ_NAME - Static variable in class org.enhydra.barracuda.core.event.ApplicationGateway
 

F

factories - Variable in class org.enhydra.barracuda.core.util.dom.DefaultDOMLoader
 
fatalError(SAXParseException) - Method in class org.enhydra.barracuda.core.event.DefaultApplicationAssembler
 
fatalError(SAXParseException) - Method in class org.enhydra.barracuda.core.util.data.ObjectRepositoryAssembler.LocalAssemblyHandler
 
fatalError(SAXParseException) - Method in class org.enhydra.barracuda.core.util.dom.io.ErrorReporter
Receive notification of a SAX non-recoverable error.
fevent - Variable in class org.enhydra.barracuda.core.event.helper.EventRedirectFactory
 
fevent - Variable in class org.enhydra.barracuda.core.event.helper.EventForwardingFactory
 
file - Variable in class org.enhydra.barracuda.taskdefs.GenerateSSIs
 
FILE - Static variable in class org.enhydra.barracuda.core.comp.BInput
 
filesets - Variable in class org.enhydra.barracuda.taskdefs.GenerateSSIs
 
findClosestLocale(Locale, Locale[], int) - Static method in class org.enhydra.barracuda.core.util.l10n.Locales
This utility function will run through a list of Locales and return the index of the locale that matches most closely.
findComponentMap(Class) - Method in class org.enhydra.barracuda.core.comp.AbstractBComponent
Look for a factory that can render either this class or its parent class.
findFirstText(Node) - Static method in class org.enhydra.barracuda.core.util.dom.DOMUtil
Find the first text descendent node of an element.
findInstance(Class, Container) - Static method in class org.enhydra.barracuda.core.util.srv.SimpleServiceFinder
Find an instance of a Class in a Container heirarchy.
findInstance(Class, Container, int) - Static method in class org.enhydra.barracuda.core.util.srv.SimpleServiceFinder
Find an instance of a Class in an Container heirarchy
findInstance(Class, EventGateway) - Static method in class org.enhydra.barracuda.core.util.srv.SimpleServiceFinder
Find an instance of a Class in an EventGateway heirarchy.
findInstance(Class, EventGateway, int) - Static method in class org.enhydra.barracuda.core.util.srv.SimpleServiceFinder
Find an instance of a Class in an EventGateway heirarchy
findInstance(Class, PData) - Static method in class org.enhydra.barracuda.core.util.srv.SimpleServiceFinder
Find an instance of a Class in an PData heirarchy.
findInstance(Class, PData, int) - Static method in class org.enhydra.barracuda.core.util.srv.SimpleServiceFinder
Find an instance of a Class in an PData heirarchy
findListeners(BaseEvent, EventBroker) - Method in class org.enhydra.barracuda.core.event.DefaultEventDispatcher
Find the listeners for an event
findRendererFactory(Class, Map) - Method in class org.enhydra.barracuda.core.comp.AbstractBComponent
Look for a factory that can render either this class or its parent class.
fireModelChanged() - Method in class org.enhydra.barracuda.core.comp.DefaultListSelectionModel
Forwards the given notification event to all TemplateModelListeners that registered themselves as listeners for this template model.
fireModelChanged() - Method in class org.enhydra.barracuda.core.comp.AbstractTemplateModel
Forwards the given notification event to all TemplateModelListeners that registered themselves as listeners for this template model.
fireModelChanged() - Method in class org.enhydra.barracuda.core.comp.AbstractTableModel
Forwards the given notification event to all TemplateModelListeners that registered themselves as listeners for this template model.
fireModelChanged() - Method in class org.enhydra.barracuda.core.comp.AbstractListModel
Forwards the given notification event to all TemplateModelListeners that registered themselves as listeners for this template model.
FIRST_NAME - Static variable in class org.enhydra.barracuda.examples.xmlc.data.UserData
 
FLOAT - Static variable in class org.enhydra.barracuda.core.forms.FormType
 
fnof - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity fnof (ƒ).
footer - Variable in class org.enhydra.barracuda.core.comp.DefaultTableView
 
footerModel - Variable in class org.enhydra.barracuda.core.comp.BTable
 
forall - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity forall (?).
force - Variable in class org.enhydra.barracuda.taskdefs.GenerateSSIs
 
forceBuild - Variable in class org.enhydra.barracuda.taskdefs.Xmlc
 
FORM - Static variable in class org.enhydra.barracuda.config.ViewConfig
 
FORM - Static variable in class org.enhydra.barracuda.config.UtilConfig
 
FORM - Static variable in class org.enhydra.barracuda.config.MasterConfig
 
FORM - Static variable in class org.enhydra.barracuda.config.FormsConfig
 
FORM - Static variable in class org.enhydra.barracuda.config.EventConfig
 
FORM - Static variable in class org.enhydra.barracuda.config.DomConfig
 
FORM - Static variable in class org.enhydra.barracuda.config.DataConfig
 
FORM - Static variable in class org.enhydra.barracuda.config.CompConfig
 
FORM - Static variable in class org.enhydra.barracuda.config.BarracudaConfig
 
FORM_EXT - Static variable in class org.enhydra.barracuda.core.comp.helper.FormGateway
 
FORM_TARGET - Static variable in class org.enhydra.barracuda.core.comp.helper.FormGateway
 
FORMAT_AUTO - Static variable in class org.enhydra.barracuda.core.util.dom.io.OutputOptions
Constant indicating format should be determined automatically from examining the document object.
FORMAT_HTML - Static variable in class org.enhydra.barracuda.core.util.dom.io.OutputOptions
Constant indicating HTML format.
FORMAT_XML - Static variable in class org.enhydra.barracuda.core.util.dom.io.OutputOptions
Constant indicating XML format.
Formatter - interface org.enhydra.barracuda.core.util.dom.io.Formatter.
Interface for document-type specific formatters.
formatType - Variable in class org.enhydra.barracuda.core.view.ViewCapabilities
 
FormatType - class org.enhydra.barracuda.core.view.FormatType.
This class defines all valid FormatTypes.
FormatType.AsciiData - interface org.enhydra.barracuda.core.view.FormatType.AsciiData.
 
FormatType.AsciiDataImpl - class org.enhydra.barracuda.core.view.FormatType.AsciiDataImpl.
 
FormatType.AsciiDataImpl() - Constructor for class org.enhydra.barracuda.core.view.FormatType.AsciiDataImpl
 
FormatType.BinaryData - interface org.enhydra.barracuda.core.view.FormatType.BinaryData.
 
FormatType.BinaryDataImpl - class org.enhydra.barracuda.core.view.FormatType.BinaryDataImpl.
 
FormatType.BinaryDataImpl() - Constructor for class org.enhydra.barracuda.core.view.FormatType.BinaryDataImpl
 
FormatType.Chtml - interface org.enhydra.barracuda.core.view.FormatType.Chtml.
 
FormatType.Chtml1_0Impl - class org.enhydra.barracuda.core.view.FormatType.Chtml1_0Impl.
 
FormatType.Chtml1_0Impl() - Constructor for class org.enhydra.barracuda.core.view.FormatType.Chtml1_0Impl
 
FormatType.Chtml1x - interface org.enhydra.barracuda.core.view.FormatType.Chtml1x.
 
FormatType.Chtml1xImpl - class org.enhydra.barracuda.core.view.FormatType.Chtml1xImpl.
 
FormatType.Chtml1xImpl() - Constructor for class org.enhydra.barracuda.core.view.FormatType.Chtml1xImpl
 
FormatType.Chtml2_0Impl - class org.enhydra.barracuda.core.view.FormatType.Chtml2_0Impl.
 
FormatType.Chtml2_0Impl() - Constructor for class org.enhydra.barracuda.core.view.FormatType.Chtml2_0Impl
 
FormatType.Chtml2x - interface org.enhydra.barracuda.core.view.FormatType.Chtml2x.
 
FormatType.Chtml2xImpl - class org.enhydra.barracuda.core.view.FormatType.Chtml2xImpl.
 
FormatType.Chtml2xImpl() - Constructor for class org.enhydra.barracuda.core.view.FormatType.Chtml2xImpl
 
FormatType.ChtmlImpl - class org.enhydra.barracuda.core.view.FormatType.ChtmlImpl.
 
FormatType.ChtmlImpl() - Constructor for class org.enhydra.barracuda.core.view.FormatType.ChtmlImpl
 
FormatType.Doc - interface org.enhydra.barracuda.core.view.FormatType.Doc.
 
FormatType.DocImpl - class org.enhydra.barracuda.core.view.FormatType.DocImpl.
 
FormatType.DocImpl() - Constructor for class org.enhydra.barracuda.core.view.FormatType.DocImpl
 
FormatType.Exe - interface org.enhydra.barracuda.core.view.FormatType.Exe.
 
FormatType.ExeImpl - class org.enhydra.barracuda.core.view.FormatType.ExeImpl.
 
FormatType.ExeImpl() - Constructor for class org.enhydra.barracuda.core.view.FormatType.ExeImpl
 
FormatType.GenericData - interface org.enhydra.barracuda.core.view.FormatType.GenericData.
 
FormatType.GenericDataImpl - class org.enhydra.barracuda.core.view.FormatType.GenericDataImpl.
 
FormatType.GenericDataImpl() - Constructor for class org.enhydra.barracuda.core.view.FormatType.GenericDataImpl
 
FormatType.Html - interface org.enhydra.barracuda.core.view.FormatType.Html.
 
FormatType.Html3_0Impl - class org.enhydra.barracuda.core.view.FormatType.Html3_0Impl.
 
FormatType.Html3_0Impl() - Constructor for class org.enhydra.barracuda.core.view.FormatType.Html3_0Impl
 
FormatType.Html3_1Impl - class org.enhydra.barracuda.core.view.FormatType.Html3_1Impl.
 
FormatType.Html3_1Impl() - Constructor for class org.enhydra.barracuda.core.view.FormatType.Html3_1Impl
 
FormatType.Html3_2Impl - class org.enhydra.barracuda.core.view.FormatType.Html3_2Impl.
 
FormatType.Html3_2Impl() - Constructor for class org.enhydra.barracuda.core.view.FormatType.Html3_2Impl
 
FormatType.Html3x - interface org.enhydra.barracuda.core.view.FormatType.Html3x.
 
FormatType.Html3xImpl - class org.enhydra.barracuda.core.view.FormatType.Html3xImpl.
 
FormatType.Html3xImpl() - Constructor for class org.enhydra.barracuda.core.view.FormatType.Html3xImpl
 
FormatType.Html4_0Impl - class org.enhydra.barracuda.core.view.FormatType.Html4_0Impl.
 
FormatType.Html4_0Impl() - Constructor for class org.enhydra.barracuda.core.view.FormatType.Html4_0Impl
 
FormatType.Html4_1Impl - class org.enhydra.barracuda.core.view.FormatType.Html4_1Impl.
 
FormatType.Html4_1Impl() - Constructor for class org.enhydra.barracuda.core.view.FormatType.Html4_1Impl
 
FormatType.Html4x - interface org.enhydra.barracuda.core.view.FormatType.Html4x.
 
FormatType.Html4xImpl - class org.enhydra.barracuda.core.view.FormatType.Html4xImpl.
 
FormatType.Html4xImpl() - Constructor for class org.enhydra.barracuda.core.view.FormatType.Html4xImpl
 
FormatType.HtmlBasic - interface org.enhydra.barracuda.core.view.FormatType.HtmlBasic.
 
FormatType.HtmlBasicImpl - class org.enhydra.barracuda.core.view.FormatType.HtmlBasicImpl.
 
FormatType.HtmlBasicImpl() - Constructor for class org.enhydra.barracuda.core.view.FormatType.HtmlBasicImpl
 
FormatType.HtmlImpl - class org.enhydra.barracuda.core.view.FormatType.HtmlImpl.
 
FormatType.HtmlImpl() - Constructor for class org.enhydra.barracuda.core.view.FormatType.HtmlImpl
 
FormatType.Pdf - interface org.enhydra.barracuda.core.view.FormatType.Pdf.
 
FormatType.PdfImpl - class org.enhydra.barracuda.core.view.FormatType.PdfImpl.
 
FormatType.PdfImpl() - Constructor for class org.enhydra.barracuda.core.view.FormatType.PdfImpl
 
FormatType.Rtf - interface org.enhydra.barracuda.core.view.FormatType.Rtf.
 
FormatType.RtfImpl - class org.enhydra.barracuda.core.view.FormatType.RtfImpl.
 
FormatType.RtfImpl() - Constructor for class org.enhydra.barracuda.core.view.FormatType.RtfImpl
 
FormatType.UnknownFormat - interface org.enhydra.barracuda.core.view.FormatType.UnknownFormat.
 
FormatType.UnknownFormatImpl - class org.enhydra.barracuda.core.view.FormatType.UnknownFormatImpl.
 
FormatType.UnknownFormatImpl() - Constructor for class org.enhydra.barracuda.core.view.FormatType.UnknownFormatImpl
 
FormatType.Vxml - interface org.enhydra.barracuda.core.view.FormatType.Vxml.
 
FormatType.Vxml1_0Impl - class org.enhydra.barracuda.core.view.FormatType.Vxml1_0Impl.
 
FormatType.Vxml1_0Impl() - Constructor for class org.enhydra.barracuda.core.view.FormatType.Vxml1_0Impl
 
FormatType.Vxml1x - interface org.enhydra.barracuda.core.view.FormatType.Vxml1x.
 
FormatType.Vxml1xImpl - class org.enhydra.barracuda.core.view.FormatType.Vxml1xImpl.
 
FormatType.Vxml1xImpl() - Constructor for class org.enhydra.barracuda.core.view.FormatType.Vxml1xImpl
 
FormatType.VxmlImpl - class org.enhydra.barracuda.core.view.FormatType.VxmlImpl.
 
FormatType.VxmlImpl() - Constructor for class org.enhydra.barracuda.core.view.FormatType.VxmlImpl
 
FormatType.Wml - interface org.enhydra.barracuda.core.view.FormatType.Wml.
 
FormatType.Wml1_0Impl - class org.enhydra.barracuda.core.view.FormatType.Wml1_0Impl.
 
FormatType.Wml1_0Impl() - Constructor for class org.enhydra.barracuda.core.view.FormatType.Wml1_0Impl
 
FormatType.Wml1x - interface org.enhydra.barracuda.core.view.FormatType.Wml1x.
 
FormatType.Wml1xImpl - class org.enhydra.barracuda.core.view.FormatType.Wml1xImpl.
 
FormatType.Wml1xImpl() - Constructor for class org.enhydra.barracuda.core.view.FormatType.Wml1xImpl
 
FormatType.WmlImpl - class org.enhydra.barracuda.core.view.FormatType.WmlImpl.
 
FormatType.WmlImpl() - Constructor for class org.enhydra.barracuda.core.view.FormatType.WmlImpl
 
FormatType.Xhtml - interface org.enhydra.barracuda.core.view.FormatType.Xhtml.
 
FormatType.XhtmlBasic - interface org.enhydra.barracuda.core.view.FormatType.XhtmlBasic.
 
FormatType.XhtmlBasic1_0Impl - class org.enhydra.barracuda.core.view.FormatType.XhtmlBasic1_0Impl.
 
FormatType.XhtmlBasic1_0Impl() - Constructor for class org.enhydra.barracuda.core.view.FormatType.XhtmlBasic1_0Impl
 
FormatType.XhtmlBasic1x - interface org.enhydra.barracuda.core.view.FormatType.XhtmlBasic1x.
 
FormatType.XhtmlBasic1xImpl - class org.enhydra.barracuda.core.view.FormatType.XhtmlBasic1xImpl.
 
FormatType.XhtmlBasic1xImpl() - Constructor for class org.enhydra.barracuda.core.view.FormatType.XhtmlBasic1xImpl
 
FormatType.XhtmlBasic2x - interface org.enhydra.barracuda.core.view.FormatType.XhtmlBasic2x.
 
FormatType.XhtmlBasicImpl - class org.enhydra.barracuda.core.view.FormatType.XhtmlBasicImpl.
 
FormatType.XhtmlBasicImpl() - Constructor for class org.enhydra.barracuda.core.view.FormatType.XhtmlBasicImpl
 
FormatType.XhtmlImpl - class org.enhydra.barracuda.core.view.FormatType.XhtmlImpl.
 
FormatType.XhtmlImpl() - Constructor for class org.enhydra.barracuda.core.view.FormatType.XhtmlImpl
 
FormatType.XhtmlStandard - interface org.enhydra.barracuda.core.view.FormatType.XhtmlStandard.
 
FormatType.XhtmlStandard1_0Impl - class org.enhydra.barracuda.core.view.FormatType.XhtmlStandard1_0Impl.
 
FormatType.XhtmlStandard1_0Impl() - Constructor for class org.enhydra.barracuda.core.view.FormatType.XhtmlStandard1_0Impl
 
FormatType.XhtmlStandard1x - interface org.enhydra.barracuda.core.view.FormatType.XhtmlStandard1x.
 
FormatType.XhtmlStandard1xImpl - class org.enhydra.barracuda.core.view.FormatType.XhtmlStandard1xImpl.
 
FormatType.XhtmlStandard1xImpl() - Constructor for class org.enhydra.barracuda.core.view.FormatType.XhtmlStandard1xImpl
 
FormatType.XhtmlStandard2x - interface org.enhydra.barracuda.core.view.FormatType.XhtmlStandard2x.
 
FormatType.XhtmlStandardImpl - class org.enhydra.barracuda.core.view.FormatType.XhtmlStandardImpl.
 
FormatType.XhtmlStandardImpl() - Constructor for class org.enhydra.barracuda.core.view.FormatType.XhtmlStandardImpl
 
FormatType.Xml - interface org.enhydra.barracuda.core.view.FormatType.Xml.
 
FormatType.Xml1_0Impl - class org.enhydra.barracuda.core.view.FormatType.Xml1_0Impl.
 
FormatType.Xml1_0Impl() - Constructor for class org.enhydra.barracuda.core.view.FormatType.Xml1_0Impl
 
FormatType.Xml1x - interface org.enhydra.barracuda.core.view.FormatType.Xml1x.
 
FormatType.Xml1xImpl - class org.enhydra.barracuda.core.view.FormatType.Xml1xImpl.
 
FormatType.Xml1xImpl() - Constructor for class org.enhydra.barracuda.core.view.FormatType.Xml1xImpl
 
FormatType.XmlImpl - class org.enhydra.barracuda.core.view.FormatType.XmlImpl.
 
FormatType.XmlImpl() - Constructor for class org.enhydra.barracuda.core.view.FormatType.XmlImpl
 
FormatType() - Constructor for class org.enhydra.barracuda.core.view.FormatType
Private constructor to prevent external instantiation
FormElement - interface org.enhydra.barracuda.core.forms.FormElement.
This interfaces defines the methods a class needs to implement to act as a FormElement.
FormGateway - class org.enhydra.barracuda.core.comp.helper.FormGateway.
The purpose of this servlet is simply to process requests that come from a form and redirect based on the name of the button pressed.
FormGateway() - Constructor for class org.enhydra.barracuda.core.comp.helper.FormGateway
 
FormMap - interface org.enhydra.barracuda.core.forms.FormMap.
A FormMap is used to provide a virtual representation of a form.
FORMS_TAB - Static variable in class org.enhydra.barracuda.config.TabsModel
 
FormsConfig - class org.enhydra.barracuda.config.FormsConfig.
This class provides the methods needed to configure the forms screen
FormsConfig() - Constructor for class org.enhydra.barracuda.config.FormsConfig
 
formsModel - Variable in class org.enhydra.barracuda.config.MasterScreen
 
FormType - class org.enhydra.barracuda.core.forms.FormType.
This class defines all valid FormTypes.
FormType() - Constructor for class org.enhydra.barracuda.core.forms.FormType
Protected constructor to prevent external instantiation.
FormUtil - class org.enhydra.barracuda.core.forms.FormUtil.
Simple Form related utilities
FormUtil() - Constructor for class org.enhydra.barracuda.core.forms.FormUtil
 
FormValidator - interface org.enhydra.barracuda.core.forms.FormValidator.
A FormValidator is designed to validate one or more FormElements within a FormMap, OR a FormMap itself.
frac12 - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity frac12 (½).
frac14 - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity frac14 (¼).
frac34 - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity frac34 (¾).
frasl - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity frasl (?).
fromXMLUnicodeString(String) - Static method in class org.enhydra.barracuda.core.util.xml.XMLUtil
Convert a String from XML unicode string.
fv - Variable in class org.enhydra.barracuda.core.forms.Not
 
fv - Variable in class org.enhydra.barracuda.core.forms.validators.ListValidator
 

G

gamma - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity gamma (?).
Gamma - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity Gamma (?).
gateways - Variable in class org.enhydra.barracuda.core.event.ApplicationGateway
 
ge - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity ge (?).
GENDER - Static variable in class org.enhydra.barracuda.examples.xmlc.data.UserData
 
generateException(Object, boolean, String) - Method in class org.enhydra.barracuda.core.forms.AbstractFormValidator
This is a simple convenience method to return the appropriate type of exception based on whether we're deferring or not.
GenerateSSIs - class org.enhydra.barracuda.taskdefs.GenerateSSIs.
The purpose of this taskdef is to parse a source file (or fileset) and create ssi's from it.
GenerateSSIs() - Constructor for class org.enhydra.barracuda.taskdefs.GenerateSSIs
 
GET - Static variable in class org.enhydra.barracuda.core.util.http.HttpRequester
 
GET_DATA - Static variable in class org.enhydra.barracuda.core.comp.TemplateDirective
 
get(int) - Method in class org.enhydra.barracuda.core.comp.DefaultListModel
Returns the element at the specified position in this list.
get(int) - Method in class org.enhydra.barracuda.core.util.data.PArrayList
Returns the element at the specified position in this list.
get(Object) - Method in class org.enhydra.barracuda.core.util.data.PHashMap
Returns the value to which this map maps the specified key.
getAction(ViewContext) - Method in class org.enhydra.barracuda.core.comp.BAction
Get the action to be fired by this component.
getAction(ViewContext, boolean) - Method in class org.enhydra.barracuda.core.comp.BAction
Get the action to be fired by this component.
getActionLink(ViewContext, ListenerFactory) - Static method in class org.enhydra.barracuda.config.ScreenUtil
This method creates a BAction component and adds the specified listener to it.
getAliases(String) - Method in class org.enhydra.barracuda.core.event.DefaultEventBroker
The purpose of this method is to take a fully qualified class name and return a list of aliases for it.
getAliases(String) - Method in class org.enhydra.barracuda.core.util.dom.io.Encodings
Get the encoding aliases, given any encoding or alias, or null if unknown encoding.
getAllInstances(String) - Static method in class org.enhydra.barracuda.core.comp.TemplateDirective
Given a space delimited string of directive commands, convert each segment into a TemplateDirective and return all the valid directives in a List.
getAllInterfaces(Class) - Static method in class org.enhydra.barracuda.core.util.Classes
 
getAllInterfaces(Object) - Static method in class org.enhydra.barracuda.core.util.Classes
Get a List of all interfaces that are implemented by an object
getAttr() - Method in class org.enhydra.barracuda.core.comp.scripting.BScript
Get the JavaScript attr the command is be bound to
getAttr(Object) - Method in class org.enhydra.barracuda.core.comp.BComponent
get an attribute associated with this particular component.
getAttr(Object) - Method in class org.enhydra.barracuda.core.comp.AbstractBComponent
 
getAttribute(String) - Method in class org.enhydra.barracuda.core.helper.servlet.HttpServletRequestWrapper
Returns the value of the named attribute as an Object, or null if no attribute of the given name exists.
getAttribute(String) - Method in class org.enhydra.barracuda.testbed.servlet.MockHttpServletRequest
 
getAttributeNames() - Method in class org.enhydra.barracuda.core.helper.servlet.HttpServletRequestWrapper
Returns an Enumeration containing the names of the attributes available to this request.
getAttributeNames() - Method in class org.enhydra.barracuda.testbed.servlet.MockHttpServletRequest
 
getAttrMap() - Method in class org.enhydra.barracuda.core.comp.BComponent
get a copy of the underlying component attribute Map
getAttrMap() - Method in class org.enhydra.barracuda.core.comp.AbstractBComponent
 
getAuthType() - Method in class org.enhydra.barracuda.core.helper.servlet.HttpServletRequestWrapper
Returns the name of the authentication scheme used to protect the servlet, for example, "BASIC" or "SSL," or null if the servlet was not protected.
getAuthType() - Method in class org.enhydra.barracuda.testbed.servlet.MockHttpServletRequest
 
getBaseException() - Method in class org.enhydra.barracuda.core.util.exceptions.NestableException
get the BaseException behind this exception
getBaseStr() - Method in class org.enhydra.barracuda.core.util.http.LightweightURL
Return the base part of the URL (everything up to the ?)
getBodyElement() - Method in interface org.enhydra.barracuda.core.comp.TableView
 
getBodyElement() - Method in class org.enhydra.barracuda.core.comp.DefaultTableView
Get the body element from the particular Node that backs this view.
getBooleanVal() - Method in class org.enhydra.barracuda.core.forms.DefaultFormElement
Get the value for this element as a Boolean
getBooleanVal(Boolean) - Method in class org.enhydra.barracuda.core.forms.DefaultFormElement
Get a Boolean value from the map, defaulting accordingly if the value is null
getBooleanVal(String) - Method in class org.enhydra.barracuda.core.forms.DefaultFormMap
Get an Boolean value from the map
getBooleanVal(String, Boolean) - Method in class org.enhydra.barracuda.core.forms.DefaultFormMap
Get the value for a given key, defaulting accordingly if the value is null.
getBTemplate() - Method in class org.enhydra.barracuda.core.event.helper.BTemplateViewHandler
Provide a handle to the underlying BTemplate component
getCharacterEncoding() - Method in class org.enhydra.barracuda.core.helper.servlet.HttpServletRequestWrapper
Returns the name of the character encoding used in the body of this request.
getCharacterEncoding() - Method in class org.enhydra.barracuda.testbed.servlet.MockHttpServletRequest
 
getChild(int) - Method in interface org.enhydra.barracuda.core.comp.BContainer
 
getChild(int) - Method in class org.enhydra.barracuda.core.comp.AbstractBComponent
Get a child container at a given index
getChildren() - Method in interface org.enhydra.barracuda.core.comp.BContainer
 
getChildren() - Method in class org.enhydra.barracuda.core.comp.AbstractBComponent
Gets a list of all child BContainers.
getChildren() - Method in interface org.enhydra.barracuda.core.event.EventGateway
Get a list of child gateways
getChildren() - Method in class org.enhydra.barracuda.core.event.DefaultEventGateway
Get a list of child gateways.
getChildren() - Method in class org.enhydra.barracuda.core.event.ApplicationGateway
Get a list of child gateways.
getClassID(Class) - Static method in class org.enhydra.barracuda.core.event.DefaultBaseEvent
Get a class ID for a given class.
getClassLoaders() - Method in class org.enhydra.barracuda.core.util.dom.io.XMLEntityResolver
Get an enumeration of the class loaders.
getClientLocale() - Method in class org.enhydra.barracuda.core.view.ViewCapabilities
Get the current target locale
getClientLocale(EventContext) - Static method in class org.enhydra.barracuda.core.util.l10n.Locales
Get the client locale from an EventContext using the default param keys and persist option.
getClientLocale(EventContext, String, String, String, int) - Static method in class org.enhydra.barracuda.core.util.l10n.Locales
Get the client locale from an EventContext
getClientLocale(HttpServletRequest, HttpServletResponse) - Static method in class org.enhydra.barracuda.core.util.l10n.Locales
Get the client locale from a ServletRequest using the default param keys and persist option
getClientLocale(HttpServletRequest, HttpServletResponse, String, String, String, int) - Static method in class org.enhydra.barracuda.core.util.l10n.Locales
This method attempts to get the client locale.
getClientType() - Method in class org.enhydra.barracuda.core.view.ViewCapabilities
Get the current client type
getClientType(HttpServletRequest) - Static method in class org.enhydra.barracuda.core.view.ViewUtil
Determine the client type by looking at the User-Agent header in the request
getCmd() - Method in class org.enhydra.barracuda.core.comp.scripting.BScript
Get the JavaScript command for this particular component
getColumnCount() - Method in interface org.enhydra.barracuda.core.comp.TableModel
 
getCommand() - Method in class org.enhydra.barracuda.core.comp.TemplateDirective
 
getConfig() - Method in class org.enhydra.barracuda.core.event.DefaultEventContext
Get the associated ServletConfig structure
getConfig() - Method in interface org.enhydra.barracuda.core.event.ControlEventContext
Get the associated ServletConfig structure
getContentLength() - Method in class org.enhydra.barracuda.core.helper.servlet.HttpServletRequestWrapper
Returns the length, in bytes, of the request body and made available by the input stream, or -1 if the length is not known.
getContentLength() - Method in class org.enhydra.barracuda.testbed.servlet.MockHttpServletRequest
 
getContentType() - Method in class org.enhydra.barracuda.core.helper.servlet.HttpServletRequestWrapper
Returns the MIME type of the body of the request, or null if the type is not known.
getContentType() - Method in class org.enhydra.barracuda.testbed.servlet.MockHttpServletRequest
 
getContext() - Method in class org.enhydra.barracuda.core.util.data.ServletContextStateMap
get a reference to the underlying ServletContext
getContext(ControlEventContext) - Static method in class org.enhydra.barracuda.core.util.http.ContextServices
get the servlet context from a ControlEventContext
getContext(ViewContext) - Static method in class org.enhydra.barracuda.core.util.http.ContextServices
get the servlet context from a ViewContext
getContextPath() - Method in class org.enhydra.barracuda.core.helper.servlet.HttpServletRequestWrapper
Returns the portion of the request URI that indicates the context of the request.
getContextPath() - Method in class org.enhydra.barracuda.testbed.servlet.MockHttpServletRequest
 
getCookies() - Method in class org.enhydra.barracuda.core.helper.servlet.HttpServletRequestWrapper
Returns an array containing all of the Cookie objects the client sent with this request.
getCookies() - Method in class org.enhydra.barracuda.testbed.servlet.MockHttpServletRequest
 
getCoreRequest() - Method in class org.enhydra.barracuda.core.helper.servlet.HttpServletRequestWrapper
Get the underlying servlet request.
getCurrentPos() - Method in class org.enhydra.barracuda.examples.xmlc.data.UsersList
Get the current pos
getDateHeader(String) - Method in class org.enhydra.barracuda.core.helper.servlet.HttpServletRequestWrapper
Returns the value of the specified request header as a long value that represents a Date object.
getDateHeader(String) - Method in class org.enhydra.barracuda.testbed.servlet.MockHttpServletRequest
 
getDateVal() - Method in class org.enhydra.barracuda.core.forms.DefaultFormElement
Get the value for this element as a Date
getDateVal(Date) - Method in class org.enhydra.barracuda.core.forms.DefaultFormElement
Get a Date value from the map, defaulting accordingly if the value is null
getDateVal(String) - Method in class org.enhydra.barracuda.core.forms.DefaultFormMap
Get an Date value from the map
getDebugLevelComp(ViewContext, String, int) - Static method in class org.enhydra.barracuda.config.ScreenUtil
This method greats a typical debug level BSelect component
getDebugLevelComp2(ViewContext, String, Class) - Static method in class org.enhydra.barracuda.config.ScreenUtil
This method greats a typical debug level BSelect component, using the new Log4J options (Debug, Info, Warn, Error, Fatal)
getDebugWriter() - Method in class org.enhydra.barracuda.core.util.dom.io.XMLEntityResolver
Get the debug writer.
getDecodedDataLength(byte[]) - Static method in class org.enhydra.barracuda.core.util.data.Base64
returns length of decoded data given an array containing encoded data.
getDefaultElement() - Method in interface org.enhydra.barracuda.core.comp.ElementFactory
Get the default template element.
getDefaultOutputOptions(Document) - Static method in class org.enhydra.barracuda.core.util.dom.DefaultDOMWriter
 
getDefaultOutputOptions(Document) - Static method in class org.enhydra.barracuda.core.util.dom.io.DOMFormatter
Get the default OutputOptions for a document.
getDefaultVal() - Method in interface org.enhydra.barracuda.core.forms.FormElement
Get the default value for this form element
getDefaultVal() - Method in class org.enhydra.barracuda.core.forms.DefaultFormElement
Get the default value for this form element
getDefaultViewContext() - Method in class org.enhydra.barracuda.core.comp.AbstractBComponent
Get the default ViewContext.
getDirAttrName() - Method in interface org.enhydra.barracuda.core.comp.TemplateView
 
getDirAttrName() - Method in class org.enhydra.barracuda.core.comp.DefaultTemplateView
Get the directive attr name (defaults to "class").
getDirIDMap() - Method in interface org.enhydra.barracuda.core.comp.TemplateView
 
getDirIDMap() - Method in class org.enhydra.barracuda.core.comp.DefaultTemplateView
Get the directive ID map.
getDisableBackButton() - Method in class org.enhydra.barracuda.core.comp.BSelect
Get disable back button
getDisableBackButton() - Method in class org.enhydra.barracuda.core.comp.BAction
Get disable back button
getDispatcherFactory() - Method in class org.enhydra.barracuda.core.event.ApplicationGateway
Provide an instance of the specific EventDispatcher we want to use.
getDocument() - Method in interface org.enhydra.barracuda.core.comp.ElementFactory
Get an actual reference to the Document so you can create whatever type of node you wish.
getDocumentClassName() - Method in class org.enhydra.barracuda.core.util.dom.io.DOMParser
get the document class for the document to construct.
getDOM(Class) - Method in interface org.enhydra.barracuda.core.util.dom.DOMLoader
 
getDOM(Class) - Method in class org.enhydra.barracuda.core.util.dom.DefaultDOMLoader
Get a DOM associated with a given class of object.
getDOM(Class, Locale) - Method in interface org.enhydra.barracuda.core.util.dom.DOMLoader
 
getDOM(Class, Locale) - Method in class org.enhydra.barracuda.core.util.dom.DefaultDOMLoader
Get a DOM associated with a given class of object, based on the specified locale.
getDOM(Class, ViewCapabilities) - Method in interface org.enhydra.barracuda.core.util.dom.DOMLoader
 
getDOM(Class, ViewCapabilities) - Method in class org.enhydra.barracuda.core.util.dom.DefaultDOMLoader
Get a DOM associated with a given class of object, based on the specified ViewCapabilities
getDOMClass() - Method in class org.enhydra.barracuda.core.view.FormatType
Get the DOM class associated with this particular format type.
getDomFactory() - Method in class org.enhydra.barracuda.examples.xmlc.SnippetEx3HTML
 
getDomFactory() - Method in class org.enhydra.barracuda.examples.xmlc.SnippetEx2HTML
 
getDomFactory() - Method in class org.enhydra.barracuda.examples.xmlc.SnippetEx1HTML
 
getDomFactory() - Method in class org.enhydra.barracuda.examples.xmlc.RedirectEx1HTML
 
getDomFactory() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx9HTML
 
getDomFactory() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx8HTML
 
getDomFactory() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx7HTML
 
getDomFactory() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx6HTML
 
getDomFactory() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx6aHTML
 
getDomFactory() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx5HTML
 
getDomFactory() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx4HTML
 
getDomFactory() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx3HTML
 
getDomFactory() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx3FooterHTML
 
getDomFactory() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx3Footer2HTML
 
getDomFactory() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx3bHTML
 
getDomFactory() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx3aHTML
 
getDomFactory() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx2HTML
 
getDomFactory() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
getDomFactory() - Method in class org.enhydra.barracuda.examples.xmlc.BrowserCheckHTML
 
getDOMWriter() - Method in class org.enhydra.barracuda.core.comp.helper.ComponentGateway
Get a DOMWriter.
getDOMWriter() - Method in class org.enhydra.barracuda.core.event.helper.DefaultViewHandler
Get a DOMWriter.
getDOMWriter() - Method in class org.enhydra.barracuda.core.event.helper.BlockIterateHandler
 
getDOMWriter() - Method in class org.enhydra.barracuda.examples.xmlc.RedirectEx1
Get a DOMWriter.
getDOMWriter() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx9
 
getDOMWriter() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx8
 
getDOMWriter() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx7
Get a DOMWriter.
getDOMWriter() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx6
Get a DOMWriter.
getDOMWriter() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx5
Get a DOMWriter.
getDOMWriter() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx4
Get a DOMWriter.
getDOMWriter() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1
Get a DOMWriter.
getDOMWriter() - Method in class org.enhydra.barracuda.examples.xmlc.BrowserCheck
Get a DOMWriter.
getDoubleVal() - Method in class org.enhydra.barracuda.core.forms.DefaultFormElement
Get the value for this element as a Double
getDoubleVal(Double) - Method in class org.enhydra.barracuda.core.forms.DefaultFormElement
Get a Double value from the map, defaulting accordingly if the value is null
getDoubleVal(String) - Method in class org.enhydra.barracuda.core.forms.DefaultFormMap
Get an Double value from the map
getDoubleVal(String, Double) - Method in class org.enhydra.barracuda.core.forms.DefaultFormMap
Get the value for a given key, defaulting accordingly if the value is null.
getDropHtmlSpanIds() - Method in class org.enhydra.barracuda.core.util.dom.io.OutputOptions
Get the drop HTML SPAN element ids flag.
getDynamicFormattedElementCount() - Method in interface org.enhydra.barracuda.core.util.dom.io.Formatter
Get the count of element open tags that were written not using preformatted text.
getDynamicFormattedTextCount() - Method in interface org.enhydra.barracuda.core.util.dom.io.Formatter
Get the count of text nodes that were written not using preformatted text.
getElement(String) - Method in interface org.enhydra.barracuda.core.comp.ElementFactory
Get a template element for the key.
getElement(String) - Method in interface org.enhydra.barracuda.core.forms.FormMap
Get an element by key
getElement(String) - Method in class org.enhydra.barracuda.core.forms.DefaultFormMap
Get an element by key
getElementCell0False() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx2HTML
 
getElementCell0True() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx2HTML
 
getElementCell1False() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx2HTML
 
getElementCell1True() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx2HTML
 
getElementCell2False() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx2HTML
 
getElementCell2True() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx2HTML
 
getElementCell3False() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx2HTML
 
getElementCell3True() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx2HTML
 
getElementDD() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
getElementDefinitionListID1() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx5HTML
 
getElementDefList() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
getElementDT() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
getElementDynamicListText() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
getElementFactory() - Method in interface org.enhydra.barracuda.core.comp.ViewContext
 
getElementFactory() - Method in interface org.enhydra.barracuda.core.comp.View
 
getElementFactory() - Method in class org.enhydra.barracuda.core.comp.DefaultViewContext
Get the underlying ElementFactory object (if it exists)
getElementFactory() - Method in class org.enhydra.barracuda.core.comp.DefaultView
Get the element factory provided by this view
getElementFoo1() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
getElementFormatting(String) - Method in class org.enhydra.barracuda.core.util.dom.io.HTMLElements
Determine the formatting to use for an element.
getElementFtr() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx2HTML
 
getElementHdrCols() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx2HTML
 
getElementHdrMain() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx2HTML
 
getElementKeys() - Method in interface org.enhydra.barracuda.core.comp.ElementFactory
Get a list of all the keys for a given template.
getElementList1() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
getElementList2() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
getElementList3() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
getElementList4() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
getElementList5() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
getElementList6() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
getElementList7() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
getElementMarkupBlockID() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx6aHTML
 
getElementOptGroupList() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
getElements() - Method in interface org.enhydra.barracuda.core.forms.FormMap
return a map with containing all the elements in this form map
getElements() - Method in class org.enhydra.barracuda.core.forms.DefaultFormMap
return a map with containing all the elements in this form map
getElementSelectedImageCell() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx3HTML
 
getElementSelectedImageCell() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx3aHTML
 
getElementSimpleListID1() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx5HTML
 
getElementSimpleListID2() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx5HTML
 
getElementSimpleListID3() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx5HTML
 
getElementSimpleTableID1() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx5HTML
 
getElementSimpleTableID2() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx5HTML
 
getElementSimpleTemplateID() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx5HTML
 
getElementSnippet() - Method in class org.enhydra.barracuda.examples.xmlc.SnippetEx3HTML
 
getElementSnippet() - Method in class org.enhydra.barracuda.examples.xmlc.SnippetEx2HTML
 
getElementSnippet() - Method in class org.enhydra.barracuda.examples.xmlc.SnippetEx1HTML
 
getElementTable1() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx2HTML
 
getElementTable1() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
getElementTable1ColCell0() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
getElementTable1ColCell1() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
getElementTable1ColCell2() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
getElementTable1ColCell3() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
getElementTable1HdrCell() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
getElementTable1HdrList() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
getElementTable2() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
getElementTable2BodyList() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
getElementTable2ColCell0() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
getElementTable2ColCell1() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
getElementTable2ColCell2() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
getElementTable2ColCell3() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
getElementTable2FtrList() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
getElementTable2HdrCell() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
getElementTable2HdrList() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
getElementTable2HdrText() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
getElementTable3() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
getElementTable3ColCell0() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
getElementTable3ColCell1() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
getElementTable3ColCell2() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
getElementTable3ColCell3() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
getElementTable3Footer() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
getElementTable3Header() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
getElementTable4() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
getElementTable4a() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
getElementTable4b() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
getElementTable4c() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
getElementTable4d() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
getElementTemplateID() - Method in class org.enhydra.barracuda.examples.xmlc.RedirectEx1HTML
 
getElementTemplateID() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx4HTML
 
getElementText0() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
getElementText1() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
getElementText10() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
getElementText11() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
getElementText12() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
getElementText13() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
getElementText14() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
getElementText15() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
getElementText16() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
getElementText17() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
getElementText18() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
getElementText19() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
getElementText2() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
getElementText20() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
getElementText21() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
getElementText22() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
getElementText23() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
getElementText24() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
getElementText25() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
getElementText26() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
getElementText27() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
getElementText28() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
getElementText29() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx2HTML
 
getElementText29() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
getElementText3() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
getElementText30() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
getElementText31() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
getElementText4() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
getElementText5() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
getElementText6() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
getElementText7() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
getElementText8() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
getElementText9() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
getElementUnselectedImageCell() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx3HTML
 
getElementUnselectedImageCell() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx3aHTML
 
getElementUserReport() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx3HTML
 
getElementUserReport() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx3bHTML
 
getElementUserReport() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx3aHTML
 
getElementUserReportFooter() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx3FooterHTML
 
getElementUserReportFooter() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx3Footer2HTML
 
getElementUserTable() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx3HTML
 
getElementUserTable() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx3bHTML
 
getElementUserTable() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx3aHTML
 
getEncoding() - Method in class org.enhydra.barracuda.core.util.dom.io.OutputOptions
Get the encoding.
getEncodings() - Static method in class org.enhydra.barracuda.core.util.dom.io.Encodings
Get the singleton instance of this class.
getEndDate() - Method in class org.enhydra.barracuda.core.forms.validators.DateRangeValidator
Return the maximum date value
getEntityResolver() - Method in class org.enhydra.barracuda.core.util.dom.io.DOMParser
Get the EntityResolver
getErrMsg(ViewContext, String, String) - Static method in class org.enhydra.barracuda.config.ScreenUtil
This method extracts a ValidationException error message (if it exists) from a ViewContext object.
getErrorCnt() - Method in class org.enhydra.barracuda.core.util.dom.io.ErrorReporter
Get the count of errors that have occured.
getErrorHandler() - Method in class org.enhydra.barracuda.core.util.dom.io.DOMParser
Get the ErrorHandler.
getErrorMessage() - Method in interface org.enhydra.barracuda.core.forms.FormValidator
Get the error message to be used in the event of an error.
getErrorMessage() - Method in class org.enhydra.barracuda.core.forms.AbstractFormValidator
Get the error message to be used in the event of an error.
getEvent() - Method in interface org.enhydra.barracuda.core.event.EventContext
Get the underlying BaseEvent
getEvent() - Method in class org.enhydra.barracuda.core.event.DefaultEventContext
Get the underlying BaseEvent
getEventBroker() - Method in class org.enhydra.barracuda.core.event.ApplicationGateway
Provide a reference to the event broker.
getEventChain(BaseEvent) - Method in class org.enhydra.barracuda.core.event.DefaultEventDispatcher
Get the event chain for a particular event.
getEventContext() - Method in interface org.enhydra.barracuda.core.comp.ViewContext
 
getEventContext() - Method in class org.enhydra.barracuda.core.comp.DefaultViewContext
Get the underlying EventContext object
getEventContext() - Method in class org.enhydra.barracuda.core.event.UnhandledEventException
Get the dispatch queue associated with this exception
getEventExtension() - Method in interface org.enhydra.barracuda.core.event.EventBroker
Return the event extension handled by this event broker
getEventExtension() - Method in class org.enhydra.barracuda.core.event.DefaultEventBroker
Return the event extension handled by this event broker
getEventExtension() - Method in class org.enhydra.barracuda.core.event.DefaultBaseEvent
get the event extension
getEventExtension() - Method in interface org.enhydra.barracuda.core.event.BaseEvent
get the event extension
getEventExtension() - Method in class org.enhydra.barracuda.core.event.ApplicationGateway
Indicate which event extension we are handling.
getEventID() - Method in class org.enhydra.barracuda.core.event.DefaultBaseEvent
Get the ID that identifies this event.
getEventID() - Method in interface org.enhydra.barracuda.core.event.BaseEvent
Get the ID that identifies this event.
getEventIDWithExtension() - Method in class org.enhydra.barracuda.core.event.DefaultBaseEvent
Get the id + extension of this event.
getEventIDWithExtension() - Method in interface org.enhydra.barracuda.core.event.BaseEvent
Get the id + extension of this event.
getEventListener(Object) - Method in interface org.enhydra.barracuda.core.event.EventBroker
Get a specific listener based on listener ID
getEventListener(Object) - Method in class org.enhydra.barracuda.core.event.DefaultEventBroker
Get a specific listener based on listener ID
getEventListeners(Class) - Method in interface org.enhydra.barracuda.core.event.EventBroker
Get a List of listeners for a type of event.
getEventListeners(Class) - Method in class org.enhydra.barracuda.core.event.DefaultEventBroker
Get a List of listeners for a type of event.
getEventPool() - Method in class org.enhydra.barracuda.core.event.ApplicationGateway
Provide a reference to the event pool.
getExceptionList() - Method in class org.enhydra.barracuda.core.forms.ValidationException
Collapse all sub-exceptions into a single list of Validation exceptions
getExceptionList(ValidationException) - Method in class org.enhydra.barracuda.core.forms.ValidationException
 
getFile(File, File) - Method in class org.enhydra.barracuda.taskdefs.CopyAndReplace
 
getFirstDate(int) - Static method in class org.enhydra.barracuda.core.util.DateUtil
 
getFirstDateToday() - Static method in class org.enhydra.barracuda.core.util.DateUtil
 
getFirstDateTomorrow() - Static method in class org.enhydra.barracuda.core.util.DateUtil
 
getFirstDateYesterday() - Static method in class org.enhydra.barracuda.core.util.DateUtil
 
getFirstText(Node) - Static method in class org.enhydra.barracuda.core.util.dom.DOMUtil
Gets the first text descendent node of an element.
getFirstView() - Method in class org.enhydra.barracuda.core.comp.BComponent
 
getFloatVal() - Method in class org.enhydra.barracuda.core.forms.DefaultFormElement
Get the value for this element as a Float
getFloatVal(Float) - Method in class org.enhydra.barracuda.core.forms.DefaultFormElement
Get a Float value from the map, defaulting accordingly if the value is null
getFloatVal(String) - Method in class org.enhydra.barracuda.core.forms.DefaultFormMap
Get an Float value from the map
getFloatVal(String, Float) - Method in class org.enhydra.barracuda.core.forms.DefaultFormMap
Get the value for a given key, defaulting accordingly if the value is null.
getFooterElement() - Method in interface org.enhydra.barracuda.core.comp.TableView
 
getFooterElement() - Method in class org.enhydra.barracuda.core.comp.DefaultTableView
Get the footer element from the particular Node that backs this view.
getFooterModel() - Method in class org.enhydra.barracuda.core.comp.BTable
Get the footer model that backs the table
getFormat() - Method in class org.enhydra.barracuda.core.util.dom.io.OutputOptions
Get the output format for the file.
getFormatter(Node, OutputOptions, boolean) - Static method in class org.enhydra.barracuda.core.util.dom.io.DOMFormatter
 
getFormatType() - Method in class org.enhydra.barracuda.core.view.ViewCapabilities
Get the current format type
getFormatType(HttpServletRequest) - Static method in class org.enhydra.barracuda.core.view.ViewUtil
Determine the format type by looking at the Accept header in the request
getFormClass() - Method in class org.enhydra.barracuda.core.forms.FormType
Returns the class associated with this particular form type.
getGlobalInstance() - Static method in class org.enhydra.barracuda.core.util.dom.DefaultDOMLoader
Get the global instance of the DOMLoader
getGlobalRepository() - Static method in class org.enhydra.barracuda.core.util.data.ObjectRepository
Get a reference to the Global repository.
getHeader(String) - Method in class org.enhydra.barracuda.core.helper.servlet.HttpServletRequestWrapper
Returns the value of the specified request header as a String.
getHeader(String) - Method in class org.enhydra.barracuda.testbed.servlet.MockHttpServletRequest
Get a header
getHeaderElement() - Method in interface org.enhydra.barracuda.core.comp.TableView
 
getHeaderElement() - Method in class org.enhydra.barracuda.core.comp.DefaultTableView
Get the header element from the particular Node that backs this view.
getHeaderModel() - Method in class org.enhydra.barracuda.core.comp.BTable
Get the header model that backs the table
getHeaderNames() - Method in class org.enhydra.barracuda.core.helper.servlet.HttpServletRequestWrapper
Returns an enumeration of all the header names this request contains.
getHeaderNames() - Method in class org.enhydra.barracuda.testbed.servlet.MockHttpServletRequest
Get a list of header names
getHeaders(String) - Method in class org.enhydra.barracuda.core.helper.servlet.HttpServletRequestWrapper
Returns all the values of the specified request header as an Enumeration of String objects.
getHeaders(String) - Method in class org.enhydra.barracuda.testbed.servlet.MockHttpServletRequest
get a list of header values for a given name
getID(Class) - Method in class org.enhydra.barracuda.core.event.DefaultListenerFactory
 
getID(Node) - Static method in class org.enhydra.barracuda.core.util.dom.DOMUtil
Given a Node name, return the "id" attribute if it exists.
getID(Node, String) - Static method in class org.enhydra.barracuda.core.util.dom.DOMUtil
Given a Node name, return the "id" attribute if it exists.
getIDAttrName() - Method in interface org.enhydra.barracuda.core.comp.TemplateView
 
getIDAttrName() - Method in class org.enhydra.barracuda.core.comp.DefaultTemplateView
Get the id attr name (defaults to "id").
getIndentSize() - Method in class org.enhydra.barracuda.core.util.dom.io.OutputOptions
Get indentation size.
getInputStream() - Method in class org.enhydra.barracuda.core.helper.servlet.HttpServletRequestWrapper
Retrieves the body of the request as binary data using a ServletInputStream.
getInputStream() - Method in class org.enhydra.barracuda.core.util.http.HttpRequester
Get the underlying input stream
getInputStream() - Method in class org.enhydra.barracuda.testbed.servlet.MockHttpServletRequest
 
getInstance() - Method in interface org.enhydra.barracuda.core.comp.renderer.RendererFactory
 
getInstance() - Method in interface org.enhydra.barracuda.core.event.ListenerFactory
Get an instance of the underlying BaseEventListener
getInstance() - Method in interface org.enhydra.barracuda.core.event.DispatcherFactory
get an instance of event dispatcher
getInstance() - Method in class org.enhydra.barracuda.core.event.DefaultListenerFactory
Get an instance of the underlying BaseEventListener
getInstance() - Method in class org.enhydra.barracuda.core.event.DefaultDispatcherFactory
get an instance of event dispatcher
getInstance() - Method in class org.enhydra.barracuda.core.event.helper.EventRedirectFactory
Get an instance of the underlying BaseEventListener
getInstance() - Method in class org.enhydra.barracuda.core.event.helper.EventForwardingFactory
Get an instance of the underlying BaseEventListener
getInstance() - Method in class org.enhydra.barracuda.core.event.helper.EventConnectorFactory
Get an instance of the underlying BaseEventListener
getInstance() - Method in class org.enhydra.barracuda.examples.ex4.SampleViewHandler
 
getInstance() - Method in class org.enhydra.barracuda.examples.ex4.SampleControlHandler
 
getInstance(Class) - Method in interface org.enhydra.barracuda.core.util.dom.DOMFactory
 
getInstance(Class) - Method in class org.enhydra.barracuda.core.util.dom.DefaultDOMFactory
Get a new instance of the DOM that is associated with the given class.
getInstance(EventGateway, ControlEventContext, Locale) - Method in class org.enhydra.barracuda.config.MasterScreenFactory
 
getInstance(String) - Static method in class org.enhydra.barracuda.core.comp.TemplateDirective
Given a string of the form Dir::<command>.
getInstance(String) - Static method in class org.enhydra.barracuda.core.view.ClientType
Given a target string, find the matching client type
getIntegerVal() - Method in class org.enhydra.barracuda.core.forms.DefaultFormElement
Get the value for this element as a Integer
getIntegerVal(Integer) - Method in class org.enhydra.barracuda.core.forms.DefaultFormElement
Get a Integer value from the map, defaulting accordingly if the value is null
getIntegerVal(String) - Method in class org.enhydra.barracuda.core.forms.DefaultFormMap
Get an Integer value from the map
getIntegerVal(String, Integer) - Method in class org.enhydra.barracuda.core.forms.DefaultFormMap
Get the value for a given key, defaulting accordingly if the value is null.
getIntHeader(String) - Method in class org.enhydra.barracuda.core.helper.servlet.HttpServletRequestWrapper
Returns the value of the specified request header as an int.
getIntHeader(String) - Method in class org.enhydra.barracuda.testbed.servlet.MockHttpServletRequest
 
getItem(String) - Method in interface org.enhydra.barracuda.core.comp.TemplateModel
 
getItem(String) - Method in class org.enhydra.barracuda.core.comp.DefaultPropertiesModel
 
getItem(String) - Method in class org.enhydra.barracuda.core.comp.AbstractTemplateModel
get an item for a given key
getItemAt(int) - Method in interface org.enhydra.barracuda.core.comp.ListModel
 
getItemAt(int) - Method in class org.enhydra.barracuda.core.comp.DefaultListModel
Get an element at a specific index
getItemAt(int, int) - Method in interface org.enhydra.barracuda.core.comp.TableModel
 
getIterator(String) - Method in class org.enhydra.barracuda.core.event.helper.BlockIterateHandler
 
getJavaEncoding() - Method in class org.enhydra.barracuda.core.util.dom.io.OutputOptions
Deprecated. Use getEncoding() or getMIMEEncoding().
getKey() - Method in interface org.enhydra.barracuda.core.comp.ItemMap
Returns the key corresponding to this entry.
getKey() - Method in class org.enhydra.barracuda.core.comp.DefaultItemMap
Returns the key corresponding to this entry.
getKey() - Method in interface org.enhydra.barracuda.core.forms.FormElement
Get the key value for this form element
getKey() - Method in class org.enhydra.barracuda.core.forms.DefaultFormElement
Get the key value for this form element
getKey() - Method in class org.enhydra.barracuda.core.util.data.Param
Get the key
getKeyData() - Method in class org.enhydra.barracuda.core.comp.TemplateDirective
 
getKeyName() - Method in class org.enhydra.barracuda.core.comp.TemplateDirective
 
getLastDate(int) - Static method in class org.enhydra.barracuda.core.util.DateUtil
 
getLastDateToday() - Static method in class org.enhydra.barracuda.core.util.DateUtil
 
getLastDateTomorrow() - Static method in class org.enhydra.barracuda.core.util.DateUtil
 
getLastDateYesterday() - Static method in class org.enhydra.barracuda.core.util.DateUtil
 
getListenerID() - Method in interface org.enhydra.barracuda.core.event.ListenerFactory
Get the Listener ID associated with this class of listener.
getListenerID() - Method in class org.enhydra.barracuda.core.event.DefaultListenerFactory
Get the Listener ID associated with this class of listener.
getListenerID() - Method in class org.enhydra.barracuda.core.event.DefaultBaseEventListener
Get the ID that identifies this listener.
getListenerID() - Method in interface org.enhydra.barracuda.core.event.BaseEventListener
Get the ID that identifies this listener.
getListenerID() - Method in class org.enhydra.barracuda.core.event.helper.EventRedirectFactory
Get the Listener ID associated with this class of listener.
getListenerID() - Method in class org.enhydra.barracuda.core.event.helper.EventForwardingFactory
Get the Listener ID associated with this class of listener.
getListenerID() - Method in class org.enhydra.barracuda.core.event.helper.EventConnectorFactory
Get the Listener ID associated with this class of listener.
getListenerID() - Method in class org.enhydra.barracuda.examples.ex4.SampleViewHandler
 
getListenerID() - Method in class org.enhydra.barracuda.examples.ex4.SampleControlHandler
 
getListenerIDs() - Method in class org.enhydra.barracuda.core.event.DefaultBaseEvent
Get the list of id's this event is specifically targeted for.
getListenerIDs() - Method in interface org.enhydra.barracuda.core.event.BaseEvent
Get the list of id's this event is specifically targeted for.
getLocale() - Method in class org.enhydra.barracuda.core.helper.servlet.HttpServletRequestWrapper
Returns the preferred Locale that the client will accept content in, based on the Accept-Language header.
getLocale() - Method in class org.enhydra.barracuda.testbed.servlet.MockHttpServletRequest
 
getLocales() - Method in class org.enhydra.barracuda.core.helper.servlet.HttpServletRequestWrapper
Returns an Enumeration of Locale objects indicating, in decreasing order starting with the preferred locale, the locales that are acceptable to the client based on the Accept-Language header.
getLocales() - Method in class org.enhydra.barracuda.testbed.servlet.MockHttpServletRequest
 
getLocalRepository() - Static method in class org.enhydra.barracuda.core.util.data.ObjectRepository
Get a reference to the Local repository.
getLongVal() - Method in class org.enhydra.barracuda.core.forms.DefaultFormElement
Get the value for this element as a Long
getLongVal(Long) - Method in class org.enhydra.barracuda.core.forms.DefaultFormElement
Get a Long value from the map, defaulting accordingly if the value is null
getLongVal(String) - Method in class org.enhydra.barracuda.core.forms.DefaultFormMap
Get an Long value from the map
getLongVal(String, Long) - Method in class org.enhydra.barracuda.core.forms.DefaultFormMap
Get the value for a given key, defaulting accordingly if the value is null.
getMasterInstance() - Static method in class org.enhydra.barracuda.examples.xmlc.data.UsersList
Build the master instance of some Table Data.
getMasterTemplate() - Method in interface org.enhydra.barracuda.core.comp.TemplateView
 
getMasterTemplate() - Method in class org.enhydra.barracuda.core.comp.DefaultTemplateView
Get the master template
getMaxCharacterValue(String) - Method in class org.enhydra.barracuda.core.util.dom.io.Encodings
Get the maximum value of an unicode character in an encoding.
getMaximum() - Method in class org.enhydra.barracuda.core.forms.validators.RangeValidator
Get the maximum allowed value
getMaxLength() - Method in class org.enhydra.barracuda.core.forms.validators.MaxLengthValidator
Get the maximum allowable length
getMaxSelectionIndex() - Method in interface org.enhydra.barracuda.core.comp.ListSelectionModel
 
getMaxSelectionIndex() - Method in class org.enhydra.barracuda.core.comp.DefaultListSelectionModel
Returns the last selected index or -1 if the selection is empty.
getMethod() - Method in class org.enhydra.barracuda.core.helper.servlet.HttpServletRequestWrapper
Returns the name of the HTTP method with which this request was made, for example, GET, POST, or PUT.
getMethod() - Method in class org.enhydra.barracuda.core.util.http.HttpRequester
Get the method we're using for this HttpRequest object
getMethod() - Method in class org.enhydra.barracuda.testbed.servlet.MockHttpServletRequest
 
getMIMEEncoding() - Method in class org.enhydra.barracuda.core.util.dom.io.OutputOptions
Get the MIME encoding.
getMIMEEncoding() - Method in interface org.enhydra.barracuda.core.util.dom.io.Formatter
Get the MIME-preferred encoding, determined from the OutputOptions and the formatter type.
getMIMEPreferred(String) - Method in class org.enhydra.barracuda.core.util.dom.io.Encodings
Get the preferred MIME encoding, or null if unknown encoding.
getMIMEType() - Method in class org.enhydra.barracuda.core.util.dom.io.OutputOptions
Get the MIME for an output routine to use.
getMinimum() - Method in class org.enhydra.barracuda.core.forms.validators.RangeValidator
Get the minimum allowed value
getMinLength() - Method in class org.enhydra.barracuda.core.forms.validators.MinLengthValidator
Get the minimum allowable length
getMinSelectionIndex() - Method in interface org.enhydra.barracuda.core.comp.ListSelectionModel
 
getMinSelectionIndex() - Method in class org.enhydra.barracuda.core.comp.DefaultListSelectionModel
Returns the first selected index or -1 if the selection is empty.
getMode() - Method in class org.enhydra.barracuda.core.comp.scripting.BScript
Get the replacement mode for this script
getModel() - Method in class org.enhydra.barracuda.config.ViewConfig
 
getModel() - Method in class org.enhydra.barracuda.config.UtilConfig
 
getModel() - Method in class org.enhydra.barracuda.config.MasterConfig
 
getModel() - Method in class org.enhydra.barracuda.config.FormsConfig
 
getModel() - Method in class org.enhydra.barracuda.config.EventConfig
 
getModel() - Method in class org.enhydra.barracuda.config.DomConfig
 
getModel() - Method in class org.enhydra.barracuda.config.DataConfig
 
getModel() - Method in class org.enhydra.barracuda.config.CompConfig
 
getModel() - Method in class org.enhydra.barracuda.core.comp.BTable
Get the model that backs the table
getModel() - Method in class org.enhydra.barracuda.core.comp.BList
Get the model that backs the list
getModel(String) - Method in class org.enhydra.barracuda.core.comp.BTemplate
Get the model that backs the table
getModelName() - Method in class org.enhydra.barracuda.core.comp.TemplateDirective
 
getModels() - Method in class org.enhydra.barracuda.core.comp.BTemplate
Get a list of models associated with this view
getName() - Method in class org.enhydra.barracuda.config.TabsModel
 
getName() - Method in interface org.enhydra.barracuda.core.comp.View
 
getName() - Method in interface org.enhydra.barracuda.core.comp.TemplateModel
 
getName() - Method in class org.enhydra.barracuda.core.comp.DefaultView
Get the name for this view
getName() - Method in class org.enhydra.barracuda.core.comp.DefaultPropertiesModel
 
getName() - Method in interface org.enhydra.barracuda.core.comp.BContainer
 
getName() - Method in class org.enhydra.barracuda.core.comp.BComponent
Get the name for this component
getName() - Method in class org.enhydra.barracuda.core.comp.AbstractBComponent
 
getName() - Method in interface org.enhydra.barracuda.core.forms.FormElement
Get the name value of form element
getName() - Method in class org.enhydra.barracuda.core.forms.DefaultFormElement
Get the name of this form element
getName() - Method in class org.enhydra.barracuda.core.util.data.ObjectRepository
Return the name of this object repository
getName() - Method in class org.enhydra.barracuda.core.util.data.NameSpace
get the name of this NameSpace
getName(Element) - Static method in class org.enhydra.barracuda.core.comp.renderer.html.NamingHelper
Simple helper method to get a name for an element.
getName(InputSource) - Static method in class org.enhydra.barracuda.core.util.dom.io.InputSourceOps
Get a description of an input source.
getName(String) - Method in class org.enhydra.barracuda.core.util.dom.io.Encodings
Get the encoding name, given any encoding or alias, or null if unknown encoding.
getNewDispatchQueueInstance() - Method in class org.enhydra.barracuda.core.event.ApplicationGateway
Provide an instance of the specific DispatchQueue we want to use.
getNewEvent() - Method in class org.enhydra.barracuda.core.event.InterruptDispatchException
Get the new event that triggered this interrupt
getNewEventBrokerInstance() - Method in class org.enhydra.barracuda.core.event.ApplicationGateway
Provide an instance of the specific EventBroker we want to use.
getNewEventPoolInstance() - Method in class org.enhydra.barracuda.core.event.ApplicationGateway
Provide an instance of the specific EventPool we want to use.
getNode() - Method in interface org.enhydra.barracuda.core.comp.View
 
getNode() - Method in class org.enhydra.barracuda.core.comp.DefaultView
Get the specific DOM node the View is bound to
getNode(Document) - Static method in class org.enhydra.barracuda.tutorials.comp.HelloWorld2Footer
 
getNode(Document) - Static method in class org.enhydra.barracuda.tutorials.comp.HelloWorld2bHeader
 
getNode(Node, TemplateView, ViewContext, int) - Method in class org.enhydra.barracuda.core.comp.renderer.TemplateHelper
 
getNode(ViewContext) - Static method in class org.enhydra.barracuda.tutorials.comp.HelloWorld2Footer
 
getNode(ViewContext) - Static method in class org.enhydra.barracuda.tutorials.comp.HelloWorld2bHeader
 
getObject() - Method in class org.enhydra.barracuda.core.forms.validators.EqualsValidator
Return the value that this object must equal.
getObjectFromCache(ControlEventContext, Object, ReferenceFactory) - Static method in class org.enhydra.barracuda.core.util.http.SessionServices
This method retrieves the session from the Context, and then looks for an object in the session based on a given key.
getObjectFromCache(ControlEventContext, Object, ReferenceFactory) - Static method in class org.enhydra.barracuda.core.util.http.ContextServices
This method retrieves the servlet context from a ControlEventContext, and then looks for an object in the servlet context based on a given key.
getObjectFromCache(HttpSession, Object, ReferenceFactory) - Static method in class org.enhydra.barracuda.core.util.http.SessionServices
This method looks for an object in the session based on a given key.
getObjectFromCache(ServletContext, Object, ReferenceFactory) - Static method in class org.enhydra.barracuda.core.util.http.ContextServices
This method looks for an object in the servlet context based on a given key.
getObjectFromCache(ViewContext, Object, ReferenceFactory) - Static method in class org.enhydra.barracuda.core.util.http.ContextServices
This method retrieves the servlet context from a ViewContext, and then looks for an object in the servlet context based on a given key.
getObjectReference() - Method in interface org.enhydra.barracuda.core.util.data.ReferenceFactory
get a reference to an object
getObjectRepository(NameSpace) - Static method in class org.enhydra.barracuda.core.util.data.ObjectRepository
Get an object repository associated with a given NameSpace.
getObjectRepository(String) - Static method in class org.enhydra.barracuda.core.util.data.ObjectRepository
Get an object repository based on a given name.
getOmitAttributeCharEntityRefs() - Method in class org.enhydra.barracuda.core.util.dom.io.OutputOptions
Get value of flag that enables or disables the use of character entity references in attribute values.
getOmitDocType() - Method in class org.enhydra.barracuda.core.util.dom.io.OutputOptions
Get flag indicating if the DOCTYPE should be omitted.
getOmitEncoding() - Method in class org.enhydra.barracuda.core.util.dom.io.OutputOptions
Get flag indicating if encoding should be omitted from the XML header.
getOmitXMLHeader() - Method in class org.enhydra.barracuda.core.util.dom.io.OutputOptions
Get flag indicating if the XML header should be omitted.
getOptionFiles(File) - Method in class org.enhydra.barracuda.taskdefs.DummyXmlcUtils
 
getOptionFiles(File) - Method in class org.enhydra.barracuda.taskdefs.XmlcUtils
Get a list of options files for the specified directory.
getOptionFiles(File) - Method in class org.enhydra.barracuda.taskdefs.DefaultXmlcUtilsImpl
Get a list of options files for the specified directory.
getOptionFiles(File[], String) - Method in class org.enhydra.barracuda.taskdefs.DummyXmlcUtils
 
getOptionFiles(File[], String) - Method in class org.enhydra.barracuda.taskdefs.XmlcUtils
Get a list of options files for the specified directories, having the specified name.
getOptionFiles(File[], String) - Method in class org.enhydra.barracuda.taskdefs.DefaultXmlcUtilsImpl
Get a list of options files for the specified directories, having the specified name.
getOptionFiles(File[], String[]) - Method in class org.enhydra.barracuda.taskdefs.DummyXmlcUtils
 
getOptionFiles(File[], String[]) - Method in class org.enhydra.barracuda.taskdefs.XmlcUtils
Get a list of options files for the specified directories, having the specified names.
getOptionFiles(File[], String[]) - Method in class org.enhydra.barracuda.taskdefs.DefaultXmlcUtilsImpl
Get a list of options files for the specified directories, having the specified names.
getOptionFiles(File, String) - Method in class org.enhydra.barracuda.taskdefs.DummyXmlcUtils
 
getOptionFiles(File, String) - Method in class org.enhydra.barracuda.taskdefs.XmlcUtils
Get a list of options files for the specified directory, having the specified name.
getOptionFiles(File, String) - Method in class org.enhydra.barracuda.taskdefs.DefaultXmlcUtilsImpl
Get a list of options files for the specified directory, having the specified name.
getOptionFiles(File, String[]) - Method in class org.enhydra.barracuda.taskdefs.DummyXmlcUtils
 
getOptionFiles(File, String[]) - Method in class org.enhydra.barracuda.taskdefs.XmlcUtils
Get a list of options files for the specified directory, having the specified names.
getOptionFiles(File, String[]) - Method in class org.enhydra.barracuda.taskdefs.DefaultXmlcUtilsImpl
Get a list of options files for the specified directory, having the specified names.
getOriginalEvent(BaseEvent) - Static method in class org.enhydra.barracuda.core.event.DefaultBaseEvent
Find the original event in target event's event chain (if it exists)
getOrigVal() - Method in interface org.enhydra.barracuda.core.forms.FormElement
Get the original value for this element
getOrigVal() - Method in class org.enhydra.barracuda.core.forms.DefaultFormElement
Get the original value for this element
getOutput() - Method in class org.enhydra.barracuda.core.util.dom.io.ErrorReporter
Get the buffer containing the output if internal buffering has been used.
getOutputOptions() - Method in class org.enhydra.barracuda.core.util.dom.io.DOMFormatter
Get the output options.
getOutputStream() - Method in class org.enhydra.barracuda.core.util.http.HttpRequester
Get the underlying output stream
getOutputWriter() - Method in class org.enhydra.barracuda.core.util.http.HttpRequester
Return the output writer.
getParameter(String) - Method in class org.enhydra.barracuda.core.helper.servlet.HttpServletRequestWrapper
Returns the value of a request parameter as a String, or null if the parameter does not exist.
getParameter(String) - Method in class org.enhydra.barracuda.testbed.servlet.MockHttpServletRequest
get a parameter
getParameterMap() - Method in class org.enhydra.barracuda.core.helper.servlet.HttpServletRequestWrapper
Returns a java.util.Map of the parameters of this request.
getParameterMap() - Method in class org.enhydra.barracuda.testbed.servlet.MockHttpServletRequest
 
getParameterNames() - Method in class org.enhydra.barracuda.core.helper.servlet.HttpServletRequestWrapper
Returns an Enumeration of String objects containing the names of the parameters contained in this request.
getParameterNames() - Method in class org.enhydra.barracuda.testbed.servlet.MockHttpServletRequest
get parameter names
getParameterValues(String) - Method in class org.enhydra.barracuda.core.helper.servlet.HttpServletRequestWrapper
Returns an array of String objects containing all of the values the given request parameter has, or null if the parameter does not exist.
getParameterValues(String) - Method in class org.enhydra.barracuda.testbed.servlet.MockHttpServletRequest
get parameter values
getParams() - Method in class org.enhydra.barracuda.core.comp.BAction
Get any associated params
getParams() - Method in class org.enhydra.barracuda.core.util.http.HttpRequester
Return the HashMap object for this HttpRequest.
getParamStr() - Method in class org.enhydra.barracuda.core.util.http.LightweightURL
Return the whole URL string (from the ?
getParent() - Method in interface org.enhydra.barracuda.core.comp.BContainer
 
getParent() - Method in class org.enhydra.barracuda.core.comp.AbstractBComponent
Get the parent container.
getParent() - Method in interface org.enhydra.barracuda.core.event.EventGateway
Get the parent event gateway.
getParent() - Method in class org.enhydra.barracuda.core.event.DefaultEventGateway
Get the parent event gateway.
getParent() - Method in class org.enhydra.barracuda.core.event.ApplicationGateway
Get the parent gateway.
getParent() - Method in interface org.enhydra.barracuda.core.util.data.PData
get the objects parent (null if root)
getParent() - Method in class org.enhydra.barracuda.core.util.data.AbstractPData
get the objects parent (null if root)
getParseException() - Method in interface org.enhydra.barracuda.core.forms.FormElement
Get any parse exceptions associated with the element (ie. that might have occurred when the element was mapped)
getParseException() - Method in class org.enhydra.barracuda.core.forms.DefaultFormElement
Get any parse exceptions associated with the element (ie. that might have occurred when the element was mapped)
getPassword() - Method in class org.enhydra.barracuda.core.util.http.HttpRequester
Get the password
getPathInfo() - Method in class org.enhydra.barracuda.core.helper.servlet.HttpServletRequestWrapper
Returns any extra path information associated with the URL the client sent when it made this request.
getPathInfo() - Method in class org.enhydra.barracuda.testbed.servlet.MockHttpServletRequest
 
getPathTranslated() - Method in class org.enhydra.barracuda.core.helper.servlet.HttpServletRequestWrapper
Returns any extra path information after the servlet name but before the query string, and translates it to a real path.
getPathTranslated() - Method in class org.enhydra.barracuda.testbed.servlet.MockHttpServletRequest
 
getPDataInstance() - Method in class org.enhydra.barracuda.core.util.data.TestPHashMap
 
getPDataInstance() - Method in class org.enhydra.barracuda.core.util.data.TestPArrayList
 
getPDataInstance() - Method in class org.enhydra.barracuda.core.util.data.PDataTestCases
 
getPListInstance() - Method in class org.enhydra.barracuda.core.util.data.TestPHashMap
 
getPListInstance() - Method in class org.enhydra.barracuda.core.util.data.TestPArrayList
 
getPListInstance() - Method in class org.enhydra.barracuda.core.util.data.PDataTestCases
 
getPMapInstance() - Method in class org.enhydra.barracuda.core.util.data.TestPHashMap
 
getPMapInstance() - Method in class org.enhydra.barracuda.core.util.data.TestPArrayList
 
getPMapInstance() - Method in class org.enhydra.barracuda.core.util.data.PDataTestCases
 
getPreFormatOutputOptions() - Method in interface org.enhydra.barracuda.core.util.dom.io.PreFormattedTextDocument
Get the OutputOption that were used to format the document.
getPreFormattedElementCount() - Method in interface org.enhydra.barracuda.core.util.dom.io.Formatter
Get the count of preformatted element open tags that were written.
getPreFormattedText() - Method in interface org.enhydra.barracuda.core.util.dom.io.PreFormattedText
Get the pre-formatted text for a node.
getPreFormattedTextCount() - Method in interface org.enhydra.barracuda.core.util.dom.io.Formatter
Get the count of preformatted text nodes that were written.
getPreserveSpace() - Method in class org.enhydra.barracuda.core.util.dom.io.OutputOptions
Get the default space-preservation flag.
getPrettyPrinting() - Method in class org.enhydra.barracuda.core.util.dom.io.OutputOptions
Get pretty-printing flag.
getPreventCaching() - Method in class org.enhydra.barracuda.core.comp.AbstractBComponent
Determine whether the root component is preventing DOM caching
getPrintDebug() - Method in class org.enhydra.barracuda.core.util.dom.io.ErrorReporter
Get the value of the printDebug flag.
getPrintWarnings() - Method in class org.enhydra.barracuda.core.util.dom.io.ErrorReporter
Get the value of the printWarnings flag.
getProtocol() - Method in class org.enhydra.barracuda.core.helper.servlet.HttpServletRequestWrapper
Returns the name and version of the protocol the request uses in the form protocol/majorVersion.minorVersion, for example, HTTP/1.1.
getProtocol() - Method in class org.enhydra.barracuda.testbed.servlet.MockHttpServletRequest
 
getPublicId() - Method in class org.enhydra.barracuda.core.util.dom.io.OutputOptions
Get the public id to use in the DOCUMENT.
getPublicMapping(String) - Method in class org.enhydra.barracuda.core.util.dom.io.XMLEntityResolver
Returns a public identifier mapping.
getPublicMappingKeys() - Method in class org.enhydra.barracuda.core.util.dom.io.XMLEntityResolver
Returns an enumeration of public identifier mapping keys.
getQueryString() - Method in class org.enhydra.barracuda.core.helper.servlet.HttpServletRequestWrapper
Returns the query string that is contained in the request URL after the path.
getQueryString() - Method in class org.enhydra.barracuda.testbed.servlet.MockHttpServletRequest
 
getQueue() - Method in interface org.enhydra.barracuda.core.event.EventContext
Get the underlying DispatchQueue
getQueue() - Method in class org.enhydra.barracuda.core.event.DefaultEventContext
Get the underlying DispatchQueue
getReader() - Method in class org.enhydra.barracuda.core.helper.servlet.HttpServletRequestWrapper
Retrieves the body of the request as character data using a BufferedReader.
getReader() - Method in class org.enhydra.barracuda.testbed.servlet.MockHttpServletRequest
 
getRealPath(String) - Method in class org.enhydra.barracuda.core.helper.servlet.HttpServletRequestWrapper
Deprecated.
getRealPath(String) - Method in class org.enhydra.barracuda.testbed.servlet.MockHttpServletRequest
 
getRedirectURL() - Method in class org.enhydra.barracuda.core.event.ClientSideRedirectException
Get the new event that triggered this interrupt
getRemoteAddr() - Method in class org.enhydra.barracuda.core.helper.servlet.HttpServletRequestWrapper
Returns the Internet Protocol (IP) {return req.();}address of the client that sent the request.
getRemoteAddr() - Method in class org.enhydra.barracuda.testbed.servlet.MockHttpServletRequest
 
getRemoteHost() - Method in class org.enhydra.barracuda.core.helper.servlet.HttpServletRequestWrapper
Returns the fully qualified name of the client that sent the request, or the IP address of the client if the name cannot be determined.
getRemoteHost() - Method in class org.enhydra.barracuda.testbed.servlet.MockHttpServletRequest
 
getRemoteUser() - Method in class org.enhydra.barracuda.core.helper.servlet.HttpServletRequestWrapper
Returns the login of the user making this request, if the user has been authenticated, or null if the user has not been authenticated.
getRemoteUser() - Method in class org.enhydra.barracuda.testbed.servlet.MockHttpServletRequest
 
getRenderer(Class) - Method in class org.enhydra.barracuda.core.comp.AbstractBComponent
 
getRenderer(View) - Method in class org.enhydra.barracuda.core.comp.AbstractBComponent
This method allows a component to get a reference to the appropriate renderer.
getRenderStrategy() - Method in class org.enhydra.barracuda.core.comp.BComponent
Get the render strategy for this component
getRequest() - Method in interface org.enhydra.barracuda.core.comp.ViewContext
 
getRequest() - Method in class org.enhydra.barracuda.core.comp.DefaultViewContext
Get the underlying HttpServletRequest
getRequest() - Method in class org.enhydra.barracuda.core.event.DefaultEventContext
Get the associated HttpServletRequest
getRequest() - Method in interface org.enhydra.barracuda.core.event.ControlEventContext
Get the associated HttpServletRequest
getRequest() - Method in class org.enhydra.barracuda.core.util.data.ServletRequestStateMap
get a reference to the underlying ServletRequest
getRequest() - Method in class org.enhydra.barracuda.core.util.data.ServletRequestParameterStateMap
get a reference to the underlying ServletRequest
getRequestDispatcher(String) - Method in class org.enhydra.barracuda.core.helper.servlet.HttpServletRequestWrapper
Returns a RequestDispatcher object that acts as a wrapper for the resource located at the given path.
getRequestDispatcher(String) - Method in class org.enhydra.barracuda.testbed.servlet.MockHttpServletRequest
 
getRequestedSessionId() - Method in class org.enhydra.barracuda.core.helper.servlet.HttpServletRequestWrapper
Returns the session ID specified by the client.
getRequestedSessionId() - Method in class org.enhydra.barracuda.testbed.servlet.MockHttpServletRequest
 
getRequestURI() - Method in class org.enhydra.barracuda.core.helper.servlet.HttpServletRequestWrapper
Returns the part of this request's URL from the protocol name up to the query string in the first line of the HTTP request.
getRequestURI() - Method in class org.enhydra.barracuda.testbed.servlet.MockHttpServletRequest
 
getRequestURL() - Method in class org.enhydra.barracuda.core.helper.servlet.HttpServletRequestWrapper
Reconstructs the URL the client used to make the request.
getRequestURL() - Method in class org.enhydra.barracuda.testbed.servlet.MockHttpServletRequest
 
getResources() - Method in class org.enhydra.barracuda.core.comp.scripting.BScript
Get a list of script resource
getResponse() - Method in interface org.enhydra.barracuda.core.comp.ViewContext
 
getResponse() - Method in class org.enhydra.barracuda.core.comp.DefaultViewContext
Get the underlying HttpServletResponse
getResponse() - Method in interface org.enhydra.barracuda.core.event.ViewEventContext
Get the associated HttpServletResponse
getResponse() - Method in class org.enhydra.barracuda.core.event.DefaultEventContext
Get the associated HttpServletResponse
getRootComponent() - Method in class org.enhydra.barracuda.core.comp.AbstractBComponent
 
getRootEvent() - Method in class org.enhydra.barracuda.core.event.DefaultBaseEvent
get the root event source (may be null)
getRootEvent() - Method in interface org.enhydra.barracuda.core.event.BaseEvent
get the root event source (may be null)
getRootEvent(BaseEvent) - Static method in class org.enhydra.barracuda.core.event.DefaultBaseEvent
get the RootEvent that caused this event (if any).
getRootException(NestableException) - Static method in class org.enhydra.barracuda.core.util.exceptions.NestableException
get the RootException behind this exception.
getRootGateway(EventGateway) - Method in class org.enhydra.barracuda.config.MasterScreenFactory
 
getRootParent() - Method in interface org.enhydra.barracuda.core.util.data.PData
get the root parent by chaining back up the heirarchy until we find the highest PData object in the heirarchy.
getRootParent() - Method in class org.enhydra.barracuda.core.util.data.AbstractPData
get the root parent by chaining back up the heirarchy until we find the highest PData object in the heirarchy.
getRowCount() - Method in interface org.enhydra.barracuda.core.comp.TableModel
 
getSampleInstance() - Static method in class org.enhydra.barracuda.examples.xmlc.data.UsersList
Build a sample instance of some Table Data.
getScheme() - Method in class org.enhydra.barracuda.core.helper.servlet.HttpServletRequestWrapper
Returns the name of the scheme used to make this request, for example, http, https, or ftp.
getScheme() - Method in class org.enhydra.barracuda.testbed.servlet.MockHttpServletRequest
 
getScriptingType() - Method in class org.enhydra.barracuda.core.view.ViewCapabilities
Get the current scripting type
getScriptingType(HttpServletRequest) - Static method in class org.enhydra.barracuda.core.view.ViewUtil
Determine the what type of scripting is supported by figuring out what kind of browser we're dealing with.
getSelectComp(ViewContext, String, ListModel, int) - Static method in class org.enhydra.barracuda.config.ScreenUtil
This method greats a typical debug level BSelect component
getSelectedIndex() - Method in class org.enhydra.barracuda.core.comp.BSelect
Convenience method to get the selected index (if the component allows multiple selections, this will return the index of the first selected item).
getSelectedIndexes() - Method in class org.enhydra.barracuda.core.comp.BSelect
Convenience method to return an int array containing all selected indexes.
getSelectionMode() - Method in interface org.enhydra.barracuda.core.comp.ListSelectionModel
 
getSelectionMode() - Method in class org.enhydra.barracuda.core.comp.DefaultListSelectionModel
Returns the selection mode.
getSelectionModel() - Method in class org.enhydra.barracuda.core.comp.BSelect
Get the selection model that backs the list
getServerName() - Method in class org.enhydra.barracuda.core.helper.servlet.HttpServletRequestWrapper
Returns the host name of the server that received the request.
getServerName() - Method in class org.enhydra.barracuda.testbed.servlet.MockHttpServletRequest
 
getServerPort() - Method in class org.enhydra.barracuda.core.helper.servlet.HttpServletRequestWrapper
Returns the port number on which this request was received.
getServerPort() - Method in class org.enhydra.barracuda.testbed.servlet.MockHttpServletRequest
 
getServletInfo() - Method in class org.enhydra.barracuda.core.util.logging.Log4jInit
Returns the fully qualified class name concatenated with the CVS id.
getServletPath() - Method in class org.enhydra.barracuda.core.helper.servlet.HttpServletRequestWrapper
Returns the part of this request's URL that calls the servlet.
getServletPath() - Method in class org.enhydra.barracuda.testbed.servlet.MockHttpServletRequest
 
getSession() - Method in class org.enhydra.barracuda.core.helper.servlet.HttpServletRequestWrapper
Returns the current session associated with this request, or if the request does not have a session, creates one.
getSession() - Method in class org.enhydra.barracuda.core.util.data.HttpSessionStateMap
get a reference to the underlying HttpSession
getSession() - Method in class org.enhydra.barracuda.testbed.servlet.MockHttpServletRequest
 
getSession(boolean) - Method in class org.enhydra.barracuda.core.helper.servlet.HttpServletRequestWrapper
Returns the current HttpSession associated with this request or, if if there is no current session and create is true, returns a new session.
getSession(boolean) - Method in class org.enhydra.barracuda.testbed.servlet.MockHttpServletRequest
 
getSession(HttpServletRequest) - Static method in class org.enhydra.barracuda.core.util.http.SessionServices
get the session from a request.
getSession(HttpServletRequest, boolean) - Static method in class org.enhydra.barracuda.core.util.http.SessionServices
get the session from a request (allowing you to specify whether or not to create it)
getSession(HttpServletRequest, boolean, Integer) - Static method in class org.enhydra.barracuda.core.util.http.SessionServices
get the session from a request (allowing you to specify whether or not to create it).
getSession(ViewContext) - Static method in class org.enhydra.barracuda.core.util.http.SessionServices
get the session from the view context (it will automatically extract the event context and cast it to ControlEventContext for you, then retrieve the request from there and use that to get the session info).
getSession(ViewContext, boolean) - Static method in class org.enhydra.barracuda.core.util.http.SessionServices
get the session from the view context (allowing you to specify whether or not to create it)
getSession(ViewContext, boolean, Integer) - Static method in class org.enhydra.barracuda.core.util.http.SessionServices
get the session from the view context (allowing you to specify whether or not to create it).
getSessionRepository() - Static method in class org.enhydra.barracuda.core.util.data.ObjectRepository
Get a reference to the Session repository.
getShortClassName(Class) - Static method in class org.enhydra.barracuda.core.util.Classes
Get a short version of a class name
getShortVal() - Method in class org.enhydra.barracuda.core.forms.DefaultFormElement
Get the value for this element as a Short
getShortVal(Short) - Method in class org.enhydra.barracuda.core.forms.DefaultFormElement
Get a Short value from the map, defaulting accordingly if the value is null
getShortVal(String) - Method in class org.enhydra.barracuda.core.forms.DefaultFormMap
Get an Short value from the map
getShortVal(String, Short) - Method in class org.enhydra.barracuda.core.forms.DefaultFormMap
Get the value for a given key, defaulting accordingly if the value is null.
getSize() - Method in interface org.enhydra.barracuda.core.comp.ListModel
 
getSize() - Method in class org.enhydra.barracuda.core.comp.DefaultListModel
Get the size of the list
getSource() - Method in class org.enhydra.barracuda.core.event.DefaultBaseEvent
get the event source (may be null)
getSource() - Method in interface org.enhydra.barracuda.core.event.BaseEvent
get the event source (may be null)
getSource() - Method in class org.enhydra.barracuda.core.forms.ValidationException
Get the form element which caused this error
getSrc() - Method in class org.enhydra.barracuda.core.comp.scripting.BScriptResource
Get the src for this particular component
getStartDate() - Method in class org.enhydra.barracuda.core.forms.validators.DateRangeValidator
Return the minimum date value
getState(Object) - Method in class org.enhydra.barracuda.core.comp.DefaultViewContext
get a property in this StateMap
getState(Object) - Method in class org.enhydra.barracuda.core.comp.AbstractBComponent
get a property in this StateMap
getState(Object) - Method in class org.enhydra.barracuda.core.event.DefaultEventContext
get a property in this StateMap
getState(Object) - Method in class org.enhydra.barracuda.core.event.DefaultBaseEvent
get a property in this StateMap
getState(Object) - Method in class org.enhydra.barracuda.core.forms.DefaultFormMap
get a property in this StateMap
getState(Object) - Method in interface org.enhydra.barracuda.core.util.data.StateMap
get a property in this StateMap
getState(Object) - Method in class org.enhydra.barracuda.core.util.data.ServletRequestStateMap
get a property in this StateMap
getState(Object) - Method in class org.enhydra.barracuda.core.util.data.ServletRequestParameterStateMap
get a property in this StateMap.
getState(Object) - Method in class org.enhydra.barracuda.core.util.data.ServletContextStateMap
get a property in this StateMap
getState(Object) - Method in class org.enhydra.barracuda.core.util.data.MapStateMap
get a property in this StateMap
getState(Object) - Method in class org.enhydra.barracuda.core.util.data.HttpSessionStateMap
get a property in this StateMap
getState(Object) - Method in class org.enhydra.barracuda.core.util.data.DefaultStateMap
get a property in this StateMap
getState(Object) - Method in class org.enhydra.barracuda.core.util.data.AbstractPData
get a property in this StateMap
getStateKeys() - Method in class org.enhydra.barracuda.core.comp.DefaultViewContext
get a list of the keys for this StateMap
getStateKeys() - Method in class org.enhydra.barracuda.core.comp.AbstractBComponent
get a list of the keys for this StateMap
getStateKeys() - Method in class org.enhydra.barracuda.core.event.DefaultEventContext
get a list of the keys for this StateMap
getStateKeys() - Method in class org.enhydra.barracuda.core.event.DefaultBaseEvent
get a list of the keys for this StateMap
getStateKeys() - Method in class org.enhydra.barracuda.core.forms.DefaultFormMap
get a list of the keys for this StateMap
getStateKeys() - Method in interface org.enhydra.barracuda.core.util.data.StateMap
get a list of the keys for this StateMap
getStateKeys() - Method in class org.enhydra.barracuda.core.util.data.ServletRequestStateMap
get a List of the keys for this StateMap (implementation is an ArrayList)
getStateKeys() - Method in class org.enhydra.barracuda.core.util.data.ServletRequestParameterStateMap
get a List of the keys for this StateMap (implementation is an ArrayList)
getStateKeys() - Method in class org.enhydra.barracuda.core.util.data.ServletContextStateMap
get a List of the keys for this StateMap (implementation is an ArrayList)
getStateKeys() - Method in class org.enhydra.barracuda.core.util.data.MapStateMap
get a List of the keys for this StateMap (implementation is an ArrayList)
getStateKeys() - Method in class org.enhydra.barracuda.core.util.data.HttpSessionStateMap
get a List of the keys for this StateMap (implementation is an ArrayList)
getStateKeys() - Method in class org.enhydra.barracuda.core.util.data.DefaultStateMap
get a List of the keys for this StateMap (implementation is an ArrayList)
getStateKeys() - Method in class org.enhydra.barracuda.core.util.data.AbstractPData
get a List of the keys for this StateMap (implementation is an ArrayList)
getStateMap() - Method in class org.enhydra.barracuda.core.util.data.TestPHashMap
 
getStateMap() - Method in class org.enhydra.barracuda.core.util.data.TestPArrayList
 
getStateMap() - Method in class org.enhydra.barracuda.core.util.data.StateMapTestCases
 
getStateValues() - Method in class org.enhydra.barracuda.core.comp.DefaultViewContext
get a copy of the underlying Map
getStateValues() - Method in class org.enhydra.barracuda.core.comp.AbstractBComponent
get a copy of the underlying Map
getStateValues() - Method in class org.enhydra.barracuda.core.event.DefaultEventContext
get a copy of the underlying Map
getStateValues() - Method in class org.enhydra.barracuda.core.event.DefaultBaseEvent
get a copy of the underlying Map
getStateValues() - Method in class org.enhydra.barracuda.core.forms.DefaultFormMap
get a copy of the underlying Map
getStateValues() - Method in interface org.enhydra.barracuda.core.util.data.StateMap
get a copy of the underlying Map that holds the state values
getStateValues() - Method in class org.enhydra.barracuda.core.util.data.ServletRequestStateMap
get a copy of the underlying Map (in this case, we map all the attributes of the ServletRequest structure into a Map and return that)
getStateValues() - Method in class org.enhydra.barracuda.core.util.data.ServletRequestParameterStateMap
get a copy of the underlying Map (in this case, we map all the attributes of the ServletRequest structure into a Map and return that)
getStateValues() - Method in class org.enhydra.barracuda.core.util.data.ServletContextStateMap
get a copy of the underlying Map (in this case, we map all the attributes of the ServletContext structure into a Map and return that)
getStateValues() - Method in class org.enhydra.barracuda.core.util.data.MapStateMap
get a copy of the underlying Map (in this case, we map all the attributes of the Map structure into a Map and return that)
getStateValues() - Method in class org.enhydra.barracuda.core.util.data.HttpSessionStateMap
get a copy of the underlying Map (in this case, we map all the attributes of the HttpSession structure into a Map and return that)
getStateValues() - Method in class org.enhydra.barracuda.core.util.data.DefaultStateMap
get a copy of the underlying Map that holds the state values
getStateValues() - Method in class org.enhydra.barracuda.core.util.data.AbstractPData
get a copy of the underlying Map that holds the state values
getString(ResourceBundle, String) - Static method in class org.enhydra.barracuda.core.util.l10n.Localize
Get data from a resource bundle.
getStringVal() - Method in class org.enhydra.barracuda.core.forms.DefaultFormElement
Get the value for this element as a String
getStringVal(String) - Method in class org.enhydra.barracuda.core.forms.DefaultFormMap
Get a String value from the map
getStringVal(String) - Method in class org.enhydra.barracuda.core.forms.DefaultFormElement
Get the value for this element as a String, defaulting accordingly if the value is null
getStringVal(String, Date) - Method in class org.enhydra.barracuda.core.forms.DefaultFormMap
Get the value for a given key, defaulting accordingly if the value is null.
getStringVal(String, String) - Method in class org.enhydra.barracuda.core.forms.DefaultFormMap
Get the value for a given key, defaulting accordingly if the value is null.
getSubExceptions() - Method in class org.enhydra.barracuda.core.forms.ValidationException
Get a copy of the list of sub-exceptions.
getSubValidator() - Method in class org.enhydra.barracuda.core.forms.Not
Return the value that is being not'ed
getSubValidator() - Method in class org.enhydra.barracuda.core.forms.validators.ListValidator
Return the value that is being not'ed
getSubValidators() - Method in class org.enhydra.barracuda.core.forms.Or
Return the sub-validators that are or'ed together Do not assume this array is of length 2, in order to allow for future use.
getSubValidators() - Method in class org.enhydra.barracuda.core.forms.And
Return the sub-validators that are or'ed together Do not assume this array is of length 2, in order to allow for future use.
getSuccessMsg(ViewContext, String, String) - Static method in class org.enhydra.barracuda.config.ScreenUtil
This method creates a success message
getSupportedServices() - Method in interface org.enhydra.barracuda.core.util.srv.SimpleServiceProvider
Provide a list of supported services.
getSystemId() - Method in class org.enhydra.barracuda.core.util.dom.io.OutputOptions
Get the system id to use in the DOCUMENT.
getSystemMapping(String) - Method in class org.enhydra.barracuda.core.util.dom.io.XMLEntityResolver
Returns a system identifier alias.
getSystemMappingKeys() - Method in class org.enhydra.barracuda.core.util.dom.io.XMLEntityResolver
Returns an enumeration of system identifier mapping keys.
getTarget() - Method in class org.enhydra.barracuda.core.comp.BLink
Get the target for this particular component
getTemplateClass() - Method in class org.enhydra.barracuda.core.comp.helper.BTemplateGateway
Return an instance of the template class (must implement Document)
getTemplateClass() - Method in class org.enhydra.barracuda.core.event.helper.BTemplateViewHandler
Return an instance of the template class (must implement Document)
getTemplateClass() - Method in class org.enhydra.barracuda.core.event.helper.BlockIterateHandler
 
getTemplateClass() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx9
Return an instance of the template class (must implement Document)
getTemplateClass() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx8
Return an instance of the template class (must implement Document)
getTemplateHelper() - Method in class org.enhydra.barracuda.core.comp.renderer.html.HTMLTemplateRenderer
 
getTemplateHelper() - Method in class org.enhydra.barracuda.core.comp.renderer.xml.XMLTemplateRenderer
 
getTemplateModel() - Method in class org.enhydra.barracuda.core.comp.helper.BTemplateGateway
Return an instance of the template model
getTemplateModel() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx9
Return an instance of the template model
getTemplateModel() - Method in class org.enhydra.barracuda.examples.xmlc.CompEx8
Return an instance of the template model
getTemplateModels() - Method in class org.enhydra.barracuda.core.event.helper.BTemplateViewHandler
Return an instance of the template model; you can either return a single instance of a TemplateModel, -OR- you can return a List of TemplateModels
getTemplateModels() - Method in class org.enhydra.barracuda.core.event.helper.AbstractBlockIterator
 
getTemplateNode() - Method in interface org.enhydra.barracuda.core.comp.ViewContext
 
getTemplateNode() - Method in class org.enhydra.barracuda.core.comp.DefaultViewContext
Get the underlying template Node (if it exists)
getText() - Method in class org.enhydra.barracuda.core.comp.BText
Get the text for this particular component
getText() - Method in class org.enhydra.barracuda.core.comp.BLink
Get the text for this particular component
getTimestamp() - Method in class org.enhydra.barracuda.core.event.DefaultBaseEvent
Get the timestamp
getTimestamp() - Method in interface org.enhydra.barracuda.core.event.BaseEvent
Get the timestamp
getToggleButton(ViewContext, String, String, boolean) - Static method in class org.enhydra.barracuda.config.ScreenUtil
This method greats a typical debug level BSelect component
getType() - Method in class org.enhydra.barracuda.core.comp.BInput
Get the type of input.
getType() - Method in interface org.enhydra.barracuda.core.forms.FormElement
Get the FormType for this for element
getType() - Method in class org.enhydra.barracuda.core.forms.DefaultFormElement
Get the FormType for this for element
getUpdateButtonComp(ViewContext, ListenerFactory) - Static method in class org.enhydra.barracuda.config.ScreenUtil
This method greats a typical debug level BSelect component
getUrl() - Method in class org.enhydra.barracuda.core.util.http.HttpRequester
Get the URL for the HttpRequest object
getURLRewriter() - Method in class org.enhydra.barracuda.core.util.dom.io.OutputOptions
Get the URLRewriter.
getURLStr() - Method in class org.enhydra.barracuda.core.util.http.LightweightURL
Return the whole URL string (ie.
getUser() - Method in class org.enhydra.barracuda.core.util.http.HttpRequester
Get the user name
getUserPrincipal() - Method in class org.enhydra.barracuda.core.helper.servlet.HttpServletRequestWrapper
Returns a java.security.Principal object containing the name of the current authenticated user.
getUserPrincipal() - Method in class org.enhydra.barracuda.testbed.servlet.MockHttpServletRequest
 
getVal() - Method in interface org.enhydra.barracuda.core.forms.FormElement
Get the value for this element
getVal() - Method in class org.enhydra.barracuda.core.forms.DefaultFormElement
Get the value for this element
getVal(String) - Method in interface org.enhydra.barracuda.core.forms.FormMap
Get the value for a given key.
getVal(String) - Method in class org.enhydra.barracuda.core.forms.DefaultFormMap
Get the value for a given key.
getValidator() - Method in interface org.enhydra.barracuda.core.forms.FormElement
Get the default FormValidator for this form element
getValidator() - Method in class org.enhydra.barracuda.core.forms.DefaultFormElement
Get the default FormValidator for this form element
getValidators() - Method in class org.enhydra.barracuda.core.forms.DefaultFormValidator
Get a list of all child validators
getVals() - Method in class org.enhydra.barracuda.core.forms.DefaultFormMap
Get the a map of all the values that back this form map
getValue() - Method in interface org.enhydra.barracuda.core.comp.ItemMap
Returns the value corresponding to this entry.
getValue() - Method in class org.enhydra.barracuda.core.comp.DefaultItemMap
Returns the value corresponding to this entry.
getValue() - Method in class org.enhydra.barracuda.core.comp.BInput
Get the value for this input.
getValue() - Method in class org.enhydra.barracuda.core.util.data.Param
Get the value
getValues() - Method in class org.enhydra.barracuda.taskdefs.Xmlc.BooleanAttribute
 
getValues() - Method in class org.enhydra.barracuda.taskdefs.CopyAndReplace.BooleanAttribute
 
getViewCapabilities() - Method in interface org.enhydra.barracuda.core.comp.ViewContext
 
getViewCapabilities() - Method in class org.enhydra.barracuda.core.comp.DefaultViewContext
Get the underlying ViewCapabilities object
getViewCapabilities() - Method in interface org.enhydra.barracuda.core.event.EventContext
Get the underlying ViewCapabilities
getViewCapabilities() - Method in class org.enhydra.barracuda.core.event.DefaultEventContext
Get the underlying ViewCapabilities
getViewContext() - Method in interface org.enhydra.barracuda.core.comp.Contextual
 
getViewContext() - Method in class org.enhydra.barracuda.core.comp.AbstractTemplateModel
Get the current ViewContext
getViewContext() - Method in class org.enhydra.barracuda.core.comp.AbstractTableModel
Get the current ViewContext
getViewContext() - Method in class org.enhydra.barracuda.core.comp.AbstractListModel
Get the current ViewContext
getViewContext() - Method in class org.enhydra.barracuda.core.event.helper.BlockIterateHandler
 
getViews() - Method in class org.enhydra.barracuda.core.comp.BComponent
Get a list of all the views for this component.
getViews() - Method in class org.enhydra.barracuda.core.comp.AbstractBComponent
 
getViewSize() - Method in class org.enhydra.barracuda.core.comp.BSelect
Get the size of the component.
getWarningCnt() - Method in class org.enhydra.barracuda.core.util.dom.io.ErrorReporter
Get the count of warnings that have occured.
getWeakSessionRepository() - Static method in class org.enhydra.barracuda.core.util.data.ObjectRepository
Get a reference to a Weak Session repository.
getXmlEncoding() - Method in class org.enhydra.barracuda.core.util.dom.io.OutputOptions
Deprecated. Use getMIMEEncoding().
global - Static variable in class org.enhydra.barracuda.core.util.data.ObjectRepository
 
globalInstance() - Static method in class org.enhydra.barracuda.core.util.data.NameSpace
get the global NameSpace instance
globalLoader - Static variable in class org.enhydra.barracuda.core.util.dom.DefaultDOMLoader
 
globalNameSpace - Static variable in class org.enhydra.barracuda.core.util.data.NameSpace
 
GlobalUtilities - class org.enhydra.barracuda.examples.GlobalUtilities.
Global Utilities.
GlobalUtilities() - Constructor for class org.enhydra.barracuda.examples.GlobalUtilities
Public constructor
gt - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity gt (>).

H

handleControlEvent(ControlEventContext) - Method in class org.enhydra.barracuda.core.event.DefaultBaseEventListener
Handle HttpRequestEvents
handled - Variable in class org.enhydra.barracuda.core.event.DefaultBaseEvent
 
HANDLED_BY - Static variable in class org.enhydra.barracuda.examples.ex4.SampleViewHandler
 
handleDefault(BComponent, ViewContext, HttpServletRequest, HttpServletResponse) - Method in class org.enhydra.barracuda.core.comp.helper.ComponentGateway
Handle the default HttpRequest.
handleDefault(BComponent, ViewContext, HttpServletRequest, HttpServletResponse) - Method in class org.enhydra.barracuda.core.comp.helper.BTemplateGateway
Handle the default HttpRequest.
handleDefault(BComponent, ViewContext, HttpServletRequest, HttpServletResponse) - Method in class org.enhydra.barracuda.examples.xmlc.TemplateTableServlet
Handle the default HttpRequest.
handleDefault(BComponent, ViewContext, HttpServletRequest, HttpServletResponse) - Method in class org.enhydra.barracuda.examples.xmlc.RedirectEx1
Handle the default HttpRequest.
handleDefault(BComponent, ViewContext, HttpServletRequest, HttpServletResponse) - Method in class org.enhydra.barracuda.examples.xmlc.CompEx9
Handle the default HttpRequest.
handleDefault(BComponent, ViewContext, HttpServletRequest, HttpServletResponse) - Method in class org.enhydra.barracuda.examples.xmlc.CompEx7
Handle the default HttpRequest.
handleDefault(BComponent, ViewContext, HttpServletRequest, HttpServletResponse) - Method in class org.enhydra.barracuda.examples.xmlc.CompEx6
Handle the default HttpRequest.
handleDefault(BComponent, ViewContext, HttpServletRequest, HttpServletResponse) - Method in class org.enhydra.barracuda.examples.xmlc.CompEx5
Handle the default HttpRequest.
handleDefault(BComponent, ViewContext, HttpServletRequest, HttpServletResponse) - Method in class org.enhydra.barracuda.examples.xmlc.CompEx4
Handle the default HttpRequest.
handleDefault(BComponent, ViewContext, HttpServletRequest, HttpServletResponse) - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1
Handle the default HttpRequest.
handleDefault(BComponent, ViewContext, HttpServletRequest, HttpServletResponse) - Method in class org.enhydra.barracuda.examples.xmlc.BrowserCheck
Handle the default HttpRequest.
handleDefault(BComponent, ViewContext, HttpServletRequest, HttpServletResponse) - Method in class org.enhydra.barracuda.tutorials.comp.HelloWorld4
Handle the default HttpRequest.
handleDefault(BComponent, ViewContext, HttpServletRequest, HttpServletResponse) - Method in class org.enhydra.barracuda.tutorials.comp.HelloWorld3
Handle the default HttpRequest.
handleDefault(BComponent, ViewContext, HttpServletRequest, HttpServletResponse) - Method in class org.enhydra.barracuda.tutorials.comp.HelloWorld2b
Handle the default HttpRequest.
handleDefault(BComponent, ViewContext, HttpServletRequest, HttpServletResponse) - Method in class org.enhydra.barracuda.tutorials.comp.HelloWorld2a
Handle the default HttpRequest.
handleDefault(BComponent, ViewContext, HttpServletRequest, HttpServletResponse) - Method in class org.enhydra.barracuda.tutorials.comp.HelloWorld2
Handle the default HttpRequest.
handleDefault(BComponent, ViewContext, HttpServletRequest, HttpServletResponse) - Method in class org.enhydra.barracuda.tutorials.comp.HelloWorld1b
Handle the default HttpRequest.
handleDefault(BComponent, ViewContext, HttpServletRequest, HttpServletResponse) - Method in class org.enhydra.barracuda.tutorials.comp.HelloWorld1a
Handle the default HttpRequest.
handleDefault(BComponent, ViewContext, HttpServletRequest, HttpServletResponse) - Method in class org.enhydra.barracuda.tutorials.comp.HelloWorld1
Handle the default HttpRequest.
handleDefault(HttpServletRequest, HttpServletResponse) - Method in class org.enhydra.barracuda.core.comp.helper.FormGateway
Handle the default HttpRequest.
handleDefault(HttpServletRequest, HttpServletResponse) - Method in class org.enhydra.barracuda.core.comp.helper.ComponentGateway
 
handleDefault(HttpServletRequest, HttpServletResponse) - Method in class org.enhydra.barracuda.core.event.ApplicationGateway
Handle the default HttpRequest.
handleDefault(HttpServletRequest, HttpServletResponse) - Method in class org.enhydra.barracuda.core.helper.servlet.ResourceGateway
Handle the default HttpRequest.
handleDefault(HttpServletRequest, HttpServletResponse) - Method in class org.enhydra.barracuda.core.helper.servlet.ParamGateway
Handle the default HttpRequest.
handleDefault(HttpServletRequest, HttpServletResponse) - Method in class org.enhydra.barracuda.examples.xmlc.CompEx9
 
handleDefaultExt(HttpServletRequest, HttpServletResponse, Object) - Method in class org.enhydra.barracuda.core.event.ApplicationGateway
Handle the default HttpRequest with the ability to add the provided object into the context.
handleEvent(EventContext) - Method in class org.enhydra.barracuda.core.event.DefaultBaseEventListener
Handle all events.
handleEvent(EventContext) - Method in interface org.enhydra.barracuda.core.event.BaseEventListener
Handle all events.
handleEventException(EventException, HttpServletRequest, HttpServletResponse) - Method in class org.enhydra.barracuda.core.event.ApplicationGateway
Handle an EventException.
handleEventException(EventException, ViewContext, HttpServletRequest, HttpServletResponse) - Method in class org.enhydra.barracuda.core.comp.helper.ComponentGateway
Handle an EventException.
handleOtherEvent(EventContext) - Method in class org.enhydra.barracuda.core.event.DefaultBaseEventListener
Handle all Other events
handler - Variable in class org.enhydra.barracuda.core.util.data.ObjectRepositoryAssembler
 
handleRenderException(RenderException, ViewContext, HttpServletRequest, HttpServletResponse) - Method in class org.enhydra.barracuda.core.comp.helper.ComponentGateway
Handle a RenderException.
handleViewEvent(BComponent, ViewContext) - Method in class org.enhydra.barracuda.core.event.helper.DefaultViewHandler
Handle a view event.
handleViewEvent(BComponent, ViewContext) - Method in class org.enhydra.barracuda.core.event.helper.BTemplateViewHandler
Generate the view
handleViewEvent(ViewEventContext) - Method in class org.enhydra.barracuda.core.event.DefaultBaseEventListener
Handle HttpResponseEvents
handleViewEvent(ViewEventContext) - Method in class org.enhydra.barracuda.core.event.helper.DefaultViewHandler
Handle the ViewEvent
handleViewEvent(ViewEventContext) - Method in class org.enhydra.barracuda.core.event.helper.BlockIterateHandler
Handle the ViewEvent
harr - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity harr (?).
hArr - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity hArr (?).
hasChildren() - Method in interface org.enhydra.barracuda.core.comp.BContainer
 
hasChildren() - Method in class org.enhydra.barracuda.core.comp.AbstractBComponent
Determine whether this container has any children
hasCloseTag(String) - Static method in class org.enhydra.barracuda.core.util.dom.io.HTMLElements
Check if an element is may have a close tag.
hashCode() - Method in class org.enhydra.barracuda.core.comp.DefaultListModel
Returns the hash code value for this list.
hashCode() - Method in class org.enhydra.barracuda.core.util.data.PHashMap
Returns the hash code value for this list.
hashCode() - Method in class org.enhydra.barracuda.core.util.data.PArrayList
Returns the hash code value for this list.
hasNext() - Method in interface org.enhydra.barracuda.core.comp.IterativeModel
 
hasNext() - Method in class org.enhydra.barracuda.core.comp.AbstractIterativeTemplateModel
 
hasNext() - Method in interface org.enhydra.barracuda.core.event.helper.BlockIterator
 
hasSubExceptions() - Method in class org.enhydra.barracuda.core.forms.ValidationException
See if this particular ValidationException has sub-exceptions
hasViews() - Method in class org.enhydra.barracuda.core.comp.AbstractBComponent
Determine whether the component has any views (either regular or temp)
hdrMap - Variable in class org.enhydra.barracuda.testbed.servlet.MockHttpServletRequest
 
header - Variable in class org.enhydra.barracuda.core.comp.DefaultTableView
 
HEADER_FORMATTING - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLElements
Format element as a header.
headerModel - Variable in class org.enhydra.barracuda.core.comp.BTable
 
hearts - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity hearts (?).
hellip - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity hellip (…).
HelloWorld1 - class org.enhydra.barracuda.tutorials.comp.HelloWorld1.
Here's an example of HelloWorld using the BTemplate component
HelloWorld1() - Constructor for class org.enhydra.barracuda.tutorials.comp.HelloWorld1
 
HelloWorld1a - class org.enhydra.barracuda.tutorials.comp.HelloWorld1a.
Here's an example of HelloWorld using the BTemplate component
HelloWorld1a() - Constructor for class org.enhydra.barracuda.tutorials.comp.HelloWorld1a
 
HelloWorld1b - class org.enhydra.barracuda.tutorials.comp.HelloWorld1b.
Here's an example of HelloWorld using the BTemplate component
HelloWorld1b() - Constructor for class org.enhydra.barracuda.tutorials.comp.HelloWorld1b
 
HelloWorld2 - class org.enhydra.barracuda.tutorials.comp.HelloWorld2.
Here's an example of HelloWorld using the BTemplate component
HelloWorld2() - Constructor for class org.enhydra.barracuda.tutorials.comp.HelloWorld2
 
HelloWorld2a - class org.enhydra.barracuda.tutorials.comp.HelloWorld2a.
Here's an example of HelloWorld using the BList component
HelloWorld2a() - Constructor for class org.enhydra.barracuda.tutorials.comp.HelloWorld2a
 
HelloWorld2b - class org.enhydra.barracuda.tutorials.comp.HelloWorld2b.
Here's an example of HelloWorld using the BTemplate component
HelloWorld2b() - Constructor for class org.enhydra.barracuda.tutorials.comp.HelloWorld2b
 
HelloWorld2bHeader - class org.enhydra.barracuda.tutorials.comp.HelloWorld2bHeader.
Here's an example of HelloWorld using the BTemplate component
HelloWorld2bHeader() - Constructor for class org.enhydra.barracuda.tutorials.comp.HelloWorld2bHeader
 
HelloWorld2Footer - class org.enhydra.barracuda.tutorials.comp.HelloWorld2Footer.
Here's an example of HelloWorld using the BTemplate component
HelloWorld2Footer() - Constructor for class org.enhydra.barracuda.tutorials.comp.HelloWorld2Footer
 
HelloWorld3 - class org.enhydra.barracuda.tutorials.comp.HelloWorld3.
Here's an example of HelloWorld using the BTemplate component
HelloWorld3() - Constructor for class org.enhydra.barracuda.tutorials.comp.HelloWorld3
 
HelloWorld4 - class org.enhydra.barracuda.tutorials.comp.HelloWorld4.
Here's an example of HelloWorld using the BTemplate component
HelloWorld4() - Constructor for class org.enhydra.barracuda.tutorials.comp.HelloWorld4
 
HIDDEN - Static variable in class org.enhydra.barracuda.core.comp.BInput
 
HTML_3_0 - Static variable in class org.enhydra.barracuda.core.view.FormatType
 
HTML_3_1 - Static variable in class org.enhydra.barracuda.core.view.FormatType
 
HTML_3_2 - Static variable in class org.enhydra.barracuda.core.view.FormatType
 
HTML_3_2_BROWSER - Static variable in class org.enhydra.barracuda.core.view.ClientType
 
HTML_4_0 - Static variable in class org.enhydra.barracuda.core.view.FormatType
 
HTML_4_0_BROWSER - Static variable in class org.enhydra.barracuda.core.view.ClientType
 
HTML_4_1 - Static variable in class org.enhydra.barracuda.core.view.FormatType
 
HTML_ACTION_RENDERER_DL - Static variable in class org.enhydra.barracuda.config.CompConfig
 
HTML_BROWSER - Static variable in class org.enhydra.barracuda.core.view.ClientType
 
HTML_COMPONENT_RENDERER_DL - Static variable in class org.enhydra.barracuda.config.CompConfig
 
HTML_INPUT_RENDERER_DL - Static variable in class org.enhydra.barracuda.config.CompConfig
 
HTML_LINK_RENDERER_DL - Static variable in class org.enhydra.barracuda.config.CompConfig
 
HTML_LIST_RENDERER_DL - Static variable in class org.enhydra.barracuda.config.CompConfig
 
HTML_SELECT_RENDERER_DL - Static variable in class org.enhydra.barracuda.config.CompConfig
 
HTML_TABLE_RENDERER_DL - Static variable in class org.enhydra.barracuda.config.CompConfig
 
HTML_TEMPLATE_RENDERER_DL - Static variable in class org.enhydra.barracuda.config.CompConfig
 
HTML_TEXT_RENDERER_DL - Static variable in class org.enhydra.barracuda.config.CompConfig
 
HTML_TOGGLE_RENDERER_DL - Static variable in class org.enhydra.barracuda.config.CompConfig
 
HTMLActionRenderer - class org.enhydra.barracuda.core.comp.renderer.html.HTMLActionRenderer.
This class handles the default rendering of actions into an HTML view.
HTMLActionRenderer() - Constructor for class org.enhydra.barracuda.core.comp.renderer.html.HTMLActionRenderer
 
HTMLComponentRenderer - class org.enhydra.barracuda.core.comp.renderer.html.HTMLComponentRenderer.
This interface defines the methods needed to implement a Renderer.
HTMLComponentRenderer() - Constructor for class org.enhydra.barracuda.core.comp.renderer.html.HTMLComponentRenderer
 
HTMLElements - class org.enhydra.barracuda.core.util.dom.io.HTMLElements.
Information about HTML elements and attributes for use HTML formatter.
HTMLEntities - class org.enhydra.barracuda.core.util.dom.io.HTMLEntities.
Definitions of HTML character entities and conversions between unicode characters and HTML character entities.
HTMLInputRenderer - class org.enhydra.barracuda.core.comp.renderer.html.HTMLInputRenderer.
This class handles the default rendering of a list in an HTML view.
HTMLInputRenderer() - Constructor for class org.enhydra.barracuda.core.comp.renderer.html.HTMLInputRenderer
 
HTMLLinkRenderer - class org.enhydra.barracuda.core.comp.renderer.html.HTMLLinkRenderer.
This class handles the default rendering of a link into an HTML view.
HTMLLinkRenderer() - Constructor for class org.enhydra.barracuda.core.comp.renderer.html.HTMLLinkRenderer
 
HTMLListRenderer - class org.enhydra.barracuda.core.comp.renderer.html.HTMLListRenderer.
This class handles the default rendering of a list in an HTML view.
HTMLListRenderer() - Constructor for class org.enhydra.barracuda.core.comp.renderer.html.HTMLListRenderer
 
HTMLScriptRenderer - class org.enhydra.barracuda.core.comp.renderer.html.HTMLScriptRenderer.
This class handles the default rendering script references into an HTML view.
HTMLScriptRenderer() - Constructor for class org.enhydra.barracuda.core.comp.renderer.html.HTMLScriptRenderer
 
HTMLScriptResourceRenderer - class org.enhydra.barracuda.core.comp.renderer.html.HTMLScriptResourceRenderer.
This class handles the default rendering script references into an HTML view.
HTMLScriptResourceRenderer() - Constructor for class org.enhydra.barracuda.core.comp.renderer.html.HTMLScriptResourceRenderer
 
HTMLSelectRenderer - class org.enhydra.barracuda.core.comp.renderer.html.HTMLSelectRenderer.
This class handles the default rendering of a list in an HTML view.
HTMLSelectRenderer() - Constructor for class org.enhydra.barracuda.core.comp.renderer.html.HTMLSelectRenderer
 
HTMLTableRenderer - class org.enhydra.barracuda.core.comp.renderer.html.HTMLTableRenderer.
This class handles the default rendering of a table in an HTML view.
HTMLTableRenderer() - Constructor for class org.enhydra.barracuda.core.comp.renderer.html.HTMLTableRenderer
 
HTMLTemplateRenderer - class org.enhydra.barracuda.core.comp.renderer.html.HTMLTemplateRenderer.
This class handles the default rendering of a template into an HTML view.
HTMLTemplateRenderer() - Constructor for class org.enhydra.barracuda.core.comp.renderer.html.HTMLTemplateRenderer
 
HTMLTemplateRenderer(TemplateHelper) - Constructor for class org.enhydra.barracuda.core.comp.renderer.html.HTMLTemplateRenderer
 
HTMLTextRenderer - class org.enhydra.barracuda.core.comp.renderer.html.HTMLTextRenderer.
This class handles the default rendering of text into an HTML view.
HTMLTextRenderer() - Constructor for class org.enhydra.barracuda.core.comp.renderer.html.HTMLTextRenderer
 
HTMLToggleRenderer - class org.enhydra.barracuda.core.comp.renderer.html.HTMLToggleRenderer.
This class handles the default rendering of a list in an HTML view.
HTMLToggleRenderer() - Constructor for class org.enhydra.barracuda.core.comp.renderer.html.HTMLToggleRenderer
 
HTTP_SERVLET_REQUEST - Static variable in interface org.enhydra.barracuda.core.event.ControlEventContext
 
HTTP_SERVLET_RESPONSE - Static variable in interface org.enhydra.barracuda.core.event.ViewEventContext
 
HttpConverter - class org.enhydra.barracuda.core.util.http.HttpConverter.
This class provides a simple series of static methods to convert a Map to a URL String and vica-versa
HttpConverter() - Constructor for class org.enhydra.barracuda.core.util.http.HttpConverter
 
HttpOutputWriter - interface org.enhydra.barracuda.core.util.http.HttpOutputWriter.
This interfaces defines the necessaries to write the output to the URL (When POSTING)
HttpRequester - class org.enhydra.barracuda.core.util.http.HttpRequester.
This class encapsulates access to/from a URL via both POST and GET methods.
HttpRequester() - Constructor for class org.enhydra.barracuda.core.util.http.HttpRequester
 
HttpRequestEvent - class org.enhydra.barracuda.core.event.HttpRequestEvent.
A HttpRequestEvent indicates that we received an HTTP Request.
HttpRequestEvent() - Constructor for class org.enhydra.barracuda.core.event.HttpRequestEvent
Default noargs constructor
HttpRequestEvent(Object) - Constructor for class org.enhydra.barracuda.core.event.HttpRequestEvent
Public constructor.
HttpResponseEvent - class org.enhydra.barracuda.core.event.HttpResponseEvent.
A HttpResponseEvent indicates that we received an HTTP Response.
HttpResponseEvent() - Constructor for class org.enhydra.barracuda.core.event.HttpResponseEvent
Default noargs constructor
HttpResponseEvent(Object) - Constructor for class org.enhydra.barracuda.core.event.HttpResponseEvent
Public constructor.
HttpServletRequestWrapper - class org.enhydra.barracuda.core.helper.servlet.HttpServletRequestWrapper.
This class acts as a thin wrapper around a ServletRequest.
HttpServletRequestWrapper(HttpServletRequest) - Constructor for class org.enhydra.barracuda.core.helper.servlet.HttpServletRequestWrapper
Create an HttpServletRequestWrapper around some other HttpServletRequest impl.
HttpSessionStateMap - class org.enhydra.barracuda.core.util.data.HttpSessionStateMap.
The implementation provides a StateMap bridge to a HttpSession object.
HttpSessionStateMap(HttpSession) - Constructor for class org.enhydra.barracuda.core.util.data.HttpSessionStateMap
Public constructor.

I

iacute - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity iacute (í).
Iacute - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity Iacute (Í).
icirc - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity icirc (î).
Icirc - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity Icirc (Î).
id - Variable in class org.enhydra.barracuda.core.event.DefaultListenerFactory
 
id - Variable in class org.enhydra.barracuda.core.event.helper.EventRedirectFactory
 
id - Variable in class org.enhydra.barracuda.core.event.helper.EventForwardingFactory
 
idAttrName - Variable in class org.enhydra.barracuda.core.comp.DefaultTemplateView
 
idList - Variable in class org.enhydra.barracuda.core.event.DefaultBaseEvent
 
idMap - Variable in class org.enhydra.barracuda.core.comp.DefaultTemplateView
 
idMap - Variable in class org.enhydra.barracuda.core.event.DefaultEventBroker
 
idStr - Variable in class org.enhydra.barracuda.core.event.DefaultBaseEventListener
 
idXref - Variable in class org.enhydra.barracuda.core.event.DefaultEventBroker
 
IE_3x - Static variable in class org.enhydra.barracuda.core.view.ClientType
 
IE_4x - Static variable in class org.enhydra.barracuda.core.view.ClientType
 
IE_5x - Static variable in class org.enhydra.barracuda.core.view.ClientType
 
IE_6x - Static variable in class org.enhydra.barracuda.core.view.ClientType
 
iexcl - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity iexcl (¡).
ignorableWhitespace(char[], int, int) - Method in class org.enhydra.barracuda.core.event.DefaultApplicationAssembler
 
ignorableWhitespace(char[], int, int) - Method in class org.enhydra.barracuda.core.util.data.ObjectRepositoryAssembler.LocalAssemblyHandler
 
igrave - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity igrave (ì).
Igrave - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity Igrave (Ì).
image - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity image (?).
IMAGE - Static variable in class org.enhydra.barracuda.core.comp.BInput
 
in - Variable in class org.enhydra.barracuda.core.util.http.HttpRequester
 
indexOf(Object) - Method in class org.enhydra.barracuda.core.comp.DefaultListModel
Returns the index in this list of the first occurrence of the specified element, or -1 if this list does not contain this element.
indexOf(Object) - Method in class org.enhydra.barracuda.core.util.data.PArrayList
Returns the index in this list of the first occurrence of the specified element, or -1 if this list does not contain this element.
infin - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity infin (?).
inheritParents - Variable in class org.enhydra.barracuda.core.util.data.AbstractPData
 
init() - Method in class org.enhydra.barracuda.core.event.ApplicationGateway
Here's where we initialize the servlet.
init() - Method in class org.enhydra.barracuda.core.helper.servlet.ResourceGateway
Here's where we initialize the servlet.
init() - Method in class org.enhydra.barracuda.core.util.data.ObjectRepositoryAssembler
This class extends HttpServlet primarily for convenience, so that you easily use it to set up a servlet environment.
init() - Method in class org.enhydra.barracuda.core.util.logging.Log4jInit
 
initCycle() - Method in class org.enhydra.barracuda.core.comp.AbstractBComponent
Initialize cycle.
initHandler() - Method in class org.enhydra.barracuda.core.event.helper.BlockIterateHandler
you can override this method to handle any initializion needs for the handler.
initializeLocal() - Method in class org.enhydra.barracuda.core.event.ApplicationGateway
Perform any local initialization (this is where you should add any other known EventGateways)
initializeLocal() - Method in class org.enhydra.barracuda.examples.SampleApplicationGateway
Perform any local initialization (this is where you should add any other known EventGateways)
initializeLocal(ServletConfig) - Method in class org.enhydra.barracuda.core.event.ApplicationGateway
Deprecated. If your code is still attempting to extend this old method signature, you need to change it to use initializeLocal() instead. If you still need to get a reference to the servlet config, just call 'this.getServletConfig()'. This method is now final so that code which might still be using it will no longer compile.
INLINE_FORMATTING - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLElements
Format element as a inline.
InputSourceOps - class org.enhydra.barracuda.core.util.dom.io.InputSourceOps.
Various operations on InputSources.
installRendererFactory(RendererFactory, Class, Class) - Static method in class org.enhydra.barracuda.core.comp.AbstractBComponent
This allows developers to install custom renderers for specific classes of components.
inStream - Variable in class org.enhydra.barracuda.core.util.http.HttpRequester
 
intChar - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity int (?).
INTEGER - Static variable in class org.enhydra.barracuda.core.forms.FormType
 
InterruptDispatchException - exception org.enhydra.barracuda.core.event.InterruptDispatchException.
This class defines a InterruptDispatchException...it is used to interrupt the dispatch, flag all events currently in the queue as handled, and then redispatch the new event
InterruptDispatchException(BaseEvent) - Constructor for class org.enhydra.barracuda.core.event.InterruptDispatchException
The public contructor for InterruptDispatchException
InterruptDispatchException(String, BaseEvent) - Constructor for class org.enhydra.barracuda.core.event.InterruptDispatchException
The public contructor for InterruptDispatchException
InterruptDispatchException(String, BaseEvent, Exception) - Constructor for class org.enhydra.barracuda.core.event.InterruptDispatchException
The public contructor for InterruptDispatchException
INVALID_DATA_MISSING - Static variable in class org.enhydra.barracuda.examples.ex1.LoginServices
 
INVALID_OTHER - Static variable in class org.enhydra.barracuda.examples.ex1.LoginServices
 
INVALID_PASSWORD - Static variable in class org.enhydra.barracuda.examples.ex1.LoginServices
 
INVALID_SESSION_EXPIRED - Static variable in class org.enhydra.barracuda.examples.ex1.LoginServices
 
INVALID_USER - Static variable in class org.enhydra.barracuda.examples.ex1.LoginServices
 
invalidate() - Method in interface org.enhydra.barracuda.core.comp.BContainer
 
invalidate() - Method in class org.enhydra.barracuda.core.comp.AbstractBComponent
Invalidates the container and all parent containers above it.
InvalidClassException - exception org.enhydra.barracuda.core.event.InvalidClassException.
This class defines a InvalidClassException...it typically gets thrown when a Class is referenced that does not implement the type expected (ie.
InvalidClassException() - Constructor for class org.enhydra.barracuda.core.event.InvalidClassException
The noargs public contructor for InvalidClassException
InvalidClassException(String) - Constructor for class org.enhydra.barracuda.core.event.InvalidClassException
The public contructor for InvalidClassException
InvalidClassException(String, Exception) - Constructor for class org.enhydra.barracuda.core.event.InvalidClassException
The public contructor for InvalidClassException
InvalidDirectiveException - exception org.enhydra.barracuda.core.comp.InvalidDirectiveException.
This exception indicates the specified format is not supported.
InvalidDirectiveException() - Constructor for class org.enhydra.barracuda.core.comp.InvalidDirectiveException
The noargs public contructor for InvalidDirectiveException
InvalidDirectiveException(String) - Constructor for class org.enhydra.barracuda.core.comp.InvalidDirectiveException
The public contructor for InvalidDirectiveException
InvalidDirectiveException(String, Exception) - Constructor for class org.enhydra.barracuda.core.comp.InvalidDirectiveException
The public contructor for InvalidDirectiveException
InvalidNodeException - exception org.enhydra.barracuda.core.comp.InvalidNodeException.
This exception indicates the specified format is not supported.
InvalidNodeException() - Constructor for class org.enhydra.barracuda.core.comp.InvalidNodeException
The noargs public contructor for InvalidNodeException
InvalidNodeException(String) - Constructor for class org.enhydra.barracuda.core.comp.InvalidNodeException
The public contructor for InvalidNodeException
InvalidNodeException(String, Exception) - Constructor for class org.enhydra.barracuda.core.comp.InvalidNodeException
The public contructor for InvalidNodeException
InvalidViewException - exception org.enhydra.barracuda.core.comp.InvalidViewException.
This exception indicates the specified format is not supported.
InvalidViewException() - Constructor for class org.enhydra.barracuda.core.comp.InvalidViewException
The noargs public contructor for InvalidViewException
InvalidViewException(String) - Constructor for class org.enhydra.barracuda.core.comp.InvalidViewException
The public contructor for InvalidViewException
InvalidViewException(String, Exception) - Constructor for class org.enhydra.barracuda.core.comp.InvalidViewException
The public contructor for InvalidViewException
iota - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity iota (?).
Iota - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity Iota (?).
iquest - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity iquest (¿).
isArrayByteBase64(byte[]) - Static method in class org.enhydra.barracuda.core.util.data.Base64
 
isBase64(byte) - Static method in class org.enhydra.barracuda.core.util.data.Base64
 
isBase64(String) - Static method in class org.enhydra.barracuda.core.util.data.Base64
 
isBooleanAttr(String) - Static method in class org.enhydra.barracuda.core.util.dom.io.HTMLElements
Check if an attribute does not have a value (is boolean).
isData(byte) - Static method in class org.enhydra.barracuda.core.util.data.Base64
 
isDirty() - Method in class org.enhydra.barracuda.examples.xmlc.data.UserData
Is this data record dirty
isDomesticPhone() - Method in class org.enhydra.barracuda.core.forms.validators.DigitValidator
Return true if this must be a domestic phone#
isEmpty() - Method in class org.enhydra.barracuda.core.comp.DefaultListModel
Returns true if this list contains no elements.
isEmpty() - Method in class org.enhydra.barracuda.core.util.data.PHashMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class org.enhydra.barracuda.core.util.data.PArrayList
Returns true if this list contains no elements.
isEnabled() - Method in class org.enhydra.barracuda.core.comp.BComponent
See if the component is enabled
isEnabled() - Method in class org.enhydra.barracuda.core.comp.AbstractBComponent
 
isHandled() - Method in class org.enhydra.barracuda.core.event.DefaultBaseEventListener
Return true if the event was handled in the handleEvent method.
isHandled() - Method in class org.enhydra.barracuda.core.event.DefaultBaseEvent
get the handled status for the event
isHandled() - Method in interface org.enhydra.barracuda.core.event.BaseEventListener
Return true if the event was handled in the handleEvent method.
isHandled() - Method in interface org.enhydra.barracuda.core.event.BaseEvent
get the handled status for the event
isin - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity isin (?).
isInheritParents() - Method in interface org.enhydra.barracuda.core.util.data.PData
Return true if we are inheriting parents.
isInheritParents() - Method in class org.enhydra.barracuda.core.util.data.AbstractPData
Return true if we are inheriting parents.
isNamespaceAware() - Method in class org.enhydra.barracuda.core.util.dom.io.DOMParser
Indicates whether or not this parser is configured to understand namespaces.
isNew() - Method in class org.enhydra.barracuda.examples.xmlc.data.UserData
Is this data record new
isNull(Object, FormElement) - Method in interface org.enhydra.barracuda.core.forms.FormValidator
Check if val passed is null in a consistant manner.
isNull(Object, FormElement) - Method in class org.enhydra.barracuda.core.forms.AbstractFormValidator
Check if val passed is null in a consistant manner.
ISO_8859_1 - Static variable in class org.enhydra.barracuda.core.util.dom.io.Encodings
Some standard character set constants.
isOpen(InputSource) - Static method in class org.enhydra.barracuda.core.util.dom.io.InputSourceOps
Determine if an input source has an open byte or character stream.
isPad(byte) - Static method in class org.enhydra.barracuda.core.util.data.Base64
 
isQualified(String, int) - Method in class org.enhydra.barracuda.taskdefs.Localize
 
isRequestedSessionIdFromCookie() - Method in class org.enhydra.barracuda.core.helper.servlet.HttpServletRequestWrapper
Checks whether the requested session ID came in as a cookie.
isRequestedSessionIdFromCookie() - Method in class org.enhydra.barracuda.testbed.servlet.MockHttpServletRequest
 
isRequestedSessionIdFromUrl() - Method in class org.enhydra.barracuda.core.helper.servlet.HttpServletRequestWrapper
Deprecated.
isRequestedSessionIdFromUrl() - Method in class org.enhydra.barracuda.testbed.servlet.MockHttpServletRequest
 
isRequestedSessionIdFromURL() - Method in class org.enhydra.barracuda.core.helper.servlet.HttpServletRequestWrapper
Checks whether the requested session ID came in as part of the request URL.
isRequestedSessionIdFromURL() - Method in class org.enhydra.barracuda.testbed.servlet.MockHttpServletRequest
 
isRequestedSessionIdValid() - Method in class org.enhydra.barracuda.core.helper.servlet.HttpServletRequestWrapper
Checks whether the requested session ID is still valid.
isRequestedSessionIdValid() - Method in class org.enhydra.barracuda.testbed.servlet.MockHttpServletRequest
 
isScriptStyle(Element) - Static method in class org.enhydra.barracuda.core.util.dom.io.HTMLElements
Test if an Element is a script or style element, which have special content handling.
isSecure() - Method in class org.enhydra.barracuda.core.helper.servlet.HttpServletRequestWrapper
Returns a boolean indicating whether this request was made using a secure channel, such as HTTPS.
isSecure() - Method in class org.enhydra.barracuda.testbed.servlet.MockHttpServletRequest
 
isSelected() - Method in class org.enhydra.barracuda.core.comp.BToggleButton
Return true if the button is selected.
isSelectedIndex(int) - Method in interface org.enhydra.barracuda.core.comp.ListSelectionModel
 
isSelectedIndex(int) - Method in class org.enhydra.barracuda.core.comp.DefaultListSelectionModel
Returns true if the specified index is selected.
isSelectionEmpty() - Method in interface org.enhydra.barracuda.core.comp.ListSelectionModel
 
isSelectionEmpty() - Method in class org.enhydra.barracuda.core.comp.DefaultListSelectionModel
Returns true if no indices are selected.
isStepChild - Variable in class org.enhydra.barracuda.core.comp.AbstractBComponent
 
isStepChild() - Method in class org.enhydra.barracuda.core.comp.AbstractBComponent
Determine whether this component is a step child
isURLAttribute(Element, String) - Method in interface org.enhydra.barracuda.core.util.dom.io.DocumentInfo
Determine if an attribute of an element can contain a URL.
isUserInRole(String) - Method in class org.enhydra.barracuda.core.helper.servlet.HttpServletRequestWrapper
Returns a boolean indicating whether the authenticated user is included in the specified logical "role".
isUserInRole(String) - Method in class org.enhydra.barracuda.testbed.servlet.MockHttpServletRequest
 
isValid(String) - Method in class org.enhydra.barracuda.core.util.dom.io.Encodings
Determine if an encoding is a valid encoding.
isValidating() - Method in class org.enhydra.barracuda.core.util.dom.io.DOMParser
Indicates whether or not this parser is configured to validate XML documents.
isVisible() - Method in class org.enhydra.barracuda.core.comp.BComponent
Get the component visibility
isVisible() - Method in class org.enhydra.barracuda.core.comp.AbstractBComponent
 
isWhiteSpace(byte) - Static method in class org.enhydra.barracuda.core.util.data.Base64
 
isXMLDocument(InputSource) - Static method in class org.enhydra.barracuda.core.util.dom.io.InputSourceOps
Determine an input source points to an XML document.
isXMLDocument(Reader) - Static method in class org.enhydra.barracuda.core.util.dom.io.InputSourceOps
Determine an document reader is attached to an XML document by checking the first few bytes.
ItemMap - interface org.enhydra.barracuda.core.comp.ItemMap.
This interface defines the methods needed to implement an ItemMap object.
items - Variable in class org.enhydra.barracuda.core.comp.DefaultListModel
 
ITERATE_END - Static variable in class org.enhydra.barracuda.core.comp.TemplateDirective
 
ITERATE_NEXT - Static variable in class org.enhydra.barracuda.core.comp.TemplateDirective
 
ITERATE_START - Static variable in class org.enhydra.barracuda.core.comp.TemplateDirective
 
IterativeModel - interface org.enhydra.barracuda.core.comp.IterativeModel.
This interface defines the methods needed to implement an IterativeModel object.
iterator() - Method in class org.enhydra.barracuda.core.comp.DefaultListModel
Returns an iterator over the elements in this list in proper sequence.
iterator() - Method in class org.enhydra.barracuda.core.util.data.PArrayList
Returns an iterator over the elements in this list in proper sequence.
itStack - Variable in class org.enhydra.barracuda.core.comp.renderer.TemplateHelper
 
iuml - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity iuml (ï).
Iuml - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity Iuml (Ï).

J

JAVASCRIPT_1_0 - Static variable in class org.enhydra.barracuda.core.view.ScriptingType
 
JAVASCRIPT_1_1 - Static variable in class org.enhydra.barracuda.core.view.ScriptingType
 
JAVASCRIPT_1_2 - Static variable in class org.enhydra.barracuda.core.view.ScriptingType
 
JAVASCRIPT_1_3 - Static variable in class org.enhydra.barracuda.core.view.ScriptingType
 
JAVASCRIPT_1_4 - Static variable in class org.enhydra.barracuda.core.view.ScriptingType
 
JAVASCRIPT_1_5 - Static variable in class org.enhydra.barracuda.core.view.ScriptingType
 
JAVASCRIPT_1x - Static variable in class org.enhydra.barracuda.core.view.ScriptingType
 
jsattr - Variable in class org.enhydra.barracuda.core.comp.scripting.BScript
 
jscmd - Variable in class org.enhydra.barracuda.core.comp.scripting.BScript
 

K

kappa - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity kappa (?).
Kappa - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity Kappa (?).
keep - Variable in class org.enhydra.barracuda.taskdefs.Xmlc
 
key - Variable in class org.enhydra.barracuda.core.comp.DefaultItemMap
 
key - Variable in class org.enhydra.barracuda.core.forms.DefaultFormElement
 
KEY - Static variable in class org.enhydra.barracuda.config.MasterScreenFactory
 
KEY - Static variable in class org.enhydra.barracuda.config.MasterScreen
 
KEY - Static variable in class org.enhydra.barracuda.core.util.http.SessionServices
 
KEY - Static variable in class org.enhydra.barracuda.core.util.http.ContextServices
 
keyData - Variable in class org.enhydra.barracuda.core.comp.TemplateDirective
 
keyName - Variable in class org.enhydra.barracuda.core.comp.TemplateDirective
 
keySet() - Method in class org.enhydra.barracuda.core.util.data.PHashMap
Returns a set view of the keys contained in this map.

L

lambda - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity lambda (?).
Lambda - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity Lambda (?).
lang - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity lang (?).
LANGAUGE_KEY - Static variable in class org.enhydra.barracuda.core.util.l10n.Locales
 
laquo - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity laquo («).
larr - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity larr (?).
lArr - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity lArr (?).
LAST_NAME - Static variable in class org.enhydra.barracuda.examples.xmlc.data.UserData
 
lastCleanup - Variable in class org.enhydra.barracuda.core.event.DefaultEventPool
 
lastIndexOf(Object) - Method in class org.enhydra.barracuda.core.comp.DefaultListModel
Returns the index in this list of the last occurrence of the specified element, or -1 if this list does not contain this element.
lastIndexOf(Object) - Method in class org.enhydra.barracuda.core.util.data.PArrayList
Returns the index in this list of the last occurrence of the specified element, or -1 if this list does not contain this element.
lastTime - Static variable in class org.enhydra.barracuda.core.util.data.NameSpace
 
lastUpdate - Variable in class org.enhydra.barracuda.core.event.DefaultEventPool
 
lceil - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity lceil (?).
ldquo - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity ldquo (“).
le - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity le (?).
leaveWriterOpen - Variable in class org.enhydra.barracuda.core.util.dom.DefaultDOMWriter
 
len - Variable in class org.enhydra.barracuda.core.forms.validators.DigitValidator
 
lfloor - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity lfloor (?).
LightweightURL - class org.enhydra.barracuda.core.util.http.LightweightURL.
A lightweight URL class
LightweightURL(String) - Constructor for class org.enhydra.barracuda.core.util.http.LightweightURL
Create a lightweight url
ListenerFactory - interface org.enhydra.barracuda.core.event.ListenerFactory.
This interface defines the methods needed to be an ListenerFactory.
listeners - Variable in class org.enhydra.barracuda.core.comp.DefaultListSelectionModel
 
listeners - Variable in class org.enhydra.barracuda.core.comp.BSelect
 
listeners - Variable in class org.enhydra.barracuda.core.comp.BInput
 
listeners - Variable in class org.enhydra.barracuda.core.comp.BAction
 
listeners - Variable in class org.enhydra.barracuda.core.comp.AbstractTemplateModel
 
listeners - Variable in class org.enhydra.barracuda.core.comp.AbstractTableModel
 
listeners - Variable in class org.enhydra.barracuda.core.comp.AbstractListModel
 
listIterator() - Method in class org.enhydra.barracuda.core.comp.DefaultListModel
Returns a list iterator of the elements in this list (in proper sequence).
listIterator() - Method in class org.enhydra.barracuda.core.util.data.PArrayList
Returns a list iterator of the elements in this list (in proper sequence).
listIterator(int) - Method in class org.enhydra.barracuda.core.comp.DefaultListModel
Returns a list iterator of the elements in this list (in proper sequence), starting at the specified position in this list.
listIterator(int) - Method in class org.enhydra.barracuda.core.util.data.PArrayList
Returns a list iterator of the elements in this list (in proper sequence), starting at the specified position in this list.
ListModel - interface org.enhydra.barracuda.core.comp.ListModel.
This interface defines the methods needed to implement a ListModel.
listProcessedEvents() - Method in interface org.enhydra.barracuda.core.event.DispatchQueue
List events which have already been processed through the queue
listProcessedEvents() - Method in class org.enhydra.barracuda.core.event.DefaultDispatchQueue
List events which have already been processed through the queue
listRemainingEvents() - Method in interface org.enhydra.barracuda.core.event.DispatchQueue
List all events remaining in the queue (Request events first, then Response events)
listRemainingEvents() - Method in class org.enhydra.barracuda.core.event.DefaultDispatchQueue
List all events remaining in the queue (Request events first, then Response events)
ListSelectionModel - interface org.enhydra.barracuda.core.comp.ListSelectionModel.
This interface defines the methods needed to implement a ListSelectionModel.
ListValidator - class org.enhydra.barracuda.core.forms.validators.ListValidator.
This validator validates all items even if OrigVal is an ArrayList
ListValidator(FormValidator) - Constructor for class org.enhydra.barracuda.core.forms.validators.ListValidator
Public constructor.
ListValidator(FormValidator, String) - Constructor for class org.enhydra.barracuda.core.forms.validators.ListValidator
Public constructor.
lm - Variable in class org.enhydra.barracuda.core.comp.renderer.html.HTMLSelectRenderer
 
loadCatalog(InputSource) - Method in class org.enhydra.barracuda.core.util.dom.io.XMLEntityResolver
Loads a catalog specified by the given input source and appends the contents to the catalog object.
loadNext() - Method in interface org.enhydra.barracuda.core.comp.IterativeModel
 
loadNext() - Method in class org.enhydra.barracuda.core.comp.AbstractIterativeTemplateModel
 
loadNext() - Method in class org.enhydra.barracuda.core.event.helper.AbstractBlockIterator
 
local - Static variable in class org.enhydra.barracuda.core.util.data.ObjectRepository
 
locale - Variable in class org.enhydra.barracuda.config.MasterScreen
 
LOCALE - Static variable in class org.enhydra.barracuda.config.MasterConfig
 
Locales - class org.enhydra.barracuda.core.util.l10n.Locales.
Simple locale utilities.
LOCALES_DL - Static variable in class org.enhydra.barracuda.config.UtilConfig
 
Locales() - Constructor for class org.enhydra.barracuda.core.util.l10n.Locales
 
LocaleTestSuiteSetup - class org.enhydra.barracuda.testbed.LocaleTestSuiteSetup.
 
LocaleTestSuiteSetup(Test, Locale) - Constructor for class org.enhydra.barracuda.testbed.LocaleTestSuiteSetup
Default constructor
localFactory - Variable in class org.enhydra.barracuda.core.comp.DefaultView
 
Localize - class org.enhydra.barracuda.core.util.l10n.Localize.
Simple localization utilities.
Localize - class org.enhydra.barracuda.taskdefs.Localize.
Ant task to invoke the localize HTML template files.
Localize() - Constructor for class org.enhydra.barracuda.core.util.l10n.Localize
 
Localize() - Constructor for class org.enhydra.barracuda.taskdefs.Localize
 
LocalizeXmlcUtilsImpl - class org.enhydra.barracuda.taskdefs.LocalizeXmlcUtilsImpl.
Implementation of the XmlcUtils class for use when localizing files
LocalizeXmlcUtilsImpl() - Constructor for class org.enhydra.barracuda.taskdefs.LocalizeXmlcUtilsImpl
Construct default LocalizeXmlcUtilsImpl (protected to force the use of XmlcUtils.create() factory method).
localLogger - Static variable in class org.enhydra.barracuda.core.event.DefaultBaseEventListener
 
localLogger - Static variable in class org.enhydra.barracuda.core.event.helper.DefaultViewHandler
 
localLogger - Static variable in class org.enhydra.barracuda.core.event.helper.BlockIterateHandler
 
localLogger - Static variable in class org.enhydra.barracuda.core.forms.DefaultFormValidator
 
localLogger - Static variable in class org.enhydra.barracuda.core.forms.DefaultFormMap
 
localLogger - Static variable in class org.enhydra.barracuda.core.forms.AbstractFormValidator
 
LocalUtilities - class org.enhydra.barracuda.examples.ex1.LocalUtilities.
General utility event handlers which apply to all screens in the app.
LocalUtilities() - Constructor for class org.enhydra.barracuda.examples.ex1.LocalUtilities
Public constructor
Log4jInit - class org.enhydra.barracuda.core.util.logging.Log4jInit.
A servlet for initializing Log4j.
Log4jInit() - Constructor for class org.enhydra.barracuda.core.util.logging.Log4jInit
 
logExceptionAsHTML(PrintWriter, NestableException, HttpServletRequest) - Static method in class org.enhydra.barracuda.core.util.exceptions.ExceptionUtil
log an exception as HTML
logger - Static variable in class org.enhydra.barracuda.admin.BarracudaAdmin
 
logger - Static variable in class org.enhydra.barracuda.config.ViewConfig
 
logger - Static variable in class org.enhydra.barracuda.config.UtilConfig
 
logger - Static variable in class org.enhydra.barracuda.config.TabsModel
 
logger - Static variable in class org.enhydra.barracuda.config.ScreenUtil
 
logger - Static variable in class org.enhydra.barracuda.config.MasterScreen
 
logger - Static variable in class org.enhydra.barracuda.config.MasterConfig
 
logger - Static variable in class org.enhydra.barracuda.config.FormsConfig
 
logger - Static variable in class org.enhydra.barracuda.config.EventConfig
 
logger - Static variable in class org.enhydra.barracuda.config.DomConfig
 
logger - Static variable in class org.enhydra.barracuda.config.DataConfig
 
logger - Static variable in class org.enhydra.barracuda.config.CompConfig
 
logger - Static variable in class org.enhydra.barracuda.config.BarracudaConfig
 
logger - Static variable in class org.enhydra.barracuda.core.comp.DefaultView
 
logger - Static variable in class org.enhydra.barracuda.core.comp.DefaultTemplateView
 
logger - Static variable in class org.enhydra.barracuda.core.comp.DefaultTableView
 
logger - Static variable in class org.enhydra.barracuda.core.comp.DefaultPropertiesModel
 
logger - Static variable in class org.enhydra.barracuda.core.comp.DefaultListModel
 
logger - Static variable in class org.enhydra.barracuda.core.comp.BToggleButton
 
logger - Static variable in class org.enhydra.barracuda.core.comp.BText
 
logger - Static variable in class org.enhydra.barracuda.core.comp.BTemplate
 
logger - Static variable in class org.enhydra.barracuda.core.comp.BTable
 
logger - Static variable in class org.enhydra.barracuda.core.comp.BSelect
 
logger - Static variable in class org.enhydra.barracuda.core.comp.BList
 
logger - Static variable in class org.enhydra.barracuda.core.comp.BLink
 
logger - Static variable in class org.enhydra.barracuda.core.comp.BInput
 
logger - Static variable in class org.enhydra.barracuda.core.comp.BComponent
 
logger - Static variable in class org.enhydra.barracuda.core.comp.BAction
 
logger - Static variable in class org.enhydra.barracuda.core.comp.AbstractBComponent
 
logger - Static variable in class org.enhydra.barracuda.core.comp.helper.FormGateway
 
logger - Static variable in class org.enhydra.barracuda.core.comp.helper.ComponentGateway
 
logger - Static variable in class org.enhydra.barracuda.core.comp.helper.BTemplateGateway
 
logger - Static variable in class org.enhydra.barracuda.core.comp.renderer.TemplateHelper
 
logger - Static variable in class org.enhydra.barracuda.core.comp.renderer.html.NamingHelper
 
logger - Static variable in class org.enhydra.barracuda.core.comp.renderer.html.HTMLToggleRenderer
 
logger - Static variable in class org.enhydra.barracuda.core.comp.renderer.html.HTMLTextRenderer
 
logger - Static variable in class org.enhydra.barracuda.core.comp.renderer.html.HTMLTemplateRenderer
 
logger - Static variable in class org.enhydra.barracuda.core.comp.renderer.html.HTMLTableRenderer
 
logger - Static variable in class org.enhydra.barracuda.core.comp.renderer.html.HTMLSelectRenderer
 
logger - Static variable in class org.enhydra.barracuda.core.comp.renderer.html.HTMLScriptResourceRenderer
 
logger - Static variable in class org.enhydra.barracuda.core.comp.renderer.html.HTMLScriptRenderer
 
logger - Static variable in class org.enhydra.barracuda.core.comp.renderer.html.HTMLListRenderer
 
logger - Static variable in class org.enhydra.barracuda.core.comp.renderer.html.HTMLLinkRenderer
 
logger - Static variable in class org.enhydra.barracuda.core.comp.renderer.html.HTMLInputRenderer
 
logger - Static variable in class org.enhydra.barracuda.core.comp.renderer.html.HTMLComponentRenderer
 
logger - Static variable in class org.enhydra.barracuda.core.comp.renderer.html.HTMLActionRenderer
 
logger - Static variable in class org.enhydra.barracuda.core.comp.renderer.xml.XMLTextRenderer
 
logger - Static variable in class org.enhydra.barracuda.core.comp.renderer.xml.XMLTemplateRenderer
 
logger - Static variable in class org.enhydra.barracuda.core.comp.renderer.xml.XMLComponentRenderer
 
logger - Static variable in class org.enhydra.barracuda.core.comp.scripting.BScriptResource
 
logger - Static variable in class org.enhydra.barracuda.core.comp.scripting.BScript
 
logger - Static variable in class org.enhydra.barracuda.core.event.DefaultEventPool
 
logger - Static variable in class org.enhydra.barracuda.core.event.DefaultEventGateway
 
logger - Static variable in class org.enhydra.barracuda.core.event.DefaultEventDispatcher
 
logger - Static variable in class org.enhydra.barracuda.core.event.DefaultEventContext
 
logger - Static variable in class org.enhydra.barracuda.core.event.DefaultEventBroker
 
logger - Static variable in class org.enhydra.barracuda.core.event.DefaultDispatchQueue
 
logger - Static variable in class org.enhydra.barracuda.core.event.DefaultApplicationAssembler
 
logger - Static variable in class org.enhydra.barracuda.core.event.ApplicationGateway
 
logger - Static variable in class org.enhydra.barracuda.core.event.helper.EventRedirectFactory
 
logger - Static variable in class org.enhydra.barracuda.core.event.helper.EventForwardingFactory
 
logger - Static variable in class org.enhydra.barracuda.core.event.helper.EventConnectorFactory
 
logger - Static variable in class org.enhydra.barracuda.core.forms.DefaultFormElement
 
logger - Static variable in class org.enhydra.barracuda.core.helper.servlet.ScriptDetector
 
logger - Static variable in class org.enhydra.barracuda.core.helper.servlet.ResourceGateway
 
logger - Static variable in class org.enhydra.barracuda.core.helper.servlet.ParamGateway
 
logger - Static variable in class org.enhydra.barracuda.core.util.StringUtil
 
logger - Static variable in class org.enhydra.barracuda.core.util.data.StateMapTestCases
 
logger - Static variable in class org.enhydra.barracuda.core.util.data.ObjectRepositoryAssembler
 
logger - Static variable in class org.enhydra.barracuda.core.util.data.ObjectRepository
 
logger - Static variable in class org.enhydra.barracuda.core.util.data.DefaultStateMap
 
logger - Static variable in class org.enhydra.barracuda.core.util.dom.DefaultDOMWriter
 
logger - Static variable in class org.enhydra.barracuda.core.util.dom.DefaultDOMLoader
 
logger - Static variable in class org.enhydra.barracuda.core.util.http.SessionServices
 
logger - Static variable in class org.enhydra.barracuda.core.util.http.ContextServices
 
logger - Static variable in class org.enhydra.barracuda.core.util.l10n.Locales
 
logger - Static variable in class org.enhydra.barracuda.core.util.srv.SimpleServiceFinder
 
logger - Static variable in class org.enhydra.barracuda.examples.ex1.MainScreen
 
logger - Static variable in class org.enhydra.barracuda.examples.ex1.LoginScreen
 
logger - Static variable in class org.enhydra.barracuda.examples.ex1.LocalUtilities
 
logger - Static variable in class org.enhydra.barracuda.examples.ex3.TestScreen
 
logger - Static variable in class org.enhydra.barracuda.examples.xmlc.TemplateTableScreen
 
LOGGING - Static variable in class org.enhydra.barracuda.config.MasterConfig
 
logHdr - Static variable in class org.enhydra.barracuda.taskdefs.Xmlc
 
LoginScreen - class org.enhydra.barracuda.examples.ex1.LoginScreen.
Event handlers (both Controller and View) for the Login screen
LoginScreen() - Constructor for class org.enhydra.barracuda.examples.ex1.LoginScreen
Public constructor
LoginServices - class org.enhydra.barracuda.examples.ex1.LoginServices.
This class provides basic Login services, specifically: - validateUserPwd (either from HttpReq, HttpSession, or based on a specific user/pwd combo)
LoginServices() - Constructor for class org.enhydra.barracuda.examples.ex1.LoginServices
 
logLevel - Variable in class org.enhydra.barracuda.taskdefs.Xmlc
 
LONG - Static variable in class org.enhydra.barracuda.core.forms.FormType
 
lookupClass(String) - Method in class org.enhydra.barracuda.core.util.dom.DefaultDOMLoader
 
lookupDir(String) - Method in interface org.enhydra.barracuda.core.comp.TemplateView
 
lookupDir(String) - Method in class org.enhydra.barracuda.core.comp.DefaultTemplateView
Look up a directive by it's string representation (rather than reparsing it).
lookupDirsByID(String) - Method in interface org.enhydra.barracuda.core.comp.TemplateView
 
lookupDirsByID(String) - Method in class org.enhydra.barracuda.core.comp.DefaultTemplateView
Look up a list of directives based on a given id
lowast - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity lowast (?).
loz - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity loz (?).
lrm - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity lrm (?).
lsaquo - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity lsaquo (‹).
lsm - Variable in class org.enhydra.barracuda.core.comp.renderer.html.HTMLSelectRenderer
 
lsquo - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity lsquo (‘).
lt - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity lt (<).
LUTRIS_ENTITY_CATALOG - Static variable in class org.enhydra.barracuda.core.util.dom.io.XMLEntityResolver
URL for Lutrus Enhydra default entity catalog.

M

macr - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity macr (¯).
main(String[]) - Static method in class org.enhydra.barracuda.TestExample
 
main(String[]) - Static method in class org.enhydra.barracuda.A_Changes_History
 
main(String[]) - Static method in class org.enhydra.barracuda.admin.BarracudaAdmin
If you are having problems getting this to run, you can use this static main method for testing purposes.
main(String[]) - Static method in class org.enhydra.barracuda.core.comp.TestCompCreate
 
main(String[]) - Static method in class org.enhydra.barracuda.core.comp.TestBTextRender
 
main(String[]) - Static method in class org.enhydra.barracuda.core.comp.TestBTemplateRender
 
main(String[]) - Static method in class org.enhydra.barracuda.core.comp.TestBLinkRender
 
main(String[]) - Static method in class org.enhydra.barracuda.core.comp.TestBasicComponentsRender
 
main(String[]) - Static method in class org.enhydra.barracuda.core.comp.TemplateDirective
 
main(String[]) - Static method in class org.enhydra.barracuda.core.event.DefaultEventBroker
 
main(String[]) - Static method in class org.enhydra.barracuda.core.event.DefaultApplicationAssembler
 
main(String[]) - Static method in class org.enhydra.barracuda.core.forms.validators.TestValidTypeValidator
 
main(String[]) - Static method in class org.enhydra.barracuda.core.forms.validators.TestNotNullValidator
 
main(String[]) - Static method in class org.enhydra.barracuda.core.forms.validators.TestMinLengthValidator
 
main(String[]) - Static method in class org.enhydra.barracuda.core.forms.validators.TestMaxLengthValidator
 
main(String[]) - Static method in class org.enhydra.barracuda.core.forms.validators.TestEqualsValidator
 
main(String[]) - Static method in class org.enhydra.barracuda.core.forms.validators.TestDateValidator
 
main(String[]) - Static method in class org.enhydra.barracuda.core.forms.validators.TestDateRangeValidator
 
main(String[]) - Static method in class org.enhydra.barracuda.core.helper.servlet.TestHttpServletRequestWrapper
 
main(String[]) - Static method in class org.enhydra.barracuda.core.util.TestStringUtil
 
main(String[]) - Static method in class org.enhydra.barracuda.core.util.data.TestPHashMap
 
main(String[]) - Static method in class org.enhydra.barracuda.core.util.data.TestPArrayList
 
main(String[]) - Static method in class org.enhydra.barracuda.core.util.data.TestParam
 
main(String[]) - Static method in class org.enhydra.barracuda.core.util.data.TestObjectRepositoryAssembler
 
main(String[]) - Static method in class org.enhydra.barracuda.core.util.data.ObjectRepositoryAssembler
 
main(String[]) - Static method in class org.enhydra.barracuda.core.util.dom.io.MkEncodingsTable
Entry
main(String[]) - Static method in class org.enhydra.barracuda.core.util.http.HttpRequester
 
main(String[]) - Static method in class org.enhydra.barracuda.core.util.xml.XMLUtil
Main method.
main(String[]) - Static method in class org.enhydra.barracuda.core.view.TestViewUtil
 
main(String[]) - Static method in class org.enhydra.barracuda.core.view.TestScriptingType
 
main(String[]) - Static method in class org.enhydra.barracuda.core.view.TestFormatType
 
main(String[]) - Static method in class org.enhydra.barracuda.core.view.TestClientType
 
main(String[]) - Static method in class org.enhydra.barracuda.core.view.ScriptingType
 
main(String[]) - Static method in class org.enhydra.barracuda.core.view.FormatType
 
main(String[]) - Static method in class org.enhydra.barracuda.core.view.ClientType
 
main(String[]) - Static method in class org.enhydra.barracuda.taskdefs.Localize
 
MainScreen - class org.enhydra.barracuda.examples.ex1.MainScreen.
Event handlers (both Controller and View) for the Main screen.
MainScreen() - Constructor for class org.enhydra.barracuda.examples.ex1.MainScreen
Public constructor
map - Variable in class org.enhydra.barracuda.core.util.data.MapStateMap
 
map(ServletRequest) - Method in interface org.enhydra.barracuda.core.forms.FormMap
This is where we actually take an incoming form (in the form of a ServletRequest) and map it using the definitions supplied by all the FormElements.
map(ServletRequest) - Method in class org.enhydra.barracuda.core.forms.DefaultFormMap
This is where we actually take an incoming form (in the form of a ServletRequest) and map it using the definitions supplied by all the FormElements.
map(ServletRequest, Locale) - Method in interface org.enhydra.barracuda.core.forms.FormMap
This is where we actually take an incoming form (in the form of a ServletRequest) and map it using the definitions supplied by all the FormElements.
map(ServletRequest, Locale) - Method in class org.enhydra.barracuda.core.forms.DefaultFormMap
This is where we actually take an incoming form (in the form of a ServletRequest) and map it using the definitions supplied by all the FormElements.
map(ServletRequest, String) - Method in interface org.enhydra.barracuda.core.forms.FormMap
This is where we actually take an incoming form (in the form of a ServletRequest) and map it using the definitions supplied by all the FormElements.
map(ServletRequest, String) - Method in class org.enhydra.barracuda.core.forms.DefaultFormMap
This is where we actually take an incoming form (in the form of a ServletRequest) and map it using the definitions supplied by all the FormElements.
map(ServletRequest, String, Locale) - Method in interface org.enhydra.barracuda.core.forms.FormMap
This is where we actually take an incoming form (in the form of a ServletRequest) and map it using the definitions supplied by all the FormElements.
map(ServletRequest, String, Locale) - Method in class org.enhydra.barracuda.core.forms.DefaultFormMap
This is where we actually take an incoming form (in the form of a ServletRequest) and map it using the definitions supplied by all the FormElements.
map(StateMap) - Method in interface org.enhydra.barracuda.core.forms.FormMap
This is where we actually take an incoming form (in the form of a StateMap) and map it using the definitions supplied by all the FormElements.
map(StateMap) - Method in class org.enhydra.barracuda.core.forms.DefaultFormMap
This is where we actually take an incoming form (in the form of a StateMap) and map it using the definitions supplied by all the FormElements.
map(StateMap, Locale) - Method in interface org.enhydra.barracuda.core.forms.FormMap
This is where we actually take an incoming form (in the form of a StateMap) and map it using the definitions supplied by all the FormElements.
map(StateMap, Locale) - Method in class org.enhydra.barracuda.core.forms.DefaultFormMap
This is where we actually take an incoming form (in the form of a StateMap) and map it using the definitions supplied by all the FormElements.
map(StateMap, String) - Method in interface org.enhydra.barracuda.core.forms.FormMap
This is where we actually take an incoming form (in the form of a StateMap) and map it using the definitions supplied by all the FormElements.
map(StateMap, String) - Method in class org.enhydra.barracuda.core.forms.DefaultFormMap
This is where we actually take an incoming form (in the form of a StateMap) and map it using the definitions supplied by all the FormElements.
map(StateMap, String, Locale) - Method in interface org.enhydra.barracuda.core.forms.FormMap
This is where we actually take an incoming form (in the form of a StateMap) and map it using the definitions supplied by all the FormElements.
map(StateMap, String, Locale) - Method in class org.enhydra.barracuda.core.forms.DefaultFormMap
This is where we actually take an incoming form (in the form of a StateMap) and map it using the definitions supplied by all the FormElements.
mapElement(String, Object) - Method in interface org.enhydra.barracuda.core.forms.FormMap
This allows you to map a single value (as opposed to passing in a whole statemap or request).
mapElement(String, Object) - Method in class org.enhydra.barracuda.core.forms.DefaultFormMap
This allows you to map a single value (as opposed to passing in a whole statemap or request).
mapElement(String, Object, Locale) - Method in interface org.enhydra.barracuda.core.forms.FormMap
This allows you to map a single value (as opposed to passing in a whole statemap or request).
mapElement(String, Object, Locale) - Method in class org.enhydra.barracuda.core.forms.DefaultFormMap
This allows you to map a single value (as opposed to passing in a whole statemap or request).
mappingsFile - Variable in class org.enhydra.barracuda.taskdefs.CopyAndReplace
 
MapStateMap - class org.enhydra.barracuda.core.util.data.MapStateMap.
The implementation provides a StateMap bridge to a Map object.
MapStateMap(Map) - Constructor for class org.enhydra.barracuda.core.util.data.MapStateMap
Public constructor.
markReadOnly() - Method in class org.enhydra.barracuda.core.util.dom.io.OutputOptions
Mark the object as read-only.
MASTER_SCREEN - Static variable in class org.enhydra.barracuda.config.BarracudaConfig
 
MasterConfig - class org.enhydra.barracuda.config.MasterConfig.
This class provides the methods needed to configure the util screen
MasterConfig() - Constructor for class org.enhydra.barracuda.config.MasterConfig
 
masterDir - Variable in class org.enhydra.barracuda.taskdefs.Localize
 
masterFile - Variable in class org.enhydra.barracuda.taskdefs.Localize
 
masterModel - Variable in class org.enhydra.barracuda.config.MasterScreen
 
masterRenderer - Variable in class org.enhydra.barracuda.core.comp.renderer.TemplateHelper
 
MasterScreen - class org.enhydra.barracuda.config.MasterScreen.
This class represents the master Barracuda config screen.
MasterScreen(EventGateway, Locale) - Constructor for class org.enhydra.barracuda.config.MasterScreen
 
MasterScreenFactory - class org.enhydra.barracuda.config.MasterScreenFactory.
This class is used to get an instance of the MasterScreen.
MasterScreenFactory() - Constructor for class org.enhydra.barracuda.config.MasterScreenFactory
 
masterTemplate - Variable in class org.enhydra.barracuda.core.comp.DefaultTemplateView
 
matchEventClass(String) - Method in interface org.enhydra.barracuda.core.event.EventBroker
Given a partial event class name, return the fully qualified class name if it's possible to determine.
matchEventClass(String) - Method in class org.enhydra.barracuda.core.event.DefaultEventBroker
Given a partial event class name, return the fully qualified class name if it's possible to determine.
matchListenerID(String) - Method in interface org.enhydra.barracuda.core.event.EventBroker
Given a partial id name, return the fully qualified listener ID if it's possible to determine.
matchListenerID(String) - Method in class org.enhydra.barracuda.core.event.DefaultEventBroker
Given a partial id name, return the fully qualified listener ID if it's possible to determine.
max - Variable in class org.enhydra.barracuda.core.forms.validators.MaxLengthValidator
 
MAX_DISPATCH_QUEUE_DEPTH - Static variable in class org.enhydra.barracuda.core.event.DefaultEventDispatcher
 
MAX_POLY_CHAIN_DEPTH - Static variable in class org.enhydra.barracuda.core.event.DefaultEventDispatcher
 
maxAge - Variable in class org.enhydra.barracuda.core.event.helper.DefaultViewHandler
 
maxAge - Variable in class org.enhydra.barracuda.core.util.dom.DefaultDOMWriter
 
MaxLengthValidator - class org.enhydra.barracuda.core.forms.validators.MaxLengthValidator.
This validator ensures that the length of a value is <= a maximum length
MaxLengthValidator() - Constructor for class org.enhydra.barracuda.core.forms.validators.MaxLengthValidator
Public no-args constructor.
MaxLengthValidator(int) - Constructor for class org.enhydra.barracuda.core.forms.validators.MaxLengthValidator
Public constructor.
MaxLengthValidator(int, String) - Constructor for class org.enhydra.barracuda.core.forms.validators.MaxLengthValidator
Public constructor.
maxRetries - Variable in class org.enhydra.barracuda.core.event.DefaultEventPool
 
mdash - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity mdash (—).
method - Variable in class org.enhydra.barracuda.core.util.http.HttpRequester
 
methodName - Variable in class org.enhydra.barracuda.core.util.data.ObjectRepositoryAssembler
 
micro - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity micro (µ).
middot - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity middot (·).
MILLISECONDS_IN_DAY - Static variable in class org.enhydra.barracuda.core.util.DateUtil
 
min - Variable in class org.enhydra.barracuda.core.forms.validators.MinLengthValidator
 
MinLengthValidator - class org.enhydra.barracuda.core.forms.validators.MinLengthValidator.
This validator ensures that the length of a value is >= a minimum length
MinLengthValidator() - Constructor for class org.enhydra.barracuda.core.forms.validators.MinLengthValidator
Public no-args constructor.
MinLengthValidator(int) - Constructor for class org.enhydra.barracuda.core.forms.validators.MinLengthValidator
Public constructor.
MinLengthValidator(int, String) - Constructor for class org.enhydra.barracuda.core.forms.validators.MinLengthValidator
Public constructor.
minus - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity minus (?).
MkEncodingsTable - class org.enhydra.barracuda.core.util.dom.io.MkEncodingsTable.
Generate a file contain character encodings by parsing the IANA Charset Registry, obtained from:
ftp://ftp.isi.edu/in-notes/iana/assignments/character-sets
This is a development-time tool, with special hacks to make up for various java encoding names not in the table.
MkEncodingsTable() - Constructor for class org.enhydra.barracuda.core.util.dom.io.MkEncodingsTable
 
ML - Variable in class org.enhydra.barracuda.taskdefs.Xmlc
 
MockHttpServletRequest - class org.enhydra.barracuda.testbed.servlet.MockHttpServletRequest.
This class provides a mockup implementation for the HttpServletRequest.
MockHttpServletRequest() - Constructor for class org.enhydra.barracuda.testbed.servlet.MockHttpServletRequest
Noargs constructor
MockHttpServletRequest(String) - Constructor for class org.enhydra.barracuda.testbed.servlet.MockHttpServletRequest
Create a request with a given param String
mode - Variable in class org.enhydra.barracuda.core.comp.scripting.BScript
 
model - Variable in class org.enhydra.barracuda.core.comp.BTable
 
model - Variable in class org.enhydra.barracuda.core.comp.BList
 
model - Variable in class org.enhydra.barracuda.core.comp.renderer.html.HTMLListRenderer
 
Model - interface org.enhydra.barracuda.core.comp.model.Model.
This interface defines a general mechanism to add/remove ModelListeners to a Model.
MODEL_NAME - Static variable in class org.enhydra.barracuda.config.ViewConfig
 
MODEL_NAME - Static variable in class org.enhydra.barracuda.config.UtilConfig
 
MODEL_NAME - Static variable in class org.enhydra.barracuda.config.MasterConfig
 
MODEL_NAME - Static variable in class org.enhydra.barracuda.config.FormsConfig
 
MODEL_NAME - Static variable in class org.enhydra.barracuda.config.EventConfig
 
MODEL_NAME - Static variable in class org.enhydra.barracuda.config.DomConfig
 
MODEL_NAME - Static variable in class org.enhydra.barracuda.config.DataConfig
 
MODEL_NAME - Static variable in class org.enhydra.barracuda.config.CompConfig
 
modelChanged(Model) - Method in interface org.enhydra.barracuda.core.comp.model.ModelListener
This high level event notification mechanism to tells listeners that something in the model changed.
ModelListener - interface org.enhydra.barracuda.core.comp.model.ModelListener.
Defines the methods needed to act as a ModelListener
modelName - Variable in class org.enhydra.barracuda.core.comp.TemplateDirective
 
modelName - Variable in class org.enhydra.barracuda.core.comp.DefaultPropertiesModel
 
mu - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity mu (?).
Mu - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity Mu (?).
MULTIPLE_INTERVAL_SELECTION - Static variable in interface org.enhydra.barracuda.core.comp.ListSelectionModel
A value for the selectionMode property: select one or more contiguous ranges of indices at a time.
myEndDate - Variable in class org.enhydra.barracuda.core.forms.validators.DateRangeValidator
 
myStartDate - Variable in class org.enhydra.barracuda.core.forms.validators.DateRangeValidator
 

N

n1 - Variable in class org.enhydra.barracuda.core.forms.validators.RangeValidator
 
n2 - Variable in class org.enhydra.barracuda.core.forms.validators.RangeValidator
 
nabla - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity nabla (?).
name - Variable in class org.enhydra.barracuda.core.comp.BComponent
 
name - Variable in class org.enhydra.barracuda.core.forms.DefaultFormElement
 
name - Variable in class org.enhydra.barracuda.core.util.data.ObjectRepository
 
name - Variable in class org.enhydra.barracuda.core.util.data.NameSpace
 
NAME_B1 - Static variable in class org.enhydra.barracuda.examples.xmlc.CompEx8HTML
 
NAME_B1 - Static variable in class org.enhydra.barracuda.examples.xmlc.CompEx4HTML
 
NAME_B1 - Static variable in class org.enhydra.barracuda.examples.xmlc.BrowserCheckHTML
 
NAME_B2 - Static variable in class org.enhydra.barracuda.examples.xmlc.CompEx8HTML
 
NAME_ButtonForm1 - Static variable in class org.enhydra.barracuda.examples.xmlc.CompEx4HTML
 
NAME_ButtonForm2 - Static variable in class org.enhydra.barracuda.examples.xmlc.CompEx4HTML
 
NAME_component_select - Static variable in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
NAME_map1 - Static variable in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
NAME_reset - Static variable in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
NAME_ResetButton - Static variable in class org.enhydra.barracuda.examples.xmlc.RedirectEx1HTML
 
NAME_S1 - Static variable in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
NAME_SampleCheckbox - Static variable in class org.enhydra.barracuda.examples.xmlc.RedirectEx1HTML
 
NAME_SampleGroup - Static variable in class org.enhydra.barracuda.examples.xmlc.RedirectEx1HTML
 
NAME_SampleHidden - Static variable in class org.enhydra.barracuda.examples.xmlc.RedirectEx1HTML
 
NAME_SampleMultiSelect - Static variable in class org.enhydra.barracuda.examples.xmlc.RedirectEx1HTML
 
NAME_SampleSingleSelect - Static variable in class org.enhydra.barracuda.examples.xmlc.RedirectEx1HTML
 
NAME_SampleTextarea - Static variable in class org.enhydra.barracuda.examples.xmlc.RedirectEx1HTML
 
NAME_SampleTextButton - Static variable in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
NAME_SampleTextField - Static variable in class org.enhydra.barracuda.examples.xmlc.RedirectEx1HTML
 
NAME_SubmitButton - Static variable in class org.enhydra.barracuda.examples.xmlc.RedirectEx1HTML
 
NAME_SubmitButton1 - Static variable in class org.enhydra.barracuda.examples.xmlc.RedirectEx1HTML
 
NAME_SubmitButton2 - Static variable in class org.enhydra.barracuda.examples.xmlc.RedirectEx1HTML
 
NAME_SubmitButton3 - Static variable in class org.enhydra.barracuda.examples.xmlc.RedirectEx1HTML
 
NAME_SubmitSrc - Static variable in class org.enhydra.barracuda.examples.xmlc.RedirectEx1HTML
 
NAME_T1 - Static variable in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
NAME_Test1 - Static variable in class org.enhydra.barracuda.examples.xmlc.RedirectEx1HTML
 
NAME_Test2 - Static variable in class org.enhydra.barracuda.examples.xmlc.RedirectEx1HTML
 
NAME_Test3 - Static variable in class org.enhydra.barracuda.examples.xmlc.RedirectEx1HTML
 
NAME_Test4 - Static variable in class org.enhydra.barracuda.examples.xmlc.RedirectEx1HTML
 
NAME_testForm2 - Static variable in class org.enhydra.barracuda.examples.xmlc.CompEx5HTML
 
NAME_testForm3 - Static variable in class org.enhydra.barracuda.examples.xmlc.CompEx5HTML
 
name1 - Variable in class org.enhydra.barracuda.examples.ex4.SampleControlHandler
 
name2 - Static variable in class org.enhydra.barracuda.examples.ex4.SampleControlHandler
 
NameSpace - class org.enhydra.barracuda.core.util.data.NameSpace.
This class defines a NameSpace entity (like a key) that can be used to set/retrieve objects from the ObjectRepository
NamingHelper - class org.enhydra.barracuda.core.comp.renderer.html.NamingHelper.
Simple helper class to assist with determining an elements name.
NamingHelper() - Constructor for class org.enhydra.barracuda.core.comp.renderer.html.NamingHelper
 
nbsp - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity nbsp ( ).
ndash - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity ndash (–).
ne - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity ne (?).
needPropVal - Variable in class org.enhydra.barracuda.core.event.DefaultApplicationAssembler
 
needPropVal - Variable in class org.enhydra.barracuda.core.util.data.ObjectRepositoryAssembler
 
NestableException - exception org.enhydra.barracuda.core.util.exceptions.NestableException.
This class simply defines a NestableException.
NestableException() - Constructor for class org.enhydra.barracuda.core.util.exceptions.NestableException
The noargs public contructor for NestableException
NestableException(String) - Constructor for class org.enhydra.barracuda.core.util.exceptions.NestableException
The public contructor for NestableException
NestableException(String, Exception) - Constructor for class org.enhydra.barracuda.core.util.exceptions.NestableException
The public contructor for NestableException
NEVER_SCRIPT - Static variable in class org.enhydra.barracuda.core.comp.renderer.RenderStrategy
 
newDocument() - Method in class org.enhydra.barracuda.core.util.dom.io.DOMParser
Obtain a new instance of a DOM Document object to build a DOM tree with.
newInstance() - Static method in class org.enhydra.barracuda.core.util.data.NameSpace
get a new NameSpace instance using the default name
newInstance(String) - Static method in class org.enhydra.barracuda.core.util.data.NameSpace
get a new NameSpace instance using the specified name
newPattern - Variable in class org.enhydra.barracuda.core.util.TestStringUtil
 
next(ViewContext, Node) - Method in interface org.enhydra.barracuda.core.event.helper.BlockIterator
 
next(ViewContext, Node) - Method in class org.enhydra.barracuda.core.event.helper.AbstractBlockIterator
 
ni - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity ni (?).
NN_3x - Static variable in class org.enhydra.barracuda.core.view.ClientType
 
NN_4x - Static variable in class org.enhydra.barracuda.core.view.ClientType
 
NN_6x - Static variable in class org.enhydra.barracuda.core.view.ClientType
 
NoAvailableEventsException - exception org.enhydra.barracuda.core.event.NoAvailableEventsException.
This class defines a NoAvailableEventsException...it gets thrown when there there are event handlers but none of them actually handle it
NoAvailableEventsException() - Constructor for class org.enhydra.barracuda.core.event.NoAvailableEventsException
The noargs public contructor for NoAvailableEventsException
NoAvailableEventsException(String) - Constructor for class org.enhydra.barracuda.core.event.NoAvailableEventsException
The public contructor for NoAvailableEventsException
NoAvailableEventsException(String, Exception) - Constructor for class org.enhydra.barracuda.core.event.NoAvailableEventsException
The public contructor for NoAvailableEventsException
node - Variable in class org.enhydra.barracuda.core.comp.DefaultView
 
NODE_ITERATOR_FLAG - Static variable in class org.enhydra.barracuda.core.event.helper.BlockIterateHandler
 
NONE - Static variable in class org.enhydra.barracuda.core.util.l10n.Locales
 
NONE - Static variable in class org.enhydra.barracuda.core.view.ScriptingType
 
NoSuitableRendererException - exception org.enhydra.barracuda.core.comp.NoSuitableRendererException.
This exception indicates we were unable to locate a suitable renderer.
NoSuitableRendererException() - Constructor for class org.enhydra.barracuda.core.comp.NoSuitableRendererException
The noargs public contructor for NoSuitableRendererException
NoSuitableRendererException(String) - Constructor for class org.enhydra.barracuda.core.comp.NoSuitableRendererException
The public contructor for NoSuitableRendererException
NoSuitableRendererException(String, Exception) - Constructor for class org.enhydra.barracuda.core.comp.NoSuitableRendererException
The public contructor for NoSuitableRendererException
not - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity not (¬).
Not - class org.enhydra.barracuda.core.forms.Not.
This validator ensures that something is NOT valid.
Not(FormValidator) - Constructor for class org.enhydra.barracuda.core.forms.Not
Public constructor.
Not(FormValidator, String) - Constructor for class org.enhydra.barracuda.core.forms.Not
Public constructor.
NOTES - Static variable in class org.enhydra.barracuda.examples.xmlc.data.UserData
 
notifyAlways() - Method in interface org.enhydra.barracuda.core.event.ListenerFactory
Return true if you want to always be notified, even when an event has been handled by someone else.
notifyAlways() - Method in class org.enhydra.barracuda.core.event.DefaultListenerFactory
Return true if you want to always be notified, even when an event has been handled by someone else.
notifyListeners(BaseEvent, List, EventContext) - Method in class org.enhydra.barracuda.core.event.DefaultEventDispatcher
Actually dispatch the specific event to the list of listener factories
notin - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity notin (?).
NotNullValidator - class org.enhydra.barracuda.core.forms.validators.NotNullValidator.
This validator ensures that a form element is not null or blanks.
NotNullValidator() - Constructor for class org.enhydra.barracuda.core.forms.validators.NotNullValidator
Public constructor.
NotNullValidator(String) - Constructor for class org.enhydra.barracuda.core.forms.validators.NotNullValidator
Public constructor.
nsub - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity nsub (?).
ntilde - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity ntilde (ñ).
Ntilde - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity Ntilde (Ñ).
nu - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity nu (?).
Nu - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity Nu (?).
NUMBER_OF_VISITS - Static variable in class org.enhydra.barracuda.examples.ex1.LoginServices
 
numberOfEventsProcessed() - Method in interface org.enhydra.barracuda.core.event.DispatchQueue
get the number of events that have been processed
numberOfEventsProcessed() - Method in class org.enhydra.barracuda.core.event.DefaultDispatchQueue
get the number of events that have been processed
numberOfEventsRemaining() - Method in interface org.enhydra.barracuda.core.event.DispatchQueue
get the number of events remaining in the queue
numberOfEventsRemaining() - Method in class org.enhydra.barracuda.core.event.DefaultDispatchQueue
get the number of events remaining in the queue

O

oacute - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity oacute (ó).
Oacute - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity Oacute (Ó).
obj - Variable in class org.enhydra.barracuda.core.forms.validators.EqualsValidator
 
ObjectRepository - class org.enhydra.barracuda.core.util.data.ObjectRepository.
This class provides access to several different generic statemap repositories, scoped for Global, Session, Local, or custom (NameSpace or Name...you provide the cleanup).
ObjectRepository() - Constructor for class org.enhydra.barracuda.core.util.data.ObjectRepository
protected constructor
ObjectRepository(String) - Constructor for class org.enhydra.barracuda.core.util.data.ObjectRepository
 
ObjectRepositoryAssembler - class org.enhydra.barracuda.core.util.data.ObjectRepositoryAssembler.
This class basically assembles objects into the default ObjectRepository based on an XML descriptor file.
ObjectRepositoryAssembler.LocalAssemblyHandler - class org.enhydra.barracuda.core.util.data.ObjectRepositoryAssembler.LocalAssemblyHandler.
 
ObjectRepositoryAssembler.LocalAssemblyHandler(ObjectRepository) - Constructor for class org.enhydra.barracuda.core.util.data.ObjectRepositoryAssembler.LocalAssemblyHandler
 
ObjectRepositoryAssembler() - Constructor for class org.enhydra.barracuda.core.util.data.ObjectRepositoryAssembler
 
objMap - Variable in class org.enhydra.barracuda.core.util.data.ObjectRepositoryAssembler
 
objStack - Variable in class org.enhydra.barracuda.core.event.DefaultApplicationAssembler
 
objStack - Variable in class org.enhydra.barracuda.core.util.data.ObjectRepositoryAssembler
 
ocirc - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity ocirc (ô).
Ocirc - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity Ocirc (Ô).
oelig - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity oelig (œ).
OElig - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity OElig (Œ).
ograve - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity ograve (ò).
Ograve - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity Ograve (Ò).
oldPattern - Variable in class org.enhydra.barracuda.core.util.TestStringUtil
 
oline - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity oline (?).
omega - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity omega (?).
Omega - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity Omega (?).
omicron - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity omicron (?).
Omicron - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity Omicron (?).
ON_BLUR - Static variable in class org.enhydra.barracuda.core.comp.scripting.BScript
 
ON_CHANGE - Static variable in class org.enhydra.barracuda.core.comp.scripting.BScript
 
ON_CLICK - Static variable in class org.enhydra.barracuda.core.comp.scripting.BScript
 
ON_DBL_CLICK - Static variable in class org.enhydra.barracuda.core.comp.scripting.BScript
 
ON_FOCUS - Static variable in class org.enhydra.barracuda.core.comp.scripting.BScript
 
ON_KEY_DOWN - Static variable in class org.enhydra.barracuda.core.comp.scripting.BScript
 
ON_KEY_PRESS - Static variable in class org.enhydra.barracuda.core.comp.scripting.BScript
 
ON_KEY_UP - Static variable in class org.enhydra.barracuda.core.comp.scripting.BScript
 
ON_LOAD - Static variable in class org.enhydra.barracuda.core.comp.scripting.BScript
 
ON_MOUSE_DOWN - Static variable in class org.enhydra.barracuda.core.comp.scripting.BScript
 
ON_MOUSE_MOVE - Static variable in class org.enhydra.barracuda.core.comp.scripting.BScript
 
ON_MOUSE_OUT - Static variable in class org.enhydra.barracuda.core.comp.scripting.BScript
 
ON_MOUSE_OVER - Static variable in class org.enhydra.barracuda.core.comp.scripting.BScript
 
ON_MOUSE_UP - Static variable in class org.enhydra.barracuda.core.comp.scripting.BScript
 
ON_RESET - Static variable in class org.enhydra.barracuda.core.comp.scripting.BScript
 
ON_SELECT - Static variable in class org.enhydra.barracuda.core.comp.scripting.BScript
 
ON_SUBMIT - Static variable in class org.enhydra.barracuda.core.comp.scripting.BScript
 
ON_UNLOAD - Static variable in class org.enhydra.barracuda.core.comp.scripting.BScript
 
open() - Method in class org.enhydra.barracuda.core.util.dom.io.ClosingInputSource
If the resource is specified by system id, open it now as a byte stream.
open(InputSource) - Static method in class org.enhydra.barracuda.core.util.dom.io.InputSourceOps
Open a character input stream for an input source if one is not already open.
openSystemId(String) - Static method in class org.enhydra.barracuda.core.util.dom.io.InputSourceOps
Open a bytestream given a system id.
OPERA_4x - Static variable in class org.enhydra.barracuda.core.view.ClientType
 
OPERA_5x - Static variable in class org.enhydra.barracuda.core.view.ClientType
 
oplus - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity oplus (?).
options - Variable in class org.enhydra.barracuda.taskdefs.Xmlc
 
or - Variable in class org.enhydra.barracuda.core.util.data.ObjectRepositoryAssembler
 
or - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity or (?).
Or - class org.enhydra.barracuda.core.forms.Or.
This validator ensures that at least one of the given validators is valid, (effectively acting as an "OR" or "||") or a ValidationException will be generated The sub-validators can be specified as array, list or by using the convenience constructors.
Or(FormValidator[]) - Constructor for class org.enhydra.barracuda.core.forms.Or
Public constructor.
Or(FormValidator[], String) - Constructor for class org.enhydra.barracuda.core.forms.Or
Public constructor.
Or(FormValidator, FormValidator) - Constructor for class org.enhydra.barracuda.core.forms.Or
Public constructor.
Or(FormValidator, FormValidator, FormValidator) - Constructor for class org.enhydra.barracuda.core.forms.Or
Public constructor.
Or(FormValidator, FormValidator, FormValidator, FormValidator) - Constructor for class org.enhydra.barracuda.core.forms.Or
Public constructor.
Or(FormValidator, FormValidator, FormValidator, FormValidator, String) - Constructor for class org.enhydra.barracuda.core.forms.Or
Public constructor.
Or(FormValidator, FormValidator, FormValidator, String) - Constructor for class org.enhydra.barracuda.core.forms.Or
Public constructor.
Or(FormValidator, FormValidator, String) - Constructor for class org.enhydra.barracuda.core.forms.Or
Public constructor.
Or(List) - Constructor for class org.enhydra.barracuda.core.forms.Or
Public constructor.
Or(List, String) - Constructor for class org.enhydra.barracuda.core.forms.Or
Public constructor.
ordf - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity ordf (ª).
ordm - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity ordm (º).
org.enhydra.barracuda - package org.enhydra.barracuda
 
org.enhydra.barracuda.admin - package org.enhydra.barracuda.admin
 
org.enhydra.barracuda.config - package org.enhydra.barracuda.config
 
org.enhydra.barracuda.core.comp - package org.enhydra.barracuda.core.comp
 
org.enhydra.barracuda.core.comp.helper - package org.enhydra.barracuda.core.comp.helper
 
org.enhydra.barracuda.core.comp.model - package org.enhydra.barracuda.core.comp.model
 
org.enhydra.barracuda.core.comp.renderer - package org.enhydra.barracuda.core.comp.renderer
 
org.enhydra.barracuda.core.comp.renderer.html - package org.enhydra.barracuda.core.comp.renderer.html
 
org.enhydra.barracuda.core.comp.renderer.xml - package org.enhydra.barracuda.core.comp.renderer.xml
 
org.enhydra.barracuda.core.comp.scripting - package org.enhydra.barracuda.core.comp.scripting
 
org.enhydra.barracuda.core.event - package org.enhydra.barracuda.core.event
 
org.enhydra.barracuda.core.event.events - package org.enhydra.barracuda.core.event.events
 
org.enhydra.barracuda.core.event.helper - package org.enhydra.barracuda.core.event.helper
 
org.enhydra.barracuda.core.forms - package org.enhydra.barracuda.core.forms
 
org.enhydra.barracuda.core.forms.validators - package org.enhydra.barracuda.core.forms.validators
 
org.enhydra.barracuda.core.helper.servlet - package org.enhydra.barracuda.core.helper.servlet
 
org.enhydra.barracuda.core.helper.state - package org.enhydra.barracuda.core.helper.state
 
org.enhydra.barracuda.core.util - package org.enhydra.barracuda.core.util
 
org.enhydra.barracuda.core.util.data - package org.enhydra.barracuda.core.util.data
 
org.enhydra.barracuda.core.util.dom - package org.enhydra.barracuda.core.util.dom
 
org.enhydra.barracuda.core.util.dom.io - package org.enhydra.barracuda.core.util.dom.io
 
org.enhydra.barracuda.core.util.exceptions - package org.enhydra.barracuda.core.util.exceptions
 
org.enhydra.barracuda.core.util.http - package org.enhydra.barracuda.core.util.http
 
org.enhydra.barracuda.core.util.l10n - package org.enhydra.barracuda.core.util.l10n
 
org.enhydra.barracuda.core.util.logging - package org.enhydra.barracuda.core.util.logging
 
org.enhydra.barracuda.core.util.srv - package org.enhydra.barracuda.core.util.srv
 
org.enhydra.barracuda.core.util.xml - package org.enhydra.barracuda.core.util.xml
 
org.enhydra.barracuda.core.view - package org.enhydra.barracuda.core.view
 
org.enhydra.barracuda.examples - package org.enhydra.barracuda.examples
 
org.enhydra.barracuda.examples.ex1 - package org.enhydra.barracuda.examples.ex1
 
org.enhydra.barracuda.examples.ex3 - package org.enhydra.barracuda.examples.ex3
 
org.enhydra.barracuda.examples.ex4 - package org.enhydra.barracuda.examples.ex4
 
org.enhydra.barracuda.examples.xmlc - package org.enhydra.barracuda.examples.xmlc
 
org.enhydra.barracuda.examples.xmlc.data - package org.enhydra.barracuda.examples.xmlc.data
 
org.enhydra.barracuda.taskdefs - package org.enhydra.barracuda.taskdefs
 
org.enhydra.barracuda.testbed - package org.enhydra.barracuda.testbed
 
org.enhydra.barracuda.testbed.servlet - package org.enhydra.barracuda.testbed.servlet
 
org.enhydra.barracuda.tutorials.comp - package org.enhydra.barracuda.tutorials.comp
 
origVal - Variable in class org.enhydra.barracuda.core.forms.DefaultFormElement
 
oslash - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity oslash (ø).
Oslash - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity Oslash (Ø).
otilde - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity otilde (õ).
Otilde - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity Otilde (Õ).
otimes - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity otimes (?).
ouml - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity ouml (ö).
Ouml - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity Ouml (Ö).
OutputOptions - class org.enhydra.barracuda.core.util.dom.io.OutputOptions.
Object that specifies how a HTML or XML file will be formatted.
OutputOptions.Format - class org.enhydra.barracuda.core.util.dom.io.OutputOptions.Format.
Desired output format enumerated type.
OutputOptions() - Constructor for class org.enhydra.barracuda.core.util.dom.io.OutputOptions
Construct with default values.
OutputOptions(OutputOptions) - Constructor for class org.enhydra.barracuda.core.util.dom.io.OutputOptions
Copy constructor.
outputWriter - Variable in class org.enhydra.barracuda.core.util.http.HttpRequester
 
outStream - Variable in class org.enhydra.barracuda.core.util.http.HttpRequester
 

P

packageDir - Variable in class org.enhydra.barracuda.taskdefs.Xmlc
 
packageName - Variable in class org.enhydra.barracuda.taskdefs.Xmlc
 
para - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity para (¶).
Param - class org.enhydra.barracuda.core.util.data.Param.
Define a Param object as having key and value properties (both of which are Strings)
PARAM_EXT - Static variable in class org.enhydra.barracuda.core.helper.servlet.ParamGateway
 
PARAM_TARGET - Static variable in class org.enhydra.barracuda.core.helper.servlet.ParamGateway
 
Param() - Constructor for class org.enhydra.barracuda.core.util.data.Param
Create an empty Param
Param(String, String) - Constructor for class org.enhydra.barracuda.core.util.data.Param
Create a Param for a given key/value
paramCntr - Variable in class org.enhydra.barracuda.core.util.data.ObjectRepositoryAssembler
 
ParamGateway - class org.enhydra.barracuda.core.helper.servlet.ParamGateway.
The purpose of this servlet is take a set of req parameters and persist them in the users session.
ParamGateway() - Constructor for class org.enhydra.barracuda.core.helper.servlet.ParamGateway
 
paramList - Variable in class org.enhydra.barracuda.testbed.servlet.MockHttpServletRequest
 
ParamPersister - class org.enhydra.barracuda.core.helper.state.ParamPersister.
Utility methods used for saving servlet request param State and then reconstituting them later.
ParamPersister() - Constructor for class org.enhydra.barracuda.core.helper.state.ParamPersister
 
paramStr - Variable in class org.enhydra.barracuda.testbed.servlet.MockHttpServletRequest
 
parent - Variable in class org.enhydra.barracuda.config.TabsModel
 
parent - Variable in class org.enhydra.barracuda.core.comp.AbstractBComponent
 
parent - Variable in class org.enhydra.barracuda.core.util.data.AbstractPData
 
PArrayList - class org.enhydra.barracuda.core.util.data.PArrayList.
This class extends AbstractPData (which provides the parental/statemap functionality) and delegates most of the List functionality back to an underlying ArrayList
PArrayList() - Constructor for class org.enhydra.barracuda.core.util.data.PArrayList
 
parse(InputSource) - Method in class org.enhydra.barracuda.core.util.dom.io.DOMParser
Parse the content of the given input source as an XML document and return a new DOM Document object.
parse(String) - Method in class org.enhydra.barracuda.core.forms.FormType
Parses an object based on the specific form type.
parse(String, Locale) - Method in class org.enhydra.barracuda.core.forms.FormType
Parses an object based on the specific form type.
ParseException - exception org.enhydra.barracuda.core.forms.ParseException.
This exception indicates a value was unable to be converted to a valid value for the specified FormType.
ParseException() - Constructor for class org.enhydra.barracuda.core.forms.ParseException
The noargs public contructor for ParseException
ParseException(Object) - Constructor for class org.enhydra.barracuda.core.forms.ParseException
The public contructor for ParseException
ParseException(Object, String) - Constructor for class org.enhydra.barracuda.core.forms.ParseException
The public contructor for ParseException
ParseException(Object, String, Exception) - Constructor for class org.enhydra.barracuda.core.forms.ParseException
The public contructor for ParseException
parseParams(String[]) - Static method in class org.enhydra.barracuda.testbed.TestUtil
This utility method is used to parse an argument string to automatically adjust any global paramters Known paramters: --------------- batch - (opt) run the test in batch mode (as opposed to interactive Swing mode, which is the default) debug_level - (opt) an int value which determines whether debug msgs show
parserClass - Variable in class org.enhydra.barracuda.core.event.DefaultApplicationAssembler
 
parserClass - Variable in class org.enhydra.barracuda.core.util.data.ObjectRepositoryAssembler
 
parserClass - Variable in class org.enhydra.barracuda.taskdefs.EventBuilder
 
part - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity part (?).
password - Variable in class org.enhydra.barracuda.core.util.http.HttpRequester
 
PASSWORD - Static variable in class org.enhydra.barracuda.core.comp.BInput
 
PASSWORD - Static variable in class org.enhydra.barracuda.examples.ex1.LoginServices
 
PData - interface org.enhydra.barracuda.core.util.data.PData.
This interface defines the methods required to establish a heirarchical relationship between objects.
PDataTestCases - class org.enhydra.barracuda.core.util.data.PDataTestCases.
 
PDataTestCases(String) - Constructor for class org.enhydra.barracuda.core.util.data.PDataTestCases
 
pe - Variable in class org.enhydra.barracuda.core.forms.DefaultFormElement
 
performExec - Variable in class org.enhydra.barracuda.taskdefs.Xmlc
 
performGeneralChecks(BComponent) - Method in class org.enhydra.barracuda.core.comp.TestCompCreate
 
permil - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity permil (‰).
perp - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity perp (?).
PERSIST_DEFAULT - Static variable in class org.enhydra.barracuda.core.util.l10n.Locales
 
persistContext() - Method in interface org.enhydra.barracuda.core.event.EventContext
The event context must be able to persist its statemap so that it can reconstruct itself after a ClientSideRedirectException
persistContext() - Method in class org.enhydra.barracuda.core.event.DefaultEventContext
The event context must be able to persist its state in the user's session
persistReqParamState(HttpServletRequest) - Static method in class org.enhydra.barracuda.core.helper.state.ParamPersister
This method takes Request parameters and saves them in a users session.
PHashMap - class org.enhydra.barracuda.core.util.data.PHashMap.
This class extends AbstractPData (which provides the parental/statemap functionality) and delegates most of the Map functionality back to an underlying HashMap
PHashMap() - Constructor for class org.enhydra.barracuda.core.util.data.PHashMap
 
phi - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity phi (?).
Phi - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity Phi (?).
PHONE - Static variable in class org.enhydra.barracuda.examples.xmlc.data.UserData
 
phoneNumber - Variable in class org.enhydra.barracuda.core.forms.validators.DigitValidator
 
pi - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity pi (?).
Pi - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity Pi (?).
piv - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity piv (?).
PList - interface org.enhydra.barracuda.core.util.data.PList.
The purpose of this interface is to extend the standard List interface to support the notions of parental hierarchy (allowing you to navigate up) state (by implementing the StateMap interface)
PListTestCases - class org.enhydra.barracuda.core.util.data.PListTestCases.
 
PListTestCases(String) - Constructor for class org.enhydra.barracuda.core.util.data.PListTestCases
 
plusmn - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity plusmn (±).
PMap - interface org.enhydra.barracuda.core.util.data.PMap.
The purpose of this interface is to extend the standard Map interface to support the notions of parental hierarchy (allowing you to navigate up) state (by implementing the StateMap interface)
PMapTestCases - class org.enhydra.barracuda.core.util.data.PMapTestCases.
 
PMapTestCases(String) - Constructor for class org.enhydra.barracuda.core.util.data.PMapTestCases
 
Polymorphic - interface org.enhydra.barracuda.core.event.Polymorphic.
This interface indicates an Event is Polymorphic, in the sense that firing it causes parent events to be fired first.
poolSize - Variable in class org.enhydra.barracuda.core.event.DefaultEventPool
 
populateTableFromModel(Node, TableView, ViewContext, TableModel, DefaultListModel, BList) - Method in class org.enhydra.barracuda.core.comp.renderer.html.HTMLTableRenderer
 
POST - Static variable in class org.enhydra.barracuda.core.util.http.HttpRequester
 
postCompRender(BComponent, ViewContext) - Method in class org.enhydra.barracuda.core.event.helper.DefaultViewHandler
The purpose of this method is to allow for optional post-component-render cycle processing (ie. to remove a value from the user's session)
postIterate() - Method in interface org.enhydra.barracuda.core.comp.IterativeModel
 
postIterate() - Method in class org.enhydra.barracuda.core.comp.AbstractIterativeTemplateModel
 
postRender(ViewContext, int) - Method in class org.enhydra.barracuda.core.comp.BComponent
Cleanup after rendering.
pound - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity pound (£).
preCompRender(BComponent, ViewContext) - Method in class org.enhydra.barracuda.core.event.helper.DefaultViewHandler
The purpose of this method is to allow for optional pre-component-render cycle processing (ie. to stick a value in the user's session)
preFormatNode(Node) - Method in interface org.enhydra.barracuda.core.util.dom.io.Formatter
Format the contents of a node that can later be returned by a node implementing FormattedText.
PreFormattedText - interface org.enhydra.barracuda.core.util.dom.io.PreFormattedText.
Interface that nodes of a document must implement if they have formatted text.
PreFormattedTextDocument - interface org.enhydra.barracuda.core.util.dom.io.PreFormattedTextDocument.
Interface that the Document must implement if any of its nodes are to implement PreFormattedText.
preIterate() - Method in interface org.enhydra.barracuda.core.comp.IterativeModel
 
preIterate() - Method in class org.enhydra.barracuda.core.comp.AbstractIterativeTemplateModel
 
prepareClientResp(Document, ViewContext) - Static method in class org.enhydra.barracuda.core.helper.servlet.ScriptDetector
The purpose of this method is to prepare an outgoing Document with a scripting flag.
prepareClientResp(HTMLDocument, ViewContext) - Static method in class org.enhydra.barracuda.core.helper.servlet.ScriptDetector
The purpose of this method is to prepare an outgoing HTMLDocument with a scripting flag.
prepareRedirectURL(String, ViewCapabilities) - Static method in class org.enhydra.barracuda.core.helper.servlet.ScriptDetector
This method prepares a URL for redirect by adding the appropriate client scripting flag.
PREPEND - Static variable in class org.enhydra.barracuda.core.comp.scripting.BScript
 
preRender(ViewContext, int) - Method in class org.enhydra.barracuda.core.comp.BSelect
Here in the pre-render phase we actually add BAction step children for any of the listeners that might have been added to this component
preRender(ViewContext, int) - Method in class org.enhydra.barracuda.core.comp.BInput
Here in the pre-render phase we actually add BAction step children for any of the listeners that might have been added to this component
preRender(ViewContext, int) - Method in class org.enhydra.barracuda.core.comp.BComponent
Prep phase before rendering.
preventCaching - Variable in class org.enhydra.barracuda.core.comp.AbstractBComponent
 
preventCaching - Static variable in class org.enhydra.barracuda.core.comp.helper.ComponentGateway
 
preventCaching - Variable in class org.enhydra.barracuda.core.event.helper.DefaultViewHandler
 
preventCaching - Variable in class org.enhydra.barracuda.core.util.dom.DefaultDOMWriter
 
prime - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity prime (?).
Prime - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity Prime (?).
print(Category, OutputStream, String) - Static method in class org.enhydra.barracuda.core.event.DefaultEventGateway
 
print(Category, OutputStream, String) - Static method in class org.enhydra.barracuda.core.util.data.Collections
 
print(OutputStream, String) - Static method in class org.enhydra.barracuda.core.util.dom.DOMUtil
 
printAllRequestInfo(HttpServletRequest, Logger) - Static method in class org.enhydra.barracuda.core.util.http.ServletUtil
print all request info
printChildNodes(Node, PrintWriter, int, boolean) - Method in class org.enhydra.barracuda.core.event.helper.BlockIterateHandler
 
printNode(Node, PrintWriter, int, boolean) - Method in class org.enhydra.barracuda.core.event.helper.BlockIterateHandler
 
printPretty - Static variable in class org.enhydra.barracuda.core.comp.helper.ComponentGateway
 
printPretty - Variable in class org.enhydra.barracuda.core.event.helper.DefaultViewHandler
 
printPretty - Variable in class org.enhydra.barracuda.core.util.dom.DefaultDOMWriter
 
printStackTrace(int, Category) - Method in class org.enhydra.barracuda.core.event.DefaultEventGateway
For debugging purposes.
printStackTrace(int, Logger) - Method in class org.enhydra.barracuda.core.comp.AbstractBComponent
 
printStackTrace(int, Logger, OutputStream) - Method in class org.enhydra.barracuda.core.comp.AbstractBComponent
For debugging purposes.
printStackTrace(int, OutputStream) - Method in class org.enhydra.barracuda.core.comp.AbstractBComponent
 
printStackTrace(int, OutputStream) - Method in class org.enhydra.barracuda.core.event.DefaultEventGateway
For debugging purposes.
printStackTrace(List) - Static method in class org.enhydra.barracuda.core.util.data.Collections
utility method to recursively print the stack trace for a List.
printStackTrace(List, Category) - Static method in class org.enhydra.barracuda.core.util.data.Collections
utility method to recursively print the stack trace for a List.
printStackTrace(List, int, Category, OutputStream) - Static method in class org.enhydra.barracuda.core.util.data.Collections
utility method to recursively print the stack trace for a List Bounds:
If depth < 0, the method returns immediately
printStackTrace(List, OutputStream) - Static method in class org.enhydra.barracuda.core.util.data.Collections
utility method to recursively print the stack trace for a List.
printStackTrace(Map) - Static method in class org.enhydra.barracuda.core.util.data.Collections
utility method to recursively print the stack trace for a Map.
printStackTrace(Map, Category) - Static method in class org.enhydra.barracuda.core.util.data.Collections
utility method to recursively print the stack trace for a Map.
printStackTrace(Map, int, Category, OutputStream) - Static method in class org.enhydra.barracuda.core.util.data.Collections
utility method to recursively print the stack trace for a Map Map Specification: depth < 0 will be remapped to 0 depth > 25 will be remapped to 25 Passing in a null value for the output stream will cause all the necessary output information to be generated, but nothing will actually print anywhere.
printStackTrace(Map, OutputStream) - Static method in class org.enhydra.barracuda.core.util.data.Collections
utility method to recursively print the stack trace for a Map.
printStackTrace(Node) - Static method in class org.enhydra.barracuda.core.util.dom.DOMUtil
utility method to recursively print the stack trace for a DOM Node
printStackTrace(Node, int, OutputStream) - Static method in class org.enhydra.barracuda.core.util.dom.DOMUtil
utility method to recursively print the stack trace for a DOM Node Bounds:
If depth < 0, the method returns immediately
printTestResults(Object) - Method in class org.enhydra.barracuda.admin.BarracudaAdmin
 
processDirective(TemplateDirective) - Method in class org.enhydra.barracuda.config.TabsModel
 
processDirective(TemplateDirective) - Method in interface org.enhydra.barracuda.core.comp.TemplateModel
 
processDirective(TemplateDirective) - Method in class org.enhydra.barracuda.core.comp.AbstractTemplateModel
process any directives. return false to indicate a the node containing this directive should be skipped.
processFiles(List) - Method in class org.enhydra.barracuda.taskdefs.GenerateSSIs
process the list of qualified files.
procList - Variable in class org.enhydra.barracuda.core.event.DefaultDispatchQueue
 
prod - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity prod (?).
prop - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity prop (?).
propFileName - Variable in class org.enhydra.barracuda.core.comp.DefaultPropertiesModel
 
propName - Variable in class org.enhydra.barracuda.core.event.DefaultApplicationAssembler
 
propName - Variable in class org.enhydra.barracuda.core.util.data.ObjectRepositoryAssembler
 
props - Variable in class org.enhydra.barracuda.core.util.data.DefaultStateMap
 
props - Variable in class org.enhydra.barracuda.core.util.http.HttpRequester
 
propVal - Variable in class org.enhydra.barracuda.core.event.DefaultApplicationAssembler
 
propVal - Variable in class org.enhydra.barracuda.core.util.data.ObjectRepositoryAssembler
 
psi - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity psi (?).
Psi - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity Psi (?).
purgeEventListener(ListenerFactory) - Method in interface org.enhydra.barracuda.core.event.EventBroker
remove all references to an event listener, both for id and for any event classes it has registered an interest in.
purgeEventListener(ListenerFactory) - Method in class org.enhydra.barracuda.core.event.DefaultEventBroker
remove all references to an event listener, both for id and for any event classes it has registered an interest in.
put(Object, Object) - Method in class org.enhydra.barracuda.core.util.data.PHashMap
Associates the specified value with the specified key in this map (optional operation).
put(Object, Object) - Method in class org.enhydra.barracuda.examples.xmlc.data.UserData
set data in the store
putAll(Map) - Method in class org.enhydra.barracuda.core.util.data.PHashMap
Copies all of the mappings from the specified map to this map (optional operation).
putState(Object, Object) - Method in class org.enhydra.barracuda.core.comp.DefaultViewContext
set a property in this StateMap
putState(Object, Object) - Method in class org.enhydra.barracuda.core.comp.AbstractBComponent
set a property in this StateMap
putState(Object, Object) - Method in class org.enhydra.barracuda.core.event.DefaultEventContext
set a property in this StateMap
putState(Object, Object) - Method in class org.enhydra.barracuda.core.event.DefaultBaseEvent
set a property in this StateMap
putState(Object, Object) - Method in class org.enhydra.barracuda.core.forms.DefaultFormMap
set a property in this StateMap
putState(Object, Object) - Method in interface org.enhydra.barracuda.core.util.data.StateMap
set a property in this StateMap
putState(Object, Object) - Method in class org.enhydra.barracuda.core.util.data.ServletRequestStateMap
set a property in this StateMap
putState(Object, Object) - Method in class org.enhydra.barracuda.core.util.data.ServletRequestParameterStateMap
set a property in this StateMap - not implemented because the servlet API doesn't allow you to set parameters
putState(Object, Object) - Method in class org.enhydra.barracuda.core.util.data.ServletContextStateMap
set a property in this StateMap
putState(Object, Object) - Method in class org.enhydra.barracuda.core.util.data.MapStateMap
set a property in this StateMap
putState(Object, Object) - Method in class org.enhydra.barracuda.core.util.data.HttpSessionStateMap
set a property in this StateMap
putState(Object, Object) - Method in class org.enhydra.barracuda.core.util.data.DefaultStateMap
set a property in this StateMap
putState(Object, Object) - Method in class org.enhydra.barracuda.core.util.data.AbstractPData
set a property in this StateMap

Q

qualifiedStrReplace(String, String, String) - Method in class org.enhydra.barracuda.taskdefs.Localize
Replace occurrences of str1 in string str with str2, but only if the str1 is qualified (ie. not embedded in an 'id=""' or 'class=""' attribute)
quot - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity quot (").

R

radic - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity radic (?).
RADIO - Static variable in class org.enhydra.barracuda.core.comp.BInput
 
rang - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity rang (?).
RangeValidator - class org.enhydra.barracuda.core.forms.validators.RangeValidator.
This validator ensures that a value is within a given number range
RangeValidator() - Constructor for class org.enhydra.barracuda.core.forms.validators.RangeValidator
Public no-args constructor.
RangeValidator(Number, Number) - Constructor for class org.enhydra.barracuda.core.forms.validators.RangeValidator
Public constructor.
RangeValidator(Number, Number, String) - Constructor for class org.enhydra.barracuda.core.forms.validators.RangeValidator
Public constructor.
raquo - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity raquo (»).
rarr - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity rarr (?).
rArr - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity rArr (?).
rb - Variable in class org.enhydra.barracuda.admin.BarracudaAdmin
 
rceil - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity rceil (?).
rdquo - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity rdquo (”).
readLine() - Method in class org.enhydra.barracuda.core.util.http.HttpRequester
Read responses from the URL
real - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity real (?).
reconstituteReqParamState(HttpServletRequestWrapper) - Static method in class org.enhydra.barracuda.core.helper.state.ParamPersister
This method reconstitutes Request parameters from a users session
recycleChildren - Variable in class org.enhydra.barracuda.core.comp.helper.ComponentGateway
 
recycleChildren - Variable in class org.enhydra.barracuda.core.event.helper.DefaultViewHandler
 
RedirectEx1 - class org.enhydra.barracuda.examples.xmlc.RedirectEx1.
 
RedirectEx1() - Constructor for class org.enhydra.barracuda.examples.xmlc.RedirectEx1
 
RedirectEx1HTML - class org.enhydra.barracuda.examples.xmlc.RedirectEx1HTML.
 
RedirectEx1HTML() - Constructor for class org.enhydra.barracuda.examples.xmlc.RedirectEx1HTML
 
RedirectEx1HTML(boolean) - Constructor for class org.enhydra.barracuda.examples.xmlc.RedirectEx1HTML
 
RedirectEx1HTML(RedirectEx1HTML) - Constructor for class org.enhydra.barracuda.examples.xmlc.RedirectEx1HTML
 
ReferenceFactory - interface org.enhydra.barracuda.core.util.data.ReferenceFactory.
This interface defines the methods needed to implement a ReferenceFactory.
reg - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity reg (®).
register(EventBroker) - Method in interface org.enhydra.barracuda.core.event.EventGateway
Ask all interested parties to register with the EventBroker
register(EventBroker) - Method in class org.enhydra.barracuda.core.event.DefaultEventGateway
Ask all interested parties to register with the EventBroker
register(EventBroker) - Method in class org.enhydra.barracuda.core.event.ApplicationGateway
Ask all interested parties to register with the EventBroker
registerDOMFactory(DOMFactory, Class) - Method in interface org.enhydra.barracuda.core.util.dom.DOMLoader
 
registerDOMFactory(DOMFactory, Class) - Method in class org.enhydra.barracuda.core.util.dom.DefaultDOMLoader
Register a DOMFactory for a given class of DOM object.
registerLocalEventAliases(EventBroker) - Method in class org.enhydra.barracuda.core.event.DefaultEventGateway
Register any local event aliases in the EventBroker
registerLocalEventInterests(EventBroker) - Method in class org.enhydra.barracuda.core.event.DefaultEventGateway
Register any local interests in the EventBroker
releaseClientLocale(EventContext) - Static method in class org.enhydra.barracuda.core.util.l10n.Locales
Release the client locale using an EventContext (this effectively removes it from whereever it might have been persisted).
releaseClientLocale(EventContext, int) - Static method in class org.enhydra.barracuda.core.util.l10n.Locales
Release the client locale using an EventContext (this effectively removes it from whereever it might have been persisted).
releaseClientLocale(HttpServletRequest, HttpServletResponse) - Static method in class org.enhydra.barracuda.core.util.l10n.Locales
Release a client locale (this effectively removes it from whereever it might have been persisted)
releaseClientLocale(HttpServletRequest, HttpServletResponse, int) - Static method in class org.enhydra.barracuda.core.util.l10n.Locales
Release a client locale (this effectively removes it from whereever it might have been persisted)
releaseEvent(BaseEvent) - Method in interface org.enhydra.barracuda.core.event.EventPool
check the event back in, allowing someone else to have access to it.
releaseEvent(BaseEvent) - Method in class org.enhydra.barracuda.core.event.DefaultEventPool
check the event back in, allowing someone else to have access to it.
remove(EventGateway) - Method in interface org.enhydra.barracuda.core.event.EventGateway
Remove an event gateway from this one
remove(EventGateway) - Method in class org.enhydra.barracuda.core.event.DefaultEventGateway
Remove an event gateway from this one
remove(EventGateway) - Method in class org.enhydra.barracuda.core.event.ApplicationGateway
Remove an event gateway from this one
remove(int) - Method in class org.enhydra.barracuda.core.comp.DefaultListModel
Removes the element at the specified position in this list (optional operation).
remove(int) - Method in class org.enhydra.barracuda.core.util.data.PArrayList
Removes the element at the specified position in this list (optional operation).
remove(Object) - Method in class org.enhydra.barracuda.core.comp.DefaultListModel
Removes the first occurrence in this list of the specified element (optional operation).
remove(Object) - Method in class org.enhydra.barracuda.core.util.data.PHashMap
Removes the mapping for this key from this map if present (optional operation).
remove(Object) - Method in class org.enhydra.barracuda.core.util.data.PArrayList
Removes the first occurrence in this list of the specified element (optional operation).
removeAll() - Method in interface org.enhydra.barracuda.core.comp.BContainer
 
removeAll() - Method in class org.enhydra.barracuda.core.comp.AbstractBComponent
Remove all child containers from this one
removeAll(Collection) - Method in class org.enhydra.barracuda.core.comp.DefaultListModel
Removes from this list all the elements that are contained in the specified collection (optional operation).
removeAll(Collection) - Method in class org.enhydra.barracuda.core.util.data.PArrayList
Removes from this list all the elements that are contained in the specified collection (optional operation).
removeAllParameters(String) - Method in class org.enhydra.barracuda.core.helper.servlet.HttpServletRequestWrapper
Remove all parameters for a specified name
removeAllStepChildren() - Method in class org.enhydra.barracuda.core.comp.AbstractBComponent
Remove all step children
removeAllTextNodes(Node) - Static method in class org.enhydra.barracuda.core.util.dom.DOMUtil
Remove all text nodes below this node
removeAllViews() - Method in class org.enhydra.barracuda.core.comp.BComponent
Remove all views from this component
removeAllViews() - Method in class org.enhydra.barracuda.core.comp.AbstractBComponent
 
removeAttribute(String) - Method in class org.enhydra.barracuda.core.helper.servlet.HttpServletRequestWrapper
Removes an attribute from this request.
removeAttribute(String) - Method in class org.enhydra.barracuda.testbed.servlet.MockHttpServletRequest
 
removeChild(BContainer) - Method in interface org.enhydra.barracuda.core.comp.BContainer
 
removeChild(BContainer) - Method in class org.enhydra.barracuda.core.comp.AbstractBComponent
Remove a child container from this one
removeChild(int) - Method in interface org.enhydra.barracuda.core.comp.BContainer
 
removeChild(int) - Method in class org.enhydra.barracuda.core.comp.AbstractBComponent
Remove a child container for a given index
removeEventListener(ListenerFactory) - Method in class org.enhydra.barracuda.core.comp.BSelect
Remove an event listener from this component
removeEventListener(ListenerFactory) - Method in class org.enhydra.barracuda.core.comp.BInput
Remove an event listener from this component
removeEventListener(ListenerFactory) - Method in class org.enhydra.barracuda.core.comp.BAction
Remove an event listener from this component
removeEventListener(ListenerFactory) - Method in interface org.enhydra.barracuda.core.event.EventBroker
remove a listener from general availability
removeEventListener(ListenerFactory) - Method in class org.enhydra.barracuda.core.event.DefaultEventBroker
remove a listener from general availability
removeEventListener(ListenerFactory, Class) - Method in interface org.enhydra.barracuda.core.event.EventBroker
remove an event listener for specific types of events If the class referenced is not an instance of BaseEvent, a InvalidClassException will be thrown.
removeEventListener(ListenerFactory, Class) - Method in class org.enhydra.barracuda.core.event.DefaultEventBroker
remove an event listener for specific types of events If the class referenced is not an instance of BaseEvent, a InvalidClassException will be thrown.
removeLocalRepository() - Static method in class org.enhydra.barracuda.core.util.data.ObjectRepository
Release the Local repository.
removeModel(String) - Method in class org.enhydra.barracuda.core.comp.BTemplate
Remove a model from the component by model name
removeModel(TemplateModel) - Method in class org.enhydra.barracuda.core.comp.BTemplate
Remove a model from the component.
removeModelListener(ModelListener) - Method in class org.enhydra.barracuda.core.comp.DefaultListSelectionModel
Remove a listener
removeModelListener(ModelListener) - Method in class org.enhydra.barracuda.core.comp.AbstractTemplateModel
Remove a listener
removeModelListener(ModelListener) - Method in class org.enhydra.barracuda.core.comp.AbstractTableModel
Remove a listener
removeModelListener(ModelListener) - Method in class org.enhydra.barracuda.core.comp.AbstractListModel
Remove a listener
removeModelListener(ModelListener) - Method in interface org.enhydra.barracuda.core.comp.model.Model
 
removeObjectRepository(NameSpace) - Static method in class org.enhydra.barracuda.core.util.data.ObjectRepository
Release an object repository associated with a given NameSpace
removeObjectRepository(String) - Static method in class org.enhydra.barracuda.core.util.data.ObjectRepository
Release an object repository associated with a given name
removeParameter(String) - Method in class org.enhydra.barracuda.core.helper.servlet.HttpServletRequestWrapper
Remove the first parameter whose key matches the specified name
removePublicMapping(System) - Method in class org.enhydra.barracuda.core.util.dom.io.XMLEntityResolver
Removes a public identifier mapping.
removeResource(String) - Method in class org.enhydra.barracuda.core.comp.scripting.BScript
Remove a script resource
removeSelectionInterval(int, int) - Method in interface org.enhydra.barracuda.core.comp.ListSelectionModel
 
removeSelectionInterval(int, int) - Method in class org.enhydra.barracuda.core.comp.DefaultListSelectionModel
Change the selection to be the set difference of the current selection and the indices between index0 and index1 inclusive.
removeSessionRepository() - Static method in class org.enhydra.barracuda.core.util.data.ObjectRepository
Release the Session repository
removeState(Object) - Method in class org.enhydra.barracuda.core.comp.DefaultViewContext
remove a property in this StateMap
removeState(Object) - Method in class org.enhydra.barracuda.core.comp.AbstractBComponent
remove a property in this StateMap
removeState(Object) - Method in class org.enhydra.barracuda.core.event.DefaultEventContext
remove a property in this StateMap
removeState(Object) - Method in class org.enhydra.barracuda.core.event.DefaultBaseEvent
remove a property in this StateMap
removeState(Object) - Method in class org.enhydra.barracuda.core.forms.DefaultFormMap
remove a property in this StateMap
removeState(Object) - Method in interface org.enhydra.barracuda.core.util.data.StateMap
remove a property in this StateMap
removeState(Object) - Method in class org.enhydra.barracuda.core.util.data.ServletRequestStateMap
remove a property in this StateMap
removeState(Object) - Method in class org.enhydra.barracuda.core.util.data.ServletRequestParameterStateMap
remove a property in this StateMap - not implemented because the servlet API doesn't allow you to set parameters
removeState(Object) - Method in class org.enhydra.barracuda.core.util.data.ServletContextStateMap
remove a property in this StateMap
removeState(Object) - Method in class org.enhydra.barracuda.core.util.data.MapStateMap
remove a property in this StateMap
removeState(Object) - Method in class org.enhydra.barracuda.core.util.data.HttpSessionStateMap
remove a property in this StateMap
removeState(Object) - Method in class org.enhydra.barracuda.core.util.data.DefaultStateMap
remove a property in this StateMap
removeState(Object) - Method in class org.enhydra.barracuda.core.util.data.AbstractPData
remove a property in this StateMap
removeSystemMapping(String) - Method in class org.enhydra.barracuda.core.util.dom.io.XMLEntityResolver
Removes a system identifier alias.
removeValidator(FormValidator) - Method in class org.enhydra.barracuda.core.forms.DefaultFormValidator
Remove a child validator
removeView(View) - Method in class org.enhydra.barracuda.core.comp.BComponent
Remove a view from this component
removeView(View) - Method in class org.enhydra.barracuda.core.comp.AbstractBComponent
 
removeWhiteSpace(byte[]) - Static method in class org.enhydra.barracuda.core.util.data.Base64
remove WhiteSpace from MIME containing encoded Base64 data.
render(BTemplate, TemplateView, ViewContext) - Method in class org.enhydra.barracuda.core.comp.renderer.TemplateHelper
 
render(ViewContext) - Method in class org.enhydra.barracuda.core.comp.BComponent
Render the component for a view with the specified ViewContext.
render(ViewContext) - Method in class org.enhydra.barracuda.core.comp.AbstractBComponent
 
render(ViewContext, int) - Method in class org.enhydra.barracuda.core.comp.BComponent
 
renderComponent(BComponent, View, ViewContext) - Method in interface org.enhydra.barracuda.core.comp.renderer.Renderer
 
renderComponent(BComponent, View, ViewContext) - Method in class org.enhydra.barracuda.core.comp.renderer.DOMComponentRenderer
This method should actually render the data from the component into the view, taking into consideration the specified ViewContext.
renderComponent(BComponent, View, ViewContext) - Method in class org.enhydra.barracuda.core.comp.renderer.html.HTMLToggleRenderer
 
renderComponent(BComponent, View, ViewContext) - Method in class org.enhydra.barracuda.core.comp.renderer.html.HTMLTextRenderer
 
renderComponent(BComponent, View, ViewContext) - Method in class org.enhydra.barracuda.core.comp.renderer.html.HTMLTemplateRenderer
 
renderComponent(BComponent, View, ViewContext) - Method in class org.enhydra.barracuda.core.comp.renderer.html.HTMLTableRenderer
 
renderComponent(BComponent, View, ViewContext) - Method in class org.enhydra.barracuda.core.comp.renderer.html.HTMLSelectRenderer
 
renderComponent(BComponent, View, ViewContext) - Method in class org.enhydra.barracuda.core.comp.renderer.html.HTMLScriptResourceRenderer
 
renderComponent(BComponent, View, ViewContext) - Method in class org.enhydra.barracuda.core.comp.renderer.html.HTMLScriptRenderer
 
renderComponent(BComponent, View, ViewContext) - Method in class org.enhydra.barracuda.core.comp.renderer.html.HTMLListRenderer
 
renderComponent(BComponent, View, ViewContext) - Method in class org.enhydra.barracuda.core.comp.renderer.html.HTMLLinkRenderer
 
renderComponent(BComponent, View, ViewContext) - Method in class org.enhydra.barracuda.core.comp.renderer.html.HTMLInputRenderer
 
renderComponent(BComponent, View, ViewContext) - Method in class org.enhydra.barracuda.core.comp.renderer.html.HTMLComponentRenderer
 
renderComponent(BComponent, View, ViewContext) - Method in class org.enhydra.barracuda.core.comp.renderer.html.HTMLActionRenderer
 
renderComponent(BComponent, View, ViewContext) - Method in class org.enhydra.barracuda.core.comp.renderer.xml.XMLTextRenderer
 
renderComponent(BComponent, View, ViewContext) - Method in class org.enhydra.barracuda.core.comp.renderer.xml.XMLTemplateRenderer
 
renderComponent(BComponent, View, ViewContext) - Method in class org.enhydra.barracuda.core.comp.renderer.xml.XMLComponentRenderer
 
Renderer - interface org.enhydra.barracuda.core.comp.renderer.Renderer.
This interface defines the methods needed to implement a Renderer.
RendererFactory - interface org.enhydra.barracuda.core.comp.renderer.RendererFactory.
This interface defines the methods needed to implement a RendererFactory.
RenderException - exception org.enhydra.barracuda.core.comp.RenderException.
This exception indicates the specified format is not supported.
RenderException() - Constructor for class org.enhydra.barracuda.core.comp.RenderException
The noargs public contructor for RenderException
RenderException(String) - Constructor for class org.enhydra.barracuda.core.comp.RenderException
The public contructor for RenderException
RenderException(String, Exception) - Constructor for class org.enhydra.barracuda.core.comp.RenderException
The public contructor for RenderException
RenderStrategy - class org.enhydra.barracuda.core.comp.renderer.RenderStrategy.
This interface defines several basic render strategies.
RenderStrategy() - Constructor for class org.enhydra.barracuda.core.comp.renderer.RenderStrategy
Protected constructor to prevent external instantiation
renderView(View, ViewContext) - Method in class org.enhydra.barracuda.core.comp.BComponent
Render a specific view for the component.
renderView(View, ViewContext, int) - Method in class org.enhydra.barracuda.core.comp.BComponent
 
REPLACE - Static variable in class org.enhydra.barracuda.core.comp.scripting.BScript
 
replace(String, String, String) - Static method in class org.enhydra.barracuda.core.util.StringUtil
Replace all occurences of a pattern in a String with a new pattern
req - Variable in class org.enhydra.barracuda.core.view.ViewCapabilities
 
request - Variable in class org.enhydra.barracuda.core.util.data.ServletRequestStateMap
 
request - Variable in class org.enhydra.barracuda.core.util.data.ServletRequestParameterStateMap
 
REQUEST - Static variable in interface org.enhydra.barracuda.core.comp.ViewContext
 
REQUEST_WRAPPER - Static variable in class org.enhydra.barracuda.core.event.ApplicationGateway
 
RequestWrapper - interface org.enhydra.barracuda.core.event.RequestWrapper.
Simple interface for wrapping an HTTPServletRequest
requireLength - Variable in class org.enhydra.barracuda.core.forms.validators.DigitValidator
 
requiresResponse - Variable in class org.enhydra.barracuda.core.event.DefaultDispatchQueue
 
requiresResponse() - Method in interface org.enhydra.barracuda.core.event.DispatchQueue
Does this queue require a response?
requiresResponse() - Method in class org.enhydra.barracuda.core.event.DefaultDispatchQueue
Does this queue require a response?
RESET - Static variable in class org.enhydra.barracuda.core.comp.BInput
 
reset() - Method in class org.enhydra.barracuda.core.event.DefaultBaseEvent
Reset the event to it's default state
reset() - Method in interface org.enhydra.barracuda.core.event.BaseEvent
Reset the event to it's default state
resetModel() - Method in interface org.enhydra.barracuda.core.comp.TableModel
 
resetModel() - Method in interface org.enhydra.barracuda.core.comp.ListModel
 
resetModel() - Method in class org.enhydra.barracuda.core.comp.AbstractTableModel
Reset the model to its initial (unprocessed) state.
resetModel() - Method in class org.enhydra.barracuda.core.comp.AbstractListModel
Reset the model to its initial (unprocessed) state.
resetParameters() - Method in class org.enhydra.barracuda.core.helper.servlet.HttpServletRequestWrapper
Reset the parameter values to their original state (ie. the actual values in the request)
resolve(Object) - Method in class org.enhydra.barracuda.core.util.data.ObjectRepositoryAssembler.LocalAssemblyHandler
 
resolveEntity(String, String) - Method in class org.enhydra.barracuda.core.util.dom.io.XMLEntityResolver
 
RESOURCE_NOT_FOUND - Static variable in class org.enhydra.barracuda.core.helper.servlet.ResourceGateway
 
ResourceGateway - class org.enhydra.barracuda.core.helper.servlet.ResourceGateway.
The purpose of this servlet is to look for a static resource on the classpath and return it to the client
ResourceGateway() - Constructor for class org.enhydra.barracuda.core.helper.servlet.ResourceGateway
 
resources - Variable in class org.enhydra.barracuda.core.comp.scripting.BScript
 
resp - Variable in class org.enhydra.barracuda.core.view.ViewCapabilities
 
RESPONSE - Static variable in interface org.enhydra.barracuda.core.comp.ViewContext
 
responseHandled - Variable in class org.enhydra.barracuda.core.event.DefaultDispatchQueue
 
responseHandled() - Method in interface org.enhydra.barracuda.core.event.DispatchQueue
Has the response for this queue been handled?
responseHandled() - Method in class org.enhydra.barracuda.core.event.DefaultDispatchQueue
Has the response for this queue been handled?
restoreContext(HttpServletRequest) - Method in class org.enhydra.barracuda.core.event.DefaultEventContext
The event context must also be able to restore state from the user's session.
retainAll(Collection) - Method in class org.enhydra.barracuda.core.comp.DefaultListModel
Retains only the elements in this list that are contained in the specified collection (optional operation).
retainAll(Collection) - Method in class org.enhydra.barracuda.core.util.data.PArrayList
Retains only the elements in this list that are contained in the specified collection (optional operation).
retryInterval - Variable in class org.enhydra.barracuda.core.event.DefaultEventPool
 
REWRITE_URLS - Static variable in class org.enhydra.barracuda.core.util.http.URLRewriter
This option is used to control whether or not URL rewriting occurs.
rewriteURL(String) - Method in interface org.enhydra.barracuda.core.util.dom.io.URLRewriter
Rewrite a URL.
rfloor - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity rfloor (?).
rho - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity rho (?).
Rho - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity Rho (?).
rlm - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity rlm (?).
rootGateway - Variable in class org.enhydra.barracuda.core.event.DefaultApplicationAssembler
 
rs - Variable in class org.enhydra.barracuda.core.comp.BComponent
 
rsaquo - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity rsaquo (›).
rsquo - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity rsquo (’).
runTest() - Method in class org.enhydra.barracuda.admin.BarracudaAdmin
 
runTest() - Method in class org.enhydra.barracuda.core.event.DefaultEventBroker
 

S

sameEncodings(String, String) - Method in class org.enhydra.barracuda.core.util.dom.io.Encodings
Determine if two encoding names represent the same encoding.
SampleApplicationGateway - class org.enhydra.barracuda.examples.SampleApplicationGateway.
This is the gateway for the EventHandler7 apps.
SampleApplicationGateway() - Constructor for class org.enhydra.barracuda.examples.SampleApplicationGateway
 
SampleControlHandler - class org.enhydra.barracuda.examples.ex4.SampleControlHandler.
A sample control event handler
SampleControlHandler() - Constructor for class org.enhydra.barracuda.examples.ex4.SampleControlHandler
 
SampleScreen - class org.enhydra.barracuda.examples.ex4.SampleScreen.
A sample screen
SampleScreen() - Constructor for class org.enhydra.barracuda.examples.ex4.SampleScreen
 
SampleViewHandler - class org.enhydra.barracuda.examples.ex4.SampleViewHandler.
A sample view event handler
SampleViewHandler() - Constructor for class org.enhydra.barracuda.examples.ex4.SampleViewHandler
 
saveClientLocale(EventContext, Locale) - Static method in class org.enhydra.barracuda.core.util.l10n.Locales
Save the client locale using an EventContext using the default persist option
saveClientLocale(EventContext, Locale, int) - Static method in class org.enhydra.barracuda.core.util.l10n.Locales
Save the client locale using an EventContext
saveClientLocale(HttpServletRequest, HttpServletResponse, Locale) - Static method in class org.enhydra.barracuda.core.util.l10n.Locales
Here we actually force a locale to be saved using the default persist option.
saveClientLocale(HttpServletRequest, HttpServletResponse, Locale, int) - Static method in class org.enhydra.barracuda.core.util.l10n.Locales
Here we actually force a locale to be saved.
SAX_PARSER - Static variable in class org.enhydra.barracuda.core.util.data.ObjectRepositoryAssembler
 
sboolean - Variable in class org.enhydra.barracuda.examples.ex4.SampleControlHandler
 
sbquo - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity sbquo (‚).
sbyte - Variable in class org.enhydra.barracuda.examples.ex4.SampleControlHandler
 
scallback - Variable in class org.enhydra.barracuda.core.comp.BSelect
 
scaron - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity scaron (š).
Scaron - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity Scaron (Š).
schar - Variable in class org.enhydra.barracuda.examples.ex4.SampleControlHandler
 
ScreenUtil - class org.enhydra.barracuda.config.ScreenUtil.
This class represents the master Barracuda config screen.
ScreenUtil() - Constructor for class org.enhydra.barracuda.config.ScreenUtil
 
SCRIPT_AS_NEEDED - Static variable in class org.enhydra.barracuda.core.comp.renderer.RenderStrategy
 
SCRIPT_FLAG - Static variable in class org.enhydra.barracuda.core.helper.servlet.ScriptDetector
Flag added to URL's and Forms and sent with requests allowing the server to determine if the client supports scripting
ScriptDetector - class org.enhydra.barracuda.core.helper.servlet.ScriptDetector.
This class simply detects whether or not the client has scripting enabled.
ScriptDetector() - Constructor for class org.enhydra.barracuda.core.helper.servlet.ScriptDetector
 
scriptingEnabled(HttpServletRequest) - Static method in class org.enhydra.barracuda.core.helper.servlet.ScriptDetector
This method evaluates a client request to see whether or not scripting is enabled (based on the presence of the SCRIPT_FLAG in the parameters).
scriptingType - Variable in class org.enhydra.barracuda.core.view.ViewCapabilities
 
ScriptingType - class org.enhydra.barracuda.core.view.ScriptingType.
This class defines all valid ScriptingTypes.
ScriptingType.JavaScript - interface org.enhydra.barracuda.core.view.ScriptingType.JavaScript.
 
ScriptingType.JavaScript1_0Impl - class org.enhydra.barracuda.core.view.ScriptingType.JavaScript1_0Impl.
 
ScriptingType.JavaScript1_0Impl() - Constructor for class org.enhydra.barracuda.core.view.ScriptingType.JavaScript1_0Impl
 
ScriptingType.JavaScript1_1Impl - class org.enhydra.barracuda.core.view.ScriptingType.JavaScript1_1Impl.
 
ScriptingType.JavaScript1_1Impl() - Constructor for class org.enhydra.barracuda.core.view.ScriptingType.JavaScript1_1Impl
 
ScriptingType.JavaScript1_2Impl - class org.enhydra.barracuda.core.view.ScriptingType.JavaScript1_2Impl.
 
ScriptingType.JavaScript1_2Impl() - Constructor for class org.enhydra.barracuda.core.view.ScriptingType.JavaScript1_2Impl
 
ScriptingType.JavaScript1_3Impl - class org.enhydra.barracuda.core.view.ScriptingType.JavaScript1_3Impl.
 
ScriptingType.JavaScript1_3Impl() - Constructor for class org.enhydra.barracuda.core.view.ScriptingType.JavaScript1_3Impl
 
ScriptingType.JavaScript1_4Impl - class org.enhydra.barracuda.core.view.ScriptingType.JavaScript1_4Impl.
 
ScriptingType.JavaScript1_4Impl() - Constructor for class org.enhydra.barracuda.core.view.ScriptingType.JavaScript1_4Impl
 
ScriptingType.JavaScript1_5Impl - class org.enhydra.barracuda.core.view.ScriptingType.JavaScript1_5Impl.
 
ScriptingType.JavaScript1_5Impl() - Constructor for class org.enhydra.barracuda.core.view.ScriptingType.JavaScript1_5Impl
 
ScriptingType.JavaScript10 - interface org.enhydra.barracuda.core.view.ScriptingType.JavaScript10.
 
ScriptingType.JavaScript11 - interface org.enhydra.barracuda.core.view.ScriptingType.JavaScript11.
 
ScriptingType.JavaScript12 - interface org.enhydra.barracuda.core.view.ScriptingType.JavaScript12.
 
ScriptingType.JavaScript13 - interface org.enhydra.barracuda.core.view.ScriptingType.JavaScript13.
 
ScriptingType.JavaScript14 - interface org.enhydra.barracuda.core.view.ScriptingType.JavaScript14.
 
ScriptingType.JavaScript15 - interface org.enhydra.barracuda.core.view.ScriptingType.JavaScript15.
 
ScriptingType.JavaScript1x - interface org.enhydra.barracuda.core.view.ScriptingType.JavaScript1x.
 
ScriptingType.JavaScript1xImpl - class org.enhydra.barracuda.core.view.ScriptingType.JavaScript1xImpl.
 
ScriptingType.JavaScript1xImpl() - Constructor for class org.enhydra.barracuda.core.view.ScriptingType.JavaScript1xImpl
 
ScriptingType.JavaScriptImpl - class org.enhydra.barracuda.core.view.ScriptingType.JavaScriptImpl.
 
ScriptingType.JavaScriptImpl() - Constructor for class org.enhydra.barracuda.core.view.ScriptingType.JavaScriptImpl
 
ScriptingType.None - interface org.enhydra.barracuda.core.view.ScriptingType.None.
 
ScriptingType.NoneImpl - class org.enhydra.barracuda.core.view.ScriptingType.NoneImpl.
 
ScriptingType.NoneImpl() - Constructor for class org.enhydra.barracuda.core.view.ScriptingType.NoneImpl
 
ScriptingType.ScriptingSupport - interface org.enhydra.barracuda.core.view.ScriptingType.ScriptingSupport.
 
ScriptingType.ScriptingSupportImpl - class org.enhydra.barracuda.core.view.ScriptingType.ScriptingSupportImpl.
 
ScriptingType.ScriptingSupportImpl() - Constructor for class org.enhydra.barracuda.core.view.ScriptingType.ScriptingSupportImpl
 
ScriptingType.WmlScript - interface org.enhydra.barracuda.core.view.ScriptingType.WmlScript.
 
ScriptingType.WmlScript1_0Impl - class org.enhydra.barracuda.core.view.ScriptingType.WmlScript1_0Impl.
 
ScriptingType.WmlScript1_0Impl() - Constructor for class org.enhydra.barracuda.core.view.ScriptingType.WmlScript1_0Impl
 
ScriptingType.WmlScript1_1Impl - class org.enhydra.barracuda.core.view.ScriptingType.WmlScript1_1Impl.
 
ScriptingType.WmlScript1_1Impl() - Constructor for class org.enhydra.barracuda.core.view.ScriptingType.WmlScript1_1Impl
 
ScriptingType.WmlScript1_2Impl - class org.enhydra.barracuda.core.view.ScriptingType.WmlScript1_2Impl.
 
ScriptingType.WmlScript1_2Impl() - Constructor for class org.enhydra.barracuda.core.view.ScriptingType.WmlScript1_2Impl
 
ScriptingType.WmlScript10 - interface org.enhydra.barracuda.core.view.ScriptingType.WmlScript10.
 
ScriptingType.WmlScript11 - interface org.enhydra.barracuda.core.view.ScriptingType.WmlScript11.
 
ScriptingType.WmlScript12 - interface org.enhydra.barracuda.core.view.ScriptingType.WmlScript12.
 
ScriptingType.WmlScript1x - interface org.enhydra.barracuda.core.view.ScriptingType.WmlScript1x.
 
ScriptingType.WmlScript1xImpl - class org.enhydra.barracuda.core.view.ScriptingType.WmlScript1xImpl.
 
ScriptingType.WmlScript1xImpl() - Constructor for class org.enhydra.barracuda.core.view.ScriptingType.WmlScript1xImpl
 
ScriptingType.WmlScriptImpl - class org.enhydra.barracuda.core.view.ScriptingType.WmlScriptImpl.
 
ScriptingType.WmlScriptImpl() - Constructor for class org.enhydra.barracuda.core.view.ScriptingType.WmlScriptImpl
 
ScriptingType() - Constructor for class org.enhydra.barracuda.core.view.ScriptingType
Private constructor to prevent external instantiation
sdot - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity sdot (?).
sdouble - Variable in class org.enhydra.barracuda.examples.ex4.SampleControlHandler
 
searchForTemplates(Node) - Method in class org.enhydra.barracuda.core.comp.DefaultView
Given a specific node, find any templates associated with it or its children.
SECONDS_IN_DAY - Static variable in class org.enhydra.barracuda.core.util.DateUtil
 
sect - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity sect (§).
selected - Variable in class org.enhydra.barracuda.core.comp.BToggleButton
 
SELECTED - Static variable in class org.enhydra.barracuda.examples.xmlc.data.UserData
 
selectionModel - Variable in class org.enhydra.barracuda.core.comp.BSelect
 
SERVLET_CONFIG - Static variable in interface org.enhydra.barracuda.core.event.ControlEventContext
 
servletConfig - Variable in class org.enhydra.barracuda.core.event.DefaultApplicationAssembler
 
servletConfig - Variable in class org.enhydra.barracuda.core.util.data.ObjectRepositoryAssembler
 
ServletContextStateMap - class org.enhydra.barracuda.core.util.data.ServletContextStateMap.
The implementation provides a StateMap bridge to a ServletContext object.
ServletContextStateMap(ServletContext) - Constructor for class org.enhydra.barracuda.core.util.data.ServletContextStateMap
Public constructor.
ServletRequestParameterStateMap - class org.enhydra.barracuda.core.util.data.ServletRequestParameterStateMap.
The implementation provides a StateMap bridge to a ServletRequest object's paramter values.
ServletRequestParameterStateMap(ServletRequest) - Constructor for class org.enhydra.barracuda.core.util.data.ServletRequestParameterStateMap
Public constructor.
ServletRequestStateMap - class org.enhydra.barracuda.core.util.data.ServletRequestStateMap.
The implementation provides a StateMap bridge to a ServletRequest object.
ServletRequestStateMap(ServletRequest) - Constructor for class org.enhydra.barracuda.core.util.data.ServletRequestStateMap
Public constructor.
ServletUtil - class org.enhydra.barracuda.core.util.http.ServletUtil.
This just contains some Servlet utility routines
ServletUtil() - Constructor for class org.enhydra.barracuda.core.util.http.ServletUtil
 
session - Static variable in class org.enhydra.barracuda.core.util.data.ObjectRepository
 
session - Variable in class org.enhydra.barracuda.core.util.data.HttpSessionStateMap
 
SESSION - Static variable in class org.enhydra.barracuda.core.util.l10n.Locales
 
SESSION_SERVICES_DL - Static variable in class org.enhydra.barracuda.config.UtilConfig
 
SessionServices - class org.enhydra.barracuda.core.util.http.SessionServices.
This class defines a convenience method to get the session and set the timeout at the same time.
SessionServices() - Constructor for class org.enhydra.barracuda.core.util.http.SessionServices
 
SET_ATTR - Static variable in class org.enhydra.barracuda.core.comp.TemplateDirective
 
set(int, Object) - Method in class org.enhydra.barracuda.core.comp.DefaultListModel
Replaces the element at the specified position in this list with the specified element (optional operation).
set(int, Object) - Method in class org.enhydra.barracuda.core.util.data.PArrayList
Replaces the element at the specified position in this list with the specified element (optional operation).
setAction(ControlEvent) - Method in class org.enhydra.barracuda.core.comp.BAction
Set the action to be fired by this component.
setAction(String) - Method in class org.enhydra.barracuda.core.comp.BAction
Set the action to be fired by this component.
setAdminFile(String) - Method in class org.enhydra.barracuda.admin.BarracudaAdmin
 
setAllowMarkupInText(boolean) - Method in class org.enhydra.barracuda.core.comp.BText
Do we wish to allow markup in this text (defaults to false)
setAllowMarkupInText(boolean) - Method in class org.enhydra.barracuda.core.comp.BLink
Do we wish to allow markup in this text (defaults to false)
setAllowMultiples(boolean) - Method in interface org.enhydra.barracuda.core.forms.FormElement
Set whether or not this element allows multiple values
setAllowMultiples(boolean) - Method in class org.enhydra.barracuda.core.forms.DefaultFormElement
Set whether or not this element allows multiple values
setArgs(String) - Method in class org.enhydra.barracuda.taskdefs.Xmlc
Deprecated. Use <arg> tags for now, this will eventually be removed.
setAttr(Object, Object) - Method in class org.enhydra.barracuda.core.comp.BComponent
set an attribute for this particular component.
setAttr(Object, Object) - Method in class org.enhydra.barracuda.core.comp.AbstractBComponent
 
setAttr(String) - Method in class org.enhydra.barracuda.core.comp.scripting.BScript
Specify the JavaScript attr the command should be bound to
setAttribute(String, Object) - Method in class org.enhydra.barracuda.core.helper.servlet.HttpServletRequestWrapper
Stores an attribute in this request.
setAttribute(String, Object) - Method in class org.enhydra.barracuda.testbed.servlet.MockHttpServletRequest
 
setByteStream(InputStream) - Method in class org.enhydra.barracuda.core.util.dom.io.ClosingInputSource
Set the byte stream, copying it to a buffer.
setCharacterEncoding(String) - Method in class org.enhydra.barracuda.core.helper.servlet.HttpServletRequestWrapper
Overrides the name of the character encoding used in the body of this request.
setCharacterEncoding(String) - Method in class org.enhydra.barracuda.testbed.servlet.MockHttpServletRequest
 
setCharacterStream(Reader) - Method in class org.enhydra.barracuda.core.util.dom.io.ClosingInputSource
Set the character stream, copying it to a buffer.
setClasspath(String) - Method in class org.enhydra.barracuda.taskdefs.Xmlc
Deprecated. Use nested elements or "args" option instead.
setClasspathref(String) - Method in class org.enhydra.barracuda.taskdefs.Localize
Set the classpath ref for javac.
setClientLocale(Locale) - Method in class org.enhydra.barracuda.core.view.ViewCapabilities
Manually specify a target locale
setClientType(ClientType) - Method in class org.enhydra.barracuda.core.view.ViewCapabilities
Manually specify a client type
setCmd(String) - Method in class org.enhydra.barracuda.core.comp.scripting.BScript
Set the JavaScript command for this particular component
setCompile(Xmlc.BooleanAttribute) - Method in class org.enhydra.barracuda.taskdefs.Xmlc
Set whether or not to have XMLC compile the generated Java file.
setCurrentPos(int) - Method in class org.enhydra.barracuda.examples.xmlc.data.UsersList
Set the current pos
setCurrentTab(String) - Method in class org.enhydra.barracuda.config.TabsModel
 
setDebugWriter(PrintWriter) - Method in class org.enhydra.barracuda.core.util.dom.io.XMLEntityResolver
Set a writer used to output debug messages.
setDefaultDOMFactory(DOMFactory) - Method in interface org.enhydra.barracuda.core.util.dom.DOMLoader
 
setDefaultDOMFactory(DOMFactory) - Method in class org.enhydra.barracuda.core.util.dom.DefaultDOMLoader
Specify the default DOM factory.
setDefaultResolving() - Method in class org.enhydra.barracuda.core.util.dom.io.XMLEntityResolver
Load the default entity catalog and enable loading entities the classloader for the classloader that loaded this class.
setDefaultVal(Object) - Method in interface org.enhydra.barracuda.core.forms.FormElement
Set the default value for this form element
setDefaultVal(Object) - Method in class org.enhydra.barracuda.core.forms.DefaultFormElement
Set the default value for this form element
setDefaultViewContext(ViewContext) - Method in class org.enhydra.barracuda.core.comp.AbstractBComponent
Set the default ViewContext.
setDescriptor(File) - Method in class org.enhydra.barracuda.taskdefs.EventBuilder
Sets the xml event descriptor file.
setDestdir(String) - Method in class org.enhydra.barracuda.taskdefs.Xmlc
Set the destination directory into which the generated classes are written.
setDirAttrName(String) - Method in interface org.enhydra.barracuda.core.comp.TemplateView
 
setDirAttrName(String) - Method in class org.enhydra.barracuda.core.comp.DefaultTemplateView
Set the directive attr name.
setDirIDMap(StateMap) - Method in interface org.enhydra.barracuda.core.comp.TemplateView
 
setDirIDMap(StateMap) - Method in class org.enhydra.barracuda.core.comp.DefaultTemplateView
Set the directive ID map.
setDirty(boolean) - Method in class org.enhydra.barracuda.examples.xmlc.data.UserData
mark this data record dirty/clean
setDisableBackButton(boolean) - Method in class org.enhydra.barracuda.core.comp.BSelect
Set disable back button (only works if your client supports Javascript)
setDisableBackButton(boolean) - Method in class org.enhydra.barracuda.core.comp.BAction
Set disable back button (only works if your client supports Javascript)
setDocumentClassName(String) - Method in class org.enhydra.barracuda.core.util.dom.io.DOMParser
Set the document class for the document to construct.
setDropHtmlSpanIds(boolean) - Method in class org.enhydra.barracuda.core.util.dom.io.OutputOptions
Set the drop HTML SPAN element ids flag.
setEnabled(boolean) - Method in class org.enhydra.barracuda.core.comp.BComponent
Enable/disable the component
setEnabled(boolean) - Method in class org.enhydra.barracuda.core.comp.AbstractBComponent
 
setEnabled(boolean, boolean) - Method in class org.enhydra.barracuda.core.comp.BComponent
Enable/disable the component recursively
setEnabled(boolean, boolean) - Method in class org.enhydra.barracuda.core.comp.AbstractBComponent
 
setEnabled(Node, boolean) - Method in class org.enhydra.barracuda.core.comp.renderer.html.EnabledHelper
For given elements, set their disabled attribute
setEncoding(String) - Method in class org.enhydra.barracuda.core.util.dom.io.OutputOptions
Set the encoding.
setEntityResolver(EntityResolver) - Method in class org.enhydra.barracuda.core.util.dom.io.DOMParser
Specify the EntityResolver to be used to resolve entities present in the XML document to be parsed.
setErrorHandler(ErrorHandler) - Method in class org.enhydra.barracuda.core.util.dom.io.DOMParser
Specify the ErrorHandler to be used handle parse errors.
setErrorMessage(String) - Method in interface org.enhydra.barracuda.core.forms.FormValidator
Set the error message to be used in the event of an error.
setErrorMessage(String) - Method in class org.enhydra.barracuda.core.forms.AbstractFormValidator
Set the error message to be used in the event of an error.
setEventExtension(String) - Method in class org.enhydra.barracuda.core.event.DefaultBaseEvent
set the event extension
setEventExtension(String) - Method in interface org.enhydra.barracuda.core.event.BaseEvent
set the event extension
setField(Object, Field, Class, String) - Method in class org.enhydra.barracuda.core.event.DefaultApplicationAssembler
 
setFile(File) - Method in class org.enhydra.barracuda.taskdefs.GenerateSSIs
Sets a single source file to copy.
setFooterModel(TableModel) - Method in class org.enhydra.barracuda.core.comp.BTable
Set the footer model that backs the table.
setForce(boolean) - Method in class org.enhydra.barracuda.taskdefs.GenerateSSIs
Force the regeneration of SSIs
setForce(String) - Method in class org.enhydra.barracuda.taskdefs.Xmlc
Force XMLC to always re-process the ML code (or not)
setFormat(OutputOptions.Format) - Method in class org.enhydra.barracuda.core.util.dom.io.OutputOptions
Set the output format for the file.
setFormatType(FormatType) - Method in class org.enhydra.barracuda.core.view.ViewCapabilities
Manually specify a format type
setHandled(boolean) - Method in class org.enhydra.barracuda.core.event.DefaultBaseEvent
mark the event as handled/unhandled
setHandled(boolean) - Method in interface org.enhydra.barracuda.core.event.BaseEvent
mark the event as handled/unhandled
setHeader(String, String) - Method in class org.enhydra.barracuda.testbed.servlet.MockHttpServletRequest
 
setHeaderModel(TableModel) - Method in class org.enhydra.barracuda.core.comp.BTable
Set the header model that backs the table.
setIDAttrName(String) - Method in interface org.enhydra.barracuda.core.comp.TemplateView
 
setIDAttrName(String) - Method in class org.enhydra.barracuda.core.comp.DefaultTemplateView
Set the id attr name.
setIndentSize(int) - Method in class org.enhydra.barracuda.core.util.dom.io.OutputOptions
Set indentation size.
setInheritParents(boolean) - Method in interface org.enhydra.barracuda.core.util.data.PData
Do we want to inherit parents.
setInheritParents(boolean) - Method in class org.enhydra.barracuda.core.util.data.AbstractPData
Do we want to inherit parents.
setJavaEncoding(String) - Method in class org.enhydra.barracuda.core.util.dom.io.OutputOptions
Deprecated. Use setEncoding().
setKeep(Xmlc.BooleanAttribute) - Method in class org.enhydra.barracuda.taskdefs.Xmlc
Set whether or not to keep the generated Java file.
setKey(String) - Method in interface org.enhydra.barracuda.core.forms.FormElement
Set the key value for this form element
setKey(String) - Method in class org.enhydra.barracuda.core.forms.DefaultFormElement
Set the key value for this form element
setKey(String) - Method in class org.enhydra.barracuda.core.util.data.Param
Set the key
setLeaveWriterOpen(boolean) - Method in class org.enhydra.barracuda.core.util.dom.DefaultDOMWriter
 
setLevel(Class, int) - Static method in class org.enhydra.barracuda.config.ScreenUtil
 
setListData(Iterator) - Method in class org.enhydra.barracuda.core.comp.BList
A convenience method that constructs a ListModel from an Iterator and then applies setModel to it.
setListData(Object[]) - Method in class org.enhydra.barracuda.core.comp.BList
A convenience method that constructs a ListModel from an array of Objects and then applies setModel to it.
setMappings(File) - Method in class org.enhydra.barracuda.taskdefs.CopyAndReplace
Sets the mappings file.
setMarkup(String) - Method in class org.enhydra.barracuda.taskdefs.Xmlc
The kind of markup language being processed.
setMasterInstance(UsersList) - Static method in class org.enhydra.barracuda.examples.xmlc.data.UsersList
Update the master copy
setMasterlocaledir(String) - Method in class org.enhydra.barracuda.taskdefs.Localize
Set the Master Locale Directory by accesssing the build.xml file
setMasterlocalefile(String) - Method in class org.enhydra.barracuda.taskdefs.Localize
Set the Master Locale File Name by accessing the build.xml file
setMaxAge(int) - Method in class org.enhydra.barracuda.core.util.dom.DefaultDOMWriter
 
setMethod(Object, Method, Class, String) - Method in class org.enhydra.barracuda.core.event.DefaultApplicationAssembler
 
setMethod(String) - Method in class org.enhydra.barracuda.core.util.http.HttpRequester
Set the method we wish to use.
setMIMEType(String) - Method in class org.enhydra.barracuda.core.util.dom.io.OutputOptions
Set the MIME for an output routine to use.
setMode(int) - Method in class org.enhydra.barracuda.core.comp.scripting.BScript
Set the mode for the action (defaults to REPLACE).
setModel(ListModel) - Method in class org.enhydra.barracuda.core.comp.BList
Set the model that backs the list.
setModel(TableModel) - Method in class org.enhydra.barracuda.core.comp.BTable
Set the model that backs the table.
setName(String) - Method in interface org.enhydra.barracuda.core.comp.View
 
setName(String) - Method in class org.enhydra.barracuda.core.comp.DefaultView
Set the name for this view
setName(String) - Method in interface org.enhydra.barracuda.core.comp.BContainer
 
setName(String) - Method in class org.enhydra.barracuda.core.comp.BComponent
Set the name for this component.
setName(String) - Method in class org.enhydra.barracuda.core.comp.AbstractBComponent
 
setName(String) - Method in interface org.enhydra.barracuda.core.forms.FormElement
Set the name of this form element
setName(String) - Method in class org.enhydra.barracuda.core.forms.DefaultFormElement
Set the name of this form element
setName(String) - Method in class org.enhydra.barracuda.examples.ex4.SampleControlHandler
 
setNamespaceAware(boolean) - Method in class org.enhydra.barracuda.core.util.dom.io.DOMParser
Enable or disable namespaces.
setNew(boolean) - Method in class org.enhydra.barracuda.examples.xmlc.data.UserData
mark this data record as new
setNode(Node) - Method in interface org.enhydra.barracuda.core.comp.View
 
setNode(Node) - Method in class org.enhydra.barracuda.core.comp.DefaultView
Bind the view to a specific DOM node
setOmitAttributeCharEntityRefs(boolean) - Method in class org.enhydra.barracuda.core.util.dom.io.OutputOptions
Set value of flag that enables or disables the use of character entity references in attribute values.
setOmitDocType(boolean) - Method in class org.enhydra.barracuda.core.util.dom.io.OutputOptions
Set flag indicating if the DOCTYPE should be omitted.
setOmitEncoding(boolean) - Method in class org.enhydra.barracuda.core.util.dom.io.OutputOptions
Set flag indicating if encoding should be omitted from the XML header.
setOmitXMLHeader(boolean) - Method in class org.enhydra.barracuda.core.util.dom.io.OutputOptions
Set flag indicating if the XML header should be omitted.
setOptions(String) - Method in class org.enhydra.barracuda.taskdefs.Xmlc
Set to a specific options file to add parameters to the XMLC command.
setOrigVal(Object) - Method in interface org.enhydra.barracuda.core.forms.FormElement
Set the original value for this element
setOrigVal(Object) - Method in class org.enhydra.barracuda.core.forms.DefaultFormElement
Set the original value for this element
setOutputOptions(OutputOptions) - Method in class org.enhydra.barracuda.core.util.dom.io.DOMFormatter
Set the output options.
setOutputWriter(HttpOutputWriter) - Method in class org.enhydra.barracuda.core.util.http.HttpRequester
Set the output writer to be used for posting data
setPackagedir(String) - Method in class org.enhydra.barracuda.taskdefs.Xmlc
Set the Package prefix for generated classes.
setPackagename(String) - Method in class org.enhydra.barracuda.taskdefs.Xmlc
Set the package prefix for generated classes, while preserving any source file directory paths.
setParam(String, String) - Method in class org.enhydra.barracuda.core.comp.BAction
Set any associated params
setParam(String, String[]) - Method in class org.enhydra.barracuda.core.comp.BAction
Set any associated list of params
setParams(Map) - Method in class org.enhydra.barracuda.core.util.http.HttpRequester
Set the parmeters we wish to pass to the URL as name-value pairs.
setParamStr(String) - Method in class org.enhydra.barracuda.testbed.servlet.MockHttpServletRequest
 
setParent(BContainer) - Method in interface org.enhydra.barracuda.core.comp.BContainer
 
setParent(BContainer) - Method in class org.enhydra.barracuda.core.comp.AbstractBComponent
Set the parent container.
setParent(EventGateway) - Method in interface org.enhydra.barracuda.core.event.EventGateway
Set the parent event gateway.
setParent(EventGateway) - Method in class org.enhydra.barracuda.core.event.DefaultEventGateway
Set the parent event gateway.
setParent(EventGateway) - Method in class org.enhydra.barracuda.core.event.ApplicationGateway
Set the parent gateway.
setParent(PData) - Method in interface org.enhydra.barracuda.core.util.data.PData
set the object's parent
setParent(PData) - Method in class org.enhydra.barracuda.core.util.data.AbstractPData
set the object's parent.
setParseException(ParseException) - Method in interface org.enhydra.barracuda.core.forms.FormElement
Set the parse exception associated with this element
setParseException(ParseException) - Method in class org.enhydra.barracuda.core.forms.DefaultFormElement
Set the parse exception associated with this element
setPassword(String) - Method in class org.enhydra.barracuda.core.util.http.HttpRequester
Set the password (if we need to authenticate in order to make the connection)
setPerformexec(String) - Method in class org.enhydra.barracuda.taskdefs.Xmlc
Set whether or not to invoke XMLC by using Runtime.exec() to create a seperate JVM.
setPreFormattedText(String) - Method in interface org.enhydra.barracuda.core.util.dom.io.PreFormattedText
Set the pre-formatted text for a node.
setPreserveSpace(boolean) - Method in class org.enhydra.barracuda.core.util.dom.io.OutputOptions
Set the default space-preservation flag.
setPrettyPrint(boolean) - Method in class org.enhydra.barracuda.core.util.dom.DefaultDOMWriter
 
setPrettyPrinting(boolean) - Method in class org.enhydra.barracuda.core.util.dom.io.OutputOptions
Enable or disable pretty-printing.
setPreventCaching(boolean) - Method in class org.enhydra.barracuda.core.comp.AbstractBComponent
Tell the root component to prevent the DOM from caching when rendered to the client
setPreventCaching(boolean) - Method in class org.enhydra.barracuda.core.util.dom.DefaultDOMWriter
 
setPrintDebug(boolean) - Method in class org.enhydra.barracuda.core.util.dom.io.ErrorReporter
Set the value of the printDebug flag.
setPrintWarnings(boolean) - Method in class org.enhydra.barracuda.core.util.dom.io.ErrorReporter
Set the value of the printWarnings flag.
setPropFileName(String) - Method in class org.enhydra.barracuda.core.comp.DefaultPropertiesModel
 
setPublicId(String) - Method in class org.enhydra.barracuda.core.util.dom.io.OutputOptions
Set the public id to use in the DOCUMENT.
setRenderStrategy(RenderStrategy) - Method in class org.enhydra.barracuda.core.comp.BComponent
Set the render strategy for this component and all its children.
setRequest(String, String, Map) - Method in class org.enhydra.barracuda.core.util.http.HttpRequester
Set the Request.
setRequest(String, String, Map, HttpOutputWriter) - Method in class org.enhydra.barracuda.core.util.http.HttpRequester
Set the Request.
setRequest(String, String, Map, String, String, HttpOutputWriter) - Method in class org.enhydra.barracuda.core.util.http.HttpRequester
Set the Request.
setRequest(URL, String, Map) - Method in class org.enhydra.barracuda.core.util.http.HttpRequester
Set the Request.
setRequest(URL, String, Map, HttpOutputWriter) - Method in class org.enhydra.barracuda.core.util.http.HttpRequester
Set the Request.
setRequest(URL, String, Map, String, String, HttpOutputWriter) - Method in class org.enhydra.barracuda.core.util.http.HttpRequester
Set the Request.
setSBoolean(boolean) - Method in class org.enhydra.barracuda.examples.ex4.SampleControlHandler
 
setSByte(byte) - Method in class org.enhydra.barracuda.examples.ex4.SampleControlHandler
 
setSChar(char) - Method in class org.enhydra.barracuda.examples.ex4.SampleControlHandler
 
setScriptingType(ScriptingType) - Method in class org.enhydra.barracuda.core.view.ViewCapabilities
Manually specify a scripting type
setSDouble(double) - Method in class org.enhydra.barracuda.examples.ex4.SampleControlHandler
 
setSelected(boolean) - Method in class org.enhydra.barracuda.core.comp.BToggleButton
Specify whether or not the button is selected.
setSelectedIndex(int) - Method in class org.enhydra.barracuda.core.comp.BSelect
Convenience method to set the selected index.
setSelectionInterval(int, int) - Method in interface org.enhydra.barracuda.core.comp.ListSelectionModel
 
setSelectionInterval(int, int) - Method in class org.enhydra.barracuda.core.comp.DefaultListSelectionModel
Change the selection to be between index0 and index1 inclusive.
setSelectionMode(int) - Method in interface org.enhydra.barracuda.core.comp.ListSelectionModel
 
setSelectionMode(int) - Method in class org.enhydra.barracuda.core.comp.DefaultListSelectionModel
Sets the selection mode.
setSelectionModel(ListSelectionModel) - Method in class org.enhydra.barracuda.core.comp.BSelect
Set the selection model that backs the list.
setSFloat(float) - Method in class org.enhydra.barracuda.examples.ex4.SampleControlHandler
 
setSInt(int) - Method in class org.enhydra.barracuda.examples.ex4.SampleControlHandler
 
setSLong(long) - Method in class org.enhydra.barracuda.examples.ex4.SampleControlHandler
 
setSource(HttpServletRequest, HttpServletResponse) - Method in class org.enhydra.barracuda.core.view.ViewCapabilities
This convenience method allows you to specify the servlet req/resp source objects (from which the types will be automagically determined)
setSource(Object) - Method in class org.enhydra.barracuda.core.event.DefaultBaseEvent
set the source for an event
setSource(Object) - Method in interface org.enhydra.barracuda.core.event.BaseEvent
set the source for an event
setSourceout(String) - Method in class org.enhydra.barracuda.taskdefs.Xmlc
Set the destination directory into which the generated source .java files are written, if -keep is used.
setSrc(String) - Method in class org.enhydra.barracuda.core.comp.scripting.BScriptResource
Set the src for this particular component
setSrcdir(String) - Method in class org.enhydra.barracuda.taskdefs.Xmlc
Set the source directory containing the HTML files.
setSShort(short) - Method in class org.enhydra.barracuda.examples.ex4.SampleControlHandler
 
setSsi(CopyAndReplace.BooleanAttribute) - Method in class org.enhydra.barracuda.taskdefs.CopyAndReplace
Process files copied for ssi
setStore(List) - Method in class org.enhydra.barracuda.core.util.data.PArrayList
Set the underlying store (you only really need to use this method if you want to store the data in something other than an ArrayList, which is the default)
setStore(Map) - Method in class org.enhydra.barracuda.core.util.data.PHashMap
Set the underlying store (you only really need to use this method if you want to store the data in something other than a HashMap, which is the default)
setSystemId(String) - Method in class org.enhydra.barracuda.core.util.dom.io.OutputOptions
Set the system id to use in the DOCUMENT.
setTarget(String) - Method in class org.enhydra.barracuda.core.comp.BLink
Set the target for this particular component
setTemplateClass(String) - Method in class org.enhydra.barracuda.admin.BarracudaAdmin
 
setTemplateHelper(TemplateHelper) - Method in class org.enhydra.barracuda.core.comp.renderer.html.HTMLTemplateRenderer
 
setTemplateHelper(TemplateHelper) - Method in class org.enhydra.barracuda.core.comp.renderer.xml.XMLTemplateRenderer
 
setText(String) - Method in class org.enhydra.barracuda.core.comp.BText
Set the text for this particular component
setText(String) - Method in class org.enhydra.barracuda.core.comp.BLink
Set the text for this particular component
setTextCell0False(String) - Method in class org.enhydra.barracuda.examples.xmlc.CompEx2HTML
 
setTextCell0True(String) - Method in class org.enhydra.barracuda.examples.xmlc.CompEx2HTML
 
setTextCell1False(String) - Method in class org.enhydra.barracuda.examples.xmlc.CompEx2HTML
 
setTextCell1True(String) - Method in class org.enhydra.barracuda.examples.xmlc.CompEx2HTML
 
setTextCell2False(String) - Method in class org.enhydra.barracuda.examples.xmlc.CompEx2HTML
 
setTextCell2True(String) - Method in class org.enhydra.barracuda.examples.xmlc.CompEx2HTML
 
setTextCell3False(String) - Method in class org.enhydra.barracuda.examples.xmlc.CompEx2HTML
 
setTextCell3True(String) - Method in class org.enhydra.barracuda.examples.xmlc.CompEx2HTML
 
setTextDD(String) - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
setTextDT(String) - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
setTextDynamicListText(String) - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
setTextInNode(Node, String, boolean) - Static method in class org.enhydra.barracuda.core.util.dom.DOMUtil
Automatically set text in a Node.
setTextList4(String) - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
setTextList6(String) - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
setTextList7(String) - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
setTextMarkupBlockID(String) - Method in class org.enhydra.barracuda.examples.xmlc.CompEx6aHTML
 
setTextSimpleListID3(String) - Method in class org.enhydra.barracuda.examples.xmlc.CompEx5HTML
 
setTextSimpleTemplateID(String) - Method in class org.enhydra.barracuda.examples.xmlc.CompEx5HTML
 
setTextSnippet(String) - Method in class org.enhydra.barracuda.examples.xmlc.SnippetEx3HTML
 
setTextSnippet(String) - Method in class org.enhydra.barracuda.examples.xmlc.SnippetEx2HTML
 
setTextSnippet(String) - Method in class org.enhydra.barracuda.examples.xmlc.SnippetEx1HTML
 
setTextTable1ColCell0(String) - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
setTextTable1ColCell1(String) - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
setTextTable1ColCell2(String) - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
setTextTable1ColCell3(String) - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
setTextTable1HdrCell(String) - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
setTextTable2ColCell0(String) - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
setTextTable2ColCell1(String) - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
setTextTable2ColCell2(String) - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
setTextTable2ColCell3(String) - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
setTextTable2FtrList(String) - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
setTextTable2HdrCell(String) - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
setTextTable2HdrText(String) - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
setTextTable3ColCell0(String) - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
setTextTable3ColCell1(String) - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
setTextTable3ColCell2(String) - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
setTextTable3ColCell3(String) - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
setTextTable3Footer(String) - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
setTextTable3Header(String) - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
setTextTemplateID(String) - Method in class org.enhydra.barracuda.examples.xmlc.RedirectEx1HTML
 
setTextTemplateID(String) - Method in class org.enhydra.barracuda.examples.xmlc.CompEx4HTML
 
setTextText0(String) - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
setTextText1(String) - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
setTextText10(String) - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
setTextText11(String) - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
setTextText15(String) - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
setTextText16(String) - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
setTextText17(String) - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
setTextText18(String) - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
setTextText19(String) - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
setTextText20(String) - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
setTextText21(String) - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
setTextText22(String) - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
setTextText23(String) - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
setTextText24(String) - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
setTextText25(String) - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
setTextText26(String) - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
setTextText27(String) - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
setTextText28(String) - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
setTextText29(String) - Method in class org.enhydra.barracuda.examples.xmlc.CompEx2HTML
 
setTextText29(String) - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
setTextText30(String) - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
setTextText31(String) - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
setTextText6(String) - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
setTextText7(String) - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
setTextText8(String) - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
setTextText9(String) - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
setTextUserReportFooter(String) - Method in class org.enhydra.barracuda.examples.xmlc.CompEx3FooterHTML
 
setTextUserReportFooter(String) - Method in class org.enhydra.barracuda.examples.xmlc.CompEx3Footer2HTML
 
setTidy(Xmlc.BooleanAttribute) - Method in class org.enhydra.barracuda.taskdefs.Localize
Run tidy on the localized templates
setTouchpattern(String) - Method in class org.enhydra.barracuda.taskdefs.GenerateSSIs
Specify a pattern of files to be touched if we end up rewriting any .ssi files (this defaults to *.shtml")
setType(FormType) - Method in interface org.enhydra.barracuda.core.forms.FormElement
Set the FormType for this form element
setType(FormType) - Method in class org.enhydra.barracuda.core.forms.DefaultFormElement
Set the FormType for this form element
setType(String) - Method in class org.enhydra.barracuda.core.comp.BToggleButton
Set the input type (RADIO, or CHECKBOX).
setType(String) - Method in class org.enhydra.barracuda.core.comp.BInput
Set the input type (TEXT, PASSWORD, SUBMIT, RESET, FILE, HIDDEN, IMAGE, BUTTON, RADIO, or CHECKBOX).
setUp() - Method in class org.enhydra.barracuda.TestExample
 
setUp() - Method in class org.enhydra.barracuda.taskdefs.TestXmlcUtilsCreate
 
setUp() - Method in class org.enhydra.barracuda.taskdefs.TestOptionsFile
 
setUp() - Method in class org.enhydra.barracuda.taskdefs.TestLocalizeFileNames
 
setUp() - Method in class org.enhydra.barracuda.taskdefs.TestFileNames
 
setUp() - Method in class org.enhydra.barracuda.testbed.LocaleTestSuiteSetup
 
setupSessionRepository(HttpServletRequest) - Static method in class org.enhydra.barracuda.core.util.data.ObjectRepository
Set up the Session repository for this particular thread.
setUrl(String) - Method in class org.enhydra.barracuda.core.util.http.HttpRequester
Set the URL we wish to access
setUrl(URL) - Method in class org.enhydra.barracuda.core.util.http.HttpRequester
Set the URL we wish to access
setURLRewriter(URLRewriter) - Method in class org.enhydra.barracuda.core.util.dom.io.OutputOptions
Set the URLRewriter that all URL attributes will be passed through.
setUseIDAliases(boolean) - Method in class org.enhydra.barracuda.core.event.DefaultBaseEvent
determine whether or not we are using ID aliasing.
setUser(String) - Method in class org.enhydra.barracuda.core.util.http.HttpRequester
Set the user (if we need to authenticate in order to make the connection)
setVal(Object) - Method in interface org.enhydra.barracuda.core.forms.FormElement
Set the value for this element
setVal(Object) - Method in class org.enhydra.barracuda.core.forms.DefaultFormElement
Set the value for this element
setVal(String, Object) - Method in interface org.enhydra.barracuda.core.forms.FormMap
Manually set the value of an element.
setVal(String, Object) - Method in class org.enhydra.barracuda.core.forms.DefaultFormMap
Manually set the value of an element.
setValidation(boolean) - Method in class org.enhydra.barracuda.core.util.dom.io.DOMParser
Enable or disable validation.
setValidator(FormValidator) - Method in interface org.enhydra.barracuda.core.forms.FormElement
Set the FormValidator for this form element
setValidator(FormValidator) - Method in class org.enhydra.barracuda.core.forms.DefaultFormElement
Set the FormValidator for this form element
setValue(Object) - Method in interface org.enhydra.barracuda.core.comp.ItemMap
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(Object) - Method in class org.enhydra.barracuda.core.comp.DefaultItemMap
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(String) - Method in class org.enhydra.barracuda.core.comp.BInput
Set the value for this input.
setValue(String) - Method in class org.enhydra.barracuda.core.util.data.Param
Set the value
setVerbose(boolean) - Method in class org.enhydra.barracuda.taskdefs.GenerateSSIs
Used to force listing of all names of copied files.
setVerbose(Xmlc.BooleanAttribute) - Method in class org.enhydra.barracuda.taskdefs.Xmlc
Run XMLC in verbose mode (-verbose flag)
setView(View) - Method in class org.enhydra.barracuda.core.comp.BComponent
Set the components primary view.
setView(View) - Method in class org.enhydra.barracuda.core.comp.AbstractBComponent
 
setViewContext(ViewContext) - Method in interface org.enhydra.barracuda.core.comp.Contextual
 
setViewContext(ViewContext) - Method in class org.enhydra.barracuda.core.comp.AbstractTemplateModel
Specify the ViewContext.
setViewContext(ViewContext) - Method in class org.enhydra.barracuda.core.comp.AbstractTableModel
Specify the ViewContext.
setViewContext(ViewContext) - Method in class org.enhydra.barracuda.core.comp.AbstractListModel
Specify the ViewContext.
setViewContext(ViewContext) - Method in class org.enhydra.barracuda.core.event.helper.BlockIterateHandler
Public noargs constructor
setViewSize(Integer) - Method in class org.enhydra.barracuda.core.comp.BSelect
Set the view size of the component (heighth in rows).
setVisible(boolean) - Method in class org.enhydra.barracuda.core.comp.BComponent
Set the component visibility
setVisible(boolean) - Method in class org.enhydra.barracuda.core.comp.AbstractBComponent
 
setVisible(boolean, boolean) - Method in class org.enhydra.barracuda.core.comp.BComponent
Set the component visibility recursively
setVisible(boolean, boolean) - Method in class org.enhydra.barracuda.core.comp.AbstractBComponent
 
setXmlEncoding(String) - Method in class org.enhydra.barracuda.core.util.dom.io.OutputOptions
Deprecated. Use setEncoding().
sfloat - Variable in class org.enhydra.barracuda.examples.ex4.SampleControlHandler
 
SHORT - Static variable in class org.enhydra.barracuda.core.forms.FormType
 
SHOW_APP_STRUCTURE - Static variable in class org.enhydra.barracuda.core.event.ApplicationGateway
 
showAttrs(HttpServletRequest, Logger) - Static method in class org.enhydra.barracuda.core.util.http.ServletUtil
print the attr request info
showCookies(HttpServletRequest, Logger) - Static method in class org.enhydra.barracuda.core.util.http.ServletUtil
print the cookie request info
showGeneral(HttpServletRequest, Logger) - Static method in class org.enhydra.barracuda.core.util.http.ServletUtil
print the general request info
showHeader(HttpServletRequest, Logger) - Static method in class org.enhydra.barracuda.core.util.http.ServletUtil
print the header request info
showNodeInterfaces(View, Category) - Method in class org.enhydra.barracuda.core.comp.renderer.DOMComponentRenderer
This is just a debugging method to make it easy to show the interfaces of a view being rendered...
showParams(HttpServletRequest, Logger) - Static method in class org.enhydra.barracuda.core.util.http.ServletUtil
print the param request info
shutdown() - Method in interface org.enhydra.barracuda.core.event.EventPool
Shutdown the event pool
shutdown() - Method in class org.enhydra.barracuda.core.event.DefaultEventPool
Shutdown the event pool
shy - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity shy (­).
sigma - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity sigma (?).
Sigma - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity Sigma (?).
sigmaf - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity sigmaf (?).
sim - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity sim (?).
SIMPLE_SERVICE_FINDER_DL - Static variable in class org.enhydra.barracuda.config.UtilConfig
 
SimpleServiceFinder - class org.enhydra.barracuda.core.util.srv.SimpleServiceFinder.
Given an EventGateway or Container heirarchy, this class provides a series of utilities to find a service (or a collection of services) by looking for an an instance of a class in a given heirarchy.
SimpleServiceFinder() - Constructor for class org.enhydra.barracuda.core.util.srv.SimpleServiceFinder
 
SimpleServiceProvider - interface org.enhydra.barracuda.core.util.srv.SimpleServiceProvider.
Interface which indicates the implementor is capable of providing a list all services the implementor provides.
SINGLE_INTERVAL_SELECTION - Static variable in interface org.enhydra.barracuda.core.comp.ListSelectionModel
A value for the selectionMode property: select one contiguous range of indices at a time.
SINGLE_SELECTION - Static variable in interface org.enhydra.barracuda.core.comp.ListSelectionModel
A value for the selectionMode property: select one list index at a time.
sint - Variable in class org.enhydra.barracuda.examples.ex4.SampleControlHandler
 
size() - Method in class org.enhydra.barracuda.core.comp.DefaultListModel
Returns the number of elements in this list.
size() - Method in class org.enhydra.barracuda.core.util.data.PHashMap
Returns the number of key-value mappings in this map.
size() - Method in class org.enhydra.barracuda.core.util.data.PArrayList
Returns the number of elements in this list.
slong - Variable in class org.enhydra.barracuda.examples.ex4.SampleControlHandler
 
SnippetEx1HTML - class org.enhydra.barracuda.examples.xmlc.SnippetEx1HTML.
 
SnippetEx1HTML() - Constructor for class org.enhydra.barracuda.examples.xmlc.SnippetEx1HTML
 
SnippetEx1HTML(boolean) - Constructor for class org.enhydra.barracuda.examples.xmlc.SnippetEx1HTML
 
SnippetEx1HTML(SnippetEx1HTML) - Constructor for class org.enhydra.barracuda.examples.xmlc.SnippetEx1HTML
 
SnippetEx2HTML - class org.enhydra.barracuda.examples.xmlc.SnippetEx2HTML.
 
SnippetEx2HTML() - Constructor for class org.enhydra.barracuda.examples.xmlc.SnippetEx2HTML
 
SnippetEx2HTML(boolean) - Constructor for class org.enhydra.barracuda.examples.xmlc.SnippetEx2HTML
 
SnippetEx2HTML(SnippetEx2HTML) - Constructor for class org.enhydra.barracuda.examples.xmlc.SnippetEx2HTML
 
SnippetEx3HTML - class org.enhydra.barracuda.examples.xmlc.SnippetEx3HTML.
 
SnippetEx3HTML() - Constructor for class org.enhydra.barracuda.examples.xmlc.SnippetEx3HTML
 
SnippetEx3HTML(boolean) - Constructor for class org.enhydra.barracuda.examples.xmlc.SnippetEx3HTML
 
SnippetEx3HTML(SnippetEx3HTML) - Constructor for class org.enhydra.barracuda.examples.xmlc.SnippetEx3HTML
 
source - Variable in class org.enhydra.barracuda.core.event.DefaultBaseEvent
 
source - Variable in class org.enhydra.barracuda.core.forms.ValidationException
 
sourceEvent - Variable in class org.enhydra.barracuda.core.event.DefaultBaseEvent
 
sourceStr - Variable in class org.enhydra.barracuda.core.util.TestStringUtil
 
spades - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity spades (?).
specifyEventGateways(EventGateway) - Method in class org.enhydra.barracuda.core.event.ApplicationGateway
Specify event gateways.
specifyLocalEventAliases(Class) - Method in class org.enhydra.barracuda.core.event.DefaultEventGateway
Rather than overriding the registerLocalEventAliases method, you can just invoke this method instead for type of event you want to manually alias.
specifyLocalEventInterests(ListenerFactory) - Method in class org.enhydra.barracuda.core.event.DefaultEventGateway
Rather than overriding the registerLocalEventInterests method, you can just invoke this method instead for each interest you'd like to register.
specifyLocalEventInterests(ListenerFactory, Class) - Method in class org.enhydra.barracuda.core.event.DefaultEventGateway
Rather than overriding the registerLocalEventInterests method, you can just invoke this method instead for each interest you'd like to register.
src - Variable in class org.enhydra.barracuda.core.comp.scripting.BScriptResource
 
srcDir - Variable in class org.enhydra.barracuda.taskdefs.Xmlc
 
srcDirName - Variable in class org.enhydra.barracuda.taskdefs.Xmlc
 
srcOutDir - Variable in class org.enhydra.barracuda.taskdefs.Xmlc
 
srcOutDirName - Variable in class org.enhydra.barracuda.taskdefs.Xmlc
 
sshort - Variable in class org.enhydra.barracuda.examples.ex4.SampleControlHandler
 
ssi - Variable in class org.enhydra.barracuda.taskdefs.CopyAndReplace
 
startDocument() - Method in class org.enhydra.barracuda.core.event.DefaultApplicationAssembler
 
startDocument() - Method in class org.enhydra.barracuda.core.util.data.ObjectRepositoryAssembler.LocalAssemblyHandler
 
startElement(String, String, String, Attributes) - Method in class org.enhydra.barracuda.core.event.DefaultApplicationAssembler
 
startElement(String, String, String, Attributes) - Method in class org.enhydra.barracuda.core.util.data.ObjectRepositoryAssembler.LocalAssemblyHandler
 
state - Variable in class org.enhydra.barracuda.core.util.data.AbstractPData
 
statemap - Variable in class org.enhydra.barracuda.core.comp.AbstractBComponent
 
statemap - Variable in class org.enhydra.barracuda.core.event.DefaultBaseEvent
 
statemap - Variable in class org.enhydra.barracuda.core.forms.DefaultFormMap
 
StateMap - interface org.enhydra.barracuda.core.util.data.StateMap.
This interface defines the methods needed to implement state in an object.
StateMapTestCases - class org.enhydra.barracuda.core.util.data.StateMapTestCases.
 
StateMapTestCases(String) - Constructor for class org.enhydra.barracuda.core.util.data.StateMapTestCases
 
stepChildren - Variable in class org.enhydra.barracuda.core.comp.AbstractBComponent
 
STRING - Static variable in class org.enhydra.barracuda.core.forms.FormType
 
StringUtil - class org.enhydra.barracuda.core.util.StringUtil.
Simple utility functions that work on Strings
StringUtil() - Constructor for class org.enhydra.barracuda.core.util.StringUtil
 
strReplace(String, String, String) - Method in class org.enhydra.barracuda.taskdefs.Localize
Replace occurrences of str1 in string str with str2
sub - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity sub (?).
sube - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity sube (?).
subExceptions - Variable in class org.enhydra.barracuda.core.forms.ValidationException
 
subExceptions - Variable in class org.enhydra.barracuda.core.forms.UnableToValidateException
 
subExceptions - Variable in class org.enhydra.barracuda.core.forms.ParseException
 
subExceptions - Variable in class org.enhydra.barracuda.core.forms.DeferredValidationException
 
subList(int, int) - Method in class org.enhydra.barracuda.core.comp.DefaultListModel
Returns a view of the portion of this list between the specified fromIndex, inclusive, and toIndex, exclusive.
subList(int, int) - Method in class org.enhydra.barracuda.core.util.data.PArrayList
Returns a view of the portion of this list between the specified fromIndex, inclusive, and toIndex, exclusive.
SUBMIT - Static variable in class org.enhydra.barracuda.core.comp.BInput
 
SUCCESS_MESSAGE - Static variable in class org.enhydra.barracuda.config.ViewConfig
 
SUCCESS_MESSAGE - Static variable in class org.enhydra.barracuda.config.UtilConfig
 
SUCCESS_MESSAGE - Static variable in class org.enhydra.barracuda.config.FormsConfig
 
SUCCESS_MESSAGE - Static variable in class org.enhydra.barracuda.config.EventConfig
 
SUCCESS_MESSAGE - Static variable in class org.enhydra.barracuda.config.DomConfig
 
SUCCESS_MESSAGE - Static variable in class org.enhydra.barracuda.config.DataConfig
 
SUCCESS_MESSAGE - Static variable in class org.enhydra.barracuda.config.CompConfig
 
suite() - Static method in class org.enhydra.barracuda.core.forms.validators.TestDateValidator
 
suite() - Static method in class org.enhydra.barracuda.core.forms.validators.TestDateRangeValidator
 
suite() - Static method in class org.enhydra.barracuda.core.util.TestStringUtil
 
suite() - Static method in class org.enhydra.barracuda.core.view.TestViewUtil
 
suite() - Static method in class org.enhydra.barracuda.core.view.TestScriptingType
 
suite() - Static method in class org.enhydra.barracuda.core.view.TestFormatType
 
suite() - Static method in class org.enhydra.barracuda.core.view.TestClientType
 
sum - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity sum (?).
sup - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity sup (?).
sup1 - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity sup1 (¹).
sup2 - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity sup2 (²).
sup3 - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity sup3 (³).
supe - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity supe (?).
supports(ViewContext) - Method in class org.enhydra.barracuda.core.comp.BComponent
Determine if a specific ViewContext is supported by this component
supports(ViewContext) - Method in class org.enhydra.barracuda.core.comp.AbstractBComponent
 
sync - Variable in class org.enhydra.barracuda.core.event.DefaultEventPool
 
sync - Variable in class org.enhydra.barracuda.core.util.dom.DefaultDOMLoader
 
syncWithDocument(Node) - Method in class org.enhydra.barracuda.examples.xmlc.SnippetEx3HTML
 
syncWithDocument(Node) - Method in class org.enhydra.barracuda.examples.xmlc.SnippetEx2HTML
 
syncWithDocument(Node) - Method in class org.enhydra.barracuda.examples.xmlc.SnippetEx1HTML
 
syncWithDocument(Node) - Method in class org.enhydra.barracuda.examples.xmlc.RedirectEx1HTML
 
syncWithDocument(Node) - Method in class org.enhydra.barracuda.examples.xmlc.CompEx9HTML
 
syncWithDocument(Node) - Method in class org.enhydra.barracuda.examples.xmlc.CompEx8HTML
 
syncWithDocument(Node) - Method in class org.enhydra.barracuda.examples.xmlc.CompEx7HTML
 
syncWithDocument(Node) - Method in class org.enhydra.barracuda.examples.xmlc.CompEx6HTML
 
syncWithDocument(Node) - Method in class org.enhydra.barracuda.examples.xmlc.CompEx6aHTML
 
syncWithDocument(Node) - Method in class org.enhydra.barracuda.examples.xmlc.CompEx5HTML
 
syncWithDocument(Node) - Method in class org.enhydra.barracuda.examples.xmlc.CompEx4HTML
 
syncWithDocument(Node) - Method in class org.enhydra.barracuda.examples.xmlc.CompEx3HTML
 
syncWithDocument(Node) - Method in class org.enhydra.barracuda.examples.xmlc.CompEx3FooterHTML
 
syncWithDocument(Node) - Method in class org.enhydra.barracuda.examples.xmlc.CompEx3Footer2HTML
 
syncWithDocument(Node) - Method in class org.enhydra.barracuda.examples.xmlc.CompEx3bHTML
 
syncWithDocument(Node) - Method in class org.enhydra.barracuda.examples.xmlc.CompEx3aHTML
 
syncWithDocument(Node) - Method in class org.enhydra.barracuda.examples.xmlc.CompEx2HTML
 
syncWithDocument(Node) - Method in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
syncWithDocument(Node) - Method in class org.enhydra.barracuda.examples.xmlc.BrowserCheckHTML
 
szlig - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity szlig (ß).

T

TableModel - interface org.enhydra.barracuda.core.comp.TableModel.
This interface defines the methods needed to implement a TableModel.
TableView - interface org.enhydra.barracuda.core.comp.TableView.
This interface defines a View for Table components to render themselves in.
tabsModel - Variable in class org.enhydra.barracuda.config.MasterScreen
 
TabsModel - class org.enhydra.barracuda.config.TabsModel.
TabsModel - this model doesn't actually return any data, but instead processes directives to tell the template engine which tabs are actually visible.
TabsModel(BTemplate) - Constructor for class org.enhydra.barracuda.config.TabsModel
 
target - Variable in class org.enhydra.barracuda.core.comp.BLink
 
TARGET_EVENT_NAME - Static variable in class org.enhydra.barracuda.core.event.ApplicationGateway
 
tau - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity tau (?).
Tau - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity Tau (?).
tearDown() - Method in class org.enhydra.barracuda.TestExample
 
tearDown() - Method in class org.enhydra.barracuda.taskdefs.TestXmlcUtilsCreate
 
tearDown() - Method in class org.enhydra.barracuda.taskdefs.TestOptionsFile
 
tearDown() - Method in class org.enhydra.barracuda.taskdefs.TestLocalizeFileNames
 
tearDown() - Method in class org.enhydra.barracuda.taskdefs.TestFileNames
 
tearDown() - Method in class org.enhydra.barracuda.testbed.LocaleTestSuiteSetup
 
TEMPLATE_HELPER_DL - Static variable in class org.enhydra.barracuda.config.CompConfig
 
TEMPLATE_NODE - Static variable in interface org.enhydra.barracuda.core.comp.ViewContext
 
templateClass - Variable in class org.enhydra.barracuda.admin.BarracudaAdmin
 
templateComp - Variable in class org.enhydra.barracuda.core.event.helper.BTemplateViewHandler
 
templateComp - Variable in class org.enhydra.barracuda.core.event.helper.AbstractBlockIterator
 
TemplateDirective - class org.enhydra.barracuda.core.comp.TemplateDirective.
This class defines a TemplateDirective.
TemplateDirective() - Constructor for class org.enhydra.barracuda.core.comp.TemplateDirective
 
TemplateHelper - class org.enhydra.barracuda.core.comp.renderer.TemplateHelper.
Provide a default encapsulation of the template rendering stuff.
TemplateHelper(Renderer) - Constructor for class org.enhydra.barracuda.core.comp.renderer.TemplateHelper
 
TemplateModel - interface org.enhydra.barracuda.core.comp.TemplateModel.
This interface defines the methods needed to implement a TemplateModel.
templateModels - Variable in class org.enhydra.barracuda.core.comp.BTemplate
 
templateNode - Variable in class org.enhydra.barracuda.core.comp.BTable
 
templateNodes - Variable in class org.enhydra.barracuda.core.comp.DefaultView
 
TemplateTableScreen - class org.enhydra.barracuda.examples.xmlc.TemplateTableScreen.
A sample screen
TemplateTableScreen() - Constructor for class org.enhydra.barracuda.examples.xmlc.TemplateTableScreen
Public constructor
TemplateTableServlet - class org.enhydra.barracuda.examples.xmlc.TemplateTableServlet.
Here's an example of how the component stuff can be implemented in a standalone servlet.
TemplateTableServlet() - Constructor for class org.enhydra.barracuda.examples.xmlc.TemplateTableServlet
 
TemplateView - interface org.enhydra.barracuda.core.comp.TemplateView.
This interface defines a View for Table components to render themselves in.
tempViews - Variable in class org.enhydra.barracuda.core.comp.AbstractBComponent
 
TEST_BOOLEAN - Static variable in class org.enhydra.barracuda.core.util.data.ObjectRepositoryAssembler
 
TEST_INT - Static variable in class org.enhydra.barracuda.core.util.data.ObjectRepositoryAssembler
 
TEST_STRING - Static variable in class org.enhydra.barracuda.core.util.data.ObjectRepositoryAssembler
 
testAssembler() - Method in class org.enhydra.barracuda.core.util.data.TestObjectRepositoryAssembler
 
testBActionCreate() - Method in class org.enhydra.barracuda.core.comp.TestCompCreate
 
testBasicBuildFullBaseFileName() - Method in class org.enhydra.barracuda.taskdefs.TestFileNames
 
TestBasicComponentsRender - class org.enhydra.barracuda.core.comp.TestBasicComponentsRender.
 
TestBasicComponentsRender(String) - Constructor for class org.enhydra.barracuda.core.comp.TestBasicComponentsRender
 
testBasicRender() - Method in class org.enhydra.barracuda.core.comp.TestBasicComponentsRender
 
testBComponentCreate() - Method in class org.enhydra.barracuda.core.comp.TestCompCreate
 
testBInputCreate() - Method in class org.enhydra.barracuda.core.comp.TestCompCreate
 
testBLinkCreate() - Method in class org.enhydra.barracuda.core.comp.TestCompCreate
 
TestBLinkRender - class org.enhydra.barracuda.core.comp.TestBLinkRender.
 
testBLinkRender() - Method in class org.enhydra.barracuda.core.comp.TestBLinkRender
 
TestBLinkRender(String) - Constructor for class org.enhydra.barracuda.core.comp.TestBLinkRender
 
testBListCreate() - Method in class org.enhydra.barracuda.core.comp.TestCompCreate
 
testBoolean() - Method in class org.enhydra.barracuda.core.forms.ValidatorTestCase
 
testBoolean() - Method in class org.enhydra.barracuda.core.forms.validators.TestValidTypeValidator
 
testBoolean() - Method in class org.enhydra.barracuda.core.forms.validators.TestNotNullValidator
 
testBoolean() - Method in class org.enhydra.barracuda.core.forms.validators.TestMinLengthValidator
 
testBoolean() - Method in class org.enhydra.barracuda.core.forms.validators.TestMaxLengthValidator
 
testBoolean() - Method in class org.enhydra.barracuda.core.forms.validators.TestEqualsValidator
 
testBoolean() - Method in class org.enhydra.barracuda.core.forms.validators.TestDateValidator
 
testBoolean() - Method in class org.enhydra.barracuda.core.forms.validators.TestDateRangeValidator
 
testBSelectCreate() - Method in class org.enhydra.barracuda.core.comp.TestCompCreate
 
testBTableCreate() - Method in class org.enhydra.barracuda.core.comp.TestCompCreate
 
testBTemplateCreate() - Method in class org.enhydra.barracuda.core.comp.TestCompCreate
 
TestBTemplateRender - class org.enhydra.barracuda.core.comp.TestBTemplateRender.
 
testBTemplateRender() - Method in class org.enhydra.barracuda.core.comp.TestBTemplateRender
 
TestBTemplateRender(String) - Constructor for class org.enhydra.barracuda.core.comp.TestBTemplateRender
 
testBTextCreate() - Method in class org.enhydra.barracuda.core.comp.TestCompCreate
 
TestBTextRender - class org.enhydra.barracuda.core.comp.TestBTextRender.
 
testBTextRender() - Method in class org.enhydra.barracuda.core.comp.TestBTextRender
 
TestBTextRender(String) - Constructor for class org.enhydra.barracuda.core.comp.TestBTextRender
 
testBToggleButtonCreate() - Method in class org.enhydra.barracuda.core.comp.TestCompCreate
 
testBuildClassName() - Method in class org.enhydra.barracuda.taskdefs.TestLocalizeFileNames
 
testBuildClassName() - Method in class org.enhydra.barracuda.taskdefs.TestFileNames
 
testBuildFullBaseFileName() - Method in class org.enhydra.barracuda.taskdefs.TestFileNames
 
testClass - Static variable in class org.enhydra.barracuda.core.util.data.StateMapTestCases
 
TestClientType - class org.enhydra.barracuda.core.view.TestClientType.
 
testClientType() - Method in class org.enhydra.barracuda.core.view.TestViewUtil
 
TestClientType(String) - Constructor for class org.enhydra.barracuda.core.view.TestClientType
 
TestClientType(String, ClientType, Class) - Constructor for class org.enhydra.barracuda.core.view.TestClientType
 
testClone() - Method in class org.enhydra.barracuda.core.util.data.TestPHashMap
 
testClone() - Method in class org.enhydra.barracuda.core.util.data.TestPArrayList
 
testClone() - Method in class org.enhydra.barracuda.core.util.data.PMapTestCases
 
testClone() - Method in class org.enhydra.barracuda.core.util.data.PListTestCases
 
TestCompCreate - class org.enhydra.barracuda.core.comp.TestCompCreate.
 
TestCompCreate(String) - Constructor for class org.enhydra.barracuda.core.comp.TestCompCreate
 
testCreate() - Method in class org.enhydra.barracuda.taskdefs.TestXmlcUtilsCreate
 
testDate() - Method in class org.enhydra.barracuda.core.forms.ValidatorTestCase
 
testDate() - Method in class org.enhydra.barracuda.core.forms.validators.TestValidTypeValidator
 
testDate() - Method in class org.enhydra.barracuda.core.forms.validators.TestNotNullValidator
 
testDate() - Method in class org.enhydra.barracuda.core.forms.validators.TestMinLengthValidator
 
testDate() - Method in class org.enhydra.barracuda.core.forms.validators.TestMaxLengthValidator
 
testDate() - Method in class org.enhydra.barracuda.core.forms.validators.TestEqualsValidator
 
testDate() - Method in class org.enhydra.barracuda.core.forms.validators.TestDateValidator
 
testDate() - Method in class org.enhydra.barracuda.core.forms.validators.TestDateRangeValidator
 
TestDateRangeValidator - class org.enhydra.barracuda.core.forms.validators.TestDateRangeValidator.
 
TestDateRangeValidator(String) - Constructor for class org.enhydra.barracuda.core.forms.validators.TestDateRangeValidator
 
TestDateValidator - class org.enhydra.barracuda.core.forms.validators.TestDateValidator.
 
TestDateValidator(String) - Constructor for class org.enhydra.barracuda.core.forms.validators.TestDateValidator
 
testDefaultNoOptionsFile() - Method in class org.enhydra.barracuda.taskdefs.TestOptionsFile
 
testDefaultOneOptionsFile() - Method in class org.enhydra.barracuda.taskdefs.TestOptionsFile
 
testDefaultOptionsFileIgnoresDirectories() - Method in class org.enhydra.barracuda.taskdefs.TestOptionsFile
 
testDefaultOptionsFileUserAndSpecified() - Method in class org.enhydra.barracuda.taskdefs.TestOptionsFile
 
testDefaultOptionsFileUserDir() - Method in class org.enhydra.barracuda.taskdefs.TestOptionsFile
 
testDouble() - Method in class org.enhydra.barracuda.core.forms.ValidatorTestCase
 
testDouble() - Method in class org.enhydra.barracuda.core.forms.validators.TestValidTypeValidator
 
testDouble() - Method in class org.enhydra.barracuda.core.forms.validators.TestNotNullValidator
 
testDouble() - Method in class org.enhydra.barracuda.core.forms.validators.TestMinLengthValidator
 
testDouble() - Method in class org.enhydra.barracuda.core.forms.validators.TestMaxLengthValidator
 
testDouble() - Method in class org.enhydra.barracuda.core.forms.validators.TestEqualsValidator
 
testDouble() - Method in class org.enhydra.barracuda.core.forms.validators.TestDateValidator
 
testDouble() - Method in class org.enhydra.barracuda.core.forms.validators.TestDateRangeValidator
 
testEquals() - Method in class org.enhydra.barracuda.core.util.data.PMapTestCases
 
testEquals() - Method in class org.enhydra.barracuda.core.util.data.PListTestCases
 
TestEqualsValidator - class org.enhydra.barracuda.core.forms.validators.TestEqualsValidator.
 
TestEqualsValidator(String) - Constructor for class org.enhydra.barracuda.core.forms.validators.TestEqualsValidator
 
TestExample - class org.enhydra.barracuda.TestExample.
 
TestExample(String) - Constructor for class org.enhydra.barracuda.TestExample
 
testFactory - Variable in class org.enhydra.barracuda.examples.ex4.SampleScreen
 
TestFileNames - class org.enhydra.barracuda.taskdefs.TestFileNames.
 
TestFileNames(String) - Constructor for class org.enhydra.barracuda.taskdefs.TestFileNames
 
testFloat() - Method in class org.enhydra.barracuda.core.forms.ValidatorTestCase
 
testFloat() - Method in class org.enhydra.barracuda.core.forms.validators.TestValidTypeValidator
 
testFloat() - Method in class org.enhydra.barracuda.core.forms.validators.TestNotNullValidator
 
testFloat() - Method in class org.enhydra.barracuda.core.forms.validators.TestMinLengthValidator
 
testFloat() - Method in class org.enhydra.barracuda.core.forms.validators.TestMaxLengthValidator
 
testFloat() - Method in class org.enhydra.barracuda.core.forms.validators.TestEqualsValidator
 
testFloat() - Method in class org.enhydra.barracuda.core.forms.validators.TestDateValidator
 
testFloat() - Method in class org.enhydra.barracuda.core.forms.validators.TestDateRangeValidator
 
TestFormatType - class org.enhydra.barracuda.core.view.TestFormatType.
 
TestFormatType(String) - Constructor for class org.enhydra.barracuda.core.view.TestFormatType
 
TestFormatType(String, FormatType, Class) - Constructor for class org.enhydra.barracuda.core.view.TestFormatType
 
TestHttpServletRequestWrapper - class org.enhydra.barracuda.core.helper.servlet.TestHttpServletRequestWrapper.
 
TestHttpServletRequestWrapper(String) - Constructor for class org.enhydra.barracuda.core.helper.servlet.TestHttpServletRequestWrapper
 
testInstance() - Method in class org.enhydra.barracuda.core.view.TestScriptingType
 
testInstance() - Method in class org.enhydra.barracuda.core.view.TestFormatType
 
testInstance() - Method in class org.enhydra.barracuda.core.view.TestClientType
 
testInteger() - Method in class org.enhydra.barracuda.core.forms.ValidatorTestCase
 
testInteger() - Method in class org.enhydra.barracuda.core.forms.validators.TestValidTypeValidator
 
testInteger() - Method in class org.enhydra.barracuda.core.forms.validators.TestNotNullValidator
 
testInteger() - Method in class org.enhydra.barracuda.core.forms.validators.TestMinLengthValidator
 
testInteger() - Method in class org.enhydra.barracuda.core.forms.validators.TestMaxLengthValidator
 
testInteger() - Method in class org.enhydra.barracuda.core.forms.validators.TestEqualsValidator
 
testInteger() - Method in class org.enhydra.barracuda.core.forms.validators.TestDateValidator
 
testInteger() - Method in class org.enhydra.barracuda.core.forms.validators.TestDateRangeValidator
 
testListManipulation() - Method in class org.enhydra.barracuda.core.util.data.PListTestCases
 
TestLocalizeFileNames - class org.enhydra.barracuda.taskdefs.TestLocalizeFileNames.
 
TestLocalizeFileNames(String) - Constructor for class org.enhydra.barracuda.taskdefs.TestLocalizeFileNames
 
testLong() - Method in class org.enhydra.barracuda.core.forms.ValidatorTestCase
 
testLong() - Method in class org.enhydra.barracuda.core.forms.validators.TestValidTypeValidator
 
testLong() - Method in class org.enhydra.barracuda.core.forms.validators.TestNotNullValidator
 
testLong() - Method in class org.enhydra.barracuda.core.forms.validators.TestMinLengthValidator
 
testLong() - Method in class org.enhydra.barracuda.core.forms.validators.TestMaxLengthValidator
 
testLong() - Method in class org.enhydra.barracuda.core.forms.validators.TestEqualsValidator
 
testLong() - Method in class org.enhydra.barracuda.core.forms.validators.TestDateValidator
 
testLong() - Method in class org.enhydra.barracuda.core.forms.validators.TestDateRangeValidator
 
testMapManipulation() - Method in class org.enhydra.barracuda.core.util.data.PMapTestCases
 
TestMaxLengthValidator - class org.enhydra.barracuda.core.forms.validators.TestMaxLengthValidator.
 
TestMaxLengthValidator(String) - Constructor for class org.enhydra.barracuda.core.forms.validators.TestMaxLengthValidator
 
TestMinLengthValidator - class org.enhydra.barracuda.core.forms.validators.TestMinLengthValidator.
 
TestMinLengthValidator(String) - Constructor for class org.enhydra.barracuda.core.forms.validators.TestMinLengthValidator
 
testMockup() - Method in class org.enhydra.barracuda.core.helper.servlet.TestHttpServletRequestWrapper
 
testMockup() - Method in class org.enhydra.barracuda.core.view.TestViewUtil
 
testMultipleDirOptionsFiles() - Method in class org.enhydra.barracuda.taskdefs.TestOptionsFile
 
testMultipleOptionsFiles() - Method in class org.enhydra.barracuda.taskdefs.TestOptionsFile
 
testNotInstance() - Method in class org.enhydra.barracuda.core.view.TestScriptingType
 
testNotInstance() - Method in class org.enhydra.barracuda.core.view.TestFormatType
 
testNotInstance() - Method in class org.enhydra.barracuda.core.view.TestClientType
 
TestNotNullValidator - class org.enhydra.barracuda.core.forms.validators.TestNotNullValidator.
 
TestNotNullValidator(String) - Constructor for class org.enhydra.barracuda.core.forms.validators.TestNotNullValidator
 
TestObjectRepositoryAssembler - class org.enhydra.barracuda.core.util.data.TestObjectRepositoryAssembler.
 
TestObjectRepositoryAssembler(String) - Constructor for class org.enhydra.barracuda.core.util.data.TestObjectRepositoryAssembler
 
TestOptionsFile - class org.enhydra.barracuda.taskdefs.TestOptionsFile.
 
TestOptionsFile(String) - Constructor for class org.enhydra.barracuda.taskdefs.TestOptionsFile
 
testOptionsFilename() - Method in class org.enhydra.barracuda.taskdefs.TestOptionsFile
 
testOptionsFileNulls() - Method in class org.enhydra.barracuda.taskdefs.TestOptionsFile
 
testOverrideAndDefaultOptionsFiles() - Method in class org.enhydra.barracuda.taskdefs.TestOptionsFile
 
testOverrideOptionsFileUserAndSpecified() - Method in class org.enhydra.barracuda.taskdefs.TestOptionsFile
 
testOverrideOptionsFileUserAndSpecifiedUsingDefaultName() - Method in class org.enhydra.barracuda.taskdefs.TestOptionsFile
 
testPackageDirBuildFullBaseFileName() - Method in class org.enhydra.barracuda.taskdefs.TestFileNames
 
testPackageNameBuildFullBaseFileName() - Method in class org.enhydra.barracuda.taskdefs.TestFileNames
 
TestParam - class org.enhydra.barracuda.core.util.data.TestParam.
 
testParam() - Method in class org.enhydra.barracuda.core.util.data.TestParam
 
TestParam(String) - Constructor for class org.enhydra.barracuda.core.util.data.TestParam
 
testParental() - Method in class org.enhydra.barracuda.core.util.data.PDataTestCases
 
testParentalInheritance() - Method in class org.enhydra.barracuda.core.util.data.PMapTestCases
 
testParentalInheritance() - Method in class org.enhydra.barracuda.core.util.data.PListTestCases
 
TestPArrayList - class org.enhydra.barracuda.core.util.data.TestPArrayList.
 
TestPArrayList(String) - Constructor for class org.enhydra.barracuda.core.util.data.TestPArrayList
 
TestPHashMap - class org.enhydra.barracuda.core.util.data.TestPHashMap.
 
TestPHashMap(String) - Constructor for class org.enhydra.barracuda.core.util.data.TestPHashMap
 
testReplace() - Method in class org.enhydra.barracuda.core.util.TestStringUtil
 
testSample() - Method in class org.enhydra.barracuda.TestExample
 
TestScreen - class org.enhydra.barracuda.examples.ex3.TestScreen.
This mini-app is just used for stress testing, to see what kind of performance level degradation we experience as the event heirarchy depth increases.
TestScreen() - Constructor for class org.enhydra.barracuda.examples.ex3.TestScreen
Public constructor
TestScriptingType - class org.enhydra.barracuda.core.view.TestScriptingType.
 
TestScriptingType(String) - Constructor for class org.enhydra.barracuda.core.view.TestScriptingType
 
TestScriptingType(String, ScriptingType, Class) - Constructor for class org.enhydra.barracuda.core.view.TestScriptingType
 
testSerializable() - Method in class org.enhydra.barracuda.core.util.data.PDataTestCases
 
testShort() - Method in class org.enhydra.barracuda.core.forms.ValidatorTestCase
 
testShort() - Method in class org.enhydra.barracuda.core.forms.validators.TestValidTypeValidator
 
testShort() - Method in class org.enhydra.barracuda.core.forms.validators.TestNotNullValidator
 
testShort() - Method in class org.enhydra.barracuda.core.forms.validators.TestMinLengthValidator
 
testShort() - Method in class org.enhydra.barracuda.core.forms.validators.TestMaxLengthValidator
 
testShort() - Method in class org.enhydra.barracuda.core.forms.validators.TestEqualsValidator
 
testShort() - Method in class org.enhydra.barracuda.core.forms.validators.TestDateValidator
 
testShort() - Method in class org.enhydra.barracuda.core.forms.validators.TestDateRangeValidator
 
testStateMap() - Method in class org.enhydra.barracuda.core.util.data.StateMapTestCases
 
testString() - Method in class org.enhydra.barracuda.core.forms.ValidatorTestCase
 
testString() - Method in class org.enhydra.barracuda.core.forms.validators.TestValidTypeValidator
 
testString() - Method in class org.enhydra.barracuda.core.forms.validators.TestNotNullValidator
 
testString() - Method in class org.enhydra.barracuda.core.forms.validators.TestMinLengthValidator
 
testString() - Method in class org.enhydra.barracuda.core.forms.validators.TestMaxLengthValidator
 
testString() - Method in class org.enhydra.barracuda.core.forms.validators.TestEqualsValidator
 
testString() - Method in class org.enhydra.barracuda.core.forms.validators.TestDateValidator
 
testString() - Method in class org.enhydra.barracuda.core.forms.validators.TestDateRangeValidator
 
TestStringUtil - class org.enhydra.barracuda.core.util.TestStringUtil.
 
TestStringUtil(String) - Constructor for class org.enhydra.barracuda.core.util.TestStringUtil
 
TestStringUtil(String, String, String, String, String) - Constructor for class org.enhydra.barracuda.core.util.TestStringUtil
 
TestUtil - class org.enhydra.barracuda.testbed.TestUtil.
This class just defines basic constants (BATCH_MODE, DEBUG_LEVEL) and parses runtime parameters to set those constants.
TestUtil() - Constructor for class org.enhydra.barracuda.testbed.TestUtil
 
TestValidTypeValidator - class org.enhydra.barracuda.core.forms.validators.TestValidTypeValidator.
 
TestValidTypeValidator(String) - Constructor for class org.enhydra.barracuda.core.forms.validators.TestValidTypeValidator
 
TestViewUtil - class org.enhydra.barracuda.core.view.TestViewUtil.
 
TestViewUtil(String) - Constructor for class org.enhydra.barracuda.core.view.TestViewUtil
 
TestViewUtil(String, String, ClientType) - Constructor for class org.enhydra.barracuda.core.view.TestViewUtil
 
testWrapper() - Method in class org.enhydra.barracuda.core.helper.servlet.TestHttpServletRequestWrapper
 
TestXmlcUtilsCreate - class org.enhydra.barracuda.taskdefs.TestXmlcUtilsCreate.
 
TestXmlcUtilsCreate(String) - Constructor for class org.enhydra.barracuda.taskdefs.TestXmlcUtilsCreate
 
text - Variable in class org.enhydra.barracuda.core.comp.BText
 
text - Variable in class org.enhydra.barracuda.core.comp.BLink
 
TEXT - Static variable in class org.enhydra.barracuda.core.comp.BInput
 
th - Variable in class org.enhydra.barracuda.core.comp.renderer.html.HTMLTemplateRenderer
 
th - Variable in class org.enhydra.barracuda.core.comp.renderer.xml.XMLTemplateRenderer
 
there4 - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity there4 (?).
theta - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity theta (?).
Theta - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity Theta (?).
thetasym - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity thetasym (?).
thinsp - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity thinsp (?).
thorn - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity thorn (þ).
THORN - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity THORN (Þ).
tidy - Variable in class org.enhydra.barracuda.taskdefs.Localize
 
tilde - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity tilde (˜).
timeout - Variable in class org.enhydra.barracuda.core.event.DefaultEventPool
 
times - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity times (×).
timestamp - Variable in class org.enhydra.barracuda.core.event.DefaultBaseEvent
 
toArray() - Method in class org.enhydra.barracuda.core.comp.DefaultListModel
Returns an array containing all of the elements in this list in proper sequence.
toArray() - Method in class org.enhydra.barracuda.core.util.data.PArrayList
Returns an array containing all of the elements in this list in proper sequence.
toArray(Object[]) - Method in class org.enhydra.barracuda.core.comp.DefaultListModel
Returns an array containing all of the elements in this list in proper sequence; the runtime type of the returned array is that of the specified array.
toArray(Object[]) - Method in class org.enhydra.barracuda.core.util.data.PArrayList
Returns an array containing all of the elements in this list in proper sequence; the runtime type of the returned array is that of the specified array.
toBytes(Node) - Method in class org.enhydra.barracuda.core.util.dom.io.DOMFormatter
Format a document or any node and its children into a byte array using the current encoding.
toRef() - Method in class org.enhydra.barracuda.core.comp.AbstractBComponent
Get the component reference
toString() - Method in class org.enhydra.barracuda.core.comp.TemplateDirective
 
toString() - Method in class org.enhydra.barracuda.core.comp.DefaultView
Get a String describing the view
toString() - Method in class org.enhydra.barracuda.core.comp.DefaultTemplateView
 
toString() - Method in class org.enhydra.barracuda.core.comp.DefaultTableView
 
toString() - Method in class org.enhydra.barracuda.core.comp.DefaultListSelectionModel
Returns a string that displays and identifies this object's properties.
toString() - Method in class org.enhydra.barracuda.core.comp.DefaultListModel
Create a string representation of the list and return it.
toString() - Method in class org.enhydra.barracuda.core.comp.DefaultItemMap
Return a String representation of the ItemMap
toString() - Method in class org.enhydra.barracuda.core.comp.BText
Get a String representation of the component
toString() - Method in class org.enhydra.barracuda.core.comp.AbstractBComponent
Get a String representation of the component
toString() - Method in class org.enhydra.barracuda.core.comp.scripting.BScriptResource
Get a String representation of the component
toString() - Method in class org.enhydra.barracuda.core.comp.scripting.BScript
Get a String representation of the component
toString() - Method in class org.enhydra.barracuda.core.forms.ValidationException
 
toString() - Method in class org.enhydra.barracuda.core.forms.FormType
Returns a string representation of this particular formt type.
toString() - Method in class org.enhydra.barracuda.core.forms.DefaultFormElement
Get a string representation of this element
toString() - Method in class org.enhydra.barracuda.core.util.data.Param
Return a string representation of the param
toString() - Method in class org.enhydra.barracuda.core.util.data.NameSpace
return the String represenation of the NameSpace
toString() - Method in class org.enhydra.barracuda.core.util.dom.io.OutputOptions
Convert to a string for debugging.
toString() - Method in class org.enhydra.barracuda.core.util.dom.io.OutputOptions.Format
Get string name of format
toString() - Method in class org.enhydra.barracuda.core.util.dom.io.Encodings
Return string representation for debugging.
toString() - Method in class org.enhydra.barracuda.core.util.dom.io.DOMParser
Generate a description of various attributes of the parser for debugging purposes.
toString() - Method in class org.enhydra.barracuda.core.util.http.LightweightURL
Return a String representation of the URL
toString() - Method in class org.enhydra.barracuda.core.view.ViewCapabilities
get a string representation of the ViewCapabilities
toString() - Method in class org.enhydra.barracuda.core.view.ScriptingType.ScriptingSupportImpl
 
toString() - Method in class org.enhydra.barracuda.core.view.FormatType.GenericDataImpl
 
toString() - Method in class org.enhydra.barracuda.core.view.ClientType.GenericBrowserImpl
 
toString(Node) - Method in class org.enhydra.barracuda.core.util.dom.io.DOMFormatter
Format a document or any node and its children into a string.
toString(ViewContext) - Method in class org.enhydra.barracuda.core.comp.AbstractBComponent
Provide a String representation of the component.
touch() - Method in class org.enhydra.barracuda.core.event.DefaultBaseEvent
Update the timestamp on the event
touch() - Method in interface org.enhydra.barracuda.core.event.BaseEvent
Update the timestamp on the event
touchpattern - Variable in class org.enhydra.barracuda.taskdefs.GenerateSSIs
 
toXMLUnicodeString(String) - Static method in class org.enhydra.barracuda.core.util.xml.XMLUtil
Convert a String to legal XML unicode string.
trade - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity trade (™).
type - Variable in class org.enhydra.barracuda.core.comp.BInput
 
type - Variable in class org.enhydra.barracuda.core.forms.DefaultFormElement
 

U

uacute - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity uacute (ú).
Uacute - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity Uacute (Ú).
uarr - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity uarr (?).
uArr - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity uArr (?).
UAS_PROPS - Static variable in class org.enhydra.barracuda.core.view.TestViewUtil
 
ucirc - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity ucirc (û).
Ucirc - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity Ucirc (Û).
ugrave - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity ugrave (ù).
Ugrave - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity Ugrave (Ù).
uml - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity uml (¨).
UnableToValidateException - exception org.enhydra.barracuda.core.forms.UnableToValidateException.
This exception indicates the Validator was not able to validate the incoming value.
UnableToValidateException() - Constructor for class org.enhydra.barracuda.core.forms.UnableToValidateException
The noargs public contructor for UnableToValidateException
UnableToValidateException(Object) - Constructor for class org.enhydra.barracuda.core.forms.UnableToValidateException
The public contructor for UnableToValidateException
UnableToValidateException(Object, String) - Constructor for class org.enhydra.barracuda.core.forms.UnableToValidateException
The public contructor for UnableToValidateException
UnableToValidateException(Object, String, Exception) - Constructor for class org.enhydra.barracuda.core.forms.UnableToValidateException
The public contructor for UnableToValidateException
UNDEFINED - Static variable in class org.enhydra.barracuda.core.comp.AbstractTemplateModel
 
UnhandledEventException - exception org.enhydra.barracuda.core.event.UnhandledEventException.
This class defines a UnhandledEventException...it gets thrown when there there are event handlers but none of them actually handle it
UnhandledEventException(String, EventContext) - Constructor for class org.enhydra.barracuda.core.event.UnhandledEventException
The public contructor for UnhandledEventException
UNKNOWN_BROWSER - Static variable in class org.enhydra.barracuda.core.view.ClientType
 
UNKNOWN_FORMAT - Static variable in class org.enhydra.barracuda.core.view.FormatType
 
UnsupportedFormatException - exception org.enhydra.barracuda.core.comp.UnsupportedFormatException.
This exception indicates the specified format is not supported.
UnsupportedFormatException() - Constructor for class org.enhydra.barracuda.core.comp.UnsupportedFormatException
The noargs public contructor for UnsupportedFormatException
UnsupportedFormatException(String) - Constructor for class org.enhydra.barracuda.core.comp.UnsupportedFormatException
The public contructor for UnsupportedFormatException
UnsupportedFormatException(String, Exception) - Constructor for class org.enhydra.barracuda.core.comp.UnsupportedFormatException
The public contructor for UnsupportedFormatException
UPDATE_BUTTON - Static variable in class org.enhydra.barracuda.config.ViewConfig
 
UPDATE_BUTTON - Static variable in class org.enhydra.barracuda.config.UtilConfig
 
UPDATE_BUTTON - Static variable in class org.enhydra.barracuda.config.FormsConfig
 
UPDATE_BUTTON - Static variable in class org.enhydra.barracuda.config.EventConfig
 
UPDATE_BUTTON - Static variable in class org.enhydra.barracuda.config.DomConfig
 
UPDATE_BUTTON - Static variable in class org.enhydra.barracuda.config.DataConfig
 
UPDATE_BUTTON - Static variable in class org.enhydra.barracuda.config.CompConfig
 
updateModelInTemplate(TemplateModel) - Method in interface org.enhydra.barracuda.core.event.helper.BlockIterator
 
updateModelInTemplate(TemplateModel) - Method in class org.enhydra.barracuda.core.event.helper.BlockIterateHandler
 
updateModelInTemplate(TemplateModel) - Method in class org.enhydra.barracuda.core.event.helper.AbstractBlockIterator
 
upsih - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity upsih (?).
upsilon - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity upsilon (?).
Upsilon - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity Upsilon (?).
UPSTREAM - Static variable in class org.enhydra.barracuda.core.util.srv.SimpleServiceFinder
 
upToDate - Variable in class org.enhydra.barracuda.taskdefs.Xmlc
 
url - Variable in class org.enhydra.barracuda.core.util.http.HttpRequester
 
URLRewriter - interface org.enhydra.barracuda.core.util.dom.io.URLRewriter.
Interface for a URL rewritting object that can be supplied by as part of the OutputOptions.
URLRewriter - class org.enhydra.barracuda.core.util.http.URLRewriter.
This just contains some Servlet utility routines
URLRewriter() - Constructor for class org.enhydra.barracuda.core.util.http.URLRewriter
 
US_ASCII - Static variable in class org.enhydra.barracuda.core.util.dom.io.Encodings
 
USE_EVENT_POOLING - Static variable in class org.enhydra.barracuda.core.event.ApplicationGateway
 
USE_ID_ALIASES - Static variable in class org.enhydra.barracuda.core.event.DefaultBaseEvent
 
usedPreFormattedElements() - Method in interface org.enhydra.barracuda.core.util.dom.io.Formatter
Determine if preformatted element open tags were used for the last document formatted.
usedPreFormattedText() - Method in interface org.enhydra.barracuda.core.util.dom.io.Formatter
Determine if preformatted text was used for the last document formatted.
useIDAliases - Variable in class org.enhydra.barracuda.core.event.DefaultBaseEvent
 
useIDAliases() - Method in class org.enhydra.barracuda.core.event.DefaultBaseEvent
see whether or not we are using ID aliasing
user - Variable in class org.enhydra.barracuda.core.util.http.HttpRequester
 
USER - Static variable in class org.enhydra.barracuda.examples.ex1.LoginServices
 
UserData - class org.enhydra.barracuda.examples.xmlc.data.UserData.
 
UserData() - Constructor for class org.enhydra.barracuda.examples.xmlc.data.UserData
 
UsersList - class org.enhydra.barracuda.examples.xmlc.data.UsersList.
This object represents a data model whose state consists of a list of users and a current position within that list.
UsersList() - Constructor for class org.enhydra.barracuda.examples.xmlc.data.UsersList
 
UTIL_TAB - Static variable in class org.enhydra.barracuda.config.TabsModel
 
UtilConfig - class org.enhydra.barracuda.config.UtilConfig.
This class provides the methods needed to configure the util screen
UtilConfig() - Constructor for class org.enhydra.barracuda.config.UtilConfig
 
utilModel - Variable in class org.enhydra.barracuda.config.MasterScreen
 
uuml - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity uuml (ü).
Uuml - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity Uuml (Ü).

V

val - Variable in class org.enhydra.barracuda.core.forms.DefaultFormElement
 
VALID - Static variable in class org.enhydra.barracuda.examples.ex1.LoginServices
 
validate() - Method in interface org.enhydra.barracuda.core.comp.BContainer
 
validate() - Method in class org.enhydra.barracuda.core.comp.AbstractBComponent
Invalidates the container and all child containers below it.
validate(boolean) - Method in interface org.enhydra.barracuda.core.forms.FormMap
Validate the entire form (both form level and elements).
validate(boolean) - Method in class org.enhydra.barracuda.core.forms.DefaultFormMap
Validate the entire form (both form level and elements).
validate(FormElement, FormMap, boolean) - Method in class org.enhydra.barracuda.core.forms.Or
Rather than calling all the sub validate methods, we make sure at least one of the sub-validators is valid
validate(FormElement, FormMap, boolean) - Method in class org.enhydra.barracuda.core.forms.Not
Rather than calling all the sub validate methods, we instead validate the validator we contain--because this validator is effectively doing a "NOT", we expect to receive a ValidationException; if we dont, then we will throw a ValidationException
validate(FormElement, FormMap, boolean) - Method in interface org.enhydra.barracuda.core.forms.FormValidator
Validate a FormElement locally and allow any child validators a chance to validate as well.
validate(FormElement, FormMap, boolean) - Method in class org.enhydra.barracuda.core.forms.DefaultFormValidator
Validate a FormElement locally and allow any child validators a chance to validate as well.
validate(FormElement, FormMap, boolean) - Method in class org.enhydra.barracuda.core.forms.And
Rather than calling all the sub validate methods, we make sure at least one of the sub-validators is valid
validate(FormElement, FormMap, boolean) - Method in class org.enhydra.barracuda.core.forms.validators.ListValidator
Will check origVal's type and loop through all the values calling the subValidator.
validateAttributes() - Method in class org.enhydra.barracuda.taskdefs.GenerateSSIs
Ensure we have a consistent and legal set of attributes, and set any internal flags necessary based on different combinations of attributes.
validated - Variable in class org.enhydra.barracuda.core.comp.AbstractBComponent
 
validateElements(boolean) - Method in interface org.enhydra.barracuda.core.forms.FormMap
Validate just the elements (not the form)
validateElements(boolean) - Method in class org.enhydra.barracuda.core.forms.DefaultFormMap
Validate just the elements (not the form)
validateForm(boolean) - Method in interface org.enhydra.barracuda.core.forms.FormMap
Validate just the form (not the individual elements)
validateForm(boolean) - Method in class org.enhydra.barracuda.core.forms.DefaultFormMap
Validate just the form (not the individual elements)
validateForm(FormMap, boolean) - Method in class org.enhydra.barracuda.core.forms.DefaultFormValidator
Validate an entire FormMap.
validateFormElement(Object, FormElement, boolean) - Method in class org.enhydra.barracuda.core.forms.DefaultFormValidator
Validate a FormElement.
validateFormElement(Object, FormElement, boolean) - Method in class org.enhydra.barracuda.core.forms.validators.ValidTypeValidator
Validate a FormElement to make sure that the non-null orig values are valid for the specified element type
validateFormElement(Object, FormElement, boolean) - Method in class org.enhydra.barracuda.core.forms.validators.RangeValidator
Validate a FormElement to make see if the element equals() a given object
validateFormElement(Object, FormElement, boolean) - Method in class org.enhydra.barracuda.core.forms.validators.NotNullValidator
Validate a FormElement to make sure that it is not Null or blanks.
validateFormElement(Object, FormElement, boolean) - Method in class org.enhydra.barracuda.core.forms.validators.MinLengthValidator
Validate a FormElement to make sure the length of element is not less than a Min length.
validateFormElement(Object, FormElement, boolean) - Method in class org.enhydra.barracuda.core.forms.validators.MaxLengthValidator
Validate a FormElement to make sure the length of element does not exceed a Max length.
validateFormElement(Object, FormElement, boolean) - Method in class org.enhydra.barracuda.core.forms.validators.EqualsValidator
Validate a FormElement to make see if the element equals() a given object
validateFormElement(Object, FormElement, boolean) - Method in class org.enhydra.barracuda.core.forms.validators.DigitValidator
Validate a FormElement to make see if the element equals() a given object
validateFormElement(Object, FormElement, boolean) - Method in class org.enhydra.barracuda.core.forms.validators.DateValidator
Validate a FormElement to make sure the value is a valid date Validation is not supported for FormType.BOOLEAN FormType,INTEGER FormType.LONG FormType.SHORT FormType.DOUBLE FormType.FLOAT
validateFormElement(Object, FormElement, boolean) - Method in class org.enhydra.barracuda.core.forms.validators.DateRangeValidator
Validate a FormElement to make see if the element equals() a given object
validateFormElement(Object, FormElement, FormMap, boolean) - Method in class org.enhydra.barracuda.core.forms.DefaultFormValidator
Validate a FormElement.
validateUserPwd(HttpServletRequest, boolean) - Static method in class org.enhydra.barracuda.examples.ex1.LoginServices
Validate user/pwd, getting the information from the HttpServletRequest object
validateUserPwd(HttpSession) - Static method in class org.enhydra.barracuda.examples.ex1.LoginServices
Validate user/pwd, getting the information from the HttpSession object
validateUserPwd(String, String) - Static method in class org.enhydra.barracuda.examples.ex1.LoginServices
Validate user/pwd
ValidationException - exception org.enhydra.barracuda.core.forms.ValidationException.
This class defines the validation exception.
ValidationException() - Constructor for class org.enhydra.barracuda.core.forms.ValidationException
The noargs public contructor for ValidationException
ValidationException(Object) - Constructor for class org.enhydra.barracuda.core.forms.ValidationException
The public contructor for ValidationException
ValidationException(Object, String) - Constructor for class org.enhydra.barracuda.core.forms.ValidationException
The public contructor for ValidationException
ValidationException(Object, String, Exception) - Constructor for class org.enhydra.barracuda.core.forms.ValidationException
The public contructor for ValidationException
ValidationException(String) - Constructor for class org.enhydra.barracuda.core.forms.ValidationException
The public contructor for ValidationException
validator - Variable in class org.enhydra.barracuda.core.forms.DefaultFormElement
 
validators - Variable in class org.enhydra.barracuda.core.forms.DefaultFormValidator
 
validators - Variable in class org.enhydra.barracuda.core.forms.DefaultFormMap
 
ValidatorTestCase - class org.enhydra.barracuda.core.forms.ValidatorTestCase.
 
ValidatorTestCase(String) - Constructor for class org.enhydra.barracuda.core.forms.ValidatorTestCase
 
validTabs - Static variable in class org.enhydra.barracuda.config.TabsModel
 
ValidTypeValidator - class org.enhydra.barracuda.core.forms.validators.ValidTypeValidator.
This validator ensures that the original value constitues a valid type
ValidTypeValidator() - Constructor for class org.enhydra.barracuda.core.forms.validators.ValidTypeValidator
Public constructor.
ValidTypeValidator(String) - Constructor for class org.enhydra.barracuda.core.forms.validators.ValidTypeValidator
Public constructor.
value - Variable in class org.enhydra.barracuda.core.comp.DefaultItemMap
 
value - Variable in class org.enhydra.barracuda.core.comp.BInput
 
values() - Method in class org.enhydra.barracuda.core.util.data.PHashMap
Returns a collection view of the values contained in this map.
VARIANT_KEY - Static variable in class org.enhydra.barracuda.core.util.l10n.Locales
 
vc - Variable in class org.enhydra.barracuda.core.event.helper.BlockIterateHandler
 
verbose - Variable in class org.enhydra.barracuda.taskdefs.Xmlc
 
verbosity - Variable in class org.enhydra.barracuda.taskdefs.GenerateSSIs
 
View - interface org.enhydra.barracuda.core.comp.View.
This interface defines a View for components to render themselves in.
VIEW_CAPABILITIES - Static variable in interface org.enhydra.barracuda.core.comp.ViewContext
 
VIEW_CAPABILITIES - Static variable in interface org.enhydra.barracuda.core.event.EventContext
 
VIEW_TAB - Static variable in class org.enhydra.barracuda.config.TabsModel
 
ViewCapabilities - class org.enhydra.barracuda.core.view.ViewCapabilities.
This class defines the the cpabilities & preferences of the client view.
ViewCapabilities() - Constructor for class org.enhydra.barracuda.core.view.ViewCapabilities
Create an empty ViewCapabilities object.
ViewCapabilities(FormatType, ClientType, ScriptingType, Locale) - Constructor for class org.enhydra.barracuda.core.view.ViewCapabilities
This constructor allows you to manually specify the various types for a ViewCapabilities object.
ViewCapabilities(HttpServletRequest, HttpServletResponse) - Constructor for class org.enhydra.barracuda.core.view.ViewCapabilities
This constructor creates a ViewCapabilities object from the servlet response and request objects.
ViewConfig - class org.enhydra.barracuda.config.ViewConfig.
This class provides the methods needed to configure the view screen
ViewConfig() - Constructor for class org.enhydra.barracuda.config.ViewConfig
 
viewContext - Variable in class org.enhydra.barracuda.core.comp.AbstractTemplateModel
 
viewContext - Variable in class org.enhydra.barracuda.core.comp.AbstractTableModel
 
viewContext - Variable in class org.enhydra.barracuda.core.comp.AbstractListModel
 
ViewContext - interface org.enhydra.barracuda.core.comp.ViewContext.
This interface defines the methods needed to implement a ViewContext.
ViewEvent - class org.enhydra.barracuda.core.event.ViewEvent.
This defines a basic View event, indicating some kind of response/view must be generated.
ViewEvent() - Constructor for class org.enhydra.barracuda.core.event.ViewEvent
Default noargs constructor
ViewEvent(Object) - Constructor for class org.enhydra.barracuda.core.event.ViewEvent
Public constructor.
ViewEventContext - interface org.enhydra.barracuda.core.event.ViewEventContext.
This interface extends the ControlEventContext to provide access to the HttpServletResponse object as well.
viewList - Variable in class org.enhydra.barracuda.core.event.DefaultDispatchQueue
 
viewModel - Variable in class org.enhydra.barracuda.config.MasterScreen
 
views - Variable in class org.enhydra.barracuda.core.comp.AbstractBComponent
 
viewSize - Variable in class org.enhydra.barracuda.core.comp.BSelect
 
ViewUtil - class org.enhydra.barracuda.core.view.ViewUtil.
This class provides utility functions for determining the ViewCapabilities.
ViewUtil() - Constructor for class org.enhydra.barracuda.core.view.ViewUtil
 
VISIBILITY_MARKER - Static variable in class org.enhydra.barracuda.core.comp.BComponent
 
visible - Variable in class org.enhydra.barracuda.core.comp.BComponent
 
VXML_1_0 - Static variable in class org.enhydra.barracuda.core.view.FormatType
 
VXML_BROWSER - Static variable in class org.enhydra.barracuda.core.view.ClientType
 

W

warning(SAXParseException) - Method in class org.enhydra.barracuda.core.event.DefaultApplicationAssembler
 
warning(SAXParseException) - Method in class org.enhydra.barracuda.core.util.data.ObjectRepositoryAssembler.LocalAssemblyHandler
 
warning(SAXParseException) - Method in class org.enhydra.barracuda.core.util.dom.io.ErrorReporter
Receive notification of a SAX warning.
warning(String) - Method in class org.enhydra.barracuda.core.util.dom.io.ErrorReporter
Report a warning.
warning(String, Locator) - Method in class org.enhydra.barracuda.core.util.dom.io.ErrorReporter
Report a warning with file name and line number.
warning(String, String, int) - Method in class org.enhydra.barracuda.core.util.dom.io.ErrorReporter
Report a warning with file name and line number.
weaksession - Static variable in class org.enhydra.barracuda.core.util.data.ObjectRepository
 
weierp - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity weierp (?).
WML_1_0 - Static variable in class org.enhydra.barracuda.core.view.FormatType
 
WML_BROWSER - Static variable in class org.enhydra.barracuda.core.view.ClientType
 
WMLSCRIPT_1_0 - Static variable in class org.enhydra.barracuda.core.view.ScriptingType
 
WMLSCRIPT_1_1 - Static variable in class org.enhydra.barracuda.core.view.ScriptingType
 
WMLSCRIPT_1_2 - Static variable in class org.enhydra.barracuda.core.view.ScriptingType
 
WMLSCRIPT_1x - Static variable in class org.enhydra.barracuda.core.view.ScriptingType
 
wrap(HttpServletRequest) - Method in interface org.enhydra.barracuda.core.event.RequestWrapper
 
write(Node, File) - Method in class org.enhydra.barracuda.core.util.dom.io.DOMFormatter
Output a document or any node and its children to a File.
write(Node, HttpServletResponse) - Method in interface org.enhydra.barracuda.core.util.dom.DOMWriter
 
write(Node, HttpServletResponse) - Method in class org.enhydra.barracuda.core.util.dom.DefaultDOMWriter
Write a DOM to a ServletResponse object.
write(Node, HttpServletResponse, OutputOptions) - Method in class org.enhydra.barracuda.core.util.dom.DefaultDOMWriter
Write a DOM to a ServletResponse object.
write(Node, OutputStream) - Method in class org.enhydra.barracuda.core.util.dom.DefaultDOMWriter
Write a DOM to an OutputStream.
write(Node, OutputStream) - Method in class org.enhydra.barracuda.core.util.dom.io.DOMFormatter
Output a document or any node and its children to a OutputStream.
write(Node, OutputStream, OutputOptions) - Method in class org.enhydra.barracuda.core.util.dom.DefaultDOMWriter
Write a DOM to an OutputStream.
write(Node, Writer) - Method in interface org.enhydra.barracuda.core.util.dom.DOMWriter
 
write(Node, Writer) - Method in class org.enhydra.barracuda.core.util.dom.DefaultDOMWriter
Write a DOM to a Writer.
write(Node, Writer) - Method in interface org.enhydra.barracuda.core.util.dom.io.Formatter
Format any Node to the specified writer.
write(Node, Writer) - Method in class org.enhydra.barracuda.core.util.dom.io.DOMFormatter
Output a document or any node and its children to a Writer.
write(Node, Writer, OutputOptions) - Method in class org.enhydra.barracuda.core.util.dom.DefaultDOMWriter
Write a DOM to a Writer.
writeOutput(OutputStream) - Method in interface org.enhydra.barracuda.core.util.http.HttpOutputWriter
 

X

XHTML_BASIC_1_0 - Static variable in class org.enhydra.barracuda.core.view.FormatType
 
XHTML_BROWSER - Static variable in class org.enhydra.barracuda.core.view.ClientType
 
XHTML_STANDARD_1_0 - Static variable in class org.enhydra.barracuda.core.view.FormatType
 
xi - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity xi (?).
Xi - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity Xi (?).
XML_1_0 - Static variable in class org.enhydra.barracuda.core.view.FormatType
 
XML_BROWSER - Static variable in class org.enhydra.barracuda.core.view.ClientType
 
XML_COMPONENT_RENDERER_DL - Static variable in class org.enhydra.barracuda.config.CompConfig
 
XML_TEMPLATE_RENDERER_DL - Static variable in class org.enhydra.barracuda.config.CompConfig
 
XML_TEXT_RENDERER_DL - Static variable in class org.enhydra.barracuda.config.CompConfig
 
Xmlc - class org.enhydra.barracuda.taskdefs.Xmlc.
ANT task to invoke the XMLC compiler to generate Java code.
XMLC_GENERATED_CLASS - Static variable in class org.enhydra.barracuda.examples.xmlc.SnippetEx3HTML
 
XMLC_GENERATED_CLASS - Static variable in class org.enhydra.barracuda.examples.xmlc.SnippetEx2HTML
 
XMLC_GENERATED_CLASS - Static variable in class org.enhydra.barracuda.examples.xmlc.SnippetEx1HTML
 
XMLC_GENERATED_CLASS - Static variable in class org.enhydra.barracuda.examples.xmlc.RedirectEx1HTML
 
XMLC_GENERATED_CLASS - Static variable in class org.enhydra.barracuda.examples.xmlc.CompEx9HTML
 
XMLC_GENERATED_CLASS - Static variable in class org.enhydra.barracuda.examples.xmlc.CompEx8HTML
 
XMLC_GENERATED_CLASS - Static variable in class org.enhydra.barracuda.examples.xmlc.CompEx7HTML
 
XMLC_GENERATED_CLASS - Static variable in class org.enhydra.barracuda.examples.xmlc.CompEx6HTML
 
XMLC_GENERATED_CLASS - Static variable in class org.enhydra.barracuda.examples.xmlc.CompEx6aHTML
 
XMLC_GENERATED_CLASS - Static variable in class org.enhydra.barracuda.examples.xmlc.CompEx5HTML
 
XMLC_GENERATED_CLASS - Static variable in class org.enhydra.barracuda.examples.xmlc.CompEx4HTML
 
XMLC_GENERATED_CLASS - Static variable in class org.enhydra.barracuda.examples.xmlc.CompEx3HTML
 
XMLC_GENERATED_CLASS - Static variable in class org.enhydra.barracuda.examples.xmlc.CompEx3FooterHTML
 
XMLC_GENERATED_CLASS - Static variable in class org.enhydra.barracuda.examples.xmlc.CompEx3Footer2HTML
 
XMLC_GENERATED_CLASS - Static variable in class org.enhydra.barracuda.examples.xmlc.CompEx3bHTML
 
XMLC_GENERATED_CLASS - Static variable in class org.enhydra.barracuda.examples.xmlc.CompEx3aHTML
 
XMLC_GENERATED_CLASS - Static variable in class org.enhydra.barracuda.examples.xmlc.CompEx2HTML
 
XMLC_GENERATED_CLASS - Static variable in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
XMLC_GENERATED_CLASS - Static variable in class org.enhydra.barracuda.examples.xmlc.BrowserCheckHTML
 
XMLC_SOURCE_FILE - Static variable in class org.enhydra.barracuda.examples.xmlc.SnippetEx3HTML
 
XMLC_SOURCE_FILE - Static variable in class org.enhydra.barracuda.examples.xmlc.SnippetEx2HTML
 
XMLC_SOURCE_FILE - Static variable in class org.enhydra.barracuda.examples.xmlc.SnippetEx1HTML
 
XMLC_SOURCE_FILE - Static variable in class org.enhydra.barracuda.examples.xmlc.RedirectEx1HTML
 
XMLC_SOURCE_FILE - Static variable in class org.enhydra.barracuda.examples.xmlc.CompEx9HTML
 
XMLC_SOURCE_FILE - Static variable in class org.enhydra.barracuda.examples.xmlc.CompEx8HTML
 
XMLC_SOURCE_FILE - Static variable in class org.enhydra.barracuda.examples.xmlc.CompEx7HTML
 
XMLC_SOURCE_FILE - Static variable in class org.enhydra.barracuda.examples.xmlc.CompEx6HTML
 
XMLC_SOURCE_FILE - Static variable in class org.enhydra.barracuda.examples.xmlc.CompEx6aHTML
 
XMLC_SOURCE_FILE - Static variable in class org.enhydra.barracuda.examples.xmlc.CompEx5HTML
 
XMLC_SOURCE_FILE - Static variable in class org.enhydra.barracuda.examples.xmlc.CompEx4HTML
 
XMLC_SOURCE_FILE - Static variable in class org.enhydra.barracuda.examples.xmlc.CompEx3HTML
 
XMLC_SOURCE_FILE - Static variable in class org.enhydra.barracuda.examples.xmlc.CompEx3FooterHTML
 
XMLC_SOURCE_FILE - Static variable in class org.enhydra.barracuda.examples.xmlc.CompEx3Footer2HTML
 
XMLC_SOURCE_FILE - Static variable in class org.enhydra.barracuda.examples.xmlc.CompEx3bHTML
 
XMLC_SOURCE_FILE - Static variable in class org.enhydra.barracuda.examples.xmlc.CompEx3aHTML
 
XMLC_SOURCE_FILE - Static variable in class org.enhydra.barracuda.examples.xmlc.CompEx2HTML
 
XMLC_SOURCE_FILE - Static variable in class org.enhydra.barracuda.examples.xmlc.CompEx1HTML
 
XMLC_SOURCE_FILE - Static variable in class org.enhydra.barracuda.examples.xmlc.BrowserCheckHTML
 
Xmlc.BooleanAttribute - class org.enhydra.barracuda.taskdefs.Xmlc.BooleanAttribute.
 
Xmlc.BooleanAttribute() - Constructor for class org.enhydra.barracuda.taskdefs.Xmlc.BooleanAttribute
 
Xmlc() - Constructor for class org.enhydra.barracuda.taskdefs.Xmlc
 
xmlcArgs - Variable in class org.enhydra.barracuda.taskdefs.Xmlc
 
XMLComponentRenderer - class org.enhydra.barracuda.core.comp.renderer.xml.XMLComponentRenderer.
This interface defines the methods needed to implement a Renderer.
XMLComponentRenderer() - Constructor for class org.enhydra.barracuda.core.comp.renderer.xml.XMLComponentRenderer
 
XmlcUtils - class org.enhydra.barracuda.taskdefs.XmlcUtils.
Abstract base xmlc utilities class
XmlcUtils() - Constructor for class org.enhydra.barracuda.taskdefs.XmlcUtils
Construct default XmlcUtils (protected to force the use of XmlcUtils.create() factory method).
XMLEntityResolver - class org.enhydra.barracuda.core.util.dom.io.XMLEntityResolver.
A flexable entity resolver for use with parsing XML files.
XMLEntityResolver() - Constructor for class org.enhydra.barracuda.core.util.dom.io.XMLEntityResolver
 
xmlFile - Variable in class org.enhydra.barracuda.taskdefs.EventBuilder
 
XMLIOError - error org.enhydra.barracuda.core.util.dom.io.XMLIOError.
Error for XML I/O.
XMLIOError(String) - Constructor for class org.enhydra.barracuda.core.util.dom.io.XMLIOError
Construct an error without a specified cause.
XMLIOError(String, Throwable) - Constructor for class org.enhydra.barracuda.core.util.dom.io.XMLIOError
Construct an error with an associated causing error.
XMLIOError(Throwable) - Constructor for class org.enhydra.barracuda.core.util.dom.io.XMLIOError
Construct an error from a causing error.
XMLTemplateRenderer - class org.enhydra.barracuda.core.comp.renderer.xml.XMLTemplateRenderer.
This class handles the default rendering of text into an XML view.
XMLTemplateRenderer() - Constructor for class org.enhydra.barracuda.core.comp.renderer.xml.XMLTemplateRenderer
 
XMLTemplateRenderer(TemplateHelper) - Constructor for class org.enhydra.barracuda.core.comp.renderer.xml.XMLTemplateRenderer
 
XMLTextRenderer - class org.enhydra.barracuda.core.comp.renderer.xml.XMLTextRenderer.
This class handles the default rendering of text into an XML view.
XMLTextRenderer() - Constructor for class org.enhydra.barracuda.core.comp.renderer.xml.XMLTextRenderer
 
XMLUtil - class org.enhydra.barracuda.core.util.xml.XMLUtil.
Utility functions for XML related text conversion.
XMLUtil() - Constructor for class org.enhydra.barracuda.core.util.xml.XMLUtil
 
xrefValidity(int) - Static method in class org.enhydra.barracuda.examples.ex1.LoginServices
Convert validation results into text

Y

yacute - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity yacute (ý).
Yacute - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity Yacute (Ý).
yen - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity yen (¥).
yuml - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity yuml (ÿ).
Yuml - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity Yuml (Ÿ).

Z

zeta - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity zeta (?).
Zeta - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity Zeta (?).
zwj - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity zwj (?).
zwnj - Static variable in class org.enhydra.barracuda.core.util.dom.io.HTMLEntities
Unicode character for entity zwnj (?).

_

_fv - Variable in class org.enhydra.barracuda.core.forms.Or
 
_fv - Variable in class org.enhydra.barracuda.core.forms.And
 

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

Copyright © 2001 Enhydra.org