org.jboss.resteasy.links
Annotation Type LinkELProvider
@Target(value={METHOD,TYPE,PACKAGE})
@Retention(value=RUNTIME)
@Documented
public @interface LinkELProvider
Use on your JAX-RS method, resource class or resource class' package to indicate that
you have a custom ELProvider for any links added to this response's entity.
- Author:
- Stéphane Épardaud
Required Element Summary |
java.lang.Class<? extends ELProvider> |
value
The class for the custom ELProvider that will set up the EL context for your
resource discovery. |
value
public abstract java.lang.Class<? extends ELProvider> value
- The class for the custom ELProvider that will set up the EL context for your
resource discovery.
Copyright © 2010. All Rights Reserved.