com.bea.content.controls.extensible
Annotation Type CmxControl.RepositoryInfo


@Inherited
@Retention(value=RUNTIME)
@Target(value=TYPE)
public static @interface CmxControl.RepositoryInfo

Class-level annotation for making a RepositoryInfo available for use within the CmxControlImpl. This annotation must be set for a ControlExtension of CmxControl interface.


Annotation Type Required Member Summary
 String repositoryName
          A String containing the name of the repository to use.
 

Annotation Type Member Detail

repositoryName

public abstract String repositoryName
A String containing the name of the repository to use. Required element.



Copyright © 2006 BEA Systems, Inc. All Rights Reserved