org.apache.tapestry5.internal
Class PropertyOverridesImpl
java.lang.Object
org.apache.tapestry5.internal.PropertyOverridesImpl
- All Implemented Interfaces:
- PropertyOverrides
public class PropertyOverridesImpl
- extends Object
- implements PropertyOverrides
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyOverridesImpl
public PropertyOverridesImpl(ComponentResources resources)
getOverrideBlock
public Block getOverrideBlock(String name)
- Description copied from interface:
PropertyOverrides
- Searches for an override block with the given name.
- Specified by:
getOverrideBlock
in interface PropertyOverrides
- 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
public Messages getOverrideMessages()
- Description copied from interface:
PropertyOverrides
- Returns the override messages (normally, the messages catalog for the component's container).
- Specified by:
getOverrideMessages
in interface PropertyOverrides
Copyright © 2003-2012 The Apache Software Foundation.