Package org.apache.tapestry5
Class QueryParameterConstants
- java.lang.Object
-
- org.apache.tapestry5.QueryParameterConstants
-
public class QueryParameterConstants extends java.lang.Object
Defines constants for common query parameters passed in requests from the client.- See Also:
RequestParameter
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ZONE_ID
The client-side id of the element being updated in an Ajax request.
-
Constructor Summary
Constructors Constructor Description QueryParameterConstants()
-
-
-
Field Detail
-
ZONE_ID
public static final java.lang.String ZONE_ID
The client-side id of the element being updated in an Ajax request. This is very useful when writing new content that may update the same zone dynamically, even when theZone
has allocated a dynamic client-side id during initial render.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
QueryParameterConstants
public QueryParameterConstants()
-
-