Options
All
  • Public
  • Public/Protected
  • All
Menu

An object with some runtime settings, such as the current locale.

Index

Variables

considerEmptyStringNull: boolean

true if the empty string and null should be treated the same way, or false otherwise.

contextPath: string

The current servlet-context path.

cookiesSameSite: string

The cookies same site.

cookiesSecure: boolean

If cookies are secured.

earlyPostParamEvaluation: boolean

If AJAX post params are evaluated early.

locale: string

The current locale, such as en,en_US, or ja.

partialSubmit: boolean

If AJAX partial-submit is enabled.

projectStage: string

The Faces ProjectStage.

validateEmptyFields: boolean

true if empty (input etc.) fields should be validated, or false otherwise.

Generated using TypeDoc