Package org.apache.tapestry5
Class MetaDataConstants
java.lang.Object
org.apache.tapestry5.MetaDataConstants
Meta-data keys that are applied to components and pages. In addition, in many cases a symbol constant key is also a meta data key (where the symbol value is the
ultimate default).
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Meta data key applied to pages that sets the response content type.static final String
Meta data key applied to pages that may only be accessed via secure methods (HTTPS).static final String
Meta data key applied to pages that may only be accessed with a exact activation context.static final String
Meta-data for identifying pages that should only be accessible from clients on the whitelist. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
RESPONSE_CONTENT_TYPE
Meta data key applied to pages that sets the response content type. A factory default provides the value "text/html" when not overridden.- See Also:
-
SECURE_PAGE
Meta data key applied to pages that may only be accessed via secure methods (HTTPS).- See Also:
-
WHITELIST_ONLY_PAGE
Meta-data for identifying pages that should only be accessible from clients on the whitelist. The meta-default is "false".- Since:
- 5.3
- See Also:
-
UNKNOWN_ACTIVATION_CONTEXT_CHECK
Meta data key applied to pages that may only be accessed with a exact activation context.- Since:
- 5.4
- See Also:
-
-
Constructor Details
-
MetaDataConstants
public MetaDataConstants()
-