Library:Apache Beehive
Version:1.0.1
Compatibility:JDK 1.5
Annotations in library Apache Beehive.
NamePackageDescription
AnnotationConstraints.AllowExternalOverrideorg.apache.beehive.controls.api.beanDefines whether the annotation decorated by this annotation can overriden externally (a marker interface).
AnnotationConstraints.MembershipRuleorg.apache.beehive.controls.api.beanProvides a mechanism for enforcing constraints between members of an annotation (such a mechanism is absent from J2SE 5.0; for example, given an annotation with members 'a' and 'b' there is no way to say that they are mutually exclusive).
AnnotationConstraints.RequiredRuntimeVersionorg.apache.beehive.controls.api.beanSpecifies the version of the control runtime required by this annotation.
AnnotationMemberTypes.Dateorg.apache.beehive.controls.api.beanMember is a Date in the format specified (default is YYYY/MM/DD) Only valid on a member that returns String
AnnotationMemberTypes.Decimalorg.apache.beehive.controls.api.beanMember is a Decimal Value.
AnnotationMemberTypes.FilePathorg.apache.beehive.controls.api.beanMember is a File Path Compiler MUST validate that value points to a readable file.
AnnotationMemberTypes.Intorg.apache.beehive.controls.api.beanMember is an Integer value.
AnnotationMemberTypes.JndiNameorg.apache.beehive.controls.api.beanMember is a JNDI name.
AnnotationMemberTypes.Optionalorg.apache.beehive.controls.api.beanMarks a member as optional.
AnnotationMemberTypes.QNameorg.apache.beehive.controls.api.beanMember is a QName Only valid on a member that returns String
AnnotationMemberTypes.Textorg.apache.beehive.controls.api.beanMember must be a String value.
AnnotationMemberTypes.URIorg.apache.beehive.controls.api.beanMember is a URI Only valid on a member that returns String
AnnotationMemberTypes.URLorg.apache.beehive.controls.api.beanMember is a URL Only valid on a member that returns String
AnnotationMemberTypes.URNorg.apache.beehive.controls.api.beanMember is a URN Only valid on a member that returns String
AnnotationMemberTypes.XMLorg.apache.beehive.controls.api.beanMember contains well formed XML Only valid on a member that returns String
BasePropertiesorg.apache.beehive.controls.api.propertiesBase properties that are present intrinsically on all controls.
BeanInfoorg.apache.beehive.controls.api.packagingThe FeatureInfo annotation type defines a JSR-175 syntax for annotating a Control to provide BeanInfo FeatureDescriptor information for the bean, its properties, methods, or events.
Clientorg.apache.beehive.controls.api.eventsThe Client annotation type is used to mark fields in a Control implementation class that define client event proxies.
Contextorg.apache.beehive.controls.api.contextThe Context annotation type is used to annotate a field within a control implementation class that refers to a contextual service.
Controlorg.apache.beehive.controls.api.beanThe Control annotation type is used to annotate a field within a control client source file that is a control reference.
ControlExtensionorg.apache.beehive.controls.api.beanThe ControlExtension annotation type is used to annotate a control extension interface.
ControlImplementationorg.apache.beehive.controls.api.beanThe ControlImplementation annotation type is used to annotate the implementation class for a Java Control.
ControlInterfaceorg.apache.beehive.controls.api.beanThe ControlInterface annotation type is used to annotate a control public interface.
ControlReferencesorg.apache.beehive.controls.api.beanThe ControlReferences annotation type is used to annotate a control client type, listing any control types that the client uses purely programmatically (and not declaratively).
EJBControl.EJBHomeorg.apache.beehive.controls.system.ejbEJBHome specifies the target EJB's home interface for the EJB control using the following attributes:
  • jndiName specifies the JNDI name of the target EJB's home interface (e.g.
EJBControl.JNDIContextEnvorg.apache.beehive.controls.system.ejbJNDIContextEnv specifies the environment properties for the JNDI context that will be used to lookup the target EJB.
EventHandlerorg.apache.beehive.controls.api.eventsThe EventHandler annotation type is used to mark a method that provides the event handler implementation for a Control event.
EventSetorg.apache.beehive.controls.api.eventsThe EventSet annotation type is used to mark an interface that defines a group of events associated with a Java Control.
EventSetInfoorg.apache.beehive.controls.api.packagingThe EventSetInfo annotation type defines a JSR-175 syntax for annotating a Control property declaration to provide java.beans.EventSetDescriptor information.
ExternalPropertySetsorg.apache.beehive.controls.api.beanUsed on control interfaces to specify any external property sets that the control uses.
FeatureAttributeorg.apache.beehive.controls.api.packagingThe FeatureAttribute annotation type defines a JSR-175 syntax for specifying JavaBean FeatureDescriptor attributes associated with a Control.
FeatureInfoorg.apache.beehive.controls.api.packagingThe FeatureInfo annotation type defines a JSR-175 syntax for annotating a Control to provide BeanInfo FeatureDescriptor information for the bean, its properties, methods, or events.
InterceptorAnnotationorg.apache.beehive.controls.spi.svcInterceptorAnnotation is the meta-annotation used to identify annotations that are interceptor-based, and bind an interceptor service interface to those annotations.
JdbcControl.ConnectionDataSourceorg.apache.beehive.controls.system.jdbcClass-level annotation for making a DataSource available for use with the Jdbc Control.
JdbcControl.ConnectionDriverorg.apache.beehive.controls.system.jdbcClass-level annotation for making a ConnectionDriver available for use with the Jdbc Control.
JdbcControl.ConnectionOptionsorg.apache.beehive.controls.system.jdbcClass level annotation used to set options on the JDBC connnection.
JdbcControl.SQLorg.apache.beehive.controls.system.jdbcMethod-level annotation for methods in a jcx which wish to access a database instance.
JdbcControl.TypeMapperorg.apache.beehive.controls.system.jdbcClass / method level annotation for mapping SQL user defined types (UDTs) to and from java objects.
JMSControl.CorrelationIdorg.apache.beehive.controls.system.jmsThe method/parameter representing the message JMS CorrelationID.
JMSControl.Deliveryorg.apache.beehive.controls.system.jmsThe method parameter representing a message delivery mode.
JMSControl.Destinationorg.apache.beehive.controls.system.jmsThe JMS destination annotation for a extended class method.
JMSControl.Expirationorg.apache.beehive.controls.system.jmsThe method parameter representing a message expiration in milliseconds.
JMSControl.Messageorg.apache.beehive.controls.system.jmsThe message type used by the method.
JMSControl.Priorityorg.apache.beehive.controls.system.jmsThe method/parameter annotation representing a message priority.
JMSControl.Propertiesorg.apache.beehive.controls.system.jmsThe method parameter representing one or more properties.
JMSControl.Propertyorg.apache.beehive.controls.system.jmsThe method parameter representing a message property with the given name.
JMSControl.PropertyValueorg.apache.beehive.controls.system.jmsThe method parameter representing a message property with the given name and value.
JMSControl.Typeorg.apache.beehive.controls.system.jmsThe method/parameter representing the message JMS type.
JndiControl.Propertiesorg.apache.beehive.controls.system.jndiNo description provided.
Jpf.Actionorg.apache.beehive.netui.pageflow.annotations

Method-level annotation that configures an action method.

Jpf.ActionOutputorg.apache.beehive.netui.pageflow.annotationsAn action output, which is declared in a @Jpf.Forward annotation and passed from an action method on a Forward object.
Jpf.Catchorg.apache.beehive.netui.pageflow.annotationsA declarative "catch" for exceptions thrown from actions ( Jpf.Action , Jpf.SimpleAction ).
Jpf.CommandHandlerorg.apache.beehive.netui.pageflow.annotationsMethod-level annotation that configures a JavaServerFaces command handler which intends to raise Page Flow actions.
Jpf.ConditionalForwardorg.apache.beehive.netui.pageflow.annotationsAnnotation used within Jpf.SimpleAction to forward conditionally, based on the evaluation of a JSP 2.0-style expression.
Jpf.Controllerorg.apache.beehive.netui.pageflow.annotationsMain class-level annotation required to be present on all page flow ( PageFlowController -derived) and shared flow ( SharedFlowController -derived) classes.
Jpf.ExceptionHandlerorg.apache.beehive.netui.pageflow.annotationsMethod-level annotation that configures an exception handler method, which is invoked when a Jpf.Catch is triggered.
Jpf.FacesBackingorg.apache.beehive.netui.pageflow.annotationsA class-level annotation that denotes a JavaServer Faces backing bean.
Jpf.FormBeanorg.apache.beehive.netui.pageflow.annotationsAn optional class-level annotation that can be used on form bean classes with validation rules.
Jpf.Forwardorg.apache.beehive.netui.pageflow.annotationsA destination that is used by actions ( Jpf.Action , Jpf.SimpleAction ) and exception handlers Jpf.ExceptionHandler .
Jpf.MessageArgorg.apache.beehive.netui.pageflow.annotationsA message argument used within field validation annotations.
Jpf.MessageBundleorg.apache.beehive.netui.pageflow.annotationsAnnotation used within Jpf.Controller to declare a message bundle for use in the page flow.
Jpf.PageFlowFieldorg.apache.beehive.netui.pageflow.annotationsAn annotation that causes a field to get automatically initialized with a reference to the current PageFlowController .
Jpf.RaiseActionorg.apache.beehive.netui.pageflow.annotationsAn annotation used within Jpf.CommandHandler to specify that a form bean should be sent when a particular Page Flow action is raised.
Jpf.SharedFlowFieldorg.apache.beehive.netui.pageflow.annotationsAn annotation that causes a field to get automatically initialized with a reference to a SharedFlowController .
Jpf.SharedFlowReforg.apache.beehive.netui.pageflow.annotationsDeclaration of a shared flow reference, which maps a local shared flow name to an actual shared flow type.
Jpf.SimpleActionorg.apache.beehive.netui.pageflow.annotationsA "simple" action, which defines its behavior wholly through an annotation, rather than through a method.
Jpf.ValidatableBeanorg.apache.beehive.netui.pageflow.annotationsA set of validatable property definitions that will be applied against particular bean type.
Jpf.ValidatablePropertyorg.apache.beehive.netui.pageflow.annotationsA set of validation rules that will be applied against a property.
Jpf.ValidateCreditCardorg.apache.beehive.netui.pageflow.annotationsA validation rule that will fail if it is applied to a property that has a non-empty value which is not a valid credit card number.
Jpf.ValidateCustomRuleorg.apache.beehive.netui.pageflow.annotationsA validation rule that will fail when a given custom ValidatorPlugIn rule fails.
Jpf.ValidateCustomVariableorg.apache.beehive.netui.pageflow.annotationsA variable name/value that is used by Jpf.ValidateCustomRule .
Jpf.ValidateDateorg.apache.beehive.netui.pageflow.annotationsA validation rule that will fail if it is applied to a property that has a non-empty value which is not a date in a given format.
Jpf.ValidateEmailorg.apache.beehive.netui.pageflow.annotationsA validation rule that will fail if it is applied to a property that has a non-empty value which is not a valid email address.
Jpf.ValidateMaskorg.apache.beehive.netui.pageflow.annotationsA validation rule that will fail if it is applied to a property that has a non-empty value which does not match a given regular expression.
Jpf.ValidateMaxLengthorg.apache.beehive.netui.pageflow.annotationsA validation rule that will fail if it is applied to a property that has a non-empty value whose length is greater than a given number of characters.
Jpf.ValidateMinLengthorg.apache.beehive.netui.pageflow.annotationsA validation rule that will fail if it is applied to a property that has a non-empty value whose length is less than a given number of characters.
Jpf.ValidateRangeorg.apache.beehive.netui.pageflow.annotationsA validation rule that will fail if it is applied to a property that has a non-empty value which is not a number within a given range.
Jpf.ValidateRequiredorg.apache.beehive.netui.pageflow.annotationsA validation rule that will fail if it is applied to a property that has no value.
Jpf.ValidateTypeorg.apache.beehive.netui.pageflow.annotationsA validation rule that will fail if it is applied to a property that has a non-empty value which cannot be converted to a given primitive type.
Jpf.ValidateURLorg.apache.beehive.netui.pageflow.annotationsA validation rule that will fail when it is applied to a property that has a non-empty value that is an invalid URL.
Jpf.ValidateValidWhenorg.apache.beehive.netui.pageflow.annotationsA validation rule that will fail when it is applied to a property that has a non-empty value, and when a given expression does not evaluate to true.
Jpf.ValidationLocaleRulesorg.apache.beehive.netui.pageflow.annotationsA set of validation rules that will be applied for a particular locale.
Jpf.ViewPropertiesorg.apache.beehive.netui.pageflow.annotationsOptional class-level annotation that can store tool-specific view properties.
ManifestAttributeorg.apache.beehive.controls.api.packagingThe ManifestAttribute annotation type defines a JSR-175 syntax for specifying JAR manifest attributes associated with a control type.
ManifestAttributesorg.apache.beehive.controls.api.packagingThe ManifestAttributes annotation type enables a set of manifest attributes attributes to be defined for a given control type.
PropertyInfoorg.apache.beehive.controls.api.packagingThe PropertyInfo annotation type defines a JSR-175 syntax for annotating a Control property declaration to provide java.beans.PropertyDescriptor information.
PropertySetorg.apache.beehive.controls.api.propertiesThe PropertySet annotation type is used to mark an interface that defines a set of properties that are associated with a Java Control.
Threadingorg.apache.beehive.controls.api.beanUsed to specify the desired threading policy to apply to a control implementation type.
Versionorg.apache.beehive.controls.api.versioningUsed by the control author to specify the version (major.minor) of the control interface.
VersionRequiredorg.apache.beehive.controls.api.versioningSpecifies the minimum version of the control interface that this extension requires.
VersionSupportedorg.apache.beehive.controls.api.versioningSpecifies the maximum version of the control interface that this implementation supports.
Search