org.zkoss.bind.annotation
Annotation Type CookieParam


@Target(value=PARAMETER)
@Retention(value=RUNTIME)
public @interface CookieParam

Marker annotation to identify the name of a parameter of a method.
The value of this parameter is getting from current http request cookie.

Since:
6.0.0
Author:
dennis
See Also:
Init, Command

Required Element Summary
 java.lang.String value
          name of the parameter
 

Element Detail

value

public abstract java.lang.String value
name of the parameter

Returns:
name of the parameter


Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo