Library:Apache Beehive
Version:1.0.1
Compatibility:JDK 1.5
Interfaces in library Apache Beehive.
NamePackageDescription
ActionForwardHandlerorg.apache.beehive.netui.pageflow.handlerHandler for action forward processing.
ActionInterceptors.ActionExecutororg.apache.beehive.netui.pageflow.interceptor.action.internalNo description provided.
ActionResolverorg.apache.beehive.netui.pageflowInterface for controller classes that resolve actions to URIs.
ActionResultorg.apache.beehive.netui.pageflowEncapsulation of the results returned by strutsLookup(ServletContext, ServletRequest, HttpServletResponse, String, String[]) .
Adapterorg.apache.beehive.netui.pageflow.adapterBase interface for all discoverable adapters.
AnnotationConstraintsorg.apache.beehive.controls.api.beanAnnotationConstraints defines meta-annotations that allow specification of additional constraints that aren't expressible using J2SE 5.0 meta-annotations.
AnnotationInstanceorg.apache.beehive.netui.compiler.typesystem.declarationNo description provided.
AnnotationMemberTypesorg.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.

AnnotationTypeorg.apache.beehive.netui.compiler.typesystem.typeNo description provided.
AnnotationTypeDeclarationorg.apache.beehive.netui.compiler.typesystem.declarationNo description provided.
AnnotationTypeElementDeclarationorg.apache.beehive.netui.compiler.typesystem.declarationNo description provided.
AnnotationValueorg.apache.beehive.netui.compiler.typesystem.declarationNo description provided.
ArrayTypeorg.apache.beehive.netui.compiler.typesystem.typeNo description provided.
AutoRegisterActionServlet.ModuleConfigLocatororg.apache.beehive.netui.pageflowInterface for specifying alternate locations for auto-registered Struts modules.
BindingContextorg.apache.beehive.netui.script.el.utilNo description provided.
ClassDeclarationorg.apache.beehive.netui.compiler.typesystem.declarationNo description provided.
ClassTypeorg.apache.beehive.netui.compiler.typesystem.typeNo description provided.
ConstructorDeclarationorg.apache.beehive.netui.compiler.typesystem.declarationNo description provided.
ControlAssemblerorg.apache.beehive.controls.api.assemblyControl 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.
ControlAssemblyContextorg.apache.beehive.controls.api.assemblyControl 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.EJBModuleorg.apache.beehive.controls.api.assemblyProviders of ControlAssemblyContext implementations may implement EJBModule to provide access to an EJB module environment.
ControlAssemblyContext.EntAppModuleorg.apache.beehive.controls.api.assemblyProviders of ControlAssemblyContext implementations may implement EntAppModule to provide access to an enterprise application module environment.
ControlAssemblyContext.Factoryorg.apache.beehive.controls.api.assemblyProviders of ControlAssemblyContext implementations MUST implement Factory and newInstance to return their implementation.
ControlAssemblyContext.WebAppModuleorg.apache.beehive.controls.api.assemblyProviders of ControlAssemblyContext implementations may implement WebAppModule to provide access to a webapp module environment.
ControlBeanorg.apache.beehive.controls.api.beanThe ControlBean interface defines a base set of methods that are implemented by all JavaBeans that host Java Controls.
ControlBeanContextorg.apache.beehive.controls.api.contextThe ControlBeanContext interface defines the basic set of contextual services and lifecycle events for Java ControlBean implementations.
ControlBeanContext.LifeCycleorg.apache.beehive.controls.api.contextThe Lifecycle event interface defines a set of lifecycle events exposed by the ControlBeanContext to any registered listener.
ControlBeanContextFactoryorg.apache.beehive.controls.spi.contextThe ControlBeanContextFactory defines a service provider interface for providing implementations of factories to create a ControlBeanContext object.
ControlCheckerorg.apache.beehive.controls.api.beanThe ControlChecker interface is implemented by control authors wishing to enforce rich semantic validation on extension and field instance declarations of their controls.
ControlContainerContextorg.apache.beehive.controls.api.contextThe ControlContainerContext interface defines the basic contract between an external container of controls and the Controls runtime.
ControlFactoryorg.apache.beehive.controls.spi.beanThe ControlFactory interface defines a service provider interface for integrating an external JavaBean instantation/configuration framework with the Controls runtime.
ControlHandleorg.apache.beehive.controls.api.contextThe ControlHandle interface defines a reference object to a control instance that enables control events to be fired on the control.
CoreAnnotationProcessororg.apache.beehive.netui.compiler.typesystem.envAnnotation processor; "core" to differentiate from Sun's AnnotationProcessor.
CoreAnnotationProcessorEnvorg.apache.beehive.netui.compiler.typesystem.envAnnotation processor environment.
Declarationorg.apache.beehive.netui.compiler.typesystem.declarationNo description provided.
DeclaredTypeorg.apache.beehive.netui.compiler.typesystem.typeNo description provided.
EJBControlorg.apache.beehive.controls.system.ejbEnterprise Java Bean Control base interface
EntityEJBControlorg.apache.beehive.controls.system.ejbAs part of the EJB control, this interface simplifies access to entity Enterprise JavaBeans (EJBs).
EventAdaptororg.apache.beehive.controls.runtime.beanThe EventAdaptor interface will be implemented by all code-generated event adaptor classes used to deliver control events to clients.
EventDispatcherorg.apache.beehive.controls.api.eventsThe EventDispatcher interface defines the method signature that a container supporting the external dispatch of Control events would implement.
EventDispatcherRemoteorg.apache.beehive.controls.api.eventsThe EventDispatcherRemote interface defines the event dispatch signature when event dispatching is happening via RMI.
ExceptionContainerorg.apache.beehive.netui.compiler.modelInterface for objects that can hold a collection of ExceptionModels.
ExceptionsHandlerorg.apache.beehive.netui.pageflow.handlerHandler for exception processing.
ExecutableDeclarationorg.apache.beehive.netui.compiler.typesystem.declarationNo description provided.
ExpressionEvaluatororg.apache.beehive.netui.scriptAn interface for evaluating expressions in NetUI.
Extensibleorg.apache.beehive.controls.api.beanThe 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.
FieldDeclarationorg.apache.beehive.netui.compiler.typesystem.declarationNo description provided.
Filerorg.apache.beehive.netui.compiler.typesystem.envNo description provided.
ForwardContainerorg.apache.beehive.netui.compiler.modelInterface for objects that can hold a collection of ForwardModels.
ForwardRedirectHandlerorg.apache.beehive.netui.pageflow.handlerHandler for Servlet forward and redirect.
Generatororg.apache.beehive.controls.runtime.generatorThe Generator interface will be implemented by APT data types that result in the generation of new source or text artifacts.
Handlerorg.apache.beehive.netui.pageflow.handlerBase handler interface.
HtmlConstantsorg.apache.beehive.netui.tags.htmlNo description provided.
IAttributeConsumerorg.apache.beehive.netui.tagsThis interfaces is implemented by tags that allow attributes to be set externally to the tag.
IBehaviorConsumerorg.apache.beehive.netui.tagsThis interfaces is implemented by tags that allow a behavior to added and/or modified through an open ended set of name/value pairs.
IDataAccessProviderorg.apache.beehive.netui.script.commonThe 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.
IDataGridMessageKeysorg.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.

IDocumentTypeProducerorg.apache.beehive.netui.tagsThis interface will produce a Document type, defined in the enum TagRenderBase.
IErrorCollectororg.apache.beehive.netui.tagsAn IErrorCollector collects errors generated by the children and reports them.
IErrorReporterorg.apache.beehive.netui.tagsAn 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.
IFormattableorg.apache.beehive.netui.tags.htmlInterface that indicates whether or not a tag's output can be formatted with by a FormatTag.
IHtmlAccessableorg.apache.beehive.netui.tagsThis is an interface that defines the accessability properties defined by HTML accessability.
IHtmlAttrsorg.apache.beehive.netui.tagsNo description provided.
IHtmlCoreorg.apache.beehive.netui.tagsThis interface defines the HTML 4.0 core attributes.
IHtmlEventsorg.apache.beehive.netui.tagsNo description provided.
IHtmlI18norg.apache.beehive.netui.tagsInterface which inforces that the HTML i18n attributes are found on an HTML element as defined by the HTML 4.0 specification.
INameableorg.apache.beehive.netui.pageflow.requeststateThis interface defines what it means to be a namable object.
INameInterceptororg.apache.beehive.netui.tags.namingAn interface that is used to allow interceptors to modify attributes that are going to be written to a client from a NetUI JSP tag.
INetuiTagorg.apache.beehive.netui.tagsNo description provided.
Interceptororg.apache.beehive.controls.spi.svcThe controls implementation architecture has a interceptor model for adding annotation-based features.
Interceptororg.apache.beehive.netui.pageflow.interceptorBase class for all interceptors.
InterfaceDeclarationorg.apache.beehive.netui.compiler.typesystem.declarationNo description provided.
InterfaceTypeorg.apache.beehive.netui.compiler.typesystem.typeNo description provided.
InternalConstantsorg.apache.beehive.netui.pageflow.internalNo description provided.
InvokeListenerorg.apache.beehive.controls.runtime.beanThe 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.
IScriptReporterorg.apache.beehive.netui.tags.javascriptA ScriptReporter acts as a container for JavaScript generated by children of the tag.
ITreeRootElementorg.apache.beehive.netui.tags.treeThis interface provides additional behavior on the root node in a tree.
IUrlParamsorg.apache.beehive.netui.tags.htmlThis interfaces defines the contract allowing tags to add parameters which will be added to URLs which they generate.
JdbcControlorg.apache.beehive.controls.system.jdbcSimplifies access to a relational database from your Java code using SQL commands.
JdbcControl.UndefinedIteratorTypeorg.apache.beehive.controls.system.jdbcDefault value for the iteratorElementType element of the SQL annotation.
JdbcControl.UndefinedResultSetMapperorg.apache.beehive.controls.system.jdbcDefault value for the resultSetMapper element of the SQL annotation.
JMSControlorg.apache.beehive.controls.system.jmsThe control interface for the jms control.
JndiControlorg.apache.beehive.controls.system.jndiThe Jndi Control encapsulates access to the JNDI context.
Jpforg.apache.beehive.netui.pageflow.annotationsWrapper interface for all Page Flow annotations.
JpfLanguageConstantsorg.apache.beehive.netui.compilerNo description provided.
LoginHandlerorg.apache.beehive.netui.pageflow.handlerHandler for login/logout/roles.
MemberDeclarationorg.apache.beehive.netui.compiler.typesystem.declarationNo description provided.
Messagerorg.apache.beehive.netui.compiler.typesystem.envNo description provided.
MethodDeclarationorg.apache.beehive.netui.compiler.typesystem.declarationNo description provided.
NetUIELParserConstantsorg.apache.beehive.netui.script.el.parserNo description provided.
PackageDeclarationorg.apache.beehive.netui.compiler.typesystem.declarationNo description provided.
PageFlowConstantsorg.apache.beehive.netui.pageflowConstants related to Page Flow.
PageFlowContextActivatororg.apache.beehive.netui.pageflowThis interface will create an object that will be put into the PageFlow context, it it doesn't already exist there.
PageFlowControlContainerorg.apache.beehive.netui.pageflowNo description provided.
PageFlowServiceProvider.HasServletRequestorg.apache.beehive.netui.pageflow.internalNo description provided.
ParameterDeclarationorg.apache.beehive.netui.compiler.typesystem.declarationNo description provided.
PrimitiveTypeorg.apache.beehive.netui.compiler.typesystem.typeNo description provided.
PropertyMaporg.apache.beehive.controls.api.propertiesThe PropertyMap interface represents a collection of ControlBean properties.
ReferenceTypeorg.apache.beehive.netui.compiler.typesystem.typeNo description provided.
ReloadableClassHandlerorg.apache.beehive.netui.pageflow.handlerHandler for loading and reloading classes.
RemoteEventDispatcherorg.apache.beehive.controls.api.eventsThe 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.
RequestParameterHandlerorg.apache.beehive.netui.pageflowNo description provided.
ResourceContextorg.apache.beehive.controls.api.contextThe 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.ResourceEventsorg.apache.beehive.controls.api.contextThe ResourceEvents interface defines the resource events delivered by a ResourceContext provider.
ResponseErrorCodeSenderorg.apache.beehive.netui.pageflowNo description provided.
ScopedRequestorg.apache.beehive.netui.pageflow.scopingA wrapper around HttpServletRequest, associated with a given scope-key.
ScopedResponseorg.apache.beehive.netui.pageflow.scopingA wrapper around HttpServletResponse, associated with a given scope-key.
ServletContainerAdapterorg.apache.beehive.netui.pageflowAdapter interface for plugging into various Servlet containers.
SessionEJBControlorg.apache.beehive.controls.system.ejbAs part of the EJB control, this interface simplifies access to session Enterprise JavaBeans (EJBs).
SourcePositionorg.apache.beehive.netui.compiler.typesystem.utilNo description provided.
SqlGrammarConstantsorg.apache.beehive.controls.system.jdbc.parserNo description provided.
StorageHandlerorg.apache.beehive.netui.pageflow.handlerHandler for storing Page Flow objects.
TemplateConstantsorg.apache.beehive.netui.tags.templateDefine the constants used by the template tags.
Termorg.apache.beehive.netui.script.elNo description provided.
TypeConverterorg.apache.beehive.netui.util.typeInterface used to define converters for converting Strings into various Object types.
TypeDeclarationorg.apache.beehive.netui.compiler.typesystem.declarationNo description provided.
TypeInstanceorg.apache.beehive.netui.compiler.typesystem.typeNo description provided.
TypeParameterDeclarationorg.apache.beehive.netui.compiler.typesystem.declarationNo description provided.
TypesystemElementorg.apache.beehive.netui.compiler.typesystemNo description provided.
TypeVariableorg.apache.beehive.netui.compiler.typesystem.typeNo description provided.
Validatableorg.apache.beehive.netui.pageflowInterface for beans that can validate themselves.
ValidatorConstantsorg.apache.beehive.netui.compiler.model.validationNo description provided.
ValidatorRuleFactoryorg.apache.beehive.netui.compiler.genmodelNo description provided.
ViewRendererorg.apache.beehive.netui.pageflow.internalNo description provided.
VoidTypeorg.apache.beehive.netui.compiler.typesystem.typeNo description provided.
Search