Package | Description |
---|---|
org.apache.empire.jsf2.app | |
org.apache.empire.jsf2.pageelements | |
org.apache.empire.jsf2.pages | |
org.apache.empire.jsf2.utils |
Modifier and Type | Method and Description |
---|---|
static <T extends Page> |
FacesUtils.getPage(javax.faces.context.FacesContext fc) |
Modifier and Type | Method and Description |
---|---|
static void |
FacesUtils.redirectFromError(Page page,
Throwable t) |
Constructor and Description |
---|
BeanListPageElement(Page page,
Class<T> beanClass,
DBContext context,
DBColumn defaultSortColumn)
Overload that requires a default sort order to be provided
|
BeanListPageElement(Page page,
Class<T> beanClass,
DBContext context,
DBColumn defaultSortColumn,
String propertyName)
Overload that requires a default sort order to be provided
|
BeanListPageElement(Page page,
Class<T> beanClass,
DBContext context,
DBRowSet rowSet)
Overload that requires a default sort order to be provided
|
BeanListPageElement(Page page,
Class<T> beanClass,
DBContext context,
DBRowSet rowset,
DBColumn defaultSortColumn,
String propertyName)
Constructor for creating a BeanListPageElement
|
ListPageElement(Page page,
Class<T> beanClass,
String propertyName) |
RecordPageElement(Page page,
DBRowSet rowset,
T record)
Creates a record page element for the given Table or View
|
RecordPageElement(Page page,
DBRowSet rowset,
T record,
String propertyName)
Creates a record page element for the given Table or View
|
StaticListPageElement(Page page,
Class<T> beanClass,
String propertyName) |
Modifier and Type | Method and Description |
---|---|
protected Page |
PagePhaseListener.createPageBean(String name,
PageDefinition pageDef,
javax.faces.context.FacesContext fc) |
Page |
PageElement.getPage() |
Modifier and Type | Method and Description |
---|---|
Class<? extends Page> |
PageDefinition.getPageBeanClass() |
Modifier and Type | Method and Description |
---|---|
protected void |
PagePhaseListener.initPageBean(Page pageBean,
javax.faces.context.FacesContext fc,
Map<String,Object> viewMap) |
protected void |
PagePhaseListener.setPageParams(Page pageBean,
Map<String,String> pageParams)
Sets the view Metadata
|
Constructor and Description |
---|
PageElement(Page page,
String propertyName) |
Constructor and Description |
---|
PageDefinition(String path,
Class<? extends Page> pageBeanClass)
Constructs a page definition
|
PageDefinition(String path,
Class<? extends Page> pageBeanClass,
PageDefinition parent)
Constructs a page definition
|
PageDefinition(String path,
Class<? extends Page> pageBeanClass,
PageDefinition parent,
String pageBeanName)
Constructs a page definition
|
PageDefinition(String path,
Class<? extends Page> pageBeanClass,
String pageBeanName)
Constructs a page definition
|
Modifier and Type | Method and Description |
---|---|
static <T> T |
SessionMap.get(Page page,
String propertyName,
Class<T> type) |
static <T> void |
SessionMap.remove(Page page,
String propertyName,
Class<T> type) |
static <T> void |
SessionMap.remove(Page page,
String propertyName,
Class<T> type,
T object) |
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.