Skip navigation links


org.apache.myfaces.trinidad.config
Class RegionConfig

java.lang.Object
  extended by org.apache.myfaces.trinidad.config.ComponentConfig
      extended by 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.


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

RegionConfig

protected RegionConfig()

Method Detail

getJspUIDef

public abstract java.lang.String getJspUIDef()
Gets the URL of the jsp file that is used to render this region

Skip navigation links


Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.