|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ajax4jsf.context.ContextInitParameters
public final 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. |
static java.lang.String[] |
QUEUE_ENABLED
|
static java.lang.String |
STD_CONTROLS_SKINNING_CLASSES_PARAM
|
static java.lang.String |
STD_CONTROLS_SKINNING_PARAM
|
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 |
static boolean |
isQueueEnabled(javax.faces.context.FacesContext context)
|
static boolean |
isStandardControlSkinningClassesEnabled(javax.faces.context.FacesContext context)
Method for determining STD_CONTROLS_SKINNING_CLASSES_PARAM parameter |
static boolean |
isStandardControlSkinningEnabled(javax.faces.context.FacesContext context)
Method for determining STD_CONTROLS_SKINNING_PARAM parameter |
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[] DATATABLE_USES_VIEW_LOCALE
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 STD_CONTROLS_SKINNING_PARAM
public static final java.lang.String STD_CONTROLS_SKINNING_CLASSES_PARAM
public static final java.lang.String[] QUEUE_ENABLED
Method Detail |
---|
public static boolean isDatatableUsesViewLocale(javax.faces.context.FacesContext context)
context
-
public static boolean isQueueEnabled(javax.faces.context.FacesContext context)
public static boolean isStandardControlSkinningEnabled(javax.faces.context.FacesContext context)
context
-
public static boolean isStandardControlSkinningClassesEnabled(javax.faces.context.FacesContext context)
context
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |