| Name | Package | Description |
| ActionForwardHandler | org.apache.beehive.netui.pageflow.handler | Handler for action forward processing. |
| ActionInterceptors.ActionExecutor | org.apache.beehive.netui.pageflow.interceptor.action.internal | No description provided. |
| ActionResolver | org.apache.beehive.netui.pageflow | Interface for controller classes that resolve actions to URIs. |
| ActionResult | org.apache.beehive.netui.pageflow | Encapsulation of the results returned by strutsLookup(ServletContext, ServletRequest, HttpServletResponse, String, String[]) . |
| Adapter | org.apache.beehive.netui.pageflow.adapter | Base interface for all discoverable adapters. |
| AnnotationConstraints | org.apache.beehive.controls.api.bean | AnnotationConstraints defines meta-annotations that allow
specification of additional constraints that aren't
expressible using J2SE 5.0 meta-annotations. |
| AnnotationInstance | org.apache.beehive.netui.compiler.typesystem.declaration | No description provided. |
| AnnotationMemberTypes | org.apache.beehive.controls.api.bean | AnnotationMemberTypes defines a set of annotations meant to used on
annotation members to specify additional syntatic and semantic behaviour
or constraints. |
| AnnotationType | org.apache.beehive.netui.compiler.typesystem.type | No description provided. |
| AnnotationTypeDeclaration | org.apache.beehive.netui.compiler.typesystem.declaration | No description provided. |
| AnnotationTypeElementDeclaration | org.apache.beehive.netui.compiler.typesystem.declaration | No description provided. |
| AnnotationValue | org.apache.beehive.netui.compiler.typesystem.declaration | No description provided. |
| ArrayType | org.apache.beehive.netui.compiler.typesystem.type | No description provided. |
| AutoRegisterActionServlet.ModuleConfigLocator | org.apache.beehive.netui.pageflow | Interface for specifying alternate locations for auto-registered Struts modules. |
| BindingContext | org.apache.beehive.netui.script.el.util | No description provided. |
| ClassDeclaration | org.apache.beehive.netui.compiler.typesystem.declaration | No description provided. |
| ClassType | org.apache.beehive.netui.compiler.typesystem.type | No description provided. |
| ConstructorDeclaration | org.apache.beehive.netui.compiler.typesystem.declaration | No description provided. |
| ControlAssembler | org.apache.beehive.controls.api.assembly | Control implementations may need to do build-time work on or impacted by
their control client(s), such as side-effecting their client's deployment
descriptors, or generating additional files that are implementation-
specific. |
| ControlAssemblyContext | org.apache.beehive.controls.api.assembly | Control assemblers are passed a ControlAssemblyContext at the time they are
invoked; the context allows the assemblers to interact with their external
environment (checking files, side-effecting deployment descriptors, emitting
code parameterized by the specifics of the control extension, etc). |
| ControlAssemblyContext.EJBModule | org.apache.beehive.controls.api.assembly | Providers of ControlAssemblyContext implementations may implement
EJBModule to provide access to an EJB module environment. |
| ControlAssemblyContext.EntAppModule | org.apache.beehive.controls.api.assembly | Providers of ControlAssemblyContext implementations may implement
EntAppModule to provide access to an enterprise application module
environment. |
| ControlAssemblyContext.Factory | org.apache.beehive.controls.api.assembly | Providers of ControlAssemblyContext implementations MUST implement
Factory and newInstance to return their implementation. |
| ControlAssemblyContext.WebAppModule | org.apache.beehive.controls.api.assembly | Providers of ControlAssemblyContext implementations may implement
WebAppModule to provide access to a webapp module environment. |
| ControlBean | org.apache.beehive.controls.api.bean | The ControlBean interface defines a base set of methods that are implemented by all
JavaBeans that host Java Controls. |
| ControlBeanContext | org.apache.beehive.controls.api.context | The ControlBeanContext interface defines the basic set of contextual services and lifecycle
events for Java ControlBean implementations. |
| ControlBeanContext.LifeCycle | org.apache.beehive.controls.api.context | The Lifecycle event interface defines a set of lifecycle events exposed by the
ControlBeanContext to any registered listener. |
| ControlBeanContextFactory | org.apache.beehive.controls.spi.context | The ControlBeanContextFactory defines a service provider interface for providing implementations
of factories to create a ControlBeanContext
object. |
| ControlChecker | org.apache.beehive.controls.api.bean | The ControlChecker interface is implemented by control authors wishing to
enforce rich semantic validation on extension and field instance declarations of
their controls. |
| ControlContainerContext | org.apache.beehive.controls.api.context | The ControlContainerContext interface defines the basic contract between an external container
of controls and the Controls runtime. |
| ControlFactory | org.apache.beehive.controls.spi.bean | The ControlFactory interface defines a service provider interface for integrating
an external JavaBean instantation/configuration framework with the Controls runtime. |
| ControlHandle | org.apache.beehive.controls.api.context | The ControlHandle interface defines a reference object to a control instance that enables
control events to be fired on the control. |
| CoreAnnotationProcessor | org.apache.beehive.netui.compiler.typesystem.env | Annotation processor; "core" to differentiate from Sun's AnnotationProcessor. |
| CoreAnnotationProcessorEnv | org.apache.beehive.netui.compiler.typesystem.env | Annotation processor environment. |
| Declaration | org.apache.beehive.netui.compiler.typesystem.declaration | No description provided. |
| DeclaredType | org.apache.beehive.netui.compiler.typesystem.type | No description provided. |
| EJBControl | org.apache.beehive.controls.system.ejb | Enterprise Java Bean Control base interface |
| EntityEJBControl | org.apache.beehive.controls.system.ejb | As part of the EJB control, this interface simplifies access to
entity Enterprise JavaBeans (EJBs). |
| EventAdaptor | org.apache.beehive.controls.runtime.bean | The EventAdaptor interface will be implemented by all code-generated event adaptor classes
used to deliver control events to clients. |
| EventDispatcher | org.apache.beehive.controls.api.events | The EventDispatcher interface defines the method signature that a container supporting
the external dispatch of Control events would implement. |
| EventDispatcherRemote | org.apache.beehive.controls.api.events | The EventDispatcherRemote interface defines the event dispatch signature when event
dispatching is happening via RMI. |
| ExceptionContainer | org.apache.beehive.netui.compiler.model | Interface for objects that can hold a collection of ExceptionModels. |
| ExceptionsHandler | org.apache.beehive.netui.pageflow.handler | Handler for exception processing. |
| ExecutableDeclaration | org.apache.beehive.netui.compiler.typesystem.declaration | No description provided. |
| ExpressionEvaluator | org.apache.beehive.netui.script | An interface for evaluating expressions in NetUI. |
| Extensible | org.apache.beehive.controls.api.bean | The Extensible interface is implemented by a Java Control implementation class if the
control defines an extensibility model that allows extended operations to be declared
using a JCX interface. |
| FieldDeclaration | org.apache.beehive.netui.compiler.typesystem.declaration | No description provided. |
| Filer | org.apache.beehive.netui.compiler.typesystem.env | No description provided. |
| ForwardContainer | org.apache.beehive.netui.compiler.model | Interface for objects that can hold a collection of ForwardModels. |
| ForwardRedirectHandler | org.apache.beehive.netui.pageflow.handler | Handler for Servlet forward and redirect. |
| Generator | org.apache.beehive.controls.runtime.generator | The Generator interface will be implemented by APT data types that result in the generation
of new source or text artifacts. |
| Handler | org.apache.beehive.netui.pageflow.handler | Base handler interface. |
| HtmlConstants | org.apache.beehive.netui.tags.html | No description provided. |
| IAttributeConsumer | org.apache.beehive.netui.tags | This interfaces is implemented by tags that allow attributes to be set
externally to the tag. |
| IBehaviorConsumer | org.apache.beehive.netui.tags | This interfaces is implemented by tags that allow a behavior to
added and/or modified through an open ended set of name/value pairs. |
| IDataAccessProvider | org.apache.beehive.netui.script.common | The IDataAccessProvider interface is implemented by objects
that need to provide their children with data and wish
to make it available to them with the container
binding context. |
| IDataGridMessageKeys | org.apache.beehive.netui.databinding.datagrid.api.rendering |
This interfaces exposes a set of message keys that are used by the data grid when
looking-up message values for text and other strings during rendering. |
| IDocumentTypeProducer | org.apache.beehive.netui.tags | This interface will produce a Document type, defined in the enum TagRenderBase. |
| IErrorCollector | org.apache.beehive.netui.tags | An IErrorCollector collects errors generated by the children and reports them. |
| IErrorReporter | org.apache.beehive.netui.tags | An ErrorReporter acts as a container allowing a tag to gather up all errors reported by it's children
and report them as a single group. |
| IFormattable | org.apache.beehive.netui.tags.html | Interface that indicates whether or not a tag's output can be formatted with by a FormatTag. |
| IHtmlAccessable | org.apache.beehive.netui.tags | This is an interface that defines the accessability properties defined by HTML accessability. |
| IHtmlAttrs | org.apache.beehive.netui.tags | No description provided. |
| IHtmlCore | org.apache.beehive.netui.tags | This interface defines the HTML 4.0 core attributes. |
| IHtmlEvents | org.apache.beehive.netui.tags | No description provided. |
| IHtmlI18n | org.apache.beehive.netui.tags | Interface which inforces that the HTML i18n attributes are found on an HTML element as defined by
the HTML 4.0 specification. |
| INameable | org.apache.beehive.netui.pageflow.requeststate | This interface defines what it means to be a namable object. |
| INameInterceptor | org.apache.beehive.netui.tags.naming | An interface that is used to allow interceptors to
modify attributes that are going to be written to a
client from a NetUI JSP tag. |
| INetuiTag | org.apache.beehive.netui.tags | No description provided. |
| Interceptor | org.apache.beehive.controls.spi.svc | The controls implementation architecture has a interceptor model for
adding annotation-based features. |
| Interceptor | org.apache.beehive.netui.pageflow.interceptor | Base class for all interceptors. |
| InterfaceDeclaration | org.apache.beehive.netui.compiler.typesystem.declaration | No description provided. |
| InterfaceType | org.apache.beehive.netui.compiler.typesystem.type | No description provided. |
| InternalConstants | org.apache.beehive.netui.pageflow.internal | No description provided. |
| InvokeListener | org.apache.beehive.controls.runtime.bean | The InvokeListener interface can be implemented by contextual services or helper
classes associated with a ControlBean that want pre/post hook notifications of
invocations occuring on a ControlBean. |
| IScriptReporter | org.apache.beehive.netui.tags.javascript | A ScriptReporter acts as a container for JavaScript generated by children of
the tag. |
| ITreeRootElement | org.apache.beehive.netui.tags.tree | This interface provides additional behavior on the root node in a tree. |
| IUrlParams | org.apache.beehive.netui.tags.html | This interfaces defines the contract allowing tags to add parameters which will
be added to URLs which they generate. |
| JdbcControl | org.apache.beehive.controls.system.jdbc | Simplifies access to a relational database from your Java code using SQL commands. |
| JdbcControl.UndefinedIteratorType | org.apache.beehive.controls.system.jdbc | Default value for the iteratorElementType element of the
SQL annotation. |
| JdbcControl.UndefinedResultSetMapper | org.apache.beehive.controls.system.jdbc | Default value for the resultSetMapper element of the
SQL annotation. |
| JMSControl | org.apache.beehive.controls.system.jms | The control interface for the jms control. |
| JndiControl | org.apache.beehive.controls.system.jndi | The Jndi Control encapsulates access to the JNDI context. |
| Jpf | org.apache.beehive.netui.pageflow.annotations | Wrapper interface for all Page Flow annotations. |
| JpfLanguageConstants | org.apache.beehive.netui.compiler | No description provided. |
| LoginHandler | org.apache.beehive.netui.pageflow.handler | Handler for login/logout/roles. |
| MemberDeclaration | org.apache.beehive.netui.compiler.typesystem.declaration | No description provided. |
| Messager | org.apache.beehive.netui.compiler.typesystem.env | No description provided. |
| MethodDeclaration | org.apache.beehive.netui.compiler.typesystem.declaration | No description provided. |
| NetUIELParserConstants | org.apache.beehive.netui.script.el.parser | No description provided. |
| PackageDeclaration | org.apache.beehive.netui.compiler.typesystem.declaration | No description provided. |
| PageFlowConstants | org.apache.beehive.netui.pageflow | Constants related to Page Flow. |
| PageFlowContextActivator | org.apache.beehive.netui.pageflow | This interface will create an object that will be put into the PageFlow
context, it it doesn't already exist there. |
| PageFlowControlContainer | org.apache.beehive.netui.pageflow | No description provided. |
| PageFlowServiceProvider.HasServletRequest | org.apache.beehive.netui.pageflow.internal | No description provided. |
| ParameterDeclaration | org.apache.beehive.netui.compiler.typesystem.declaration | No description provided. |
| PrimitiveType | org.apache.beehive.netui.compiler.typesystem.type | No description provided. |
| PropertyMap | org.apache.beehive.controls.api.properties | The PropertyMap interface represents a collection of ControlBean properties. |
| ReferenceType | org.apache.beehive.netui.compiler.typesystem.type | No description provided. |
| ReloadableClassHandler | org.apache.beehive.netui.pageflow.handler | Handler for loading and reloading classes. |
| RemoteEventDispatcher | org.apache.beehive.controls.api.events | The RemoteEventDispatcher interface defines the method signature that a container supporting
the external dispatch of Control events would implement if events can be dispatched using RMI. |
| RequestParameterHandler | org.apache.beehive.netui.pageflow | No description provided. |
| ResourceContext | org.apache.beehive.controls.api.context | The ResourceContext interface defines a basic contextual service for coordinating the
resource utilization of a control implementation within a resource scope defined external
to the control. |
| ResourceContext.ResourceEvents | org.apache.beehive.controls.api.context | The ResourceEvents interface defines the resource events delivered by a ResourceContext
provider. |
| ResponseErrorCodeSender | org.apache.beehive.netui.pageflow | No description provided. |
| ScopedRequest | org.apache.beehive.netui.pageflow.scoping | A wrapper around HttpServletRequest, associated with a given scope-key. |
| ScopedResponse | org.apache.beehive.netui.pageflow.scoping | A wrapper around HttpServletResponse, associated with a given scope-key. |
| ServletContainerAdapter | org.apache.beehive.netui.pageflow | Adapter interface for plugging into various Servlet containers. |
| SessionEJBControl | org.apache.beehive.controls.system.ejb | As part of the EJB control, this interface simplifies access to
session Enterprise JavaBeans (EJBs). |
| SourcePosition | org.apache.beehive.netui.compiler.typesystem.util | No description provided. |
| SqlGrammarConstants | org.apache.beehive.controls.system.jdbc.parser | No description provided. |
| StorageHandler | org.apache.beehive.netui.pageflow.handler | Handler for storing Page Flow objects. |
| TemplateConstants | org.apache.beehive.netui.tags.template | Define the constants used by the template tags. |
| Term | org.apache.beehive.netui.script.el | No description provided. |
| TypeConverter | org.apache.beehive.netui.util.type | Interface used to define converters for converting Strings into various
Object types. |
| TypeDeclaration | org.apache.beehive.netui.compiler.typesystem.declaration | No description provided. |
| TypeInstance | org.apache.beehive.netui.compiler.typesystem.type | No description provided. |
| TypeParameterDeclaration | org.apache.beehive.netui.compiler.typesystem.declaration | No description provided. |
| TypesystemElement | org.apache.beehive.netui.compiler.typesystem | No description provided. |
| TypeVariable | org.apache.beehive.netui.compiler.typesystem.type | No description provided. |
| Validatable | org.apache.beehive.netui.pageflow | Interface for beans that can validate themselves. |
| ValidatorConstants | org.apache.beehive.netui.compiler.model.validation | No description provided. |
| ValidatorRuleFactory | org.apache.beehive.netui.compiler.genmodel | No description provided. |
| ViewRenderer | org.apache.beehive.netui.pageflow.internal | No description provided. |
| VoidType | org.apache.beehive.netui.compiler.typesystem.type | No description provided. |