- getAccessDecisionVoters() - Method in interface org.apache.myfaces.extensions.cdi.jsf.api.config.view.ViewConfigDescriptor
-
AccessDecisionVoter
s which should be invoked to secure the page represented by the current entry.
- getBeanClass() - Method in interface org.apache.myfaces.extensions.cdi.jsf.api.config.view.PageBeanDescriptor
-
Class of the configured page-bean which is represented by this entry
- getBeanName() - Method in interface org.apache.myfaces.extensions.cdi.jsf.api.config.view.PageBeanDescriptor
-
Name of the configured page-bean which is represented by this entry
- getDefaultErrorViewConfigDescriptor() - Method in interface org.apache.myfaces.extensions.cdi.jsf.api.config.view.ViewConfigResolver
-
Resolves the descriptor for the default-error page
- getErrorViewConfigDescriptor(Class<? extends ViewConfig>) - Method in interface org.apache.myfaces.extensions.cdi.jsf.api.config.view.ViewConfigResolver
-
Resolves the descriptor for the inline- (or default-) error-page
- getMetaData() - Method in interface org.apache.myfaces.extensions.cdi.jsf.api.config.view.ViewConfigDescriptor
-
Custom meta-data which is configured for the entry.
- getMetaData(Class<T>) - Method in interface org.apache.myfaces.extensions.cdi.jsf.api.config.view.ViewConfigDescriptor
-
Custom meta-data which is configured for the entry.
- getNavigationMode() - Method in interface org.apache.myfaces.extensions.cdi.jsf.api.config.view.ViewConfigDescriptor
-
Navigation type which should be used if type-safe navigation is used
- getPageBeanDescriptors() - Method in interface org.apache.myfaces.extensions.cdi.jsf.api.config.view.ViewConfigDescriptor
-
Page-bean descriptors for the page represented by the current entry.
- getUserAgent(FacesContext) - Method in class org.apache.myfaces.extensions.cdi.jsf.api.config.ClientConfig
-
This information will get stored as it cannot
change during the session anyway.
- getViewConfig() - Method in interface org.apache.myfaces.extensions.cdi.jsf.api.config.view.ViewConfigDescriptor
-
Class which was used for creating the current descriptor
- getViewConfigDescriptor(String) - Method in interface org.apache.myfaces.extensions.cdi.jsf.api.config.view.ViewConfigResolver
-
- getViewConfigDescriptor(Class<? extends ViewConfig>) - Method in interface org.apache.myfaces.extensions.cdi.jsf.api.config.view.ViewConfigResolver
-
- getViewConfigDescriptors() - Method in interface org.apache.myfaces.extensions.cdi.jsf.api.config.view.ViewConfigResolver
-
Resolves all descriptors for the known
ViewConfig
s
- getViewId() - Method in interface org.apache.myfaces.extensions.cdi.jsf.api.config.view.ViewConfigDescriptor
-
View-ID of the current descriptor
- getWindowHandlerHtml() - Method in class org.apache.myfaces.extensions.cdi.jsf.api.config.ClientConfig
-
This might return different windowhandlers based on user settings like
his language, an affiliation, etc
- getWindowHandlerResourceLocation() - Method in class org.apache.myfaces.extensions.cdi.jsf.api.config.ClientConfig
-
For branding the whole windowhandler page - e.g.
- InitView - Annotation Type in org.apache.myfaces.extensions.cdi.jsf.api.config.view
-
View-controller annotation for page-beans.
- InlineViewConfigRoot - Annotation Type in org.apache.myfaces.extensions.cdi.jsf.api.config.view
-
Only required for inline view-configs!
Annotate a marker class or interface with this annotation for marking the package of the marker as base package.
- isAlwaysKeepMessages() - Method in class org.apache.myfaces.extensions.cdi.jsf.api.config.JsfModuleConfig
-
Per default all faces-messages are preserved for the next rendering process
- isAlwaysUseNavigationHandlerOnSecurityViolation() - Method in class org.apache.myfaces.extensions.cdi.jsf.api.config.JsfModuleConfig
-
Per default the current view gets replaced with the error-view (in case of a security-violation).
- isApplyRequestValuesPhase() - Method in interface org.apache.myfaces.extensions.cdi.jsf.api.listener.phase.JsfLifecyclePhaseInformation
-
Evaluates if the current phase is the apply-request-values phase.
- isClientSideWindowHandlerRequest(FacesContext) - Method in class org.apache.myfaces.extensions.cdi.jsf.api.config.ClientConfig
-
Users can overload this method to define in which scenarios a request should result
in an 'intercepted' page with proper windowId detection.
- isInitialRedirectEnabled() - Method in class org.apache.myfaces.extensions.cdi.jsf.api.config.JsfModuleConfig
-
If the initial redirect is enabled, a redirect will be performed for adding the current window-id to the url.
- isInvalidValueAwareMessageInterpolatorEnabled() - Method in class org.apache.myfaces.extensions.cdi.jsf.api.config.JsfModuleConfig
-
Allows to use e.g.:
"Validation error: {invalidValue} isn't a valid value."
- isInvokeApplicationPhase() - Method in interface org.apache.myfaces.extensions.cdi.jsf.api.listener.phase.JsfLifecyclePhaseInformation
-
Evaluates if the current phase is the invoke-application phase.
- isJavaScriptEnabled() - Method in class org.apache.myfaces.extensions.cdi.jsf.api.config.ClientConfig
-
Defaults to true
.
- isPartialRequest() - Method in class org.apache.myfaces.extensions.cdi.jsf.api.request.AbstractRequestTypeResolver
-
Exposes if the current request isn't a full request
- isPartialRequest() - Method in interface org.apache.myfaces.extensions.cdi.jsf.api.request.RequestTypeResolver
-
Exposes if the current request isn't a full request
- isPostRequest() - Method in class org.apache.myfaces.extensions.cdi.jsf.api.request.AbstractRequestTypeResolver
-
Exposes if the current request is a post request
- isPostRequest() - Method in interface org.apache.myfaces.extensions.cdi.jsf.api.request.RequestTypeResolver
-
Exposes if the current request is a post request
- isProcessValidationsPhase() - Method in interface org.apache.myfaces.extensions.cdi.jsf.api.listener.phase.JsfLifecyclePhaseInformation
-
Evaluates if the current phase is the process-validations phase.
- isRenderResponsePhase() - Method in interface org.apache.myfaces.extensions.cdi.jsf.api.listener.phase.JsfLifecyclePhaseInformation
-
Evaluates if the current phase is the render-response phase.
- isRestoreViewPhase() - Method in interface org.apache.myfaces.extensions.cdi.jsf.api.listener.phase.JsfLifecyclePhaseInformation
-
Evaluates if the current phase is the restore-view phase.
- isUpdateModelValuesPhase() - Method in interface org.apache.myfaces.extensions.cdi.jsf.api.listener.phase.JsfLifecyclePhaseInformation
-
Evaluates if the current phase is the update-model-values phase.
- isUseViewConfigsAsNavigationCasesEnabled() - Method in class org.apache.myfaces.extensions.cdi.jsf.api.config.JsfModuleConfig
-
esp useful for JSF 2.0