Uses of Class
org.apache.empire.jsf2.pages.Page
Packages that use Page
Package
Description
-
Uses of Page in org.apache.empire.jsf2.app
Methods in org.apache.empire.jsf2.app with type parameters of type PageModifier and TypeMethodDescriptionstatic <T extends Page>
TFacesUtils.getPage(javax.faces.context.FacesContext fc) Methods in org.apache.empire.jsf2.app with parameters of type PageModifier and TypeMethodDescriptionvoidWebApplication.handleException(javax.faces.context.FacesContext context, Page source, Throwable e) Handles an exeption, that could not be handled on the page level The application should redirect to the error page.static voidFacesUtils.redirectFromError(Page page, Throwable t) static voidFacesUtils.redirectFromError(Page page, javax.faces.application.FacesMessage errorMsg) -
Uses of Page in org.apache.empire.jsf2.pageelements
Constructors in org.apache.empire.jsf2.pageelements with parameters of type PageModifierConstructorDescriptionOverload that requires a default sort order to be providedBeanListPageElement(Page page, Class<T> beanClass, DBContext context, DBColumn defaultSortColumn, String propertyName) Overload that requires a default sort order to be providedOverload that requires a default sort order to be providedBeanListPageElement(Page page, Class<T> beanClass, DBContext context, DBRowSet rowset, DBColumn defaultSortColumn, String propertyName) Constructor for creating a BeanListPageElementListPageElement(Page page, Class<T> beanClass, String propertyName) RecordPageElement(Page page, DBRowSet rowset, T record) Creates a record page element for the given Table or ViewRecordPageElement(Page page, DBRowSet rowset, T record, String propertyName) Creates a record page element for the given Table or ViewStaticListPageElement(Page page, Class<T> beanClass, String propertyName) -
Uses of Page in org.apache.empire.jsf2.pages
Classes in org.apache.empire.jsf2.pages with type parameters of type PageFields in org.apache.empire.jsf2.pages declared as PageMethods in org.apache.empire.jsf2.pages that return PageModifier and TypeMethodDescriptionprotected PagePagePhaseListener.createPageBean(String name, PageDefinition pageDef, javax.faces.context.FacesContext fc) Methods in org.apache.empire.jsf2.pages that return types with arguments of type PageMethods in org.apache.empire.jsf2.pages with parameters of type PageModifier and TypeMethodDescriptionprotected voidPagePhaseListener.initPageBean(Page pageBean, javax.faces.context.FacesContext fc, Map<String, Object> viewMap) protected voidPagePhaseListener.setPageParams(Page pageBean, Map<String, String> pageParams) Sets the view MetadataConstructor parameters in org.apache.empire.jsf2.pages with type arguments of type PageModifierConstructorDescriptionPageDefinition(String path, Class<? extends Page> pageBeanClass) Constructs a page definitionPageDefinition(String path, Class<? extends Page> pageBeanClass, String pageBeanName) Constructs a page definitionPageDefinition(String path, Class<? extends Page> pageBeanClass, PageDefinition parent) Constructs a page definitionPageDefinition(String path, Class<? extends Page> pageBeanClass, PageDefinition parent, String pageBeanName) Constructs a page definition -
Uses of Page in org.apache.empire.jsf2.utils
Methods in org.apache.empire.jsf2.utils with parameters of type Page