org.apache.cocoon.rest.controller.annotation
Annotation Type RequestHeader


@Retention(value=RUNTIME)
@Target(value=FIELD)
@Inherited
public @interface RequestHeader

This annotation will be used RestController classes to access sitemap parameters.


Optional Element Summary
 String value
           
 

value

public abstract String value
Default:
""


Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.