public abstract class RegionConfig extends ComponentConfig
 
  <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.| Modifier | Constructor and Description | 
|---|---|
| protected  | RegionConfig() | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract String | getJspUIDef()Gets the URL of the jsp file that is used to render this region | 
getComponentType, getDescription, getDisplayNamepublic abstract String getJspUIDef()
Copyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.