public class Pages extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_TITLE_PATTERN |
| Constructor and Description |
|---|
Pages() |
| Modifier and Type | Method and Description |
|---|---|
Pattern |
compilePattern(String titlePattern) |
List<PageDescriptionBean> |
getJspPages() |
String |
getPath() |
String |
getTitlePattern() |
List<PageDescriptionBean> |
getXhtmlPages() |
void |
setPath(String path) |
void |
setTitlePattern(String titlePattern) |
public static final String DEFAULT_TITLE_PATTERN
public String getPath()
public void setPath(String path)
path - the path to setpublic List<PageDescriptionBean> getJspPages()
public List<PageDescriptionBean> getXhtmlPages()
public void setTitlePattern(String titlePattern)
titlePattern - the titlePattern to setpublic String getTitlePattern()
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.