|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
java.beans.PersistenceDelegate API, and
overriding the default persistance algorithm based upon the runtime structure for Controls.- AdaptorPersistenceDelegate() -
Constructor for class AdaptorPersistenceDelegate
-
- add(Object) -
Method in class ControlBeanContext
- Overrides the BeanContextSupport.add() method to perform additional validation
that is unique for ControlBeans containers.
- add(T) -
Method in class AptMethodSet
- Adds a new method to the list.
- addControlType(String, String) -
Method in class ControlClientManifest
- Adds a new control type to the manifest
- addError(Declaration, String, Object...) -
Method in class Diagnostics
-
- addError(AnnotationMirror, String, Object...) -
Method in class Diagnostics
-
- addError(AnnotationValue, String, Object...) -
Method in class Diagnostics
-
- addErrorArrayArgs(AnnotationMirror, String, Object[]) -
Method in class Diagnostics
-
- addEventAdaptor(AptEventSet, EventAdaptor) -
Method in class AptEventField
- Adds a EventAdaptor for a particular EventSet
- addHandler(AptEvent, AptMethod) -
Method in class EventAdaptor
- Adds a new EventHandler for a Event to the EventAdaptor
- addLifeCycleListener(ControlBeanContext.LifeCycle) -
Method in interface ControlBeanContext
- Registers a new listener for LifeCycle events on the context.
- addLifeCycleListener(ControlBeanContext.LifeCycle) -
Method in class ControlBeanContext
-
- addListener(Object) -
Method in class EventNotifier
- Adds a new callback event listener for this EventNotifier
- addListener(Object) -
Method in class UnicastEventNotifier
- Adds a new callback event listener for this EventNotifier.
- addResourceContext(ResourceContext, ControlBean) -
Method in class ControlContainerContext
- Adds a new managed ResourceContext to the ControlContainerContext.
- addResourceEventsListener(ResourceContext.ResourceEvents) -
Method in interface ResourceContext
- Registers a listener that implements the ResourceEvents interface for the ResourceContext.
- addResourceEventsListener(ResourceContext.ResourceEvents) -
Method in class ResourceContextImpl
-
- addsBoundPropertySupport() -
Method in class AptControlInterface
- Returns true if this interface is the first interface in the inheritance hierarchy
to declare support for bound properties.
- addsConstrainedPropertySupport() -
Method in class AptControlInterface
- Returns true if this interface is the first interface in the inheritance hierarchy
to declare support for constrained properties.
- addToManifest(Manifest, List<File>) -
Method in class ControlJarTask
-
- addWarning(Declaration, String, Object...) -
Method in class Diagnostics
-
- addWarning(AnnotationMirror, String, Object...) -
Method in class Diagnostics
-
- addWarning(AnnotationValue, String, Object...) -
Method in class Diagnostics
-
- AnnotatedElementMap - Class in org.apache.beehive.controls.api.properties
- The AnnotatedElementMap represents a read-only PropertyMap where property values are
derived from JSR-175 annotations.
- AnnotatedElementMap(AnnotatedElement) -
Constructor for class AnnotatedElementMap
- Creates a new PropertyMap that is initialized based upon the type and annotations
associated with an AnnotatedElement.
- AnnotatedElementMapPersistenceDelegate - Class in org.apache.beehive.controls.runtime.bean
- The AnnotatedElementMapPersistenceDelegate is an XMLEncoder PersistenceDelegate for
the
org.apache.beehive.controls.api.properties.AnnotatedElementMap
class. - AnnotatedElementMapPersistenceDelegate() -
Constructor for class AnnotatedElementMapPersistenceDelegate
-
- AnnotationConstraintAptValidator - Class in 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. - AnnotationConstraintAptValidator() -
Constructor for class AnnotationConstraintAptValidator
-
- AnnotationConstraints - Interface in 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.
- AnnotationConstraints.AllowExternalOverride - Annotation Type in org.apache.beehive.controls.api.bean
- Defines whether the annotation decorated by this
annotation can overriden externally (a marker interface).
- AnnotationConstraints.MembershipRule - Annotation Type in org.apache.beehive.controls.api.bean
- Provides 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.MembershipRuleValues - Enum in org.apache.beehive.controls.api.bean
- Defines a number of simple constraints on the way annotation members
can be used together.
- AnnotationConstraints.RequiredRuntimeVersion - Annotation Type in org.apache.beehive.controls.api.bean
- Specifies the version of the control runtime required by this annotation.
- AnnotationConstraintValidator - Class in org.apache.beehive.controls.runtime.bean
- This class offers methods for validating values assigned to a control property.
- AnnotationConstraintValidator() -
Constructor for class AnnotationConstraintValidator
-
- AnnotationMemberTypes - Interface in 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.
- AnnotationMemberTypes.Date - Annotation Type in org.apache.beehive.controls.api.bean
- Member is a Date in the format specified (default is YYYY/MM/DD)
Only valid on a member that returns String
- AnnotationMemberTypes.Decimal - Annotation Type in org.apache.beehive.controls.api.bean
- Member is a Decimal Value.
- AnnotationMemberTypes.FilePath - Annotation Type in org.apache.beehive.controls.api.bean
- Member is a File Path
Compiler MUST validate that value points
to a
readable
file. - AnnotationMemberTypes.Int - Annotation Type in org.apache.beehive.controls.api.bean
- Member is an Integer value.
- AnnotationMemberTypes.JndiName - Annotation Type in org.apache.beehive.controls.api.bean
-
- AnnotationMemberTypes.JndiName.ResourceType - Enum in org.apache.beehive.controls.api.bean
-
- AnnotationMemberTypes.Optional - Annotation Type in org.apache.beehive.controls.api.bean
- Marks a member as optional.
- AnnotationMemberTypes.QName - Annotation Type in org.apache.beehive.controls.api.bean
- Member is a QName
Only valid on a member that returns String
- AnnotationMemberTypes.Text - Annotation Type in org.apache.beehive.controls.api.bean
- Member must be a String value.
- AnnotationMemberTypes.URI - Annotation Type in org.apache.beehive.controls.api.bean
- Member is a URI
Only valid on a member that returns String
- AnnotationMemberTypes.URL - Annotation Type in org.apache.beehive.controls.api.bean
- Member is a URL
Only valid on a member that returns String
- AnnotationMemberTypes.URN - Annotation Type in org.apache.beehive.controls.api.bean
- Member is a URN
Only valid on a member that returns String
- AnnotationMemberTypes.XML - Annotation Type in org.apache.beehive.controls.api.bean
- Member contains well formed XML
Only valid on a member that returns String
- AppAssemblyContext - Class in org.apache.beehive.controls.runtime.assembly
- A ControlAssemblyContext implementation supporting standard Enterprise app modules
- AppAssemblyContext(Class, Map<String, String>, Set<String>, File, String, File) -
Constructor for class AppAssemblyContext
-
- AppAssemblyContext.Factory - Class in org.apache.beehive.controls.runtime.assembly
-
- AppAssemblyContext.Factory() -
Constructor for class AppAssemblyContext.Factory
-
- AptAnnotationHelper - Class in org.apache.beehive.controls.runtime.generator
- The AptAnnotationHelper class is a helper class that aids in the reading of annotation
values using APT metadata
- AptAnnotationHelper(AnnotationMirror) -
Constructor for class AptAnnotationHelper
- Initialize a new helper instance based upon a specific annotation declaration.
- AptClientField - Class in org.apache.beehive.controls.runtime.generator
- The AptClientField class describes a reference to a client callback notifier within an
AptControlImplementation class.
- AptClientField(AptControlImplementation, FieldDeclaration, AnnotationProcessorEnvironment) -
Constructor for class AptClientField
- Base constructor, protected so only a custom subclass can invoke
- AptContextField - Class in org.apache.beehive.controls.runtime.generator
- The AptContextField class contains information about a field referring to a contextual
service with an AptControlImplementation class.
- AptContextField(AptControlImplementation, FieldDeclaration, AnnotationProcessorEnvironment) -
Constructor for class AptContextField
- Base constructor, protected so only a custom subclass can invoke
- AptControlClient - Class in org.apache.beehive.controls.runtime.generator
- The AptControlClient class contains metadata about a class that contains nested control
references (AptControlField).
- AptControlClient(Declaration, AnnotationProcessorEnvironment) -
Constructor for class AptControlClient
- Constructs a new ControlClient instance where information is derived
from APT metadata
- AptControlField - Class in org.apache.beehive.controls.runtime.generator
- The AptControlField class contains information about a field that refers to a nested control.
- AptControlField(AptType, FieldDeclaration, AnnotationProcessorEnvironment) -
Constructor for class AptControlField
- Base constructor, protected so only a custom subclass can invoke
- AptControlImplementation - Class in org.apache.beehive.controls.runtime.generator
- The AptControlImplementation class provides validation and metadata management when
processing a ControlImplementation class.
- AptControlImplementation(Declaration, AnnotationProcessorEnvironment) -
Constructor for class AptControlImplementation
- Constructs a new AptControlImplementation instance where information is derived
from APT metadata
- AptControlInterface - Class in org.apache.beehive.controls.runtime.generator
- The AptControlInterface provides validation and metadata management for a ControlInterface
or ControlExtension class during APT processing.
- AptControlInterface(Declaration, AnnotationProcessorEnvironment) -
Constructor for class AptControlInterface
- Constructs a new AptControlInterface instance where interface information is derived
from an APT interface declaration
- AptEvent - Class in org.apache.beehive.controls.runtime.generator
- The AptEvent class represents a control Property where the event attributes
are derived using APT metadata
- AptEvent(AptEventSet, MethodDeclaration, AnnotationProcessorEnvironment) -
Constructor for class AptEvent
- Constructs a new AptEvent instance from APT metadata
- AptEventField - Class in org.apache.beehive.controls.runtime.generator
- The AptEventField class represents a field type that is also an event source
- AptEventField(FieldDeclaration) -
Constructor for class AptEventField
-
- AptEventHandler - Class in org.apache.beehive.controls.runtime.generator
- The AptEventHandler class represents a control EventHandler where the event attributes
are derived using APT metadata
- AptEventHandler(AptEvent, MethodDeclaration, AnnotationProcessorEnvironment) -
Constructor for class AptEventHandler
- Constructs a new AptEventHandler instance
from APT metadata
- AptEventSet - Class in org.apache.beehive.controls.runtime.generator
- The AptEventSet class represents a control EventSet where the events
are derived using APT metadata.
- AptEventSet(AptControlInterface, InterfaceDeclaration, AnnotationProcessorEnvironment) -
Constructor for class AptEventSet
- Constructs a new AptEventSet instance from APT metadata
- AptField - Class in 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 - Class in 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.
- AptMethod(MethodDeclaration, AnnotationProcessorEnvironment) -
Constructor for class AptMethod
- Constructs a new AptMethod instance associated with a specific method declaration
- AptMethodSet<T extends AptMethod> - Class in org.apache.beehive.controls.runtime.generator
- The AptMethodSet method represents a collection of AptMethod objects.
- AptMethodSet() -
Constructor for class AptMethodSet
-
- AptOperation - Class in org.apache.beehive.controls.runtime.generator
- The AptOperation class represents a control operation where the operation attributes
are derived using APT metadata.
- AptOperation(AptControlInterface, MethodDeclaration, AnnotationProcessorEnvironment) -
Constructor for class AptOperation
- Constructs a new ControlOperation instance where interface information is derived
from APT metadata
- AptProperty - Class in org.apache.beehive.controls.runtime.generator
- The AptProperty class represents a control Property where the property attributes
are derived using APT metadata
- AptProperty(AptPropertySet, AnnotationTypeElementDeclaration, AnnotationProcessorEnvironment) -
Constructor for class AptProperty
- Constructs a new AptProperty instance
from APT metadata
- AptPropertySet - Class in org.apache.beehive.controls.runtime.generator
- The AptPropertySet class represents a control PropertySet where the property list
is derived using APT metadata
- AptPropertySet(AptControlInterface, Declaration, AnnotationProcessorEnvironment) -
Constructor for class AptPropertySet
- Constructs a new AptPropertySet instance from APT metadata
- AptTask - Class in org.apache.beehive.controls.runtime.generator
- The AptTask class defines a custom ANT task for invoking APT-based code generation.
- AptTask() -
Constructor for class AptTask
-
- AptType - Class in 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
- AptType() -
Constructor for class AptType
-
- assemble(ControlAssemblyContext) -
Method in interface ControlAssembler
-
- assemble(ControlAssemblyContext) -
Method in class DefaultControlAssembler
-
- assemble(File, String, File, String, Map<String, String>, Map<String, Set<String>>, ClassLoader) -
Static method in class Assembler
- Executes basic assembly algorithm.
- Assembler - Class in org.apache.beehive.controls.runtime.assembly
-
- Assembler() -
Constructor for class Assembler
-
- AssembleTask - Class in org.apache.beehive.controls.runtime.assembly
- AssembleTask defines a custom ant task to perform control assembly.
- AssembleTask() -
Constructor for class AssembleTask
-
java.beans.PersistenceDelegate API, and overriding the default
persistence algorithm based upon the runtime structure for Controls.- BeanPersistenceDelegate() -
Constructor for class BeanPersistenceDelegate
-
- BeanPropertyMap - Class in org.apache.beehive.controls.api.properties
- The BeanPropertyMap class represents a collection of property values where properties are
stored in a local HashMap.
- BeanPropertyMap(Class) -
Constructor for class BeanPropertyMap
- Creates an empty BeanPropertyMap associated with the specific Control public
interface, PropertySet, or annotation type.
- BeanPropertyMap(PropertyMap) -
Constructor for class BeanPropertyMap
- Creates a BeanPropertyMap that wraps another PropertyMap.
- BeanPropertyMap(T) -
Constructor for class BeanPropertyMap
- Creates a BeanPropertyMap where default values are derived from a single annotation
type instance.
- BEEHIVE_VERSION_PROP -
Static variable in class ControlClientManifest
-
- beginContext() -
Method in interface ControlContainerContext
- Makes the ControlContainerContext instance the current active context.
- beginContext(ControlContainerContext) -
Static method in class ControlThreadContext
- Defines the beginning of a new control container execution context.
- beginContext() -
Method in class ControlContainerContext
- Defines the beginning of a new control container execution context.
- beginContext(ServletContext, ServletRequest, ServletResponse) -
Method in class ServletBeanContext
- Begins a new execution context, associated with a specific ServletRequest
java.beans.PersistenceDelegate API, and overriding
the default persistance algorithm based upon the runtime structure for Controls.- ContextPersistenceDelegate() -
Constructor for class ContextPersistenceDelegate
-
- Control - Annotation Type in org.apache.beehive.controls.api.bean
- The Control annotation type is used to annotate a field within a control
client source file that is a control reference.
- ControlAnnotationProcessor - Class in org.apache.beehive.controls.runtime.generator.apt
-
- ControlAnnotationProcessor(Set<AnnotationTypeDeclaration>, AnnotationProcessorEnvironment) -
Constructor for class ControlAnnotationProcessor
-
- ControlAnnotationProcessorFactory - Class in org.apache.beehive.controls.runtime.generator.apt
-
- ControlAnnotationProcessorFactory() -
Constructor for class ControlAnnotationProcessorFactory
-
- ControlAssembler - Interface in org.apache.beehive.controls.api.assembly
- This interface provides the methods that can be called at assembly-time
by build tools.
- ControlAssemblyContext - Interface in 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 - Interface in org.apache.beehive.controls.api.assembly
- Providers of ControlAssemblyContext implementations may implement
EJBModule to provide access to an EJB module environment.
- ControlAssemblyContext.EntAppModule - Interface in org.apache.beehive.controls.api.assembly
- Providers of ControlAssemblyContext implementations may implement
EntAppModule to provide access to an enterprise application module
environment.
- ControlAssemblyContext.Factory - Interface in org.apache.beehive.controls.api.assembly
- Providers of ControlAssemblyContext implementations MUST implement
Factory and newInstance to return their implementation.
- ControlAssemblyContext.WebAppModule - Interface in org.apache.beehive.controls.api.assembly
- Providers of ControlAssemblyContext implementations may implement
WebAppModule to provide access to a webapp module environment.
- ControlAssemblyException - Exception in org.apache.beehive.controls.api.assembly
-
- ControlAssemblyException(String) -
Constructor for exception ControlAssemblyException
-
- ControlAssemblyException(String, Throwable) -
Constructor for exception ControlAssemblyException
-
- ControlBean - Interface in 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. - ControlBean - Class in org.apache.beehive.controls.runtime.bean
- The ControlBean class is an abstract base class for the JavaBean classes generated to support
Workshop controls.
- ControlBean(ControlBeanContext, String, PropertyMap, Class) -
Constructor for class ControlBean
-
- ControlBean - Class in 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(AptControlInterface) -
Constructor for class ControlBean
- Constructs a new ControlBean class supporting a particular bean interface
- ControlBeanContext - Interface in org.apache.beehive.controls.api.context
- The ControlBeanContext interface defines the basic set of contextual services and lifecycle
events for Java ControlBean implementations.
- ControlBeanContext - Class in org.apache.beehive.controls.runtime.bean
- The ControlBeanContext implements the basic BeanContextServices implementation
for ControlBeans.
- ControlBeanContext(ControlBean) -
Constructor for class ControlBeanContext
- Creates a new ControlBeanContext instance associated with a specific
control bean.
- ControlBeanContext.LifeCycle - Interface in org.apache.beehive.controls.api.context
- The Lifecycle event interface defines a set of lifecycle events exposed by the
ControlBeanContext to any registered listener.
- ControlBeanInfo - Class in org.apache.beehive.controls.runtime.bean
- The ControlBeanInfo class is an abstract base class for the JavaBean BeanInfo classes generated
to support Beehive controls.
- ControlBeanInfo(Class) -
Constructor for class ControlBeanInfo
- Protected constructor that is called from generated BeanInfo subclasses.
- ControlChecker - Interface in 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.
- ControlClientAnnotationProcessor - Class in org.apache.beehive.controls.runtime.generator.apt
-
- ControlClientAnnotationProcessor(Set<AnnotationTypeDeclaration>, AnnotationProcessorEnvironment) -
Constructor for class ControlClientAnnotationProcessor
-
- ControlClientAnnotationProcessorFactory - Class in org.apache.beehive.controls.runtime.generator.apt
-
- ControlClientAnnotationProcessorFactory() -
Constructor for class ControlClientAnnotationProcessorFactory
-
- ControlClientManifest - Class in 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.
- ControlClientManifest(File) -
Constructor for class ControlClientManifest
- Loads a ControlClientManifest from an existing manifest file.
- ControlClientManifest(String) -
Constructor for class ControlClientManifest
- Creates a new ControlClientManifest
- ControlContainerContext - Interface in org.apache.beehive.controls.api.context
- The ControlContainerContext interface defines the basic contract between an external container
of controls and the Controls runtime.
- ControlContainerContext - Class in org.apache.beehive.controls.runtime.bean
- The ControlContainerContext class provides a base class implementation for external containers
of ControlBeans.
- ControlContainerContext() -
Constructor for class ControlContainerContext
-
- ControlEventSetDescriptor - Class in org.apache.beehive.controls.runtime.packaging
- The ControlEventSetDescriptor is a result of an infortunate evoluntary flaw in the
java.beans.EventSetDescriptor class.
- ControlEventSetDescriptor(String, Class<?>, MethodDescriptor[], Method, Method, Method) -
Constructor for class ControlEventSetDescriptor
- This constructor adds the getListenerMethod argument that is missing from the JDK!
- ControlException - Exception in org.apache.beehive.controls.api
- The ControlException class declares an unchecked exception that is thrown by the Controls
runtime under certain failure conditions.
- ControlException(String) -
Constructor for exception ControlException
- Constructs a ControlException object with the specified String as a message.
- ControlException(String, Throwable) -
Constructor for exception ControlException
- Constructs a ControlException object using the specified String as a message, and the
specified Throwable as a nested exception.
- ControlExtension - Annotation Type in org.apache.beehive.controls.api.bean
- The ControlExtension annotation type is used to annotate a control extension interface.
- ControlFilter - Class in 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.
- ControlFilter() -
Constructor for class ControlFilter
-
- ControlHandle - Interface in 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.
- ControlImplementation - Annotation Type in org.apache.beehive.controls.api.bean
- The ControlImplementation annotation type is used to annotate the implementation class for a
Java Control.
- ControlInterface - Annotation Type in org.apache.beehive.controls.api.bean
- The ControlInterface annotation type is used to annotate a control public interface.
- ControlJarTask - Class in 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.
- ControlJarTask() -
Constructor for class ControlJarTask
-
- ControlMemberTypeAnnotationProcessor - Class in org.apache.beehive.controls.runtime.generator.apt
-
- ControlMemberTypeAnnotationProcessor(Set<AnnotationTypeDeclaration>, AnnotationProcessorEnvironment) -
Constructor for class ControlMemberTypeAnnotationProcessor
-
- ControlMemberTypeAnnotationProcessorFactory - Class in org.apache.beehive.controls.runtime.generator.apt
-
- ControlMemberTypeAnnotationProcessorFactory() -
Constructor for class ControlMemberTypeAnnotationProcessorFactory
-
- ControlReferences - Annotation Type in org.apache.beehive.controls.api.bean
- The ControlReferences annotation type is used to annotate a control client
type, listing any control types that the client uses purely programmatically
(and not declaratively).
- Controls - Class in org.apache.beehive.controls.api.bean
- Helper class for using controls.
- Controls() -
Constructor for class Controls
-
- ControlThreadContext - Class in org.apache.beehive.controls.api.context
- The ControlThreadContext class manages the association between ControlContainerContexts
and threads of execution.
- ControlThreadContext() -
Constructor for class ControlThreadContext
-
- createClasspath() -
Method in class AssembleTask
-
- createFileset() -
Method in class AssembleTask
-
- createJavaOutputFile(String, String) -
Method in interface ControlAssemblyContext
- Deprecated.
- createJavaOutputFile(String, String) -
Method in class BaseAssemblyContext
-
java.beans.beancontext.BeanContext
that provides the parent
context for the Java Control.
org.apache.beehive.controls.api.context.ControlBeanContext
instance
that provides the local context for this control bean.
java.beans.PersistenceDelegate API, and overriding
the default persistance algorithm based upon the runtime structure for Controls.- ImplPersistenceDelegate() -
Constructor for class ImplPersistenceDelegate
-
- IndentingWriter - Class in org.apache.beehive.controls.runtime.generator
- The IndentingWriter class is a simple implementation of an indenting code writer
- IndentingWriter(Writer) -
Constructor for class IndentingWriter
-
- IndentingWriter(Writer, int) -
Constructor for class IndentingWriter
-
- init(FilterConfig) -
Method in class ControlFilter
-
- initClients() -
Method in class AptControlImplementation
- Initializes the list of ClientFields declared directly by this ControlImpl
- initControlInterface() -
Method in class AptContextField
- Initializes a ControlInterface associated with this context field.
- initControlInterface() -
Method in class AptControlField
- Initializes the ControlInterface associated with this ControlField
- initControlInterface() -
Method in class AptEventField
- Inits the ControlInterface associated with this event field.
- initControls(ControlBean, Object) -
Method in class ImplInitializer
- Initializes all nested controls required by the target implementation instance.
- initControls() -
Method in class AptControlClient
- Initializes the list of ControlFields declared directly by this ControlClient
- initEventAdaptors() -
Method in class AptControlClient
- Initializes the list of EventAdaptors for this ControlImpl
- initEventAdaptors() -
Method in class AptControlImplementation
- Initializes the list of EventAdaptors for this ControlImpl
- initEventProxies(ControlBean, Object) -
Method in class ImplInitializer
- Initializes all event proxies required by the target implementation instance.
- initEvents() -
Method in class AptEventSet
- Initializes the list of Events associated with this EventSet
- initialize(Class<?>, Object, Object, Encoder) -
Method in class AdaptorPersistenceDelegate
- PersistenceDelegate.initialize()
- initialize(Class<?>, Object, Object, Encoder) -
Method in class BeanPersistenceDelegate
- PersistenceDelegate.initialize()
- initialize(Class<?>, Object, Object, Encoder) -
Method in class ContextPersistenceDelegate
- PersistenceDelegate.initialize()
- initialize() -
Method in class ControlBeanContext
- Called by BeanContextSupport superclass during construction and deserialization to
initialize subclass transient state
- initialize() -
Method in class ControlContainerContext
- Called by BeanContextSupport superclass during construction and deserialization to
initialize subclass transient state
- initialize(ControlBean, Object) -
Method in class ImplInitializer
- Initializes a new ControlImplementation instance associated with the specified bean.
- initialize(Class<?>, Object, Object, Encoder) -
Method in class ImplPersistenceDelegate
- PersistenceDelegate.initialize()
- initialize() -
Method in class ServletBeanContext
- Called by BeanContextSupport superclass during construction and deserialization to
initialize subclass transient state
- initializeClient(ClassLoader, Object, ControlBeanContext) -
Static method in class Controls
- Helper method for initializing instances of declarative control clients (objects that use controls via @Control
and @EventHandler annotations).
- initializeControl() -
Method in class ControlBeanContext
- The initializeControl method is invoked when the implementation instance associated
with the context has been instantiated and initialized.
- initProperties() -
Method in class AptPropertySet
- Initializes the list of ControlProperties associated with this ControlPropertySet
- initServices(ControlBean, Object) -
Method in class ImplInitializer
- Initializes all contextual services required by the target implementation instance.
- initSuperEventSet() -
Method in class AptEventSet
- Checks to see if this EventSet extends on declared on a parent control interface.
- initZipOutputStream(ZipOutputStream) -
Method in class ControlJarTask
- Step #2: Override Jar.initZipOutputStream to inject manifest sections.
- instantiate(ClassLoader, String, PropertyMap) -
Static method in class Controls
- Factory method for instantiating controls.
- instantiate(ClassLoader, String, PropertyMap, ControlBeanContext, String) -
Static method in class Controls
- Factory method for instantiating controls.
- instantiate(Class<T>, PropertyMap, ControlBeanContext, String) -
Static method in class Controls
- Factory method for instantiating controls.
- instantiate(Object, Encoder) -
Method in class AdaptorPersistenceDelegate
- PersistenceDelegate.instantiate()
- instantiate(Object, Encoder) -
Method in class AnnotatedElementMapPersistenceDelegate
-
- instantiate(Object, Encoder) -
Method in class BeanPersistenceDelegate
- PersistenceDelegate.instantiate()
- instantiate(Object, Encoder) -
Method in class ContextPersistenceDelegate
- PersistenceDelegate.instantiate()
- instantiate(Object, Encoder) -
Method in class ImplPersistenceDelegate
- PersistenceDelegate.instantiate()
- INTERCEPTOR_CONFIG_FILE -
Static variable in class ControlBeanContext
- Filename that contains ordering priority for controls interceptor services.
- INTERFACE_NAME -
Static variable in annotation type ControlInterface
- Placeholder string used in defaultBinding attr.
- invoke(Method, Object[]) -
Method in interface Extensible
- Called by the Controls runtime to handle calls to methods of an
extensible control.
- invoke(Object, Method, Object[]) -
Method in class PropertySetProxy
-
- InvokeListener - Interface in 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.
- isAnnotation() -
Method in class AptProperty
- Returns true if the property is an annotation type, false otherwise
- isBound() -
Method in class AptProperty
- Returns 'true' is the property is a bound property that will support registration of
a PropertyChangeListener for change notifications.
- isConstrained() -
Method in class AptProperty
- Returns 'true' is the property is a constrained property that will support registration of
a VetoableChangeListener for vetoable change notifications.
- isExtension() -
Method in class AptControlInterface
- Returns true if this interface is a ControlExtension (jcx) interface, false
otherwise.
- isOptional() -
Method in class AptPropertySet
- Returns whether or not this propertyset exposes setters
- isRootPackage() -
Method in class ClientInitializer
- Is the ClientInitializer in the root package?
- isSingleThreadedContainer() -
Method in interface ControlBeanContext
- Returns true if this container guarantees single-threaded behaviour.
- isSingleThreadedContainer() -
Method in class ControlBeanContext
- Returns true if this container associated with this context service enforces
single-threaded invocation, false otherwise.
- isSingleThreadedContainer() -
Method in class ControlContainerContext
- Returns true if this container guarantees single-threaded behaviour.
- isUnicast() -
Method in class AptEventSet
- Returns 'true' if the event set support only unicast (single listener) events,
false otherwise.
- isValidKey(PropertyKey) -
Method in class BaseMap
- Checks to ensure that the provided key is a valid key for this PropertyMap
PropertyMap
.=
value) to be passed to
APT.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |