Uses of Interface
ch.elca.el4j.util.metadata.Attributes

Packages that use Attributes
ch.elca.el4j.services.security.authorization   
ch.elca.el4j.util.metadata   
ch.elca.el4j.util.metadata.annotations   
 

Uses of Attributes in ch.elca.el4j.services.security.authorization
 

Classes in ch.elca.el4j.services.security.authorization that implement Attributes
 class RolesAllowedAnnotationAttributes
          This class is a Java 5 Annotation Attributes metadata implementation used for secure method interception.
 

Uses of Attributes in ch.elca.el4j.util.metadata
 

Classes in ch.elca.el4j.util.metadata that implement Attributes
 class MetaDataCollector
           Depending to the used kind of metadata, it can be defined on a field, on a method, on a class, and on a package.
 

Methods in ch.elca.el4j.util.metadata that return Attributes
 Attributes DefaultGenericMetaDataSource.getMetaDataDelegator()
           
 Attributes GenericMetaDataSource.getMetaDataDelegator()
          Getter method to get the metadata implementation.
 Attributes MetaDataCollector.getMetaDataDelegator()
           
 

Methods in ch.elca.el4j.util.metadata with parameters of type Attributes
 void DefaultGenericMetaDataSource.setMetaDataDelegator(Attributes metaDataDelegator)
           
 void GenericMetaDataSource.setMetaDataDelegator(Attributes attributes)
          Setter method to set the metadata implementation.
 void MetaDataCollector.setMetaDataDelegator(Attributes metaDataDelegator)
           
 

Uses of Attributes in ch.elca.el4j.util.metadata.annotations
 

Classes in ch.elca.el4j.util.metadata.annotations that implement Attributes
 class Annotations
          Helper class to get annotations of a field, method, and class.
 



Copyright © 2005-2011 ELCA. All Rights Reserved.