interface RuntimeAnnotationHandler
Annotation
instances.Modifier and Type | Method and Description |
---|---|
void |
apply(javax.faces.context.FacesContext ctx,
java.lang.Object... params)
Apply the
Annotation (s). |
void apply(javax.faces.context.FacesContext ctx, java.lang.Object... params)
Apply the Annotation
(s). The act
of doing so should affect the JSF runtime in some fashion (see the spec
for the specific annotation types).
NOTE: when adding new types of components that can be annotated,
the fact that we expose varargs here should be hidden. Type-safe methods
should be added to AnnotationManager
to clarify the contract.
ctx
- the FacesContext
for the current
requestparams
- one or more arguments to the handler instance. The type
and number may vary.Copyright © 2002-2013 Oracle America, Inc. All Rights Reserved.