Package org.apache.tapestry5.internal
Class PropertyOverridesImpl
java.lang.Object
org.apache.tapestry5.internal.PropertyOverridesImpl
- All Implemented Interfaces:
PropertyOverrides
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetOverrideBlock
(String name) Searches for an override block with the given name.Returns the override messages (normally, the messages catalog for the component's container).
-
Constructor Details
-
PropertyOverridesImpl
-
-
Method Details
-
getOverrideBlock
Description copied from interface:PropertyOverrides
Searches for an override block with the given name.- Specified by:
getOverrideBlock
in interfacePropertyOverrides
- Parameters:
name
- the name of the block (typically, an informal parameter to a component)- Returns:
- the block if found, or null if not found
-
getOverrideMessages
Description copied from interface:PropertyOverrides
Returns the override messages (normally, the messages catalog for the component's container).- Specified by:
getOverrideMessages
in interfacePropertyOverrides
-