RichFaces Examples Template 4.1.0.20111101-M4

org.richfaces.example
Class Pages

java.lang.Object
  extended by org.richfaces.example.Pages

public class Pages
extends Object

Author:
leo

Field Summary
static String DEFAULT_TITLE_PATTERN
           
 
Constructor Summary
Pages()
           
 
Method Summary
 Pattern compilePattern(String titlePattern)
           
 List<PageDescriptionBean> getJspPages()
           
 String getPath()
           
 String getTitlePattern()
           
 List<PageDescriptionBean> getXhtmlPages()
           
 void setPath(String path)
           
 void setTitlePattern(String titlePattern)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_TITLE_PATTERN

public static final String DEFAULT_TITLE_PATTERN
See Also:
Constant Field Values
Constructor Detail

Pages

public Pages()
Method Detail

getPath

public String getPath()
Returns:
the path

compilePattern

public Pattern compilePattern(String titlePattern)

setPath

public void setPath(String path)
Parameters:
path - the path to set

getJspPages

public List<PageDescriptionBean> getJspPages()

getXhtmlPages

public List<PageDescriptionBean> getXhtmlPages()

setTitlePattern

public void setTitlePattern(String titlePattern)
Parameters:
titlePattern - the titlePattern to set

getTitlePattern

public String getTitlePattern()
Returns:
the titlePattern

RichFaces Examples Template 4.1.0.20111101-M4

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.