Library:Apache Beehive
Version:1.0.1
Compatibility:JDK 1.5
Classes in library Apache Beehive.
NOTE: The results have been limited to 500 entries. We suggest browsing through packages to explore the classes in this library.
NamePackageDescription
AbsolutePathTypeorg.apache.beehive.netui.compiler.grammarNo description provided.
AbstractAttributeMaporg.apache.beehive.netui.script.el.utilNo description provided.
AbstractAttributeStateorg.apache.beehive.netui.tags.renderingNo description provided.
AbstractCallMethodorg.apache.beehive.netui.tags.databinding.invoke

An abstract base class for tags that are capable of reflectively invoking methods.

AbstractCallMethod.ParamNodeorg.apache.beehive.netui.tags.databinding.invokeAn internal struct that represents a parameter that will be passed to a reflective method invocation call.
AbstractCellorg.apache.beehive.netui.tags.databinding.datagrid

Abstract base class for JSP tags that render data grid cells.

AbstractClassicTagorg.apache.beehive.netui.tagsAbstractBaseTag is the base tag for most of the NetUI tags.
AbstractClientRequestInterceptororg.apache.beehive.netui.tagsNo description provided.
AbstractDataGridHtmlTagorg.apache.beehive.netui.tags.databinding.datagrid

This class is a base class for all data grid tags that render HTML output for the grid.

AbstractHtmlControlStateorg.apache.beehive.netui.tags.renderingThis class adds the name attribute to the base HTML state.
AbstractHtmlStateorg.apache.beehive.netui.tags.renderingThis class extends the AbstractAttributeState to add support for HTML.
AbstractHtmlTableCellorg.apache.beehive.netui.tags.databinding.datagrid

Abstract base class that supports rendering an HTML <td>.

AbstractInterceptororg.apache.beehive.netui.pageflow.interceptorNo description provided.
AbstractPageErrororg.apache.beehive.netui.tagsThis is a "struct" class that contains the base information for an error occuring in a tag on a page.
AbstractRenderAppenderorg.apache.beehive.netui.tags.renderingThis is an abstract base class that represents the appender.
AbstractScriptableMaporg.apache.beehive.netui.script.commonBase Map implementation that can be used by clients that need to expose implicit objects to an expression language through a Map.
AbstractSimpleTagorg.apache.beehive.netui.tagsNo description provided.
AbstractTagStateorg.apache.beehive.netui.tags.renderingNo description provided.
ActionGrammarorg.apache.beehive.netui.compiler.grammarNo description provided.
ActionInterceptororg.apache.beehive.netui.pageflow.interceptor.actionBase class for Page Flow action interceptors.
ActionInterceptorContextorg.apache.beehive.netui.pageflow.interceptor.actionContext passed to ActionInterceptor methods.
ActionInterceptorsorg.apache.beehive.netui.pageflow.interceptor.action.internalNo description provided.
ActionModelorg.apache.beehive.netui.compiler.modelRepresents an ActionMapping in a Struts based web application or sub application.
ActionOutputGrammarorg.apache.beehive.netui.compiler.grammarNo description provided.
ActionOutputModelorg.apache.beehive.netui.compiler.modelRepresents an Action Output (NetUI, not a Struts concept) that will be attached to a forward ( ForwardModel ).
ActionResultImplorg.apache.beehive.netui.pageflow.internalEncapsulation of the results returned by strutsLookup(ServletContext, ServletRequest, HttpServletResponse, String, String[]) .
AdapterContextorg.apache.beehive.netui.pageflow.adapterGeneric context passed to Adapter .
AdapterManagerorg.apache.beehive.netui.pageflow.internalNo description provided.
AdaptorPersistenceDelegateorg.apache.beehive.controls.runtime.beanThe AdaptorPersistenceDelegate class supports the XML persistance of Control Client Event Adaptor instances by implementing the java.beans.PersistenceDelegate API, and overriding the default persistance algorithm based upon the runtime structure for Controls.
AfterNestedInterceptContextorg.apache.beehive.netui.pageflow.interceptor.actionContext passed to afterNestedIntercept(AfterNestedInterceptContext) .
Anchororg.apache.beehive.netui.tags.html

Generates a URL-encoded hyperlink to a specified URI.

AnchorBaseorg.apache.beehive.netui.tags.htmlThis is the base class that provides most of the features necessary to create an anchor and an area.
AnchorCellorg.apache.beehive.netui.tags.databinding.datagrid

Data grid cell used to render an HTML anchor.

AnchorCellDecoratororg.apache.beehive.netui.databinding.datagrid.runtime.rendering.cellNo description provided.
AnchorCellModelorg.apache.beehive.netui.databinding.datagrid.runtime.model.cellNo description provided.
AnchorTagorg.apache.beehive.netui.tags.renderingRendering for HTML anchor tags $lt;a>.
AnchorTag.Stateorg.apache.beehive.netui.tags.renderingThe State assocated with the Anchor Tag.
AnnotatedElementMaporg.apache.beehive.controls.api.propertiesThe AnnotatedElementMap represents a read-only PropertyMap where property values are derived from Java 5.0 (JSR-175) annotations.
AnnotatedElementMapPersistenceDelegateorg.apache.beehive.controls.runtime.beanThe AnnotatedElementMapPersistenceDelegate is an XMLEncoder PersistenceDelegate for the org.apache.beehive.controls.api.properties.AnnotatedElementMap class.
AnnotationAttributeorg.apache.beehive.netui.pageflow.internal.annotationreaderNo description provided.
AnnotationConstraintAptValidatororg.apache.beehive.controls.runtime.generator.aptThis class is for validating control property values at build time It calls AnnotationConstraintValidator to do the validation.
AnnotationConstraintValidatororg.apache.beehive.controls.runtime.beanThis class offers methods for validating values assigned to a control property.
AnnotationGrammarorg.apache.beehive.netui.compilerOur base class for customizable annotation tag grammars.
AnnotationInstanceImplorg.apache.beehive.netui.compiler.typesystem.impl.declarationNo description provided.
AnnotationMemberTypeorg.apache.beehive.netui.compilerNo description provided.
AnnotationReaderorg.apache.beehive.netui.pageflow.internalUtility for reading XML files that describe annotations in classes.
AnnotationToXMLorg.apache.beehive.netui.compilerNo description provided.
AnnotationTypeDeclarationImplorg.apache.beehive.netui.compiler.typesystem.impl.declarationNo description provided.
AnnotationTypeElementDeclarationImplorg.apache.beehive.netui.compiler.typesystem.impl.declarationNo description provided.
AnnotationTypeImplorg.apache.beehive.netui.compiler.typesystem.impl.typeNo description provided.
AnnotationValueImplorg.apache.beehive.netui.compiler.typesystem.impl.declarationNo description provided.
AnyBeanActionFormorg.apache.beehive.netui.pageflow.internalNo description provided.
AppAssemblyContextorg.apache.beehive.controls.runtime.assemblyA ControlAssemblyContext implementation supporting standard Enterprise app modules
AppAssemblyContext.Factoryorg.apache.beehive.controls.runtime.assemblyNo description provided.
AptAnnotationHelperorg.apache.beehive.controls.runtime.generatorThe AptAnnotationHelper class is a helper class that aids in the reading of annotation values using APT metadata
AptClientFieldorg.apache.beehive.controls.runtime.generatorThe AptClientField class describes a reference to a client callback notifier within an AptControlImplementation class.
AptContextFieldorg.apache.beehive.controls.runtime.generatorThe AptContextField class contains information about a field referring to a contextual service with an AptControlImplementation class.
AptControlClientorg.apache.beehive.controls.runtime.generatorThe AptControlClient class contains metadata about a class that contains nested control references (AptControlField).
AptControlFieldorg.apache.beehive.controls.runtime.generatorThe AptControlField class contains information about a field that refers to a nested control.
AptControlImplementationorg.apache.beehive.controls.runtime.generatorThe AptControlImplementation class provides validation and metadata management when processing a ControlImplementation class.
AptControlInterfaceorg.apache.beehive.controls.runtime.generatorThe AptControlInterface provides validation and metadata management for a ControlInterface or ControlExtension class during APT processing.
AptEventorg.apache.beehive.controls.runtime.generatorThe AptEvent class represents a control Property where the event attributes are derived using APT metadata
AptEventFieldorg.apache.beehive.controls.runtime.generatorThe AptEventField class represents a field type that is also an event source
AptEventHandlerorg.apache.beehive.controls.runtime.generatorThe AptEventHandler class represents a control EventHandler where the event attributes are derived using APT metadata
AptEventSetorg.apache.beehive.controls.runtime.generatorThe AptEventSet class represents a control EventSet where the events are derived using APT metadata.
AptFieldorg.apache.beehive.controls.runtime.generatorThe AptField class is a helper class that knows how to generate useful information about a Field using APT metadata
AptMethodorg.apache.beehive.controls.runtime.generatorThe AptMethod class defines a base set of utility methods for acessing method attributes based upon an APT method declaration.
AptMethodSetorg.apache.beehive.controls.runtime.generatorThe AptMethodSet method represents a collection of AptMethod objects.
AptOperationorg.apache.beehive.controls.runtime.generatorThe AptOperation class represents a control operation where the operation attributes are derived using APT metadata.
AptPropertyorg.apache.beehive.controls.runtime.generatorThe AptProperty class represents a control Property where the property attributes are derived using APT metadata
AptPropertySetorg.apache.beehive.controls.runtime.generatorThe AptPropertySet class represents a control PropertySet where the property list is derived using APT metadata
AptTaskorg.apache.beehive.controls.runtime.generatorThe AptTask class defines a custom ANT task for invoking APT-based code generation.
AptTypeorg.apache.beehive.controls.runtime.generatorThe AptType abstract class defines a base set of methods that are generally available for template usage on type declaration objects
Areaorg.apache.beehive.netui.tags.htmlNo description provided.
AreaTagorg.apache.beehive.netui.tags.renderingNo description provided.
ArrayIndexTokenorg.apache.beehive.netui.script.el.tokensNo description provided.
ArrayTypeImplorg.apache.beehive.netui.compiler.typesystem.impl.typeNo description provided.
Assemblerorg.apache.beehive.controls.runtime.assemblyHelper class to execute assembly logic.
AssembleTaskorg.apache.beehive.controls.runtime.assemblyAssembleTask defines a custom ant task to perform control assembly.
Attributeorg.apache.beehive.netui.tags.templateThe Attribute tag defines an attribute within a template that may be set from a content page.
Attributeorg.apache.beehive.netui.tags.htmlNo description provided.
AttributeContainerorg.apache.beehive.netui.pageflow.scoping.internalNo description provided.
AttributeRendererorg.apache.beehive.netui.tags.treeNo description provided.
AttributeRenderer.RemoveInfoorg.apache.beehive.netui.tags.treeNo description provided.
AutoRegisterActionServletorg.apache.beehive.netui.pageflowActionServlet that automatically registers requested Struts modules based on a set of module configuration file locators.
BackingClassMethodBindingorg.apache.beehive.netui.pageflow.faces.internalInternal class used in JSF/Page Flow integration.
Baseorg.apache.beehive.netui.tags.htmlProvides the base for every URL on this page.
BaseActionFormorg.apache.beehive.netui.pageflow.internalBase class for form beans associated with action methods in PageFlowController s.
BaseAnnotationProcessorFactoryorg.apache.beehive.netui.compiler.aptSlim Sun apt annotation processor factory that delegates to our "core" (apt-independent) layer.
BaseAssemblyContextorg.apache.beehive.controls.runtime.assemblyAbstract ControlAssemblyContext implementation.
BaseCheckerorg.apache.beehive.netui.compilerNo description provided.
BaseCoreAnnotationProcessororg.apache.beehive.netui.compiler.processorNo description provided.
BaseFlowControllerGrammarorg.apache.beehive.netui.compiler.grammarNo description provided.
BaseGeneratororg.apache.beehive.netui.compilerNo description provided.
BaseHandlerorg.apache.beehive.netui.pageflow.handlerDefault implementation of the base Handler interface.
BaseMaporg.apache.beehive.controls.api.propertiesThe BaseMap class provide an abstract base PropertyMap class from which other concrete PropertyMap implementation can derive.
BaseTagorg.apache.beehive.netui.tags.renderingRender the HTML <base> tag.
BaseTag.Stateorg.apache.beehive.netui.tags.renderingNo description provided.
BaseTypeConverterorg.apache.beehive.netui.util.typeDefault implementation of the TypeConverter interface.
BaseValidationRuleGrammarorg.apache.beehive.netui.compiler.grammarNo description provided.
BeanInfo.NoCustomizerorg.apache.beehive.controls.api.packagingThe NoCustomizer class can be used as the value of the customizerClass attribute to indicate that the bean has no customizer.
BeanListenerorg.apache.beehive.controls.runtime.beanThe BeanListener class acts as the abstract base class for generated event listeners associated with a ControlBean.
BeanPersistenceDelegateorg.apache.beehive.controls.runtime.beanThe BeanPersistenceDelegate class supports the XML persistence of Control JavaBeans by implementing the java.beans.PersistenceDelegate API, and overriding the default persistence algorithm based upon the runtime structure for Controls.
BeanPropertyMaporg.apache.beehive.controls.api.propertiesThe BeanPropertyMap class represents a collection of property values where properties are stored in a local HashMap.
Behaviororg.apache.beehive.netui.tags.htmlNo description provided.
BindingContextConfigorg.apache.beehive.netui.util.config.beanNo description provided.
BindingUpdateErrororg.apache.beehive.netui.pageflow.internalEncapsulation of an error that happens when a databinding expression is applied on POST.
BindingUpdateErrorsorg.apache.beehive.netui.tags.htmlRenders the set of error messages found during processPopulate when the values to be updated cannot be resolved.
Bodyorg.apache.beehive.netui.tags.htmlNo description provided.
BodyTagorg.apache.beehive.netui.tags.renderingRender the HTML <body> tag.
BodyTag.Stateorg.apache.beehive.netui.tags.renderingNo description provided.
BouncyClassLoaderorg.apache.beehive.netui.util.internalClassLoader that takes precendence over its parent for loading classes, and which is aware of timestamps on its binaries (and thus knows when it needs to be bounced).
Bundleorg.apache.beehive.netui.utilConvenience class for dealing with resource bundles.
BundleMaporg.apache.beehive.netui.script.commonProvide a Map of BundleMap.BundleNodeMap objects that can expose various implementations of BundleNode to expression languages.
BundleNameTypeorg.apache.beehive.netui.compiler.grammarNo description provided.
BundleNodeorg.apache.beehive.netui.script.common.bundleNo description provided.
BundleNodeFactoryorg.apache.beehive.netui.script.common.bundleNo description provided.
Buttonorg.apache.beehive.netui.tags.htmlGenerates a button on the page with the specified attributes.
ButtonTagorg.apache.beehive.netui.tags.renderingRender the HTML <button> element.
ButtonTag.Stateorg.apache.beehive.netui.tags.renderingNo description provided.
ByReforg.apache.beehive.netui.tagsNo description provided.
CachedFacesBackingInfoorg.apache.beehive.netui.pageflow.internalInformation that is cached per pageflow class.
CachedPageFlowInfoorg.apache.beehive.netui.pageflow.internalInformation that is cached per pageflow class.
CachedSharedFlowRefInfoorg.apache.beehive.netui.pageflow.internalNo description provided.
CachedSharedFlowRefInfo.SharedFlowFieldInfoorg.apache.beehive.netui.pageflow.internalNo description provided.
CallMethodorg.apache.beehive.netui.tags.databinding.invoke

An abstract base class for tags that are capable of reflectively invoking methods.

CallPageFloworg.apache.beehive.netui.tags.databinding.invoke

Calls methods on the current Page Flow.

Captionorg.apache.beehive.netui.tags.databinding.datagrid

The Caption tag is used to render an HTML <caption> inside of a data grid.

CaptionTagorg.apache.beehive.netui.tags.renderingRender the HTML <caption> element.
CaptionTag.Stateorg.apache.beehive.netui.tags.renderingNo description provided.
CatchGrammarorg.apache.beehive.netui.compiler.grammarNo description provided.
CellDecoratororg.apache.beehive.netui.databinding.datagrid.api.rendering

Abstract basee class used to render the contents of a data grid cell.

CellModelorg.apache.beehive.netui.databinding.datagrid.api.rendering

The CellModel is the base class for JavaBean objects that are used to configure the rendering of a CellDecorator.

CellRepeaterorg.apache.beehive.netui.tags.databinding.cellrepeater

This tag is a repeating, databound tag that renders its body each cell of a table of the specified dimensions.

CheckBoxorg.apache.beehive.netui.tags.htmlGenerates a checkbox which binds to a form bean property or databound expression.
CheckBox.CheckBoxPrefixHandlerorg.apache.beehive.netui.tags.htmlThe handler for naming and indexing the CheckBox.
CheckBoxGrouporg.apache.beehive.netui.tags.htmlGroups a collection of CheckBoxOptions, and handles databinding of their values.
CheckBoxGroup.CheckboxGroupPrefixHandlerorg.apache.beehive.netui.tags.htmlThe handler for naming and indexing the CheckBoxGroup.
CheckBoxOptionorg.apache.beehive.netui.tags.htmlA checkbox whose state is determined by its enclosing CheckBoxGroup.
CheckerAnnotationProcessorEnvironmentImplorg.apache.beehive.controls.runtime.generator.aptWrapper for an AnnotationProcessorEnvironment instance.
CheckerMessagerImplorg.apache.beehive.controls.runtime.generator.aptWrap a com.sun.mirror.apt.Messager instance to track errors and warnings.
ClassDeclarationImplorg.apache.beehive.netui.compiler.typesystem.impl.declarationNo description provided.
ClassLevelCacheorg.apache.beehive.netui.util.internal.cacheThread-safe cache that is stored statically per-Class.
ClassTypeImplorg.apache.beehive.netui.compiler.typesystem.impl.typeNo description provided.
ClientInitializerorg.apache.beehive.controls.runtime.generatorThe ClientInitializer represents a generated class that contains the code necessary to initialize a client that uses controls declaratively (via Control and EventHandler annotations).
ClientInitializerorg.apache.beehive.controls.runtime.beanThe ClientInitializer class is an abstract base class that all generated Control client initializer classes will extend.
CodeGeneratororg.apache.beehive.controls.runtime.generatorThe CodeGenerator class is an abstract base class that encapsulates the invocation Apache Velocity or other code generation tools that generate source artifacts.
CommandHandlerGrammarorg.apache.beehive.netui.compiler.grammarNo description provided.
CompilerUtilsorg.apache.beehive.netui.compilerNo description provided.
CompilerUtils.BeanPropertyDeclarationorg.apache.beehive.netui.compilerNo description provided.
CompilerUtils.BeanPropertyDescriptororg.apache.beehive.netui.compilerNo description provided.
CompilerUtils.ExtendedCoreAnnotationProcessorEnvorg.apache.beehive.netui.compilerNo description provided.
CompilerUtils.Mutableorg.apache.beehive.netui.compilerNo description provided.
ConfigurePagerorg.apache.beehive.netui.tags.databinding.datagrid

The configurePager tag is used to parameterize the data used to render a data grid's pager.

ConfigurePopuporg.apache.beehive.netui.tags.htmlConfigures popup window parameters for parent tags that can open popup windows.
ConstantRenderingorg.apache.beehive.netui.tags.renderingThis class will render the constant HTML used by the tags
ConstructorDeclarationImplorg.apache.beehive.netui.compiler.typesystem.impl.declarationNo description provided.
Contentorg.apache.beehive.netui.tags.htmlThe Content tag is used to display text, or the result of an expression, to the page.
ContextPersistenceDelegateorg.apache.beehive.controls.runtime.beanThe ContextPersistenceDelegate class supports the XML persistance of ControlBeanContext instances by implementing the java.beans.PersistenceDelegate API, and overriding the default persistance algorithm based upon the runtime structure for Controls.
ContextTokenorg.apache.beehive.netui.script.el.tokensNo description provided.
ControlAnnotationProcessororg.apache.beehive.controls.runtime.generator.aptNo description provided.
ControlAnnotationProcessorFactoryorg.apache.beehive.controls.runtime.generator.aptNo description provided.
ControlBeanorg.apache.beehive.controls.runtime.generatorThe ControlBean class is an class representing a generated JavaBean class that can host control implementation types associated with a particular control public or extension interface.
ControlBeanorg.apache.beehive.controls.runtime.beanThe ControlBean class is an abstract base class for the JavaBean classes generated to support Beehive Controls.
ControlBeanContextorg.apache.beehive.controls.runtime.beanThe ControlBeanContext implements the basic BeanContextServices implementation for ControlBeans.
ControlBeanInfoorg.apache.beehive.controls.runtime.beanThe ControlBeanInfo class is an abstract base class for the JavaBean BeanInfo classes generated to support Beehive controls.
ControlClientAnnotationProcessororg.apache.beehive.controls.runtime.generator.aptNo description provided.
ControlClientAnnotationProcessorFactoryorg.apache.beehive.controls.runtime.generator.aptNo description provided.
ControlClientManifestorg.apache.beehive.controls.runtime.generator.aptThe controls client manifest (aka "client manifest") surfaces the set of control types used by a client, and make the assembly process more efficient.
ControlContainerContextorg.apache.beehive.controls.runtime.beanThe ControlContainerContext class provides a base class implementation for external containers of ControlBeans.
ControlEventSetDescriptororg.apache.beehive.controls.runtime.packagingThe ControlEventSetDescriptor is a result of an infortunate evoluntary flaw in the java.beans.EventSetDescriptor class.
ControlFilterorg.apache.beehive.controls.runtime.servletThe ControlFilter class provides an implementation of an HTTP servlet filter that supports running controls in the web tier.
ControlJarTaskorg.apache.beehive.controls.runtime.packagingThe ControlTask class extends the standard ant Jar task to perform additional processing for JAR files that contain Beehive Controls.
ControllerGrammarorg.apache.beehive.netui.compiler.grammarNo description provided.
ControlMemberTypeAnnotationProcessororg.apache.beehive.controls.runtime.generator.aptNo description provided.
ControlMemberTypeAnnotationProcessorFactoryorg.apache.beehive.controls.runtime.generator.aptNo description provided.
Controlsorg.apache.beehive.controls.api.beanHelper class for using controls.
ControlSecondaryAnnotationProcessororg.apache.beehive.controls.runtime.generator.aptCurrently, the sole purpose of this annotation processor is to suppress warning messages from apt regarding "annotations without processors".
ControlSecondaryAnnotationProcessorFactoryorg.apache.beehive.controls.runtime.generator.aptNo description provided.
ControlThreadContextorg.apache.beehive.controls.api.contextThe ControlThreadContext class manages the association between ControlContainerContexts and threads of execution.
CoreAnnotationProcessorEnvImplorg.apache.beehive.netui.compiler.typesystem.impl.envNo description provided.
CoreScriptFeatureorg.apache.beehive.netui.tags.javascriptNo description provided.
CustomPropertyConfigorg.apache.beehive.netui.util.config.beanNo description provided.
DataAccessProviderBeanorg.apache.beehive.netui.script.commonNo description provided.
DataAccessProviderStackorg.apache.beehive.netui.script.commonNo description provided.
DataGridorg.apache.beehive.netui.tags.databinding.datagrid

This tag is the containing tag for all tags and markup used to render a data grid.

DataGridConfigorg.apache.beehive.netui.databinding.datagrid.api

Abstract class used by the data grid to create model objects used for state management and rendering.

DataGridConfigFactoryorg.apache.beehive.netui.databinding.datagrid.api

A factory for creating instances of a DataGridConfig .

DataGridResourceProviderorg.apache.beehive.netui.databinding.datagrid.api

This abstract class provides an abstraction used for obtaining messages and strings used during data grid rendering.

DataGridStateorg.apache.beehive.netui.databinding.datagrid.api

A class used to encapsulate the default state information for a data grid.

DataGridStateCodecorg.apache.beehive.netui.databinding.datagrid.api

This abstract base class acts as a service that exposes state information to a data grid.

DataGridStateFactoryorg.apache.beehive.netui.databinding.datagrid.api

Factory class used to construct instances of DataGridState objects.

DataGridTagModelorg.apache.beehive.netui.databinding.datagrid.api.rendering

The DataGridTagModel is a JavaBean that is exposed by the NetUI data grid tag into the PageContext in a JSP.

DataGridURLBuilderorg.apache.beehive.netui.databinding.datagrid.api

This abstract class provides methods that are used to build maps of URL parameters containing current ahd future data grid state.

DeclarationImplorg.apache.beehive.netui.compiler.typesystem.impl.declarationNo description provided.
DeclareBundleorg.apache.beehive.netui.tags.databinding.bundle

Declares a java.util.ResourceBundle as a source for displaying internationalized messages.

DeclaredTypeImplorg.apache.beehive.netui.compiler.typesystem.impl.typeNo description provided.
DeclarePageInputorg.apache.beehive.netui.tags.databinding.pageinput

The DeclarePageInput tag is used to declare variables that are passed as outputs of Page Flow actions to a JSP.

DefaultActionForwardHandlerorg.apache.beehive.netui.pageflow.internalNo description provided.
DefaultControlAssemblerorg.apache.beehive.controls.api.assemblyThe default or "empty" control assembler that's assigned to an @ControlImplementation's assembler attribute if none is provided.
DefaultControlBeanContextFactoryorg.apache.beehive.controls.runtime.beanDefault implementation of the ControlBeanContextFactory that simply creates an instance of a ControlBeanContext given the current ControlBean .
DefaultControlCheckerorg.apache.beehive.controls.api.beanThe default or "empty" control checker that assigned to an @ControlInterface's controlChecker attribute if none is provided.
DefaultDataGridConfigorg.apache.beehive.netui.databinding.datagrid.runtime.config

Default implementation of the DataGridConfig base class.

DefaultExceptionsHandlerorg.apache.beehive.netui.pageflow.internalNo description provided.
DefaultForwardRedirectHandlerorg.apache.beehive.netui.pageflow.internalHandler for redirects and server forwards.
DefaultHandlerorg.apache.beehive.netui.pageflow.internalNo description provided.
DefaultIteratorResultSetMapperorg.apache.beehive.controls.system.jdbcDefault ResultSetMapper implementation for Iterators.
DefaultLoginHandlerorg.apache.beehive.netui.pageflow.internalImplements default J2EE web-tier login handling.
DefaultObjectResultSetMapperorg.apache.beehive.controls.system.jdbcDefault ResultSetMapper implementation for Objects.
DefaultPageFlowEventReporterorg.apache.beehive.netui.pageflowDefault event reporter.
DefaultPageFlowEventReporter.LogMsgorg.apache.beehive.netui.pageflowNo description provided.
DefaultReloadableClassHandlerorg.apache.beehive.netui.pageflow.internalHandler that can load classes through a classloader that gets dropped/refreshed when time stamps on binary files change.
DefaultResultSetMapperorg.apache.beehive.controls.system.jdbcDefault ResultSetMapper implementation for ResultSets.
DefaultRowSetResultSetMapperorg.apache.beehive.controls.system.jdbcDefault ResultSetMapper implementation for RowSets.
DefaultServletContainerAdapterorg.apache.beehive.netui.pageflowDefault implementation of a Servlet container adapter.
DefaultStyleModelorg.apache.beehive.netui.databinding.datagrid.runtime.model.styleNo description provided.
DefaultTemplatedURLFormatterorg.apache.beehive.netui.pageflow.internalDefault implementation of TemplatedURLFormatter for formatting URLs based on templates from a URL template config file.
DefaultURLRewriterorg.apache.beehive.netui.pageflow.internalNo description provided.
DefaultURLTemplatesFactoryorg.apache.beehive.netui.pageflow.internalMethods for configuring and retrieving the URLTemplate object.
DefaultValidatorRuleFactoryorg.apache.beehive.netui.compiler.genmodelNo description provided.
DefaultXmlObjectResultSetMapperorg.apache.beehive.controls.system.jdbcDefault ResultSetMapper implementation for XmlObjects.
DeferredSessionStorageHandlerorg.apache.beehive.netui.pageflow.internalThis alternate session storage handler does not write any attribute into the session until the very end of a chain of forwarded requests (i.e., not even at the end of an inner forwarded request).
DelegatingActionMappingorg.apache.beehive.netui.pageflow.configA Struts ActionMapping object that delegates to an ActionMapping in a different module.
DelegatingActionModelorg.apache.beehive.netui.compiler.genmodelGenerates to a Struts ActionMapping object that delegates to an ActionMapping in a different module.
DelegatingExceptionConfigorg.apache.beehive.netui.pageflow.configA Struts ExceptionConfig object that delegates to an ExceptionConfig in a different module.
DelegatingExceptionModelorg.apache.beehive.netui.compiler.genmodelGenerates to a Struts ExceptionConfig object that delegates to an ExceptionConfig in a different module.
DelegatingImplorg.apache.beehive.netui.compiler.typesystem.implNo description provided.
DelegatingSimpleActionModelorg.apache.beehive.netui.compiler.genmodelGenerates to a Struts ActionMapping object that delegates to an ActionMapping in a different module.
DelegatingTypeorg.apache.beehive.netui.compiler.grammarNo description provided.
DelegatingTypeConverterorg.apache.beehive.netui.util.typeImplementation of the TypeConverter interface that delegates to a TypeConverter implementation which doesn't extend BaseTypeConverter .
Diagnosticsorg.apache.beehive.controls.runtime.generator.aptNo description provided.
Diagnosticsorg.apache.beehive.netui.compilerNo description provided.
DiscoveryUtilsorg.apache.beehive.netui.util.internalUtility methods for discovering implementor classes on the classpath.
DivPanelorg.apache.beehive.netui.tags.divpanelA DivPanel creates an HTML <div> tag that may contain additional <div> tags.
DivPanelCRIorg.apache.beehive.netui.tags.divpanelNo description provided.
DivPanelStateorg.apache.beehive.netui.tags.divpanelNo description provided.
DivTagorg.apache.beehive.netui.tags.renderingDiv, Start Tag: optional, End tag: optional
DivTag.Stateorg.apache.beehive.netui.tags.renderingNo description provided.
DocTypeorg.apache.beehive.netui.util.config.beanNo description provided.
DomUtilsorg.apache.beehive.netui.util.xml

This class exists simply because DOM is so inconvenient to use.

DynaFormDataorg.apache.beehive.netui.pageflowExtension of org.apache.struts.validator.DynaValidatorForm that implements Map.
DynamicSubappActionServletorg.apache.beehive.netui.pageflowActionServlet that dynamically registers modules based on naming/location conventions for Struts configuration files that are generated by the Page Flow compiler.
EJBAssemblyContextorg.apache.beehive.controls.runtime.assemblyA ControlAssemblyContext implementation supporting standard EJB modules
EJBAssemblyContext.Factoryorg.apache.beehive.controls.runtime.assemblyNo description provided.
EJBControlAssemblerorg.apache.beehive.controls.system.ejbThe EJBControl needs to inject EJB reference entries into the DD of its containing module for cases where ejb-link is used.
EJBControlImplorg.apache.beehive.controls.system.ejbThe Enterprise Java Bean Control implementation class
EJBInfoorg.apache.beehive.controls.system.ejbThe EJBInfo class is a support class that derives EJB information by reflecting on an EJB control interface.
EJBJarDescriptorHandlerorg.apache.beehive.controls.system.ejb.internalNo description provided.
EmptyStyleModelorg.apache.beehive.netui.databinding.datagrid.runtime.model.styleNo description provided.
EntityEJBControlImplorg.apache.beehive.controls.system.ejbThe EntityEJBControlImpl class is the control implementation class for Entity EJBs.
EnumTypeorg.apache.beehive.netui.compiler.grammarSupports deprecated values and values that require particular runtime versions.
Errororg.apache.beehive.netui.tags.htmlRenders an error message with a given error key if that key can be found in the ActionMessages registered in the pageContext at org.apache.struts.action.Action.ERROR_KEY.
ErrorBaseTagorg.apache.beehive.netui.tags.htmlNo description provided.
ErrorHandlingorg.apache.beehive.netui.tagsNo description provided.
Errorsorg.apache.beehive.netui.tags.htmlRenders the set of error messages found in the ActionMessages registered in the pageContext at org.apache.struts.action.Action.ERROR_KEY.
ErrorTypeImplorg.apache.beehive.netui.compiler.typesystem.impl.typeNo description provided.
EvalErrorInfoorg.apache.beehive.netui.tagsThis is a "struct" class that contains the information for an expression evaluation error.
EventAdaptororg.apache.beehive.controls.runtime.generatorThe EventAdaptor class represents the generated class that is necessary to route events for a EventSet onto implemented EventHandlers on an implementation class.
EventDispatchHelperorg.apache.beehive.controls.api.eventsThe EventDispatchHelper class is a simple implementation of the EventDispatcher interface that is suitable for use inside the execution context of a control container.
EventNotifierorg.apache.beehive.controls.runtime.beanThe EventNotifier class provides basic callback listener management and event delivery services for ControlBean instances.
EventReforg.apache.beehive.controls.api.eventsThe EventRef class represents a reference to a specific Control event.
ExceptionHandlerGrammarorg.apache.beehive.netui.compiler.grammarNo description provided.
ExceptionModelorg.apache.beehive.netui.compiler.modelNo description provided.
Exceptionsorg.apache.beehive.netui.tags.htmlRenders formatted exception data, as found in the Request with the key: org.apache.struts.action.Action.EXCEPTION_KEY.
ExecutableDeclarationImplorg.apache.beehive.netui.compiler.typesystem.impl.declarationNo description provided.
Expressionorg.apache.beehive.netui.scriptThis class implements an abstraction atop an Expression object.
ExpressionAwareMessageResourcesorg.apache.beehive.netui.pageflow.internalMessage resources extension that knows how to evaluate JSP 2.0-style expressions (set in the message keys) that are prefixed with a special indicator string.
ExpressionEngineFactoryorg.apache.beehive.netui.scriptNo description provided.
ExpressionEvaluatorFactoryorg.apache.beehive.netui.scriptGet an expression evaluator.
ExpressionEvaluatorImplorg.apache.beehive.netui.script.elNo description provided.
ExpressionEvaluatorImpl.NetUIELEngineFactoryorg.apache.beehive.netui.script.elNo description provided.
ExpressionHandlingorg.apache.beehive.netui.tagsNo description provided.
ExpressionLanguageConfigorg.apache.beehive.netui.util.config.beanNo description provided.
ExpressionMessageorg.apache.beehive.netui.pageflowExtension of the base Struts ActionMessage; instead of retrieving messages and their arguments from message resources, it calculates them by evaluating JSP 2.0-style expressions (or, in the degenerate case, from hardcoded strings).
ExpressionTermorg.apache.beehive.netui.script.elNo description provided.
ExpressionTokenorg.apache.beehive.netui.script.el.tokensNo description provided.
ExtensionUtilorg.apache.beehive.netui.databinding.datagrid.runtime.utilNo description provided.
ExternalPathOrActionTypeorg.apache.beehive.netui.compiler.grammarNo description provided.
FacesBackingBeanorg.apache.beehive.netui.pageflow

A JavaServer Faces backing bean.

FacesBackingBeanFactoryorg.apache.beehive.netui.pageflowFactory for creating "backing beans" for JavaServer Faces pages.
FacesBackingCheckerorg.apache.beehive.netui.compilerNo description provided.
FacesBackingGeneratororg.apache.beehive.netui.compilerNo description provided.
FacesBackingInfoorg.apache.beehive.netui.compilerNo description provided.
FieldCacheorg.apache.beehive.netui.util.internal.cacheNo description provided.
FieldDeclarationImplorg.apache.beehive.netui.compiler.typesystem.impl.declarationNo description provided.
FilerImplorg.apache.beehive.netui.compiler.typesystem.impl.envNo description provided.
FileUploadorg.apache.beehive.netui.tags.htmlRenders an input tag with type="file", with the given attributes.
FileUtilsorg.apache.beehive.netui.util.internalNo description provided.
Filterorg.apache.beehive.netui.databinding.datagrid.api.filter

The Filter class is a JavaBean that abstractly represents the data needed to calculate a filter for a data set.

FilterModelorg.apache.beehive.netui.databinding.datagrid.api.filter

The FilterModel class supports grouping a data grid's Filter objects into a single JavaBean that implements functionality for interacting with them together.

FilterOperationorg.apache.beehive.netui.databinding.datagrid.api.filter

A filter operation is an abstract representation of an operation that can be performed when filtering a data set.

FilterOperationHintorg.apache.beehive.netui.databinding.datagrid.api.filter

This class provides a hint for the operation performed by a Filter instance.

FilterTypeHintorg.apache.beehive.netui.databinding.datagrid.api.filter

The FilterTypeHint is used by a Filter object in order to provide metadata about the type of the data in a data set represented by a filter expression.

FirstPreviousNextLastPagerRendererorg.apache.beehive.netui.databinding.datagrid.runtime.rendering.pagerNo description provided.
FlowControllerorg.apache.beehive.netui.pageflowBase class for user-written flow controllers - PageFlowController s and SharedFlowController s.
FlowControllerActionorg.apache.beehive.netui.pageflow.internalSimple Struts action that delegates to a page flow controller.
FlowControllerCheckerorg.apache.beehive.netui.compilerNo description provided.
FlowControllerFactoryorg.apache.beehive.netui.pageflow

Factory for creating FlowController s - user PageFlowController s and SharedFlowController s.

FlowControllerHandlerContextorg.apache.beehive.netui.pageflow.handlerHandler context for FlowController -related requests.
FlowControllerInfoorg.apache.beehive.netui.compilerNo description provided.
FlowControllerInfo.ActionInfoorg.apache.beehive.netui.compilerNo description provided.
Footerorg.apache.beehive.netui.tags.databinding.datagrid

The Footer tag is used to render a table row after the data grid has rendered the header and rows regions demarcated by the Header and Rows tags respectively.

Formorg.apache.beehive.netui.tags.htmlThis tag represents an input form, associated with a bean whose properties correspond to the various fields of the form.
FormatDateorg.apache.beehive.netui.tags.htmlA formatter used to format dates.
FormatDate.DateFormatterorg.apache.beehive.netui.tags.htmlInternal FormatTag.Formatter which uses SimpleDateFormat.
FormatNumberorg.apache.beehive.netui.tags.htmlA formatter used to format numbers.
FormatNumber.NumberFormatterorg.apache.beehive.netui.tags.htmlInternal FormatTag.Formatter which uses NumberFormat.
FormatStringorg.apache.beehive.netui.tags.htmlA formatter used to format strings.
FormatString.StringFormatterorg.apache.beehive.netui.tags.htmlInternal FormatTag.Formatter which performs its own string parsing and formatting.
FormatTagorg.apache.beehive.netui.tags.htmlAbstract base class for formatting tags.
FormatTag.Formatterorg.apache.beehive.netui.tags.htmlInternal FormatTag.Formatter which performs the actual formatting.
FormBeanCheckerorg.apache.beehive.netui.compilerNo description provided.
FormBeanCoreAnnotationProcessororg.apache.beehive.netui.compiler.processorNo description provided.
FormBeanModelorg.apache.beehive.netui.compiler.modelRepresents a form bean in a Struts application.
FormBeanModel.Propertyorg.apache.beehive.netui.compiler.modelNo description provided.
FormDataorg.apache.beehive.netui.pageflowBase class for form beans associated with action methods in PageFlowController s.
FormDataNameInterceptororg.apache.beehive.netui.tags.namingA INameInterceptor that qualifies all non-expression attributes that are expected to be expressions into valid expressions.
FormTagorg.apache.beehive.netui.tags.renderingRender the HTML <form> element.
FormTag.Stateorg.apache.beehive.netui.tags.renderingNo description provided.
Forwardorg.apache.beehive.netui.pageflowAn object of this type is returned from an action methods in a PageFlowController to determine the next URI to be displayed.
ForwardGrammarorg.apache.beehive.netui.compiler.grammarNo description provided.
ForwardGrammar.ForwardNameTypeorg.apache.beehive.netui.compiler.grammarNo description provided.
ForwardModelorg.apache.beehive.netui.compiler.modelRepresents an action forward in a Struts application.
ForwardToExternalPathTypeorg.apache.beehive.netui.compiler.grammarNo description provided.
GenActionModelorg.apache.beehive.netui.compiler.genmodelNo description provided.
GenActionOutputModelorg.apache.beehive.netui.compiler.genmodelNo description provided.
GenClassorg.apache.beehive.controls.runtime.generatorThe GenClass abstract class defines a base set of methods that are generally available for template usage on class-type objects
GeneratorOutputorg.apache.beehive.controls.runtime.generatorThe GeneratorOutput class represents a single file output by the code generation process, as well as the template and context information necessary to generate it.
GenExceptionModelorg.apache.beehive.netui.compiler.genmodelNo description provided.
GenForwardModelorg.apache.beehive.netui.compiler.genmodelNo description provided.
GenMessageBundleModelorg.apache.beehive.netui.compiler.genmodelNo description provided.
GenSharedFlowStrutsApporg.apache.beehive.netui.compiler.genmodelNo description provided.
GenSimpleActionModelorg.apache.beehive.netui.compiler.genmodelNo description provided.
GenStrutsApporg.apache.beehive.netui.compiler.genmodelNo description provided.
GenValidationModelorg.apache.beehive.netui.compiler.genmodelNo description provided.
GetDataorg.apache.beehive.netui.tags.databinding.script

This tag evaluates an expression and places the result in the PageContext object, where the data is available to the JSP EL and JSP scriptlet.

GetDataGridStateorg.apache.beehive.netui.tags.databinding.datagrid

Utility data grid tag that allows the page author to gain access to the DataGridState object outside of the body of a <netui-data:dataGrid> tag.

GlobalApporg.apache.beehive.netui.pageflowBase class for user-defined global state and fallback controller logic.
GlobalPageFlowActionInterceptorConfigorg.apache.beehive.netui.util.config.beanNo description provided.
GroupOptionorg.apache.beehive.netui.util.tagsGroupOption is a simple JavaBean that can be used to fully specify the name, value, alt text and accesskey of either a CheckBoxGroup or a RadioButtonGroup.
HandlerConfigorg.apache.beehive.netui.pageflow.handlerClass for encapsulating configuration properties associated with a Handler .
HandlerConfigorg.apache.beehive.netui.util.config.beanNo description provided.
Handlersorg.apache.beehive.netui.pageflow.handlerServletContext-scoped container for various Page Flow Handler instances.
Headerorg.apache.beehive.netui.tags.databinding.datagrid

The Header tag is used to render a table row(s) before the data grid has rendered data rows as demarcated by the Rows tag.

HeaderCellorg.apache.beehive.netui.tags.databinding.datagrid

This tag is used to render an HTML table header cell and should generally be used inside of the data grid's Header tag.

HeaderCellDecoratororg.apache.beehive.netui.databinding.datagrid.runtime.rendering.cellNo description provided.
HeaderCellModelorg.apache.beehive.netui.databinding.datagrid.runtime.model.cellNo description provided.
Hiddenorg.apache.beehive.netui.tags.htmlGenerates a hidden tag with a given value.
Htmlorg.apache.beehive.netui.tags.htmlGenerates the html element and performs error handling within its body.
HtmlBaseTagorg.apache.beehive.netui.tags.html[Base] Anchor, Form, Image, ImageAnchor (Image), Label, SelectOption [FocusBase] Button, CheckBoxOption, ImageButton, RadioButtonOption [DataSource] FileUpload [DefaultableDatSource] CheckBox, TextArea, TextBox [OptionsDataSource] Select [GroupDataSource] CheckBoxGroup, RadioButtonGroup
HtmlDataSourceTagorg.apache.beehive.netui.tags.htmlAbstract Base class adding support for the dataSource attribute.
HtmlDefaultableDataSourceTagorg.apache.beehive.netui.tags.htmlAbstract base class extending the HtmlDataSourceTag and adding support for the defaultValue attribute.
HtmlExceptionFormatterorg.apache.beehive.netui.utilFormat a Throwable so that it displays well in HTML.
HtmlFocusBaseTagorg.apache.beehive.netui.tags.htmlAbstract base class which implements support for the input tag.
HtmlGroupBaseTagorg.apache.beehive.netui.tags.htmlAbstract base class that provides the dataSource, defaultValue, and optionsDataSource attributes.
HtmlOptionsDataSourceTagorg.apache.beehive.netui.tags.htmlAbstract base class extending the HtmlDefaultableDataSourceTag and adding support for the optionsDataSource attribute.
HtmlTagorg.apache.beehive.netui.tags.renderingRender the HTML <form> element.
HtmlTag.Stateorg.apache.beehive.netui.tags.renderingNo description provided.
HtmlUtilsorg.apache.beehive.netui.tagsThis class provides a set of static methods that provide HTML utility code.
IdentifierTokenorg.apache.beehive.netui.script.el.tokensNo description provided.
Imageorg.apache.beehive.netui.tags.htmlGenerates an image with the specified attributes.
ImageAnchororg.apache.beehive.netui.tags.htmlGenerates a URL-encoded hyperlink to a specified URI with an image enclosed as the body.
ImageAnchorCellorg.apache.beehive.netui.tags.databinding.datagrid

This tag is a data grid cell used to render an HTML image inside of an anchor.

ImageAnchorCellDecoratororg.apache.beehive.netui.databinding.datagrid.runtime.rendering.cellNo description provided.
ImageAnchorCellModelorg.apache.beehive.netui.databinding.datagrid.runtime.model.cellNo description provided.
ImageButtonorg.apache.beehive.netui.tags.htmlGenerates an <input type="image"> tag with the specified attributes.
ImageCellorg.apache.beehive.netui.tags.databinding.datagrid

Data grid cell that renders an HTML <image> tag containing the tag's source attribute.

ImageCellDecoratororg.apache.beehive.netui.databinding.datagrid.runtime.rendering.cellNo description provided.
ImageCellModelorg.apache.beehive.netui.databinding.datagrid.runtime.model.cellNo description provided.
ImageTagorg.apache.beehive.netui.tags.renderingRender the HTML <img> element.
ImageTag.Stateorg.apache.beehive.netui.tags.renderingNo description provided.
ImplicitObjectUtilorg.apache.beehive.netui.script.commonNo description provided.
ImplInitializerorg.apache.beehive.controls.runtime.generatorThe ImplInitializer class is a generated class that contains the code necessary to initialize a ControlBean implementation instance.
ImplInitializerorg.apache.beehive.controls.runtime.beanThe ImplInitializer class is an abstract base class that all generated Control initalization classes will extend.
ImplPersistenceDelegateorg.apache.beehive.controls.runtime.beanThe ImplPersistenceDelegate class supports the XML persistance of Control Implementation instances by implementing the java.beans.PersistenceDelegate API, and overriding the default persistance algorithm based upon the runtime structure for Controls.
IncludeSectionorg.apache.beehive.netui.tags.templateUsed within a template JSP page to define a placeholder for section content.
IndentingWriterorg.apache.beehive.controls.runtime.generatorThe IndentingWriter class is a simple implementation of an indenting code writer
IndexedNameInterceptororg.apache.beehive.netui.tags.namingA INameInterceptor that is used to rewrite names which reference the container databinding context.
InheritableStateorg.apache.beehive.netui.tags.treeThis is a set of tree properties that are used to render the tree markup.
InputBooleanTagorg.apache.beehive.netui.tags.renderingRender and HTML <input> element of either type checkbox or radio.
InputBooleanTag.Stateorg.apache.beehive.netui.tags.renderingNo description provided.
InputFileTagorg.apache.beehive.netui.tags.renderingBody, Start Tag: required, End tag: forbidden Required href
InputFileTag.Stateorg.apache.beehive.netui.tags.renderingNo description provided.
InputHiddenTagorg.apache.beehive.netui.tags.renderingBody, Start Tag: required, End tag: forbidden Required href
InputHiddenTag.Stateorg.apache.beehive.netui.tags.renderingNo description provided.
InputImageTagorg.apache.beehive.netui.tags.renderingBody, Start Tag: required, End tag: forbidden Required href
InputImageTag.Stateorg.apache.beehive.netui.tags.renderingNo description provided.
InputSubmitTagorg.apache.beehive.netui.tags.renderingBody, Start Tag: required, End tag: forbidden Required href
InputSubmitTag.Stateorg.apache.beehive.netui.tags.renderingNo description provided.
InputTextTagorg.apache.beehive.netui.tags.renderingBody, Start Tag: required, End tag: forbidden Required href
InputTextTag.Stateorg.apache.beehive.netui.tags.renderingNo description provided.
InterceptorChainorg.apache.beehive.netui.pageflow.interceptorBase class for all chains of Interceptor s.
InterceptorConfigorg.apache.beehive.netui.pageflow.interceptorClass to hold configuration parameters for registered Interceptor s.
InterceptorConfigorg.apache.beehive.netui.util.config.beanNo description provided.
InterceptorContextorg.apache.beehive.netui.pageflow.interceptorBase context for callbacks on Interceptor s.
InterceptorForwardorg.apache.beehive.netui.pageflow.interceptor.actionForward returned from an ActionInterceptor to alter the destination URI of a page flow action.
Interceptorsorg.apache.beehive.netui.pageflow.interceptorNo description provided.
InterfaceDeclarationImplorg.apache.beehive.netui.compiler.typesystem.impl.declarationNo description provided.
InterfaceTypeImplorg.apache.beehive.netui.compiler.typesystem.impl.typeNo description provided.
InternalConcurrentHashMaporg.apache.beehive.netui.util.internal.concurrentA hash table supporting full concurrency of retrievals and adjustable expected concurrency for updates.
InternalExpressionUtilsorg.apache.beehive.netui.pageflow.internalInternal class used to evaluate simple action expressions.
InternalStringBuilderorg.apache.beehive.netui.util.internalUnsynchronized alternative to StringBuffer.
InternalUtilsorg.apache.beehive.netui.pageflow.internalNo description provided.
InvalidAttributeTypeorg.apache.beehive.netui.compiler.grammarType that simply causes an error if present.
IteratorFactoryConfigorg.apache.beehive.netui.util.config.beanNo description provided.
JavaControlFactoryorg.apache.beehive.controls.spi.beanThe SimpleControlFactory class is a default implementation of the org.apache.beehive.controls.api.bean.ControlFactory interface.
JavaControlUtilsorg.apache.beehive.netui.pageflow.internalNo description provided.
JavaIdentifierTypeorg.apache.beehive.netui.compiler.grammarNo description provided.
JdbcControl.JndiContextFactoryorg.apache.beehive.controls.system.jdbcAbstract base class for a user defined Jndi Context factory which can be used as a value for the jndiContextFactory member of the ConnectionDataSource annotation.
JdbcControl.SQLParameterorg.apache.beehive.controls.system.jdbcNested class used for specifing parameters for a callable statement.
JdbcControlCheckerorg.apache.beehive.controls.system.jdbcAnnotation checker for the JdbcControl.
JdbcControlImplorg.apache.beehive.controls.system.jdbcThe implementation class for the database controller.
JdbcFragmentorg.apache.beehive.controls.system.jdbc.parserRepresents an SQL escape sequence found in the SQL annotation's statement member.
JMSControlImplorg.apache.beehive.controls.system.jms.impl

Implementation of the JMSControl .

JndiControlImplorg.apache.beehive.controls.system.jndi.implImplementation of the jndi control.
JpfLanguageConstants.ExtraInfoKeysorg.apache.beehive.netui.compilerNo description provided.
JspFunctionsorg.apache.beehive.netui.databinding.datagrid.runtime.util

This class contains utility methods that are callable as JSP functions by page authors.

JspTagConfigorg.apache.beehive.netui.util.config.beanNo description provided.
JspUtilorg.apache.beehive.netui.databinding.datagrid.runtime.util

Utility class used for operations related to JSPs.

Labelorg.apache.beehive.netui.tags.htmlNo description provided.
LabelBaseorg.apache.beehive.netui.tags.htmlThis is a base class providing implementation for both the Label and FormLabel.
LabelTagorg.apache.beehive.netui.tags.renderingRender the HTML <label> element.
LabelTag.Stateorg.apache.beehive.netui.tags.renderingNo description provided.
LegacySettingsorg.apache.beehive.netui.pageflow.internalNo description provided.
LiteralFragmentorg.apache.beehive.controls.system.jdbc.parserRepresents a portion of the SQL annotation's statement member which is not within substitution delimiters.
LiteralTermorg.apache.beehive.netui.script.elNo description provided.
LocaleRulesGrammarorg.apache.beehive.netui.compiler.grammarNo description provided.
LocaleSetorg.apache.beehive.netui.compiler.model.validationNo description provided.
LocalFileEntityResolverorg.apache.beehive.netui.compilerEntity resolver that tries to find the resource locally (from classloader, under org/apache/beehive/netui/compiler/resources) before trying to resolve via the network.
Log4JLoggerorg.apache.beehive.netui.util.logging.internal

Logging abstraction used to pipe log messages to Log4J.

Loggerorg.apache.beehive.netui.util.logging

Logging abstraction for NetUI.

MapKeyTokenorg.apache.beehive.netui.script.el.tokensNo description provided.
MemberDeclarationImplorg.apache.beehive.netui.compiler.typesystem.impl.declarationNo description provided.
MemberFieldTypeorg.apache.beehive.netui.compiler.grammarNo description provided.
MemberMethodTypeorg.apache.beehive.netui.compiler.grammarNo description provided.
MergedControllerAnnotationorg.apache.beehive.netui.compilerNo description provided.
Messageorg.apache.beehive.netui.tags.databinding.message

This tag provides a message schema, which can be parameterized to construct customizable messages.

MessageArgorg.apache.beehive.netui.tags.databinding.message

This tag should be used in conjunction with the Message tag to provide a message argument to the message format provided in the setValue(Object) method.

MessageBundleGrammarorg.apache.beehive.netui.compiler.grammarNo description provided.
MessageKeyTypeorg.apache.beehive.netui.compiler.grammarNo description provided.
MessageResourcesModelorg.apache.beehive.netui.compiler.modelNo description provided.
MessagerImplorg.apache.beehive.netui.compiler.typesystem.impl.envNo description provided.
MethodCacheorg.apache.beehive.netui.util.internal.cacheNo description provided.
MethodDeclarationImplorg.apache.beehive.netui.compiler.typesystem.impl.declarationNo description provided.
MethodParameterorg.apache.beehive.netui.tags.databinding.invoke

A tag that is used to add an argument to a method that will be called on some object.

Modifierorg.apache.beehive.netui.compiler.typesystem.declarationNo description provided.
ModifierImplorg.apache.beehive.netui.compiler.typesystem.impl.declarationNo description provided.
MultipartHandlerorg.apache.beehive.netui.util.config.beanNo description provided.
NameServiceorg.apache.beehive.netui.pageflow.requeststateNo description provided.
NetUIConfigorg.apache.beehive.netui.util.config.beanNo description provided.
NetUIConfigParserorg.apache.beehive.netui.util.config.parserNo description provided.
NetUIELParserorg.apache.beehive.netui.script.el.parserNo description provided.
NetUIELParserTokenManagerorg.apache.beehive.netui.script.el.parserNo description provided.
NetUIReadVariableResolverorg.apache.beehive.netui.script.elNo description provided.
NetUIUpdateVariableResolverorg.apache.beehive.netui.script.elNo description provided.
NetUIVariableResolverorg.apache.beehive.netui.script.elNo description provided.
OptionTagorg.apache.beehive.netui.tags.renderingBody, Start Tag: optional, End tag: optional Required href
OptionTag.Stateorg.apache.beehive.netui.tags.renderingNo description provided.
OriginalForwardorg.apache.beehive.netui.pageflow.interceptor.action.internalNo description provided.
PackageDeclarationImplorg.apache.beehive.netui.compiler.typesystem.impl.declarationNo description provided.
Padorg.apache.beehive.netui.tags.databinding.repeater.padSets the number of items rendered by a Repeater tag.
PadContextorg.apache.beehive.netui.tags.databinding.repeater.padA JavaBean that encapsulates the data needed to pad a Repeater with text.
PagedDataSetorg.apache.beehive.netui.databinding.datagrid.runtime.utilNo description provided.
PageFlowActionFormBeanorg.apache.beehive.netui.pageflow.configClass to handle our extensions to the Struts <form-bean> element.
PageFlowActionForwardorg.apache.beehive.netui.pageflow.configBean class to handle our extensions to the Struts <forward> element.
PageFlowActionForward.ActionOutputorg.apache.beehive.netui.pageflow.configNo description provided.
PageFlowActionInterceptorsConfigorg.apache.beehive.netui.util.config.beanNo description provided.
PageFlowActionListenerorg.apache.beehive.netui.pageflow.faces.internalInternal class used in JSF/Page Flow integration.
PageFlowActionMappingorg.apache.beehive.netui.pageflow.configBean class to handle our extensions to the Struts <action> element.
PageFlowActionServletorg.apache.beehive.netui.pageflowActionServlet that dynamically registers modules based on naming/location conventions for Struts configuration files that are generated by the Page Flow compiler.
PageFlowActionServlet.DefaultModuleConfigLocatororg.apache.beehive.netui.pageflowDefault ModuleConfigLocator that looks for Struts module configuration files according to the pattern "/WEB-INF/classes/_pageflow/struts-config-<module>".
PageFlowActionServlet.LegacyModuleConfigLocatororg.apache.beehive.netui.pageflowModuleConfigLocator that looks for legacy Struts module configuration files according to the pattern "/WEB-INF/struts-config-<module>".
PageFlowAnnotationProcessorFactoryorg.apache.beehive.netui.compiler.aptNo description provided.
PageFlowApplicationorg.apache.beehive.netui.pageflow.faces.internalInternal class used in JSF/Page Flow integration.
PageFlowApplicationFactoryorg.apache.beehive.netui.pageflow.facesJavaServer Faces application factory that enables Page Flow integration.
PageFlowBeanContextorg.apache.beehive.netui.pageflow.internalSpecialization of the base ServletBeanContext that adds a Page Flow service provider to offer initialization for PageFlowController and SharedFlowControler members in a Control.
PageFlowCheckerorg.apache.beehive.netui.compilerNo description provided.
PageFlowConfigorg.apache.beehive.netui.util.config.beanNo description provided.
PageFlowContextorg.apache.beehive.netui.pageflowThis class is a ThreadLocal class that contains the servlet information.
PageFlowContextListenerorg.apache.beehive.netui.pageflowPerforms various initialization at ServletContext-init time.
PageFlowControlContainerFactoryorg.apache.beehive.netui.pageflowNo description provided.
PageFlowControlContainerImplorg.apache.beehive.netui.pageflowThis class provide a set of method that deal with the ControlContainerContext that is scoped to the FlowController.
PageFlowControllerorg.apache.beehive.netui.pageflow

Base class for controller logic, exception handlers, and state associated with a particular web directory path.

PageFlowControllerConfigorg.apache.beehive.netui.pageflow.configBean class to handle our extensions to the Struts <controller> element.
PageFlowCoreAnnotationProcessororg.apache.beehive.netui.compiler.processorNo description provided.
PageFlowEventReporterorg.apache.beehive.netui.pageflowAn event reporter, which will be notified of events like "page flow created", "action raised", etc.
PageFlowExceptionConfigorg.apache.beehive.netui.pageflow.configClass to handle our extensions to the Struts <exception> element.
PageFlowExceptionHandlerorg.apache.beehive.netui.pageflow.internalNo description provided.
PageFlowFacesFilterorg.apache.beehive.netui.pageflowServlet Filter for JavaServer Faces requests.
PageFlowFactoryConfigorg.apache.beehive.netui.util.config.beanNo description provided.
PageFlowFileFilterorg.apache.beehive.netui.pageflowFile filter that accepts any PageFlowController source file (*.jpf).
PageFlowForbiddenFilterorg.apache.beehive.netui.pageflowServlet Filter that sends a specified error code on the response.
PageFlowGeneratororg.apache.beehive.netui.compilerNo description provided.
PageFlowInitializationorg.apache.beehive.netui.pageflow.internalHandles initialization of the Page Flow runtime.
PageFlowJspFilterorg.apache.beehive.netui.pageflowServlet Filter for JSP requests.
PageFlowManagedObjectorg.apache.beehive.netui.pageflowBase class for Page Flow managed objects (like page flows and JavaServer Faces backing beans).
PageFlowNavigationHandlerorg.apache.beehive.netui.pageflow.faces.internalInternal class used in JSF/Page Flow integration.
PageFlowPageFilterorg.apache.beehive.netui.pageflowBase class for Servlet Filters that run before Page Flow page requests.
PageFlowRequestProcessororg.apache.beehive.netui.pageflowThe Page Flow extension of the Struts RequestProcessor, which contains callbacks that are invoked during processing of a request to the Struts action servlet.
PageFlowRequestProcessor.ExceptionHandledActionorg.apache.beehive.netui.pageflowUsed by processMapping(HttpServletRequest, HttpServletResponse, String) .
Search