| java.lang.Object org.apache.beehive.controls.runtime.bean.ClientInitializer
ClientInitializer | abstract public class ClientInitializer (Code) | | The ClientInitializer class is an abstract base class that all generated Control
client initializer classes will extend. It provides common utilities and supporting code
for initialization, and has a shared package relationship with the base ControlBean
class providing access to internals not available in a more general context.
|
enforceVersionRequired | protected static void enforceVersionRequired(ControlBean control, VersionRequired versionRequired)(Code) | | Enforces the VersionRequired annotation at runtime (called when an instance of a control is annotated
with VersionRequired). Throws a ControlException if enforcement fails.
Parameters: versionRequired - the value of the VersionRequired annotation on a control field |
|
|