|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.myfaces.trinidad.config.ComponentConfig
org.apache.myfaces.trinidad.config.RegionConfig
public abstract class RegionConfig
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.
Constructor Summary | |
---|---|
protected |
RegionConfig()
|
Method Summary | |
---|---|
abstract java.lang.String |
getJspUIDef()
Gets the URL of the jsp file that is used to render this region |
Methods inherited from class org.apache.myfaces.trinidad.config.ComponentConfig |
---|
getComponentType, getDescription, getDisplayName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected RegionConfig()
Method Detail |
---|
public abstract java.lang.String getJspUIDef()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |