org.jboss.resteasy.annotations.providers.jaxb
Annotation Type Stylesheet
@Target(value={TYPE,METHOD,PARAMETER,FIELD})
@Retention(value=RUNTIME)
public @interface Stylesheet
Specifies an XML stylesheet header
e.g.
You can use replacement expressions in value string.
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
- See Also:
StringContextReplacement
Required Element Summary |
java.lang.String |
href
|
java.lang.String |
type
|
href
public abstract java.lang.String href
type
public abstract java.lang.String type
Copyright © 2010. All Rights Reserved.