| Library: | Apache Beehive |
| Version: | 1.0.1 |
| Compatibility: | JDK 1.5 |
| Name | Package | Description |
|---|---|---|
| AbsolutePathType | org.apache.beehive.netui.compiler.grammar | No description provided. |
| AbstractAttributeMap | org.apache.beehive.netui.script.el.util | No description provided. |
| AbstractAttributeState | org.apache.beehive.netui.tags.rendering | No description provided. |
| AbstractCallMethod | org.apache.beehive.netui.tags.databinding.invoke | An abstract base class for tags that are capable of reflectively invoking methods. |
| AbstractCallMethod.ParamNode | org.apache.beehive.netui.tags.databinding.invoke | An internal struct that represents a parameter that will be passed to a reflective method invocation call. |
| AbstractCell | org.apache.beehive.netui.tags.databinding.datagrid | Abstract base class for JSP tags that render data grid cells. |
| AbstractClassicTag | org.apache.beehive.netui.tags | AbstractBaseTag is the base tag for most of the NetUI tags. |
| AbstractClientRequestInterceptor | org.apache.beehive.netui.tags | No description provided. |
| AbstractDataGridHtmlTag | org.apache.beehive.netui.tags.databinding.datagrid | This class is a base class for all data grid tags that render HTML output for the grid. |
| AbstractHtmlControlState | org.apache.beehive.netui.tags.rendering | This class adds the name attribute to the base HTML state. |
| AbstractHtmlState | org.apache.beehive.netui.tags.rendering | This class extends the AbstractAttributeState to add support for HTML. |
| AbstractHtmlTableCell | org.apache.beehive.netui.tags.databinding.datagrid | Abstract base class that supports rendering an HTML <td>. |
| AbstractInterceptor | org.apache.beehive.netui.pageflow.interceptor | No description provided. |
| AbstractPageError | org.apache.beehive.netui.tags | This is a "struct" class that contains the base information for an error occuring in a tag on a page. |
| AbstractRenderAppender | org.apache.beehive.netui.tags.rendering | This is an abstract base class that represents the appender. |
| AbstractScriptableMap | org.apache.beehive.netui.script.common | Base Map implementation that can be used by clients that need to expose implicit objects to an expression language through a Map. |
| AbstractSimpleTag | org.apache.beehive.netui.tags | No description provided. |
| AbstractTagState | org.apache.beehive.netui.tags.rendering | No description provided. |
| ActionGrammar | org.apache.beehive.netui.compiler.grammar | No description provided. |
| ActionInterceptor | org.apache.beehive.netui.pageflow.interceptor.action | Base class for Page Flow action interceptors. |
| ActionInterceptorContext | org.apache.beehive.netui.pageflow.interceptor.action | Context passed to ActionInterceptor methods. |
| ActionInterceptors | org.apache.beehive.netui.pageflow.interceptor.action.internal | No description provided. |
| ActionModel | org.apache.beehive.netui.compiler.model | Represents an ActionMapping in a Struts based web application or sub application. |
| ActionOutputGrammar | org.apache.beehive.netui.compiler.grammar | No description provided. |
| ActionOutputModel | org.apache.beehive.netui.compiler.model | Represents an Action Output (NetUI, not a Struts concept) that will be attached to a forward ( ForwardModel ). |
| ActionResultImpl | org.apache.beehive.netui.pageflow.internal | Encapsulation of the results returned by strutsLookup(ServletContext, ServletRequest, HttpServletResponse, String, String[]) . |
| AdapterContext | org.apache.beehive.netui.pageflow.adapter | Generic context passed to Adapter . |
| AdapterManager | org.apache.beehive.netui.pageflow.internal | No description provided. |
| AdaptorPersistenceDelegate | org.apache.beehive.controls.runtime.bean | The 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. |
| AfterNestedInterceptContext | org.apache.beehive.netui.pageflow.interceptor.action | Context passed to afterNestedIntercept(AfterNestedInterceptContext) . |
| Anchor | org.apache.beehive.netui.tags.html | Generates a URL-encoded hyperlink to a specified URI. |
| AnchorBase | org.apache.beehive.netui.tags.html | This is the base class that provides most of the features necessary to create an anchor and an area. |
| AnchorCell | org.apache.beehive.netui.tags.databinding.datagrid | Data grid cell used to render an HTML anchor. |
| AnchorCellDecorator | org.apache.beehive.netui.databinding.datagrid.runtime.rendering.cell | No description provided. |
| AnchorCellModel | org.apache.beehive.netui.databinding.datagrid.runtime.model.cell | No description provided. |
| AnchorTag | org.apache.beehive.netui.tags.rendering | Rendering for HTML anchor tags $lt;a>. |
| AnchorTag.State | org.apache.beehive.netui.tags.rendering | The State assocated with the Anchor Tag. |
| AnnotatedElementMap | org.apache.beehive.controls.api.properties | The AnnotatedElementMap represents a read-only PropertyMap where property values are derived from Java 5.0 (JSR-175) annotations. |
| AnnotatedElementMapPersistenceDelegate | org.apache.beehive.controls.runtime.bean | The AnnotatedElementMapPersistenceDelegate is an XMLEncoder PersistenceDelegate for
the org.apache.beehive.controls.api.properties.AnnotatedElementMap
class. |
| AnnotationAttribute | org.apache.beehive.netui.pageflow.internal.annotationreader | No description provided. |
| AnnotationConstraintAptValidator | org.apache.beehive.controls.runtime.generator.apt | This class is for validating control property values at build time It calls AnnotationConstraintValidator to do the validation. |
| AnnotationConstraintValidator | org.apache.beehive.controls.runtime.bean | This class offers methods for validating values assigned to a control property. |
| AnnotationGrammar | org.apache.beehive.netui.compiler | Our base class for customizable annotation tag grammars. |
| AnnotationInstanceImpl | org.apache.beehive.netui.compiler.typesystem.impl.declaration | No description provided. |
| AnnotationMemberType | org.apache.beehive.netui.compiler | No description provided. |
| AnnotationReader | org.apache.beehive.netui.pageflow.internal | Utility for reading XML files that describe annotations in classes. |
| AnnotationToXML | org.apache.beehive.netui.compiler | No description provided. |
| AnnotationTypeDeclarationImpl | org.apache.beehive.netui.compiler.typesystem.impl.declaration | No description provided. |
| AnnotationTypeElementDeclarationImpl | org.apache.beehive.netui.compiler.typesystem.impl.declaration | No description provided. |
| AnnotationTypeImpl | org.apache.beehive.netui.compiler.typesystem.impl.type | No description provided. |
| AnnotationValueImpl | org.apache.beehive.netui.compiler.typesystem.impl.declaration | No description provided. |
| AnyBeanActionForm | org.apache.beehive.netui.pageflow.internal | No description provided. |
| AppAssemblyContext | org.apache.beehive.controls.runtime.assembly | A ControlAssemblyContext implementation supporting standard Enterprise app modules |
| AppAssemblyContext.Factory | org.apache.beehive.controls.runtime.assembly | No description provided. |
| AptAnnotationHelper | org.apache.beehive.controls.runtime.generator | The AptAnnotationHelper class is a helper class that aids in the reading of annotation values using APT metadata |
| AptClientField | org.apache.beehive.controls.runtime.generator | The AptClientField class describes a reference to a client callback notifier within an AptControlImplementation class. |
| AptContextField | org.apache.beehive.controls.runtime.generator | The AptContextField class contains information about a field referring to a contextual service with an AptControlImplementation class. |
| AptControlClient | org.apache.beehive.controls.runtime.generator | The AptControlClient class contains metadata about a class that contains nested control references (AptControlField). |
| AptControlField | org.apache.beehive.controls.runtime.generator | The AptControlField class contains information about a field that refers to a nested control. |
| AptControlImplementation | org.apache.beehive.controls.runtime.generator | The AptControlImplementation class provides validation and metadata management when processing a ControlImplementation class. |
| AptControlInterface | org.apache.beehive.controls.runtime.generator | The AptControlInterface provides validation and metadata management for a ControlInterface or ControlExtension class during APT processing. |
| AptEvent | org.apache.beehive.controls.runtime.generator | The AptEvent class represents a control Property where the event attributes are derived using APT metadata |
| AptEventField | org.apache.beehive.controls.runtime.generator | The AptEventField class represents a field type that is also an event source |
| AptEventHandler | org.apache.beehive.controls.runtime.generator | The AptEventHandler class represents a control EventHandler where the event attributes are derived using APT metadata |
| AptEventSet | org.apache.beehive.controls.runtime.generator | The AptEventSet class represents a control EventSet where the events are derived using APT metadata. |
| AptField | org.apache.beehive.controls.runtime.generator | The AptField class is a helper class that knows how to generate useful information about a Field using APT metadata |
| AptMethod | org.apache.beehive.controls.runtime.generator | The AptMethod class defines a base set of utility methods for acessing method attributes based upon an APT method declaration. |
| AptMethodSet | org.apache.beehive.controls.runtime.generator | The AptMethodSet method represents a collection of AptMethod objects. |
| AptOperation | org.apache.beehive.controls.runtime.generator | The AptOperation class represents a control operation where the operation attributes are derived using APT metadata. |
| AptProperty | org.apache.beehive.controls.runtime.generator | The AptProperty class represents a control Property where the property attributes are derived using APT metadata |
| AptPropertySet | org.apache.beehive.controls.runtime.generator | The AptPropertySet class represents a control PropertySet where the property list is derived using APT metadata |
| AptTask | org.apache.beehive.controls.runtime.generator | The AptTask class defines a custom ANT task for invoking APT-based code generation. |
| AptType | org.apache.beehive.controls.runtime.generator | The AptType abstract class defines a base set of methods that are generally available for template usage on type declaration objects |
| Area | org.apache.beehive.netui.tags.html | No description provided. |
| AreaTag | org.apache.beehive.netui.tags.rendering | No description provided. |
| ArrayIndexToken | org.apache.beehive.netui.script.el.tokens | No description provided. |
| ArrayTypeImpl | org.apache.beehive.netui.compiler.typesystem.impl.type | No description provided. |
| Assembler | org.apache.beehive.controls.runtime.assembly | Helper class to execute assembly logic. |
| AssembleTask | org.apache.beehive.controls.runtime.assembly | AssembleTask defines a custom ant task to perform control assembly. |
| Attribute | org.apache.beehive.netui.tags.template | The Attribute tag defines an attribute within a template that may be set from a content page. |
| Attribute | org.apache.beehive.netui.tags.html | No description provided. |
| AttributeContainer | org.apache.beehive.netui.pageflow.scoping.internal | No description provided. |
| AttributeRenderer | org.apache.beehive.netui.tags.tree | No description provided. |
| AttributeRenderer.RemoveInfo | org.apache.beehive.netui.tags.tree | No description provided. |
| AutoRegisterActionServlet | org.apache.beehive.netui.pageflow | ActionServlet that automatically registers requested Struts modules based on a set of module configuration file locators. |
| BackingClassMethodBinding | org.apache.beehive.netui.pageflow.faces.internal | Internal class used in JSF/Page Flow integration. |
| Base | org.apache.beehive.netui.tags.html | Provides the base for every URL on this page. |
| BaseActionForm | org.apache.beehive.netui.pageflow.internal | Base class for form beans associated with action methods in PageFlowController s. |
| BaseAnnotationProcessorFactory | org.apache.beehive.netui.compiler.apt | Slim Sun apt annotation processor factory that delegates to our "core" (apt-independent) layer. |
| BaseAssemblyContext | org.apache.beehive.controls.runtime.assembly | Abstract ControlAssemblyContext implementation. |
| BaseChecker | org.apache.beehive.netui.compiler | No description provided. |
| BaseCoreAnnotationProcessor | org.apache.beehive.netui.compiler.processor | No description provided. |
| BaseFlowControllerGrammar | org.apache.beehive.netui.compiler.grammar | No description provided. |
| BaseGenerator | org.apache.beehive.netui.compiler | No description provided. |
| BaseHandler | org.apache.beehive.netui.pageflow.handler | Default implementation of the base Handler interface. |
| BaseMap | org.apache.beehive.controls.api.properties | The BaseMap class provide an abstract base PropertyMap class from which other concrete PropertyMap implementation can derive. |
| BaseTag | org.apache.beehive.netui.tags.rendering | Render the HTML <base> tag. |
| BaseTag.State | org.apache.beehive.netui.tags.rendering | No description provided. |
| BaseTypeConverter | org.apache.beehive.netui.util.type | Default implementation of the TypeConverter interface. |
| BaseValidationRuleGrammar | org.apache.beehive.netui.compiler.grammar | No description provided. |
| BeanInfo.NoCustomizer | org.apache.beehive.controls.api.packaging | The NoCustomizer class can be used as the value of the customizerClass attribute to indicate that the bean has no customizer. |
| BeanListener | org.apache.beehive.controls.runtime.bean | The BeanListener class acts as the abstract base class for generated event listeners associated with a ControlBean. |
| BeanPersistenceDelegate | org.apache.beehive.controls.runtime.bean | The 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. |
| BeanPropertyMap | org.apache.beehive.controls.api.properties | The BeanPropertyMap class represents a collection of property values where properties are stored in a local HashMap. |
| Behavior | org.apache.beehive.netui.tags.html | No description provided. |
| BindingContextConfig | org.apache.beehive.netui.util.config.bean | No description provided. |
| BindingUpdateError | org.apache.beehive.netui.pageflow.internal | Encapsulation of an error that happens when a databinding expression is applied on POST. |
| BindingUpdateErrors | org.apache.beehive.netui.tags.html | Renders the set of error messages found during processPopulate when the values to be updated cannot be resolved. |
| Body | org.apache.beehive.netui.tags.html | No description provided. |
| BodyTag | org.apache.beehive.netui.tags.rendering | Render the HTML <body> tag. |
| BodyTag.State | org.apache.beehive.netui.tags.rendering | No description provided. |
| BouncyClassLoader | org.apache.beehive.netui.util.internal | ClassLoader 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). |
| Bundle | org.apache.beehive.netui.util | Convenience class for dealing with resource bundles. |
| BundleMap | org.apache.beehive.netui.script.common | Provide a Map of BundleMap.BundleNodeMap objects that can expose various implementations of BundleNode to expression languages. |
| BundleNameType | org.apache.beehive.netui.compiler.grammar | No description provided. |
| BundleNode | org.apache.beehive.netui.script.common.bundle | No description provided. |
| BundleNodeFactory | org.apache.beehive.netui.script.common.bundle | No description provided. |
| Button | org.apache.beehive.netui.tags.html | Generates a button on the page with the specified attributes. |
| ButtonTag | org.apache.beehive.netui.tags.rendering | Render the HTML <button> element. |
| ButtonTag.State | org.apache.beehive.netui.tags.rendering | No description provided. |
| ByRef | org.apache.beehive.netui.tags | No description provided. |
| CachedFacesBackingInfo | org.apache.beehive.netui.pageflow.internal | Information that is cached per pageflow class. |
| CachedPageFlowInfo | org.apache.beehive.netui.pageflow.internal | Information that is cached per pageflow class. |
| CachedSharedFlowRefInfo | org.apache.beehive.netui.pageflow.internal | No description provided. |
| CachedSharedFlowRefInfo.SharedFlowFieldInfo | org.apache.beehive.netui.pageflow.internal | No description provided. |
| CallMethod | org.apache.beehive.netui.tags.databinding.invoke | An abstract base class for tags that are capable of reflectively invoking methods. |
| CallPageFlow | org.apache.beehive.netui.tags.databinding.invoke | Calls methods on the current Page Flow. |
| Caption | org.apache.beehive.netui.tags.databinding.datagrid | The Caption tag is used to render an HTML <caption> inside of a data grid. |
| CaptionTag | org.apache.beehive.netui.tags.rendering | Render the HTML <caption> element. |
| CaptionTag.State | org.apache.beehive.netui.tags.rendering | No description provided. |
| CatchGrammar | org.apache.beehive.netui.compiler.grammar | No description provided. |
| CellDecorator | org.apache.beehive.netui.databinding.datagrid.api.rendering | Abstract basee class used to render the contents of a data grid cell. |
| CellModel | org.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. |
| CellRepeater | org.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. |
| CheckBox | org.apache.beehive.netui.tags.html | Generates a checkbox which binds to a form bean property or databound expression. |
| CheckBox.CheckBoxPrefixHandler | org.apache.beehive.netui.tags.html | The handler for naming and indexing the CheckBox. |
| CheckBoxGroup | org.apache.beehive.netui.tags.html | Groups a collection of CheckBoxOptions, and handles databinding of their values. |
| CheckBoxGroup.CheckboxGroupPrefixHandler | org.apache.beehive.netui.tags.html | The handler for naming and indexing the CheckBoxGroup. |
| CheckBoxOption | org.apache.beehive.netui.tags.html | A checkbox whose state is determined by its enclosing CheckBoxGroup. |
| CheckerAnnotationProcessorEnvironmentImpl | org.apache.beehive.controls.runtime.generator.apt | Wrapper for an AnnotationProcessorEnvironment instance. |
| CheckerMessagerImpl | org.apache.beehive.controls.runtime.generator.apt | Wrap a com.sun.mirror.apt.Messager instance to track errors and warnings. |
| ClassDeclarationImpl | org.apache.beehive.netui.compiler.typesystem.impl.declaration | No description provided. |
| ClassLevelCache | org.apache.beehive.netui.util.internal.cache | Thread-safe cache that is stored statically per-Class. |
| ClassTypeImpl | org.apache.beehive.netui.compiler.typesystem.impl.type | No description provided. |
| ClientInitializer | org.apache.beehive.controls.runtime.generator | The ClientInitializer represents a generated class that contains the code necessary to initialize a client that uses controls declaratively (via Control and EventHandler annotations). |
| ClientInitializer | org.apache.beehive.controls.runtime.bean | The ClientInitializer class is an abstract base class that all generated Control client initializer classes will extend. |
| CodeGenerator | org.apache.beehive.controls.runtime.generator | The CodeGenerator class is an abstract base class that encapsulates the invocation Apache Velocity or other code generation tools that generate source artifacts. |
| CommandHandlerGrammar | org.apache.beehive.netui.compiler.grammar | No description provided. |
| CompilerUtils | org.apache.beehive.netui.compiler | No description provided. |
| CompilerUtils.BeanPropertyDeclaration | org.apache.beehive.netui.compiler | No description provided. |
| CompilerUtils.BeanPropertyDescriptor | org.apache.beehive.netui.compiler | No description provided. |
| CompilerUtils.ExtendedCoreAnnotationProcessorEnv | org.apache.beehive.netui.compiler | No description provided. |
| CompilerUtils.Mutable | org.apache.beehive.netui.compiler | No description provided. |
| ConfigurePager | org.apache.beehive.netui.tags.databinding.datagrid | The configurePager tag is used to parameterize the data used to render a data grid's pager. |
| ConfigurePopup | org.apache.beehive.netui.tags.html | Configures popup window parameters for parent tags that can open popup windows. |
| ConstantRendering | org.apache.beehive.netui.tags.rendering | This class will render the constant HTML used by the tags |
| ConstructorDeclarationImpl | org.apache.beehive.netui.compiler.typesystem.impl.declaration | No description provided. |
| Content | org.apache.beehive.netui.tags.html | The Content tag is used to display text, or the result of an expression, to the page. |
| ContextPersistenceDelegate | org.apache.beehive.controls.runtime.bean | The 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. |
| ContextToken | org.apache.beehive.netui.script.el.tokens | No description provided. |
| ControlAnnotationProcessor | org.apache.beehive.controls.runtime.generator.apt | No description provided. |
| ControlAnnotationProcessorFactory | org.apache.beehive.controls.runtime.generator.apt | No description provided. |
| ControlBean | org.apache.beehive.controls.runtime.generator | The 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. |
| ControlBean | org.apache.beehive.controls.runtime.bean | The ControlBean class is an abstract base class for the JavaBean classes generated to support Beehive Controls. |
| ControlBeanContext | org.apache.beehive.controls.runtime.bean | The ControlBeanContext implements the basic BeanContextServices implementation for ControlBeans. |
| ControlBeanInfo | org.apache.beehive.controls.runtime.bean | The ControlBeanInfo class is an abstract base class for the JavaBean BeanInfo classes generated to support Beehive controls. |
| ControlClientAnnotationProcessor | org.apache.beehive.controls.runtime.generator.apt | No description provided. |
| ControlClientAnnotationProcessorFactory | org.apache.beehive.controls.runtime.generator.apt | No description provided. |
| ControlClientManifest | org.apache.beehive.controls.runtime.generator.apt | The controls client manifest (aka "client manifest") surfaces the set of control types used by a client, and make the assembly process more efficient. |
| ControlContainerContext | org.apache.beehive.controls.runtime.bean | The ControlContainerContext class provides a base class implementation for external containers of ControlBeans. |
| ControlEventSetDescriptor | org.apache.beehive.controls.runtime.packaging | The ControlEventSetDescriptor is a result of an infortunate evoluntary flaw in the java.beans.EventSetDescriptor class. |
| ControlFilter | org.apache.beehive.controls.runtime.servlet | The ControlFilter class provides an implementation of an HTTP servlet filter that supports running controls in the web tier. |
| ControlJarTask | org.apache.beehive.controls.runtime.packaging | The ControlTask class extends the standard ant Jar task to perform additional processing for JAR files that contain Beehive Controls. |
| ControllerGrammar | org.apache.beehive.netui.compiler.grammar | No description provided. |
| ControlMemberTypeAnnotationProcessor | org.apache.beehive.controls.runtime.generator.apt | No description provided. |
| ControlMemberTypeAnnotationProcessorFactory | org.apache.beehive.controls.runtime.generator.apt | No description provided. |
| Controls | org.apache.beehive.controls.api.bean | Helper class for using controls. |
| ControlSecondaryAnnotationProcessor | org.apache.beehive.controls.runtime.generator.apt | Currently, the sole purpose of this annotation processor is to suppress warning messages from apt regarding "annotations without processors". |
| ControlSecondaryAnnotationProcessorFactory | org.apache.beehive.controls.runtime.generator.apt | No description provided. |
| ControlThreadContext | org.apache.beehive.controls.api.context | The ControlThreadContext class manages the association between ControlContainerContexts and threads of execution. |
| CoreAnnotationProcessorEnvImpl | org.apache.beehive.netui.compiler.typesystem.impl.env | No description provided. |
| CoreScriptFeature | org.apache.beehive.netui.tags.javascript | No description provided. |
| CustomPropertyConfig | org.apache.beehive.netui.util.config.bean | No description provided. |
| DataAccessProviderBean | org.apache.beehive.netui.script.common | No description provided. |
| DataAccessProviderStack | org.apache.beehive.netui.script.common | No description provided. |
| DataGrid | org.apache.beehive.netui.tags.databinding.datagrid | This tag is the containing tag for all tags and markup used to render a data grid. |
| DataGridConfig | org.apache.beehive.netui.databinding.datagrid.api | Abstract class used by the data grid to create model objects used for state management and rendering. |
| DataGridConfigFactory | org.apache.beehive.netui.databinding.datagrid.api | A factory for creating instances of a DataGridConfig . |
| DataGridResourceProvider | org.apache.beehive.netui.databinding.datagrid.api | This abstract class provides an abstraction used for obtaining messages and strings used during data grid rendering. |
| DataGridState | org.apache.beehive.netui.databinding.datagrid.api | A class used to encapsulate the default state information for a data grid. |
| DataGridStateCodec | org.apache.beehive.netui.databinding.datagrid.api | This abstract base class acts as a service that exposes state information to a data grid. |
| DataGridStateFactory | org.apache.beehive.netui.databinding.datagrid.api | Factory class used to construct instances of DataGridState objects. |
| DataGridTagModel | org.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. |
| DataGridURLBuilder | org.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. |
| DeclarationImpl | org.apache.beehive.netui.compiler.typesystem.impl.declaration | No description provided. |
| DeclareBundle | org.apache.beehive.netui.tags.databinding.bundle | Declares a java.util.ResourceBundle as a source for displaying internationalized messages. |
| DeclaredTypeImpl | org.apache.beehive.netui.compiler.typesystem.impl.type | No description provided. |
| DeclarePageInput | org.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. |
| DefaultActionForwardHandler | org.apache.beehive.netui.pageflow.internal | No description provided. |
| DefaultControlAssembler | org.apache.beehive.controls.api.assembly | The default or "empty" control assembler that's assigned to an @ControlImplementation's assembler attribute if none is provided. |
| DefaultControlBeanContextFactory | org.apache.beehive.controls.runtime.bean | Default implementation of the ControlBeanContextFactory that simply creates an instance of a ControlBeanContext given the current ControlBean . |
| DefaultControlChecker | org.apache.beehive.controls.api.bean | The default or "empty" control checker that assigned to an @ControlInterface's controlChecker attribute if none is provided. |
| DefaultDataGridConfig | org.apache.beehive.netui.databinding.datagrid.runtime.config | Default implementation of the DataGridConfig base class. |
| DefaultExceptionsHandler | org.apache.beehive.netui.pageflow.internal | No description provided. |
| DefaultForwardRedirectHandler | org.apache.beehive.netui.pageflow.internal | Handler for redirects and server forwards. |
| DefaultHandler | org.apache.beehive.netui.pageflow.internal | No description provided. |
| DefaultIteratorResultSetMapper | org.apache.beehive.controls.system.jdbc | Default ResultSetMapper implementation for Iterators. |
| DefaultLoginHandler | org.apache.beehive.netui.pageflow.internal | Implements default J2EE web-tier login handling. |
| DefaultObjectResultSetMapper | org.apache.beehive.controls.system.jdbc | Default ResultSetMapper implementation for Objects. |
| DefaultPageFlowEventReporter | org.apache.beehive.netui.pageflow | Default event reporter. |
| DefaultPageFlowEventReporter.LogMsg | org.apache.beehive.netui.pageflow | No description provided. |
| DefaultReloadableClassHandler | org.apache.beehive.netui.pageflow.internal | Handler that can load classes through a classloader that gets dropped/refreshed when time stamps on binary files change. |
| DefaultResultSetMapper | org.apache.beehive.controls.system.jdbc | Default ResultSetMapper implementation for ResultSets. |
| DefaultRowSetResultSetMapper | org.apache.beehive.controls.system.jdbc | Default ResultSetMapper implementation for RowSets. |
| DefaultServletContainerAdapter | org.apache.beehive.netui.pageflow | Default implementation of a Servlet container adapter. |
| DefaultStyleModel | org.apache.beehive.netui.databinding.datagrid.runtime.model.style | No description provided. |
| DefaultTemplatedURLFormatter | org.apache.beehive.netui.pageflow.internal | Default implementation of TemplatedURLFormatter for formatting URLs based on templates from a URL template config file. |
| DefaultURLRewriter | org.apache.beehive.netui.pageflow.internal | No description provided. |
| DefaultURLTemplatesFactory | org.apache.beehive.netui.pageflow.internal | Methods for configuring and retrieving the URLTemplate object. |
| DefaultValidatorRuleFactory | org.apache.beehive.netui.compiler.genmodel | No description provided. |
| DefaultXmlObjectResultSetMapper | org.apache.beehive.controls.system.jdbc | Default ResultSetMapper implementation for XmlObjects. |
| DeferredSessionStorageHandler | org.apache.beehive.netui.pageflow.internal | This 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). |
| DelegatingActionMapping | org.apache.beehive.netui.pageflow.config | A Struts ActionMapping object that delegates to an ActionMapping in a different module. |
| DelegatingActionModel | org.apache.beehive.netui.compiler.genmodel | Generates to a Struts ActionMapping object that delegates to an ActionMapping in a different module. |
| DelegatingExceptionConfig | org.apache.beehive.netui.pageflow.config | A Struts ExceptionConfig object that delegates to an ExceptionConfig in a different module. |
| DelegatingExceptionModel | org.apache.beehive.netui.compiler.genmodel | Generates to a Struts ExceptionConfig object that delegates to an ExceptionConfig in a different module. |
| DelegatingImpl | org.apache.beehive.netui.compiler.typesystem.impl | No description provided. |
| DelegatingSimpleActionModel | org.apache.beehive.netui.compiler.genmodel | Generates to a Struts ActionMapping object that delegates to an ActionMapping in a different module. |
| DelegatingType | org.apache.beehive.netui.compiler.grammar | No description provided. |
| DelegatingTypeConverter | org.apache.beehive.netui.util.type | Implementation of the TypeConverter interface that delegates to a TypeConverter implementation which doesn't extend BaseTypeConverter . |
| Diagnostics | org.apache.beehive.controls.runtime.generator.apt | No description provided. |
| Diagnostics | org.apache.beehive.netui.compiler | No description provided. |
| DiscoveryUtils | org.apache.beehive.netui.util.internal | Utility methods for discovering implementor classes on the classpath. |
| DivPanel | org.apache.beehive.netui.tags.divpanel | A DivPanel creates an HTML <div> tag that may contain additional <div> tags. |
| DivPanelCRI | org.apache.beehive.netui.tags.divpanel | No description provided. |
| DivPanelState | org.apache.beehive.netui.tags.divpanel | No description provided. |
| DivTag | org.apache.beehive.netui.tags.rendering | Div, Start Tag: optional, End tag: optional |
| DivTag.State | org.apache.beehive.netui.tags.rendering | No description provided. |
| DocType | org.apache.beehive.netui.util.config.bean | No description provided. |
| DomUtils | org.apache.beehive.netui.util.xml | This class exists simply because DOM is so inconvenient to use. |
| DynaFormData | org.apache.beehive.netui.pageflow | Extension of org.apache.struts.validator.DynaValidatorForm that implements Map. |
| DynamicSubappActionServlet | org.apache.beehive.netui.pageflow | ActionServlet that dynamically registers modules based on naming/location conventions for Struts configuration files that are generated by the Page Flow compiler. |
| EJBAssemblyContext | org.apache.beehive.controls.runtime.assembly | A ControlAssemblyContext implementation supporting standard EJB modules |
| EJBAssemblyContext.Factory | org.apache.beehive.controls.runtime.assembly | No description provided. |
| EJBControlAssembler | org.apache.beehive.controls.system.ejb | The EJBControl needs to inject EJB reference entries into the DD of its containing module for cases where ejb-link is used. |
| EJBControlImpl | org.apache.beehive.controls.system.ejb | The Enterprise Java Bean Control implementation class |
| EJBInfo | org.apache.beehive.controls.system.ejb | The EJBInfo class is a support class that derives EJB information by reflecting on an EJB control interface. |
| EJBJarDescriptorHandler | org.apache.beehive.controls.system.ejb.internal | No description provided. |
| EmptyStyleModel | org.apache.beehive.netui.databinding.datagrid.runtime.model.style | No description provided. |
| EntityEJBControlImpl | org.apache.beehive.controls.system.ejb | The EntityEJBControlImpl class is the control implementation class for Entity EJBs. |
| EnumType | org.apache.beehive.netui.compiler.grammar | Supports deprecated values and values that require particular runtime versions. |
| Error | org.apache.beehive.netui.tags.html | Renders 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. |
| ErrorBaseTag | org.apache.beehive.netui.tags.html | No description provided. |
| ErrorHandling | org.apache.beehive.netui.tags | No description provided. |
| Errors | org.apache.beehive.netui.tags.html | Renders the set of error messages found in the ActionMessages registered in the pageContext at org.apache.struts.action.Action.ERROR_KEY. |
| ErrorTypeImpl | org.apache.beehive.netui.compiler.typesystem.impl.type | No description provided. |
| EvalErrorInfo | org.apache.beehive.netui.tags | This is a "struct" class that contains the information for an expression evaluation error. |
| EventAdaptor | org.apache.beehive.controls.runtime.generator | The EventAdaptor class represents the generated class that is necessary to route events for a EventSet onto implemented EventHandlers on an implementation class. |
| EventDispatchHelper | org.apache.beehive.controls.api.events | The EventDispatchHelper class is a simple implementation of the EventDispatcher interface that is suitable for use inside the execution context of a control container. |
| EventNotifier | org.apache.beehive.controls.runtime.bean | The EventNotifier class provides basic callback listener management and event delivery services for ControlBean instances. |
| EventRef | org.apache.beehive.controls.api.events | The EventRef class represents a reference to a specific Control event. |
| ExceptionHandlerGrammar | org.apache.beehive.netui.compiler.grammar | No description provided. |
| ExceptionModel | org.apache.beehive.netui.compiler.model | No description provided. |
| Exceptions | org.apache.beehive.netui.tags.html | Renders formatted exception data, as found in the Request with the key:
org.apache.struts.action.Action.EXCEPTION_KEY. |
| ExecutableDeclarationImpl | org.apache.beehive.netui.compiler.typesystem.impl.declaration | No description provided. |
| Expression | org.apache.beehive.netui.script | This class implements an abstraction atop an Expression object. |
| ExpressionAwareMessageResources | org.apache.beehive.netui.pageflow.internal | Message 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. |
| ExpressionEngineFactory | org.apache.beehive.netui.script | No description provided. |
| ExpressionEvaluatorFactory | org.apache.beehive.netui.script | Get an expression evaluator. |
| ExpressionEvaluatorImpl | org.apache.beehive.netui.script.el | No description provided. |
| ExpressionEvaluatorImpl.NetUIELEngineFactory | org.apache.beehive.netui.script.el | No description provided. |
| ExpressionHandling | org.apache.beehive.netui.tags | No description provided. |
| ExpressionLanguageConfig | org.apache.beehive.netui.util.config.bean | No description provided. |
| ExpressionMessage | org.apache.beehive.netui.pageflow | Extension 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). |
| ExpressionTerm | org.apache.beehive.netui.script.el | No description provided. |
| ExpressionToken | org.apache.beehive.netui.script.el.tokens | No description provided. |
| ExtensionUtil | org.apache.beehive.netui.databinding.datagrid.runtime.util | No description provided. |
| ExternalPathOrActionType | org.apache.beehive.netui.compiler.grammar | No description provided. |
| FacesBackingBean | org.apache.beehive.netui.pageflow | A JavaServer Faces backing bean. |
| FacesBackingBeanFactory | org.apache.beehive.netui.pageflow | Factory for creating "backing beans" for JavaServer Faces pages. |
| FacesBackingChecker | org.apache.beehive.netui.compiler | No description provided. |
| FacesBackingGenerator | org.apache.beehive.netui.compiler | No description provided. |
| FacesBackingInfo | org.apache.beehive.netui.compiler | No description provided. |
| FieldCache | org.apache.beehive.netui.util.internal.cache | No description provided. |
| FieldDeclarationImpl | org.apache.beehive.netui.compiler.typesystem.impl.declaration | No description provided. |
| FilerImpl | org.apache.beehive.netui.compiler.typesystem.impl.env | No description provided. |
| FileUpload | org.apache.beehive.netui.tags.html | Renders an input tag with type="file", with the given attributes. |
| FileUtils | org.apache.beehive.netui.util.internal | No description provided. |
| Filter | org.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. |
| FilterModel | org.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. |
| FilterOperation | org.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. |
| FilterOperationHint | org.apache.beehive.netui.databinding.datagrid.api.filter | This class provides a hint for the operation performed by a Filter instance. |
| FilterTypeHint | org.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. |
| FirstPreviousNextLastPagerRenderer | org.apache.beehive.netui.databinding.datagrid.runtime.rendering.pager | No description provided. |
| FlowController | org.apache.beehive.netui.pageflow | Base class for user-written flow controllers - PageFlowController s and SharedFlowController s. |
| FlowControllerAction | org.apache.beehive.netui.pageflow.internal | Simple Struts action that delegates to a page flow controller. |
| FlowControllerChecker | org.apache.beehive.netui.compiler | No description provided. |
| FlowControllerFactory | org.apache.beehive.netui.pageflow | Factory for creating FlowController s - user PageFlowController s and SharedFlowController s. |
| FlowControllerHandlerContext | org.apache.beehive.netui.pageflow.handler | Handler context for FlowController -related requests. |
| FlowControllerInfo | org.apache.beehive.netui.compiler | No description provided. |
| FlowControllerInfo.ActionInfo | org.apache.beehive.netui.compiler | No description provided. |
| Footer | org.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. |
| Form | org.apache.beehive.netui.tags.html | This tag represents an input form, associated with a bean whose properties correspond to the various fields of the form. |
| FormatDate | org.apache.beehive.netui.tags.html | A formatter used to format dates. |
| FormatDate.DateFormatter | org.apache.beehive.netui.tags.html | Internal FormatTag.Formatter which uses SimpleDateFormat. |
| FormatNumber | org.apache.beehive.netui.tags.html | A formatter used to format numbers. |
| FormatNumber.NumberFormatter | org.apache.beehive.netui.tags.html | Internal FormatTag.Formatter which uses NumberFormat. |
| FormatString | org.apache.beehive.netui.tags.html | A formatter used to format strings. |
| FormatString.StringFormatter | org.apache.beehive.netui.tags.html | Internal FormatTag.Formatter which performs its own string parsing and formatting. |
| FormatTag | org.apache.beehive.netui.tags.html | Abstract base class for formatting tags. |
| FormatTag.Formatter | org.apache.beehive.netui.tags.html | Internal FormatTag.Formatter which performs the actual formatting. |
| FormBeanChecker | org.apache.beehive.netui.compiler | No description provided. |
| FormBeanCoreAnnotationProcessor | org.apache.beehive.netui.compiler.processor | No description provided. |
| FormBeanModel | org.apache.beehive.netui.compiler.model | Represents a form bean in a Struts application. |
| FormBeanModel.Property | org.apache.beehive.netui.compiler.model | No description provided. |
| FormData | org.apache.beehive.netui.pageflow | Base class for form beans associated with action methods in PageFlowController s. |
| FormDataNameInterceptor | org.apache.beehive.netui.tags.naming | A INameInterceptor that qualifies all non-expression attributes that are expected to be expressions into valid expressions. |
| FormTag | org.apache.beehive.netui.tags.rendering | Render the HTML <form> element. |
| FormTag.State | org.apache.beehive.netui.tags.rendering | No description provided. |
| Forward | org.apache.beehive.netui.pageflow | An object of this type is returned from an action methods in a PageFlowController to determine the next URI to be displayed. |
| ForwardGrammar | org.apache.beehive.netui.compiler.grammar | No description provided. |
| ForwardGrammar.ForwardNameType | org.apache.beehive.netui.compiler.grammar | No description provided. |
| ForwardModel | org.apache.beehive.netui.compiler.model | Represents an action forward in a Struts application. |
| ForwardToExternalPathType | org.apache.beehive.netui.compiler.grammar | No description provided. |
| GenActionModel | org.apache.beehive.netui.compiler.genmodel | No description provided. |
| GenActionOutputModel | org.apache.beehive.netui.compiler.genmodel | No description provided. |
| GenClass | org.apache.beehive.controls.runtime.generator | The GenClass abstract class defines a base set of methods that are generally available for template usage on class-type objects |
| GeneratorOutput | org.apache.beehive.controls.runtime.generator | The GeneratorOutput class represents a single file output by the code generation process, as well as the template and context information necessary to generate it. |
| GenExceptionModel | org.apache.beehive.netui.compiler.genmodel | No description provided. |
| GenForwardModel | org.apache.beehive.netui.compiler.genmodel | No description provided. |
| GenMessageBundleModel | org.apache.beehive.netui.compiler.genmodel | No description provided. |
| GenSharedFlowStrutsApp | org.apache.beehive.netui.compiler.genmodel | No description provided. |
| GenSimpleActionModel | org.apache.beehive.netui.compiler.genmodel | No description provided. |
| GenStrutsApp | org.apache.beehive.netui.compiler.genmodel | No description provided. |
| GenValidationModel | org.apache.beehive.netui.compiler.genmodel | No description provided. |
| GetData | org.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. |
| GetDataGridState | org.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. |
| GlobalApp | org.apache.beehive.netui.pageflow | Base class for user-defined global state and fallback controller logic. |
| GlobalPageFlowActionInterceptorConfig | org.apache.beehive.netui.util.config.bean | No description provided. |
| GroupOption | org.apache.beehive.netui.util.tags | GroupOption 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. |
| HandlerConfig | org.apache.beehive.netui.pageflow.handler | Class for encapsulating configuration properties associated with a Handler . |
| HandlerConfig | org.apache.beehive.netui.util.config.bean | No description provided. |
| Handlers | org.apache.beehive.netui.pageflow.handler | ServletContext-scoped container for various Page Flow Handler instances. |
| Header | org.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. |
| HeaderCell | org.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. |
| HeaderCellDecorator | org.apache.beehive.netui.databinding.datagrid.runtime.rendering.cell | No description provided. |
| HeaderCellModel | org.apache.beehive.netui.databinding.datagrid.runtime.model.cell | No description provided. |
| Hidden | org.apache.beehive.netui.tags.html | Generates a hidden tag with a given value. |
| Html | org.apache.beehive.netui.tags.html | Generates the html element and performs error handling within its body. |
| HtmlBaseTag | org.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 |
| HtmlDataSourceTag | org.apache.beehive.netui.tags.html | Abstract Base class adding support for the dataSource attribute. |
| HtmlDefaultableDataSourceTag | org.apache.beehive.netui.tags.html | Abstract base class extending the HtmlDataSourceTag and adding support
for the defaultValue attribute. |
| HtmlExceptionFormatter | org.apache.beehive.netui.util | Format a Throwable so that it displays well in HTML. |
| HtmlFocusBaseTag | org.apache.beehive.netui.tags.html | Abstract base class which implements support for the input tag. |
| HtmlGroupBaseTag | org.apache.beehive.netui.tags.html | Abstract base class that provides the dataSource, defaultValue, and
optionsDataSource attributes. |
| HtmlOptionsDataSourceTag | org.apache.beehive.netui.tags.html | Abstract base class extending the HtmlDefaultableDataSourceTag and adding support
for the optionsDataSource attribute. |
| HtmlTag | org.apache.beehive.netui.tags.rendering | Render the HTML <form> element. |
| HtmlTag.State | org.apache.beehive.netui.tags.rendering | No description provided. |
| HtmlUtils | org.apache.beehive.netui.tags | This class provides a set of static methods that provide HTML utility code. |
| IdentifierToken | org.apache.beehive.netui.script.el.tokens | No description provided. |
| Image | org.apache.beehive.netui.tags.html | Generates an image with the specified attributes. |
| ImageAnchor | org.apache.beehive.netui.tags.html | Generates a URL-encoded hyperlink to a specified URI with an image enclosed as the body. |
| ImageAnchorCell | org.apache.beehive.netui.tags.databinding.datagrid | This tag is a data grid cell used to render an HTML image inside of an anchor. |
| ImageAnchorCellDecorator | org.apache.beehive.netui.databinding.datagrid.runtime.rendering.cell | No description provided. |
| ImageAnchorCellModel | org.apache.beehive.netui.databinding.datagrid.runtime.model.cell | No description provided. |
| ImageButton | org.apache.beehive.netui.tags.html | Generates an <input type="image"> tag with the specified attributes. |
| ImageCell | org.apache.beehive.netui.tags.databinding.datagrid |
Data grid cell that renders an HTML <image> tag containing the tag's |
| ImageCellDecorator | org.apache.beehive.netui.databinding.datagrid.runtime.rendering.cell | No description provided. |
| ImageCellModel | org.apache.beehive.netui.databinding.datagrid.runtime.model.cell | No description provided. |
| ImageTag | org.apache.beehive.netui.tags.rendering | Render the HTML <img> element. |
| ImageTag.State | org.apache.beehive.netui.tags.rendering | No description provided. |
| ImplicitObjectUtil | org.apache.beehive.netui.script.common | No description provided. |
| ImplInitializer | org.apache.beehive.controls.runtime.generator | The ImplInitializer class is a generated class that contains the code necessary to initialize a ControlBean implementation instance. |
| ImplInitializer | org.apache.beehive.controls.runtime.bean | The ImplInitializer class is an abstract base class that all generated Control initalization classes will extend. |
| ImplPersistenceDelegate | org.apache.beehive.controls.runtime.bean | The 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. |
| IncludeSection | org.apache.beehive.netui.tags.template | Used within a template JSP page to define a placeholder for section content. |
| IndentingWriter | org.apache.beehive.controls.runtime.generator | The IndentingWriter class is a simple implementation of an indenting code writer |
| IndexedNameInterceptor | org.apache.beehive.netui.tags.naming | A INameInterceptor that is used to rewrite names which
reference the container databinding context. |
| InheritableState | org.apache.beehive.netui.tags.tree | This is a set of tree properties that are used to render the tree markup. |
| InputBooleanTag | org.apache.beehive.netui.tags.rendering | Render and HTML <input> element of either type checkbox or radio. |
| InputBooleanTag.State | org.apache.beehive.netui.tags.rendering | No description provided. |
| InputFileTag | org.apache.beehive.netui.tags.rendering | Body, Start Tag: required, End tag: forbidden Required href |
| InputFileTag.State | org.apache.beehive.netui.tags.rendering | No description provided. |
| InputHiddenTag | org.apache.beehive.netui.tags.rendering | Body, Start Tag: required, End tag: forbidden Required href |
| InputHiddenTag.State | org.apache.beehive.netui.tags.rendering | No description provided. |
| InputImageTag | org.apache.beehive.netui.tags.rendering | Body, Start Tag: required, End tag: forbidden Required href |
| InputImageTag.State | org.apache.beehive.netui.tags.rendering | No description provided. |
| InputSubmitTag | org.apache.beehive.netui.tags.rendering | Body, Start Tag: required, End tag: forbidden Required href |
| InputSubmitTag.State | org.apache.beehive.netui.tags.rendering | No description provided. |
| InputTextTag | org.apache.beehive.netui.tags.rendering | Body, Start Tag: required, End tag: forbidden Required href |
| InputTextTag.State | org.apache.beehive.netui.tags.rendering | No description provided. |
| InterceptorChain | org.apache.beehive.netui.pageflow.interceptor | Base class for all chains of Interceptor s. |
| InterceptorConfig | org.apache.beehive.netui.pageflow.interceptor | Class to hold configuration parameters for registered Interceptor s. |
| InterceptorConfig | org.apache.beehive.netui.util.config.bean | No description provided. |
| InterceptorContext | org.apache.beehive.netui.pageflow.interceptor | Base context for callbacks on Interceptor s. |
| InterceptorForward | org.apache.beehive.netui.pageflow.interceptor.action | Forward returned from an ActionInterceptor to alter the destination URI of a page flow action. |
| Interceptors | org.apache.beehive.netui.pageflow.interceptor | No description provided. |
| InterfaceDeclarationImpl | org.apache.beehive.netui.compiler.typesystem.impl.declaration | No description provided. |
| InterfaceTypeImpl | org.apache.beehive.netui.compiler.typesystem.impl.type | No description provided. |
| InternalConcurrentHashMap | org.apache.beehive.netui.util.internal.concurrent | A hash table supporting full concurrency of retrievals and adjustable expected concurrency for updates. |
| InternalExpressionUtils | org.apache.beehive.netui.pageflow.internal | Internal class used to evaluate simple action expressions. |
| InternalStringBuilder | org.apache.beehive.netui.util.internal | Unsynchronized alternative to StringBuffer. |
| InternalUtils | org.apache.beehive.netui.pageflow.internal | No description provided. |
| InvalidAttributeType | org.apache.beehive.netui.compiler.grammar | Type that simply causes an error if present. |
| IteratorFactoryConfig | org.apache.beehive.netui.util.config.bean | No description provided. |
| JavaControlFactory | org.apache.beehive.controls.spi.bean | The SimpleControlFactory class is a default implementation of the
org.apache.beehive.controls.api.bean.ControlFactory interface. |
| JavaControlUtils | org.apache.beehive.netui.pageflow.internal | No description provided. |
| JavaIdentifierType | org.apache.beehive.netui.compiler.grammar | No description provided. |
| JdbcControl.JndiContextFactory | org.apache.beehive.controls.system.jdbc | Abstract 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.SQLParameter | org.apache.beehive.controls.system.jdbc | Nested class used for specifing parameters for a callable statement. |
| JdbcControlChecker | org.apache.beehive.controls.system.jdbc | Annotation checker for the JdbcControl. |
| JdbcControlImpl | org.apache.beehive.controls.system.jdbc | The implementation class for the database controller. |
| JdbcFragment | org.apache.beehive.controls.system.jdbc.parser | Represents an SQL escape sequence found in the SQL annotation's statement member. |
| JMSControlImpl | org.apache.beehive.controls.system.jms.impl | Implementation of the JMSControl . |
| JndiControlImpl | org.apache.beehive.controls.system.jndi.impl | Implementation of the jndi control. |
| JpfLanguageConstants.ExtraInfoKeys | org.apache.beehive.netui.compiler | No description provided. |
| JspFunctions | org.apache.beehive.netui.databinding.datagrid.runtime.util | This class contains utility methods that are callable as JSP functions by page authors. |
| JspTagConfig | org.apache.beehive.netui.util.config.bean | No description provided. |
| JspUtil | org.apache.beehive.netui.databinding.datagrid.runtime.util | Utility class used for operations related to JSPs. |
| Label | org.apache.beehive.netui.tags.html | No description provided. |
| LabelBase | org.apache.beehive.netui.tags.html | This is a base class providing implementation for both the Label and FormLabel. |
| LabelTag | org.apache.beehive.netui.tags.rendering | Render the HTML <label> element. |
| LabelTag.State | org.apache.beehive.netui.tags.rendering | No description provided. |
| LegacySettings | org.apache.beehive.netui.pageflow.internal | No description provided. |
| LiteralFragment | org.apache.beehive.controls.system.jdbc.parser | Represents a portion of the SQL annotation's statement member which is not within substitution delimiters. |
| LiteralTerm | org.apache.beehive.netui.script.el | No description provided. |
| LocaleRulesGrammar | org.apache.beehive.netui.compiler.grammar | No description provided. |
| LocaleSet | org.apache.beehive.netui.compiler.model.validation | No description provided. |
| LocalFileEntityResolver | org.apache.beehive.netui.compiler | Entity resolver that tries to find the resource locally (from classloader, under org/apache/beehive/netui/compiler/resources) before trying to resolve via the network. |
| Log4JLogger | org.apache.beehive.netui.util.logging.internal | Logging abstraction used to pipe log messages to Log4J. |
| Logger | org.apache.beehive.netui.util.logging | Logging abstraction for NetUI. |
| MapKeyToken | org.apache.beehive.netui.script.el.tokens | No description provided. |
| MemberDeclarationImpl | org.apache.beehive.netui.compiler.typesystem.impl.declaration | No description provided. |
| MemberFieldType | org.apache.beehive.netui.compiler.grammar | No description provided. |
| MemberMethodType | org.apache.beehive.netui.compiler.grammar | No description provided. |
| MergedControllerAnnotation | org.apache.beehive.netui.compiler | No description provided. |
| Message | org.apache.beehive.netui.tags.databinding.message | This tag provides a message schema, which can be parameterized to construct customizable messages. |
| MessageArg | org.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. |
| MessageBundleGrammar | org.apache.beehive.netui.compiler.grammar | No description provided. |
| MessageKeyType | org.apache.beehive.netui.compiler.grammar | No description provided. |
| MessageResourcesModel | org.apache.beehive.netui.compiler.model | No description provided. |
| MessagerImpl | org.apache.beehive.netui.compiler.typesystem.impl.env | No description provided. |
| MethodCache | org.apache.beehive.netui.util.internal.cache | No description provided. |
| MethodDeclarationImpl | org.apache.beehive.netui.compiler.typesystem.impl.declaration | No description provided. |
| MethodParameter | org.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. |
| Modifier | org.apache.beehive.netui.compiler.typesystem.declaration | No description provided. |
| ModifierImpl | org.apache.beehive.netui.compiler.typesystem.impl.declaration | No description provided. |
| MultipartHandler | org.apache.beehive.netui.util.config.bean | No description provided. |
| NameService | org.apache.beehive.netui.pageflow.requeststate | No description provided. |
| NetUIConfig | org.apache.beehive.netui.util.config.bean | No description provided. |
| NetUIConfigParser | org.apache.beehive.netui.util.config.parser | No description provided. |
| NetUIELParser | org.apache.beehive.netui.script.el.parser | No description provided. |
| NetUIELParserTokenManager | org.apache.beehive.netui.script.el.parser | No description provided. |
| NetUIReadVariableResolver | org.apache.beehive.netui.script.el | No description provided. |
| NetUIUpdateVariableResolver | org.apache.beehive.netui.script.el | No description provided. |
| NetUIVariableResolver | org.apache.beehive.netui.script.el | No description provided. |
| OptionTag | org.apache.beehive.netui.tags.rendering | Body, Start Tag: optional, End tag: optional Required href |
| OptionTag.State | org.apache.beehive.netui.tags.rendering | No description provided. |
| OriginalForward | org.apache.beehive.netui.pageflow.interceptor.action.internal | No description provided. |
| PackageDeclarationImpl | org.apache.beehive.netui.compiler.typesystem.impl.declaration | No description provided. |
| Pad | org.apache.beehive.netui.tags.databinding.repeater.pad | Sets the number of items rendered by a Repeater tag. |
| PadContext | org.apache.beehive.netui.tags.databinding.repeater.pad | A JavaBean that encapsulates the data needed to pad a Repeater with text. |
| PagedDataSet | org.apache.beehive.netui.databinding.datagrid.runtime.util | No description provided. |
| PageFlowActionFormBean | org.apache.beehive.netui.pageflow.config | Class to handle our extensions to the Struts <form-bean> element. |
| PageFlowActionForward | org.apache.beehive.netui.pageflow.config | Bean class to handle our extensions to the Struts <forward> element. |
| PageFlowActionForward.ActionOutput | org.apache.beehive.netui.pageflow.config | No description provided. |
| PageFlowActionInterceptorsConfig | org.apache.beehive.netui.util.config.bean | No description provided. |
| PageFlowActionListener | org.apache.beehive.netui.pageflow.faces.internal | Internal class used in JSF/Page Flow integration. |
| PageFlowActionMapping | org.apache.beehive.netui.pageflow.config | Bean class to handle our extensions to the Struts <action> element. |
| PageFlowActionServlet | org.apache.beehive.netui.pageflow | ActionServlet that dynamically registers modules based on naming/location conventions for Struts configuration files that are generated by the Page Flow compiler. |
| PageFlowActionServlet.DefaultModuleConfigLocator | org.apache.beehive.netui.pageflow | Default ModuleConfigLocator that looks for Struts module configuration files according to the pattern "/WEB-INF/classes/_pageflow/struts-config-<module>". |
| PageFlowActionServlet.LegacyModuleConfigLocator | org.apache.beehive.netui.pageflow | ModuleConfigLocator that looks for legacy Struts module configuration files according to the pattern "/WEB-INF/struts-config-<module>". |
| PageFlowAnnotationProcessorFactory | org.apache.beehive.netui.compiler.apt | No description provided. |
| PageFlowApplication | org.apache.beehive.netui.pageflow.faces.internal | Internal class used in JSF/Page Flow integration. |
| PageFlowApplicationFactory | org.apache.beehive.netui.pageflow.faces | JavaServer Faces application factory that enables Page Flow integration. |
| PageFlowBeanContext | org.apache.beehive.netui.pageflow.internal | Specialization of the base ServletBeanContext that adds a Page Flow service provider to offer initialization for PageFlowController and SharedFlowControler members in a Control. |
| PageFlowChecker | org.apache.beehive.netui.compiler | No description provided. |
| PageFlowConfig | org.apache.beehive.netui.util.config.bean | No description provided. |
| PageFlowContext | org.apache.beehive.netui.pageflow | This class is a ThreadLocal class that contains the servlet information. |
| PageFlowContextListener | org.apache.beehive.netui.pageflow | Performs various initialization at ServletContext-init time. |
| PageFlowControlContainerFactory | org.apache.beehive.netui.pageflow | No description provided. |
| PageFlowControlContainerImpl | org.apache.beehive.netui.pageflow | This class provide a set of method that deal with the ControlContainerContext that is scoped to the FlowController. |
| PageFlowController | org.apache.beehive.netui.pageflow | Base class for controller logic, exception handlers, and state associated with a particular web directory path. |
| PageFlowControllerConfig | org.apache.beehive.netui.pageflow.config | Bean class to handle our extensions to the Struts <controller> element. |
| PageFlowCoreAnnotationProcessor | org.apache.beehive.netui.compiler.processor | No description provided. |
| PageFlowEventReporter | org.apache.beehive.netui.pageflow | An event reporter, which will be notified of events like "page flow created", "action raised", etc. |
| PageFlowExceptionConfig | org.apache.beehive.netui.pageflow.config | Class to handle our extensions to the Struts <exception> element. |
| PageFlowExceptionHandler | org.apache.beehive.netui.pageflow.internal | No description provided. |
| PageFlowFacesFilter | org.apache.beehive.netui.pageflow | Servlet Filter for JavaServer Faces requests. |
| PageFlowFactoryConfig | org.apache.beehive.netui.util.config.bean | No description provided. |
| PageFlowFileFilter | org.apache.beehive.netui.pageflow | File filter that accepts any PageFlowController source file (*.jpf). |
| PageFlowForbiddenFilter | org.apache.beehive.netui.pageflow | Servlet Filter that sends a specified error code on the response. |
| PageFlowGenerator | org.apache.beehive.netui.compiler | No description provided. |
| PageFlowInitialization | org.apache.beehive.netui.pageflow.internal | Handles initialization of the Page Flow runtime. |
| PageFlowJspFilter | org.apache.beehive.netui.pageflow | Servlet Filter for JSP requests. |
| PageFlowManagedObject | org.apache.beehive.netui.pageflow | Base class for Page Flow managed objects (like page flows and JavaServer Faces backing beans). |
| PageFlowNavigationHandler | org.apache.beehive.netui.pageflow.faces.internal | Internal class used in JSF/Page Flow integration. |
| PageFlowPageFilter | org.apache.beehive.netui.pageflow | Base class for Servlet Filters that run before Page Flow page requests. |
| PageFlowRequestProcessor | org.apache.beehive.netui.pageflow | The Page Flow extension of the Struts RequestProcessor, which contains callbacks that are invoked during processing of a request to the Struts action servlet. |
| PageFlowRequestProcessor.ExceptionHandledAction | org.apache.beehive.netui.pageflow | Used by processMapping(HttpServletRequest, HttpServletResponse, String) . |
| Search |




