|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tapestry5.BindingConstants
public class BindingConstants
Constants for the built-in binding prefixes. These are often used with the Parameter.defaultPrefix()
annotation attribute.
Field Summary | |
---|---|
static java.lang.String |
ASSET
References a localized asset. |
static java.lang.String |
BLOCK
References a named block within the template. |
static java.lang.String |
COMPONENT
A reference to a component within the container's template, by local component id. |
static java.lang.String |
CONTEXT
Binding factory for context assets specifically. |
static java.lang.String |
LITERAL
Binding expression prefix used for literal strings. |
static java.lang.String |
MESSAGE
A reference to a localized message from the component's message catalog (including message keys inherited from the application global message catalog). |
static java.lang.String |
NULLFIELDSTRATEGY
A way of selecting a named NullFieldStrategy contributed to NullFieldStrategySource . |
static java.lang.String |
PROP
Binding expression prefix used to bind to a property of the component. |
static java.lang.String |
SYMBOL
References a value of a symbol. |
static java.lang.String |
TRANSLATE
References a named Translator contributed to the TranslatorSource service. |
static java.lang.String |
VALIDATE
References (and configures) one ore more named Validator s contributed to the FieldValidatorSource service. |
static java.lang.String |
VAR
Allows for temporary storage of information during the render only (may not currently be used during form submission processing). |
Constructor Summary | |
---|---|
BindingConstants()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String LITERAL
public static final java.lang.String PROP
Parameter.defaultPrefix()
is not specified, the default is PROP.
public static final java.lang.String NULLFIELDSTRATEGY
NullFieldStrategy
contributed to NullFieldStrategySource
.
public static final java.lang.String COMPONENT
public static final java.lang.String MESSAGE
public static final java.lang.String VALIDATE
Validator
s contributed to the FieldValidatorSource
service.
FieldValidatorSource
,
Constant Field Valuespublic static final java.lang.String TRANSLATE
Translator
contributed to the TranslatorSource
service. The binding is of type FieldTranslator
.
public static final java.lang.String BLOCK
public static final java.lang.String ASSET
CONTEXT
is used for context assets.
Asset
,
AssetSource
,
Constant Field Valuespublic static final java.lang.String VAR
Loop
component.
public static final java.lang.String CONTEXT
public static final java.lang.String SYMBOL
Constructor Detail |
---|
public BindingConstants()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |