org.apache.myfaces.trinidad.config
Class RegionConfig
java.lang.Object
org.apache.myfaces.trinidad.config.ComponentConfig
org.apache.myfaces.trinidad.config.RegionConfig
public abstract class RegionConfig
- extends ComponentConfig
Provides metadata about region definitions.
Here's a simple example of a region definition in region-metadata.xml:
<component>
<component-type>
org.apache.myfaces.trinidaddemo.view.faces.region.stock
</component-type>
<component-extension>
<region-jsp-ui-def>/regions/stock.jspx</region-jsp-ui-def>
</component-extension>
</component>
The regionType of a region is defined to be the
componentType of that component.
Method Summary |
abstract String |
getJspUIDef()
Gets the URL of the jsp file that is used to render this region |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RegionConfig
protected RegionConfig()
getJspUIDef
public abstract String getJspUIDef()
- Gets the URL of the jsp file that is used to render this region
Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.