This project has retired. For details please refer to its Attic page.
RequestHeader (Apache Cocoon 3: Parent 3.0.0-beta-1-SNAPSHOT API)

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.