|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ajax4jsf.context.ContextInitParameters
public class ContextInitParameters
This class hold all methods for get application init parameters. Created for single access point to all parameters - simplest for a documentation.
| Field Summary | |
|---|---|
static java.lang.String[] |
DATATABLE_USES_VIEW_LOCALE
|
static java.lang.String |
HANDLE_VIEW_EXPIRED_ON_CLIENT
This parameter define where ViewExpiredException should be handled. |
| Method Summary | |
|---|---|
static boolean |
isDatatableUsesViewLocale(javax.faces.context.FacesContext context)
Defines whether data table should use view root locale for sorting and filtering or the default platform one |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String HANDLE_VIEW_EXPIRED_ON_CLIENT
ViewExpiredException should be handled.
If is it equals "true" , framework should proparate exception to client-side.
public static final java.lang.String[] DATATABLE_USES_VIEW_LOCALE
| Method Detail |
|---|
public static boolean isDatatableUsesViewLocale(javax.faces.context.FacesContext context)
context -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||