A B C D E F G H I J K L M N O P Q R S T U V W Y 

G

GenericEnumConverter - Class in org.omnifaces.converter
This generic enum converter is intended for use in UISelectMany components whose value is been bound to a List<E> property where E is an enum.
GenericEnumConverter() - Constructor for class org.omnifaces.converter.GenericEnumConverter
 
get(Contextual<T>) - Method in class org.omnifaces.cdi.viewscope.ViewScopeContext
 
get(Contextual<T>, CreationalContext<T>) - Method in class org.omnifaces.cdi.viewscope.ViewScopeContext
 
get(StateHelper, String) - Static method in class org.omnifaces.component.EditableValueHolderStateHelper
Returns the state helper of the EditableValueHolder child associated with the given client ID.
get(String) - Method in interface org.omnifaces.component.output.cache.Cache
Gets a value from the cache
get(String) - Method in class org.omnifaces.component.output.cache.TimeToLiveCache
 
get(Object) - Method in class org.omnifaces.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap
 
get(Object) - Method in class org.omnifaces.util.MapWrapper
get() - Method in class org.omnifaces.util.Messages.Message
Returns the so far built message.
get(Serializable) - Method in class org.omnifaces.util.State
Attempts to find a value associated with the specified key in the component's state.
get(Serializable, Object) - Method in class org.omnifaces.util.State
Attempts to find a value associated with the specified key in the component's state.
getActionURL(FacesContext, String) - Method in class org.omnifaces.facesviews.FacesViewsViewHandler
 
getActiveInstances(BeanManager, Class<? extends Annotation>) - Static method in class org.omnifaces.util.Beans
Returns all active CDI managed bean instances in the given CDI managed bean scope.
getAnnotation(BeanManager, Annotated, Class<T>) - Static method in class org.omnifaces.util.Beans
Get program element annotation of a certain annotation type.
getAnnotation(BeanManager, Collection<Annotation>, Class<T>) - Static method in class org.omnifaces.util.Beans
Get program element annotation of a certain annotation type from a collection of annotations.
getApplication() - Method in class org.omnifaces.application.OmniApplicationFactory
Returns an instance of OmniApplication which wraps the original application.
getApplication() - Static method in class org.omnifaces.util.Faces
Returns the application singleton.
getApplicationAttribute(String) - Static method in class org.omnifaces.util.Faces
Returns the application scope attribute value associated with the given name.
getApplicationAttribute(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
 
getApplicationAttribute(ServletContext, String) - Static method in class org.omnifaces.util.Servlets
Returns the application scope attribute value associated with the given name.
getApplicationFromFactory() - Static method in class org.omnifaces.util.Faces
Gets the JSF Application singleton from the FactoryFinder.
getApplicationMap() - Static method in class org.omnifaces.util.Faces
Returns the application scope map.
getApplicationMap(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
 
getAsChangedObject(FacesContext, UIComponent, String) - Method in class org.omnifaces.converter.ValueChangeConverter
Use this method instead of ValueChangeConverter.getAsObject(FacesContext, UIComponent, String) if you intend to perform the conversion only when the submitted value is really changed as compared to the model value.
getAsObject(FacesContext, UIComponent, String) - Method in class org.omnifaces.converter.GenericEnumConverter
 
getAsObject(FacesContext, UIComponent, String) - Method in class org.omnifaces.converter.ListConverter
 
getAsObject(FacesContext, UIComponent, String) - Method in class org.omnifaces.converter.ListIndexConverter
 
getAsObject(FacesContext, UIComponent, String) - Method in class org.omnifaces.converter.SelectItemsConverter
 
getAsObject(FacesContext, UIComponent, String) - Method in class org.omnifaces.converter.SelectItemsIndexConverter
 
getAsObject(FacesContext, UIComponent, String) - Method in class org.omnifaces.converter.ValueChangeConverter
If the component is an instance of EditableValueHolder and the string representation of its old object value is equal to the submitted value, then immediately return its old object value unchanged.
getAsString(FacesContext, UIComponent, Object) - Method in class org.omnifaces.converter.GenericEnumConverter
 
getAsString(FacesContext, UIComponent, Object) - Method in class org.omnifaces.converter.ListConverter
 
getAsString(FacesContext, UIComponent, Object) - Method in class org.omnifaces.converter.ListIndexConverter
 
getAsString(FacesContext, UIComponent, Object) - Method in class org.omnifaces.converter.SelectItemsConverter
 
getAsString(FacesContext, UIComponent, Object) - Method in class org.omnifaces.converter.SelectItemsIndexConverter
 
getAttribute(String, String) - Method in interface org.omnifaces.component.output.cache.Cache
Gets a named attribute from the cache entry identified by the key parameter.
getAttribute(String, String) - Method in class org.omnifaces.component.output.cache.TimeToLiveCache
 
getAttribute(UIComponent, String) - Static method in class org.omnifaces.util.Components
Returns the attribute of the given component on the given name.
getAttributes() - Method in class org.omnifaces.component.input.ViewParam
 
getAttributes() - Method in class org.omnifaces.component.output.cache.CacheEntry
Gets a map of attributes associated with this entry.
getBase() - Method in class org.omnifaces.el.MethodReference
 
getBean(Contextual<T>, BeanManager) - Method in class org.omnifaces.cdi.BeanStorage
Returns the bean associated with the given context, or null if there is none.
getBean(Contextual<T>) - Method in class org.omnifaces.cdi.viewscope.ViewScopeManager
Returns the CDI view scoped managed bean from the current JSF view scope.
getBeanValidator() - Static method in class org.omnifaces.util.Platform
 
getBeanValidatorFactory() - Static method in class org.omnifaces.util.Platform
 
getBookmarkableURL(Map<String, List<String>>, boolean) - Static method in class org.omnifaces.util.Faces
Returns the concrete domain-relative URL to the current view with the given params URL-encoded in the query string and optionally include view parameters as well.
getBookmarkableURL(String, Map<String, List<String>>, boolean) - Static method in class org.omnifaces.util.Faces
Returns the concrete domain-relative URL to the given view with the given params URL-encoded in the query string and optionally include view parameters as well.
getBookmarkableURL(Collection<ParamHolder>, boolean) - Static method in class org.omnifaces.util.Faces
Returns the concrete domain-relative URL to the current view with the given params URL-encoded in the query string and optionally include view parameters as well.
getBookmarkableURL(String, Collection<ParamHolder>, boolean) - Static method in class org.omnifaces.util.Faces
Returns the concrete domain-relative URL to the given view with the given params URL-encoded in the query string and optionally include view parameters as well.
getBookmarkableURL(FacesContext, Map<String, List<String>>, boolean) - Static method in class org.omnifaces.util.FacesLocal
 
getBookmarkableURL(FacesContext, String, Map<String, List<String>>, boolean) - Static method in class org.omnifaces.util.FacesLocal
 
getBookmarkableURL(FacesContext, Collection<ParamHolder>, boolean) - Static method in class org.omnifaces.util.FacesLocal
 
getBookmarkableURL(FacesContext, String, Collection<ParamHolder>, boolean) - Static method in class org.omnifaces.util.FacesLocal
 
getBuffer() - Method in class org.omnifaces.servlet.BufferedHttpServletResponse
Flushes and returns the buffered response.
getBufferAsString() - Method in class org.omnifaces.servlet.BufferedHttpServletResponse
Flushes and returns the buffered response as a string which is encoded using the character encoding provided by ServletResponseWrapper.getCharacterEncoding().
getCache(FacesContext, String) - Static method in class org.omnifaces.component.output.cache.CacheFactory
Gets an instance of a Cache using the configured cache provider.
getCache(FacesContext, String) - Method in class org.omnifaces.component.output.cache.CacheInstancePerScopeProvider
 
getCache(FacesContext, String) - Method in interface org.omnifaces.component.output.cache.CacheProvider
Gets an instance of a Cache using the configured cache provider.
getCacheAttribute(FacesContext, String) - Method in class org.omnifaces.component.output.Cache
Gets a named attribute associated with the main cache entry this component is using to store the rendering of its child components.
getCacheProvider(ServletContext) - Static method in class org.omnifaces.component.output.cache.CacheFactory
Gets the cache provider as it has been set in the ServletContext.
getCacheProvider(FacesContext) - Static method in class org.omnifaces.component.output.cache.CacheFactory
Gets the cache provider that has been set, or the default provider if none is present.
getChildCount() - Method in class org.omnifaces.model.tree.AbstractTreeModel
 
getChildCount() - Method in interface org.omnifaces.model.tree.TreeModel
Returns the count of the children of the current tree node.
getChildren() - Method in class org.omnifaces.model.tree.AbstractTreeModel
 
getChildren() - Method in interface org.omnifaces.model.tree.TreeModel
Returns an unmodifiable list of all child tree nodes of the current tree node.
getClosestParent(UIComponent, Class<T>) - Static method in class org.omnifaces.util.Components
Returns from the given component the closest parent of the given parent type, or null if none is found.
getCommonPropertyType(ELContext, Object) - Method in class org.omnifaces.el.ELResolverWrapper
getComponents() - Method in class org.omnifaces.component.validator.ValidateMultipleFields
Returns the client identifiers of components which are to be validated.
getContainerClientId(FacesContext) - Method in class org.omnifaces.component.tree.Tree
An override which appends the index of the current model node to the client ID chain, if any available.
getContentType() - Method in class org.omnifaces.resourcehandler.UnmappedResource
 
getContext(Class) - Method in class org.omnifaces.el.ELContextWrapper
getContext() - Static method in class org.omnifaces.util.Ajax
Returns the current partial view context (the ajax context).
getContext() - Static method in class org.omnifaces.util.Faces
Returns the current faces context.
getContext(ELContext) - Static method in class org.omnifaces.util.Faces
Returns the faces context that's stored in an ELContext.
getContextAttribute(String) - Static method in class org.omnifaces.util.Faces
Returns the Faces context attribute value associated with the given name.
getContextAttribute(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
 
getConverter(Param, Class<?>) - Static method in class org.omnifaces.cdi.param.RequestParameterProducer
 
getConverter() - Method in class org.omnifaces.component.output.Param
 
getConverter() - Method in class org.omnifaces.component.SimpleParam
 
getCurrentCommand() - Static method in class org.omnifaces.util.Components
Returns the currently invoked UI command component, or null if there is none, which may happen when the current request is not a postback request at all, or when the view has been changed by for example a successful navigation.
getCurrentComponent() - Static method in class org.omnifaces.util.Components
Returns the current UI component from the EL context.
getCurrentForm() - Static method in class org.omnifaces.util.Components
Returns the currently submitted UI form component, or null if there is none, which may happen when the current request is not a postback request at all, or when the view has been changed by for example a successful navigation.
getCurrentInstance() - Static method in class org.omnifaces.context.OmniPartialViewContext
Returns the current instance of the OmniFaces partial view context.
getCurrentInstance(FacesContext) - Static method in class org.omnifaces.context.OmniPartialViewContext
Returns the current instance of the OmniFaces partial view context from the given faces context.
getCurrentModelNode() - Method in class org.omnifaces.component.tree.Tree
Returns the current node of the tree model.
getCurrentPhaseId() - Static method in class org.omnifaces.util.Faces
Returns the current phase ID.
getData() - Method in class org.omnifaces.model.tree.AbstractTreeModel
 
getData() - Method in interface org.omnifaces.model.tree.TreeModel
Returns the wrapped data of the current tree node.
getDayOfWeek(Integer) - Static method in class org.omnifaces.el.functions.Dates
Returns the day of week name from the mapping associated with the given day of week number in ISO 8601 order (Monday first) for the current locale.
getDaysOfWeek() - Static method in class org.omnifaces.el.functions.Dates
Returns a mapping of day of week names in ISO 8601 order (Monday first) for the current locale.
getDefaultCacheProvider() - Static method in class org.omnifaces.component.output.cache.CacheFactory
Returns an instance of the default cache provider.
getDefaultLocale() - Static method in class org.omnifaces.util.Faces
Returns the default locale, or null if there is none.
getDefaultLocale(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
 
getELResolver() - Method in class org.omnifaces.el.ELContextWrapper
getEnvEntry(String) - Static method in class org.omnifaces.util.JNDI
Returns the named environment entry for the deployment component from where this is called.
getErrorPageLocations() - Method in enum org.omnifaces.config.WebXml
Returns a mapping of all error page locations by exception type.
getExceptionHandler() - Method in class org.omnifaces.exceptionhandler.FacesMessageExceptionHandlerFactory
Returns a new instance of FacesMessageExceptionHandler which wraps the original exception handler.
getExceptionHandler() - Method in class org.omnifaces.exceptionhandler.FullAjaxExceptionHandlerFactory
Returns a new instance of FullAjaxExceptionHandler which wraps the original exception handler.
getExecute() - Method in class org.omnifaces.component.script.CommandScript
Returns a space separated string of client IDs to process on ajax request.
getExpectedType() - Method in class org.omnifaces.el.ValueExpressionMethodWrapper
 
getExpectedType() - Method in class org.omnifaces.el.ValueExpressionWrapper
 
getExpressionString() - Method in class org.omnifaces.el.MethodExpressionValueExpressionAdapter
 
getExpressionString() - Method in class org.omnifaces.el.ValueExpressionMethodWrapper
 
getExpressionString() - Method in class org.omnifaces.el.ValueExpressionWrapper
 
getExtension(String) - Static method in class org.omnifaces.util.ResourcePaths
Gets the extension of a resource if any.
getExtensionAction(ServletContext) - Static method in class org.omnifaces.facesviews.FacesViews
 
getExtensionlessURLWithQuery(HttpServletRequest) - Static method in class org.omnifaces.facesviews.FacesViews
Obtains the full request URL from the given request complete with the query string, but with the extension (if any) cut out.
getExtensionlessURLWithQuery(HttpServletRequest, String) - Static method in class org.omnifaces.facesviews.FacesViews
Obtains the full request URL from the given request and the given resource complete with the query string, but with the extension (if any) cut out.
getExternalContext(Object, Object, Object) - Method in class org.omnifaces.facesviews.FacesViewsJSF2ExternalContextFactory
 
getExternalContext() - Static method in class org.omnifaces.util.Faces
Returns the current external context.
getFaceletAttribute(String) - Static method in class org.omnifaces.util.Faces
Returns the Facelet attribute value associated with the given name.
getFaceletAttribute(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
 
getFaceletContext() - Static method in class org.omnifaces.util.Faces
Returns the Facelet context.
getFaceletContext(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
 
getFacesServletDispatchMethod(ServletContext) - Static method in class org.omnifaces.facesviews.FacesViews
 
getFacesServletExtensions(FacesContext) - Static method in class org.omnifaces.facesviews.FacesViews
 
getFacesServletExtensions(ServletContext) - Static method in class org.omnifaces.facesviews.FacesViews
 
getFacesServletRegistration(ServletContext) - Static method in class org.omnifaces.util.Platform
Returns the ServletRegistration associated with the FacesServlet.
getFamily() - Method in class org.omnifaces.component.output.OutputFamily
getFamily() - Method in class org.omnifaces.component.script.CommandScript
getFamily() - Method in class org.omnifaces.component.script.ScriptFamily
getFamily() - Method in class org.omnifaces.component.tree.TreeFamily
getFamily() - Method in class org.omnifaces.component.validator.ValidatorFamily
getFeatureDescriptors(ELContext, Object) - Method in class org.omnifaces.el.ELResolverWrapper
getFilterConfig() - Method in class org.omnifaces.filter.HttpFilter
Returns the filter config.
getFlash() - Static method in class org.omnifaces.util.Faces
Returns the flash scope.
getFlash(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
 
getFlashAttribute(String) - Static method in class org.omnifaces.util.Faces
Returns the flash scope attribute value associated with the given name.
getFlashAttribute(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
 
getFormErrorPage() - Method in enum org.omnifaces.config.WebXml
Returns the location of the FORM authentication error page, or null if it is not defined.
getFormLoginPage() - Method in enum org.omnifaces.config.WebXml
Returns the location of the FORM authentication login page, or null if it is not defined.
getForwardRequestQueryString() - Static method in class org.omnifaces.util.Faces
Returns the original HTTP request query string behind this forwarded request, if any.
getForwardRequestQueryString(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
 
getForwardRequestQueryString(HttpServletRequest) - Static method in class org.omnifaces.util.Servlets
Returns the original HTTP request query string behind this forwarded request, if any.
getForwardRequestURI() - Static method in class org.omnifaces.util.Faces
Returns the original HTTP request URI behind this forwarded request, if any.
getForwardRequestURI(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
 
getForwardRequestURI(HttpServletRequest) - Static method in class org.omnifaces.util.Servlets
Returns the original HTTP request URI behind this forwarded request, if any.
getForwardRequestURIWithQueryString() - Static method in class org.omnifaces.util.Faces
Returns the original HTTP request URI with query string behind this forwarded request, if any.
getForwardRequestURIWithQueryString(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
 
getForwardRequestURIWithQueryString(HttpServletRequest) - Static method in class org.omnifaces.util.Servlets
Returns the original HTTP request URI with query string behind this forwarded request, if any.
getFunctionMapper() - Method in class org.omnifaces.el.ELContextWrapper
getIf() - Method in class org.omnifaces.component.output.ConditionalComment
Returns the if condition.
getImmediateValue(UIInput) - Static method in class org.omnifaces.util.Components
Returns the value of the given input component whereby any unconverted submitted string value will immediately be converted/validated as this method is called.
getImplInfo() - Static method in class org.omnifaces.util.Faces
Returns the implementation information of currently loaded JSF implementation.
getIndex() - Method in class org.omnifaces.model.tree.AbstractTreeModel
 
getIndex() - Method in interface org.omnifaces.model.tree.TreeModel
Returns the zero-based unique index of the current tree node.
getInitParameter(String) - Method in class org.omnifaces.filter.HttpFilter
Returns the value of the filter init parameter associated with the given name.
getInitParameter(String) - Static method in class org.omnifaces.util.Faces
Returns the application initialization parameter.
getInitParameter(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
 
getInitParameterMap() - Static method in class org.omnifaces.util.Faces
Returns the application initialization parameter map.
getInitParameterMap(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
 
getInstance(BeanManager, Class<T>) - Static method in class org.omnifaces.util.Beans
Returns the CDI managed bean instance of the given class from the given bean manager and creates one if one doesn't exist.
getInstance(BeanManager, Class<T>, boolean) - Static method in class org.omnifaces.util.Beans
Returns the CDI managed bean instance of the given class from the given bean manager and creates one if one doesn't exist and create argument is true, otherwise don't create one and return null if there's no current instance.
getInstance(BeanManager, Bean<T>, boolean) - Static method in class org.omnifaces.util.Beans
Returns the CDI managed bean instance of the given resolved bean from the given bean manager and creates one if one doesn't exist and create argument is true, otherwise don't create one and return null if there's no current instance.
getKey() - Method in class org.omnifaces.component.output.Cache
 
getLabel(UIComponent) - Static method in class org.omnifaces.util.Components
Returns the value of the label attribute associated with the given UI component if any, else the client ID.
getLevel() - Method in class org.omnifaces.component.tree.TreeNode
Returns the level for which this node should render the items.
getLevel() - Method in class org.omnifaces.model.tree.AbstractTreeModel
 
getLevel() - Method in interface org.omnifaces.model.tree.TreeModel
Returns the level of the current tree node.
getLibrary() - Method in class org.omnifaces.resourcehandler.ResourceIdentifier
Returns the resource library.
getLibraryName() - Method in class org.omnifaces.resourcehandler.UnmappedResource
 
getLocale() - Method in class org.omnifaces.el.ELContextWrapper
getLocale() - Static method in class org.omnifaces.util.Faces
Returns the current locale.
getLocale(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
 
getLocalValue() - Method in class org.omnifaces.component.output.Param
 
getLocalValue() - Method in interface org.omnifaces.component.ParamHolder
Returns the original, unconverted value of the parameter.
getLocalValue() - Method in class org.omnifaces.component.SimpleParam
 
getMappedPath(String) - Static method in class org.omnifaces.facesviews.FacesViews
 
getMapping() - Static method in class org.omnifaces.util.Faces
Determines and returns the faces servlet mapping used in the current request.
getMapping(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
 
getMessage() - Method in class org.omnifaces.component.messages.OmniMessages
Returns the single INFO message to be shown instead when this component has any faces message.
getMessage() - Method in class org.omnifaces.component.validator.ValidateMultipleFields
Returns the validation message to be shown.
getMessage() - Method in class org.omnifaces.taghandler.ValidateUniqueColumn
Returns the runtime evaluated value of the message attribute.
getMessage(String, Object...) - Method in interface org.omnifaces.util.Messages.Resolver
Returns the resolved message based on the given message and parameters.
getMessages(FacesContext, OmniMessages) - Method in class org.omnifaces.renderer.MessagesRenderer
Collect all messages associated with components identified by for attribute and return it.
getMetadataAttribute(String, String) - Static method in class org.omnifaces.util.Faces
Returns the metadata attribute of the given view ID associated with the given name.
getMetadataAttribute(String) - Static method in class org.omnifaces.util.Faces
Returns the metadata attribute of the current view associated with the given name.
getMetadataAttribute(FacesContext, String, String) - Static method in class org.omnifaces.util.FacesLocal
 
getMetadataAttribute(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
 
getMetadataAttributes(String) - Static method in class org.omnifaces.util.Faces
Returns the metadata attribute map of the given view ID, or an empty map if there is no view metadata.
getMetadataAttributes(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
 
getMethod() - Method in class org.omnifaces.el.MethodReference
 
getMethodInfo(ELContext) - Method in class org.omnifaces.el.MethodExpressionValueExpressionAdapter
 
getMethodReference(ELContext, ValueExpression) - Static method in class org.omnifaces.el.ExpressionInspector
Gets a MethodReference from a ValueExpression.
getMimeType(String) - Static method in class org.omnifaces.util.Faces
Returns the mime type for the given file name.
getMimeType(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
 
getMonth(Integer) - Static method in class org.omnifaces.el.functions.Dates
Returns the month name from the mapping associated with the given month number for the current locale.
getMonths() - Static method in class org.omnifaces.el.functions.Dates
Returns a mapping of month names by month numbers for the current locale.
getName() - Method in interface org.omnifaces.component.ParamHolder
Returns the name of the parameter.
getName() - Method in class org.omnifaces.component.script.CommandScript
Returns the script function name.
getName() - Method in class org.omnifaces.component.SimpleParam
 
getName() - Method in class org.omnifaces.resourcehandler.ResourceIdentifier
Returns the resource name.
getNextSibling() - Method in class org.omnifaces.model.tree.AbstractTreeModel
 
getNextSibling() - Method in interface org.omnifaces.model.tree.TreeModel
Returns the next tree node sibling of the current tree node.
getOnbegin() - Method in class org.omnifaces.component.script.CommandScript
Returns a script to execute before ajax request is fired.
getOncomplete() - Method in class org.omnifaces.component.script.CommandScript
Returns a script to execute after ajax response is processed.
getOptionalLabel(UIComponent) - Static method in class org.omnifaces.util.Components
Returns the value of the label attribute associated with the given UI component if any, else null.
getOutputStream() - Method in class org.omnifaces.servlet.HttpServletResponseOutputWrapper
 
getParameters() - Method in class org.omnifaces.component.output.cache.CacheInstancePerScopeProvider
 
getParent() - Method in class org.omnifaces.model.tree.AbstractTreeModel
 
getParent() - Method in interface org.omnifaces.model.tree.TreeModel
Returns the parent tree node of the current tree node.
getPartialResponseWriter() - Method in class org.omnifaces.context.OmniPartialViewContext
 
getPartialViewContext(FacesContext) - Method in class org.omnifaces.context.OmniPartialViewContextFactory
Returns a new instance of OmniPartialViewContext which wraps the original partial view context.
getPathAction(ServletContext) - Static method in class org.omnifaces.facesviews.FacesViews
 
getPathInfo() - Method in class org.omnifaces.facesviews.UriExtensionRequestWrapper
 
getPhaseId() - Method in class org.omnifaces.component.input.componentidparam.ConditionalWriterListener
 
getPhaseId() - Method in class org.omnifaces.event.FacesEventWrapper
 
getPhaseId() - Method in class org.omnifaces.eventlistener.CallbackPhaseListener
 
getPhaseId() - Method in class org.omnifaces.eventlistener.DefaultPhaseListener
 
getPreviousSibling() - Method in class org.omnifaces.model.tree.AbstractTreeModel
 
getPreviousSibling() - Method in interface org.omnifaces.model.tree.TreeModel
Returns the previous tree node sibling of the current tree node.
getPublicRootPaths(ServletContext) - Static method in class org.omnifaces.facesviews.FacesViews
 
getQueryParameters(String) - Static method in class org.omnifaces.facesviews.FacesViewsViewHandler
Extracts the query string from a resource.
getRealPath(String) - Static method in class org.omnifaces.util.Faces
Returns the absolute disk file system path representation of the given web content path.
getRealPath(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
 
getReference(Class<T>) - Method in enum org.omnifaces.config.BeanManager
Returns the CDI managed bean instance of the given class, or null if there is none.
getReference(BeanManager, Class<T>) - Static method in class org.omnifaces.util.Beans
Returns the CDI managed bean reference of the given class from the given bean manager.
getReference(BeanManager, Bean<T>) - Static method in class org.omnifaces.util.Beans
Returns the CDI managed bean reference of the given resolved bean from the given bean manager.
getRemoteAddr() - Static method in class org.omnifaces.util.Faces
Returns the Internet Protocol (IP) address of the client that sent the request.
getRemoteAddr(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
 
getRemoteUser() - Static method in class org.omnifaces.util.Faces
Returns the name of the logged-in user for container managed FORM based authentication, if any.
getRemoteUser(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
 
getRender() - Method in class org.omnifaces.component.script.CommandScript
Returns a space separated string of client IDs to update on ajax response.
getRenderKit(FacesContext, String) - Method in class org.omnifaces.renderkit.Html5RenderKitFactory
If the given render kit ID equals to RenderKitFactory.HTML_BASIC_RENDER_KIT, then return a new Html5RenderKit instance which wraps the original render kit, else return the original render kit.
getRenderKitIds() - Method in class org.omnifaces.renderkit.Html5RenderKitFactory
 
getRendersChildren() - Method in class org.omnifaces.component.messages.OmniMessages
Returns true.
getRendersChildren() - Method in class org.omnifaces.component.output.OutputFamily
Returns true.
getRendersChildren() - Method in class org.omnifaces.component.script.CommandScript
Returns true.
getRendersChildren() - Method in class org.omnifaces.component.script.ScriptFamily
Returns true.
getRendersChildren() - Method in class org.omnifaces.component.tree.TreeFamily
Returns true.
getRendersChildren() - Method in class org.omnifaces.component.validator.ValidatorFamily
Returns true.
getRendersChildren() - Method in class org.omnifaces.renderer.InlineResourceRenderer
Returns true.
getRequest() - Static method in class org.omnifaces.util.Faces
Returns the HTTP servlet request.
getRequest(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
 
getRequestAttribute(String) - Static method in class org.omnifaces.util.Faces
Returns the request scope attribute value associated with the given name.
getRequestAttribute(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
 
getRequestBaseURL() - Static method in class org.omnifaces.util.Faces
Returns the HTTP request base URL.
getRequestBaseURL(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
 
getRequestBaseURL(HttpServletRequest) - Static method in class org.omnifaces.util.Servlets
Returns the HTTP request base URL.
getRequestContextPath() - Static method in class org.omnifaces.util.Faces
Returns the HTTP request context path.
getRequestContextPath(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
 
getRequestCookie(String) - Static method in class org.omnifaces.util.Faces
Returns the value of the HTTP request cookie associated with the given name.
getRequestCookie(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
 
getRequestDomainURL() - Static method in class org.omnifaces.util.Faces
Returns the HTTP request domain URL.
getRequestDomainURL(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
 
getRequestDomainURL(HttpServletRequest) - Static method in class org.omnifaces.util.Servlets
Returns the HTTP request domain URL.
getRequestHeader(String) - Static method in class org.omnifaces.util.Faces
Returns the HTTP request header value associated with the given name.
getRequestHeader(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
 
getRequestHeaderMap() - Static method in class org.omnifaces.util.Faces
Returns the HTTP request header map.
getRequestHeaderMap(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
 
getRequestHeaderValues(String) - Static method in class org.omnifaces.util.Faces
Returns the HTTP request header values associated with the given name.
getRequestHeaderValues(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
 
getRequestHeaderValuesMap() - Static method in class org.omnifaces.util.Faces
Returns the HTTP request header values map.
getRequestHeaderValuesMap(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
 
getRequestHostname() - Static method in class org.omnifaces.util.Faces
Returns the HTTP request hostname.
getRequestHostname(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
 
getRequestHostname(HttpServletRequest) - Static method in class org.omnifaces.util.Servlets
Returns the HTTP request hostname.
getRequestMap() - Static method in class org.omnifaces.util.Faces
Returns the request scope map.
getRequestMap(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
 
getRequestParameter(String) - Static method in class org.omnifaces.util.Faces
Returns the HTTP request parameter value associated with the given name.
getRequestParameter(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
 
getRequestParameterMap() - Static method in class org.omnifaces.util.Faces
Returns the HTTP request parameter map.
getRequestParameterMap(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
 
getRequestParameterValues(String) - Static method in class org.omnifaces.util.Faces
Returns the HTTP request parameter values associated with the given name.
getRequestParameterValues(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
 
getRequestParameterValuesMap() - Static method in class org.omnifaces.util.Faces
Returns the HTTP request parameter values map.
getRequestParameterValuesMap(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
 
getRequestPath() - Method in class org.omnifaces.resourcehandler.UnmappedResource
Obtain the request path of the wrapped resource.
getRequestPathInfo() - Static method in class org.omnifaces.util.Faces
Returns the HTTP request path info.
getRequestPathInfo(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
 
getRequestQueryString() - Static method in class org.omnifaces.util.Faces
Returns the HTTP request query string.
getRequestQueryString(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
 
getRequestQueryStringMap() - Static method in class org.omnifaces.util.Faces
Returns the HTTP request query string as parameter values map.
getRequestQueryStringMap(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
 
getRequestQueryStringMap(HttpServletRequest) - Static method in class org.omnifaces.util.Servlets
Returns the HTTP request query string as parameter values map.
getRequestRelativeURI(HttpServletRequest) - Static method in class org.omnifaces.util.Servlets
Returns the HTTP request URI relative to the context root of a web application.
getRequestRelativeURIWithoutPathParameters(HttpServletRequest) - Static method in class org.omnifaces.util.Servlets
Returns the HTTP request URI relative to the context root of a web application.
getRequestServletPath() - Static method in class org.omnifaces.util.Faces
Returns the HTTP request servlet path.
getRequestServletPath(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
 
getRequestURI() - Static method in class org.omnifaces.util.Faces
Returns the HTTP request URI.
getRequestURI(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
 
getRequestURIWithQueryString() - Static method in class org.omnifaces.util.Faces
Returns the HTTP request URI with query string.
getRequestURIWithQueryString(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
 
getRequestURIWithQueryString(HttpServletRequest) - Static method in class org.omnifaces.util.Servlets
Returns the HTTP request URI with query string.
getRequestURL() - Static method in class org.omnifaces.util.Faces
Returns the HTTP request URL.
getRequestURL(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
 
getRequestURLWithQueryString() - Static method in class org.omnifaces.util.Faces
Returns the HTTP request URL with query string.
getRequestURLWithQueryString(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
 
getRequestURLWithQueryString(HttpServletRequest) - Static method in class org.omnifaces.util.Servlets
Returns the HTTP request URL with query string.
getResource(String) - Method in class org.omnifaces.facesviews.FacesViewsJSF2ExternalContextFactory.FacesViewsJSF2ExternalContext
 
getResource(String) - Static method in class org.omnifaces.util.Faces
Returns a URL for an application resource mapped to the specified path, if it exists; otherwise, return null.
getResource(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
 
getResourceAsStream(String) - Static method in class org.omnifaces.util.Faces
Returns an input stream for an application resource mapped to the specified path, if it exists; otherwise, return null.
getResourceAsStream(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
 
getResourceName() - Method in class org.omnifaces.resourcehandler.UnmappedResource
 
getResourcePaths(String) - Static method in class org.omnifaces.util.Faces
Returns a set of available application resource paths matching the specified path.
getResourcePaths(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
 
getResponse() - Static method in class org.omnifaces.util.Faces
Returns the HTTP servlet response.
getResponse(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
 
getResponseBufferSize() - Static method in class org.omnifaces.util.Faces
Returns the HTTP response buffer size.
getResponseBufferSize(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
 
getResponseCharacterEncoding() - Static method in class org.omnifaces.util.Faces
Returns the HTTP response character encoding.
getResponseCharacterEncoding(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
 
getRichFacesPartialViewContext() - Static method in class org.omnifaces.util.Hacks
RichFaces PartialViewContext implementation does not extend from PartialViewContextWrapper.
getRichFacesRenderIds() - Static method in class org.omnifaces.util.Hacks
RichFaces PartialViewContext implementation does not have the getRenderIds() method properly implemented.
getRichFacesResourceLibraryResources(ResourceIdentifier) - Static method in class org.omnifaces.util.Hacks
Returns an ordered set of all JSF resource identifiers for the given RichFaces resource library resources.
getRichFacesWrappedPartialViewContext() - Static method in class org.omnifaces.util.Hacks
RichFaces PartialViewContext implementation does not have any getWrapped() method to return the wrapped PartialViewContext.
getRootPaths(ServletContext) - Static method in class org.omnifaces.facesviews.FacesViews
 
getRowCount() - Method in class org.omnifaces.model.IterableDataModel
 
getRowData() - Method in class org.omnifaces.model.IterableDataModel
 
getRowIndex() - Method in class org.omnifaces.model.IterableDataModel
 
getScope() - Method in class org.omnifaces.cdi.viewscope.ViewScopeContext
Returns ViewScoped class.
getScope() - Method in class org.omnifaces.component.output.Cache
 
getSecurityConstraints() - Method in enum org.omnifaces.config.WebXml
Returns a mapping of all security constraint URL patterns and the associated roles in the declared order.
getServerInfo() - Static method in class org.omnifaces.util.Faces
Returns the server information of currently running application server implementation.
getServerInfo(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
 
getServletContext() - Method in class org.omnifaces.filter.HttpFilter
Returns the servlet context.
getServletContext() - Static method in class org.omnifaces.util.Faces
Returns the servlet context.
getServletContext(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
 
getServletPath() - Method in class org.omnifaces.facesviews.UriExtensionRequestWrapper
 
getSession() - Static method in class org.omnifaces.util.Faces
Returns the HTTP session and creates one if one doesn't exist.
getSession(boolean) - Static method in class org.omnifaces.util.Faces
Returns the HTTP session and creates one if one doesn't exist and create argument is true, otherwise don't create one and return null.
getSession(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
 
getSession(FacesContext, boolean) - Static method in class org.omnifaces.util.FacesLocal
 
getSessionAttribute(String) - Static method in class org.omnifaces.util.Faces
Returns the session scope attribute value associated with the given name.
getSessionAttribute(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
 
getSessionCreationTime() - Static method in class org.omnifaces.util.Faces
Returns the time when the HTTP session was created, measured in epoch time.
getSessionCreationTime(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
 
getSessionId() - Static method in class org.omnifaces.util.Faces
Returns a string containing the unique identifier assigned to this session.
getSessionId(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
 
getSessionLastAccessedTime() - Static method in class org.omnifaces.util.Faces
Returns the time of the previous request associated with the current HTTP session, measured in epoch time.
getSessionLastAccessedTime(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
 
getSessionMap() - Static method in class org.omnifaces.util.Faces
Returns the session scope map.
getSessionMap(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
 
getSessionMaxInactiveInterval() - Static method in class org.omnifaces.util.Faces
Returns the HTTP session timeout in seconds.
getSessionMaxInactiveInterval(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
 
getSessionTimeout() - Method in enum org.omnifaces.config.WebXml
Returns the configured session timeout in minutes, or -1 if it is not defined.
getShortDayOfWeek(Integer) - Static method in class org.omnifaces.el.functions.Dates
Returns the short day of week name from the mapping associated with the given day of week number in ISO 8601 order (Monday first) for the current locale.
getShortDaysOfWeek() - Static method in class org.omnifaces.el.functions.Dates
Returns a mapping of short day of week names in ISO 8601 order (Monday first) for the current locale.
getShortMonth(Integer) - Static method in class org.omnifaces.el.functions.Dates
Returns the short month name from the mapping associated with the given month number for the current locale.
getShortMonths() - Static method in class org.omnifaces.el.functions.Dates
Returns a mapping of short month names by month numbers for the current locale.
getShowMessageFor() - Method in class org.omnifaces.component.validator.ValidateMultipleFields
Returns the client identifiers to show the validation message for.
getStringValueFromModel(FacesContext) - Method in class org.omnifaces.component.input.ViewParam
When there's a value expression and the evaluated model value is null, then just return null instead of delegating to default implementation which would return an empty string when a converter is attached.
getStyleClass() - Method in class org.omnifaces.component.script.Highlight
Returns the error style class which is to be applied on invalid inputs.
getSubmittedValue() - Method in class org.omnifaces.cdi.param.ParamValue
 
getSubmittedValue() - Method in class org.omnifaces.component.input.ViewParam
 
getSupportedLocales() - Static method in class org.omnifaces.util.Faces
Returns a list of all supported locales on this application, with the default locale as the first item, if any.
getSupportedLocales(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
 
getTagAttribute(String) - Method in class org.omnifaces.taghandler.Converter
 
getTagAttribute(String) - Method in class org.omnifaces.taghandler.Validator
 
getTagHandlerDelegate() - Method in class org.omnifaces.taghandler.Converter
 
getTagHandlerDelegate() - Method in class org.omnifaces.taghandler.Validator
 
getTime() - Method in class org.omnifaces.component.output.Cache
 
getType() - Method in class org.omnifaces.component.validator.ValidateOrder
Returns the ordering type to be used.
getType(ELContext, Object, Object) - Method in class org.omnifaces.el.ELResolverWrapper
getType(ELContext) - Method in class org.omnifaces.el.ValueExpressionMethodWrapper
 
getType(ELContext) - Method in class org.omnifaces.el.ValueExpressionWrapper
 
getValidateMethod() - Method in class org.omnifaces.component.validator.ValidateMultiple
Returns the validator method expression.
getValidator() - Method in class org.omnifaces.component.validator.ValidateMultiple
Returns the validator instance.
getValidTill() - Method in class org.omnifaces.component.output.cache.CacheEntry
Returns the date that's the last moment in time the value obtained via getValue() is valid.
getValue() - Method in class org.omnifaces.cdi.param.ParamValue
Gets the converted version of the value that was retrieved from the request.
getValue() - Method in class org.omnifaces.component.output.cache.CacheEntry
Returns the value for which this object is keeping meta data
getValue(ELContext) - Method in class org.omnifaces.component.output.cache.el.CachingValueExpression
 
getValue() - Method in class org.omnifaces.component.output.Param
 
getValue() - Method in interface org.omnifaces.component.ParamHolder
Returns the converted value of the parameter.
getValue() - Method in class org.omnifaces.component.SimpleParam
 
getValue() - Method in class org.omnifaces.component.tree.Tree
Returns the tree model.
getValue(ELContext, Object, Object) - Method in class org.omnifaces.el.ELResolverWrapper
getValue(ELContext) - Method in class org.omnifaces.el.ValueExpressionMethodWrapper
 
getValue(ELContext) - Method in class org.omnifaces.el.ValueExpressionWrapper
 
getValue(EditableValueHolder) - Static method in class org.omnifaces.util.Components
Returns the value of the given editable value holder component without the need to know if the given component has already been converted/validated or not.
getValueExpression() - Method in class org.omnifaces.el.MethodExpressionValueExpressionAdapter
 
getValueReference(ELContext, ValueExpression) - Static method in class org.omnifaces.el.ExpressionInspector
Gets the ValueReference from a ValueExpression, without any checks whether the property is actually a property or if it isn't a "MethodSuffix".
getValueReference(ELContext) - Method in class org.omnifaces.el.ValueExpressionWrapper
 
getVar() - Method in class org.omnifaces.component.messages.OmniMessages
Returns the name of the request attribute which exposes the current faces message.
getVar() - Method in class org.omnifaces.component.output.OutputFormat
Returns the variable name which exposes the captured output into the request scope.
getVar() - Method in class org.omnifaces.component.tree.Tree
Returns the name of the request attribute which exposes the wrapped data of the current node of the tree model.
getVariableMapper() - Method in class org.omnifaces.el.ELContextWrapper
getVarNode() - Method in class org.omnifaces.component.tree.Tree
Returns the name of the request attribute which exposes the current node of the tree model.
getViewAttribute(String) - Static method in class org.omnifaces.util.Faces
Returns the view scope attribute value associated with the given name.
getViewAttribute(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
 
getViewDeclarationLanguage() - Static method in class org.omnifaces.util.Faces
Returns the ViewDeclarationLanguage associated with the "current" view ID.
getViewDeclarationLanguage(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
 
getViewHandlerMode(FacesContext) - Static method in class org.omnifaces.facesviews.FacesViews
 
getViewHandlerMode(ServletContext) - Static method in class org.omnifaces.facesviews.FacesViews
 
getViewId() - Static method in class org.omnifaces.util.Faces
Returns the ID of the current view root, or null if there is no view.
getViewId(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
 
getViewMap() - Static method in class org.omnifaces.util.Faces
Returns the view scope map.
getViewMap(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
 
getViewParameterMap() - Static method in class org.omnifaces.util.Faces
Returns the view parameters of the current view as a parameter map, or an empty map if there is no view.
getViewParameterMap(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
 
getViewParameters() - Static method in class org.omnifaces.util.Faces
Returns the view parameters of the current view, or an empty collection if there is no view.
getViewParameters(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
 
getViewRoot() - Static method in class org.omnifaces.util.Faces
Returns the current view root.
getWelcomeFiles() - Method in enum org.omnifaces.config.WebXml
Returns a list of all welcome files.
getWrapped() - Method in class org.omnifaces.application.OmniApplication
 
getWrapped() - Method in class org.omnifaces.application.OmniApplicationFactory
Returns the wrapped factory.
getWrapped() - Method in class org.omnifaces.component.input.componentidparam.ConditionalResponseWriter
 
getWrapped() - Method in class org.omnifaces.context.OmniPartialViewContext
 
getWrapped() - Method in class org.omnifaces.context.OmniPartialViewContextFactory
Returns the wrapped factory.
getWrapped() - Method in class org.omnifaces.el.ELContextWrapper
 
getWrapped() - Method in class org.omnifaces.el.ELResolverWrapper
 
getWrapped() - Method in class org.omnifaces.el.ValueExpressionWrapper
 
getWrapped() - Method in class org.omnifaces.event.FacesEventWrapper
 
getWrapped() - Method in class org.omnifaces.exceptionhandler.FacesMessageExceptionHandler
 
getWrapped() - Method in class org.omnifaces.exceptionhandler.FacesMessageExceptionHandlerFactory
Returns the wrapped factory.
getWrapped() - Method in class org.omnifaces.exceptionhandler.FullAjaxExceptionHandler
 
getWrapped() - Method in class org.omnifaces.exceptionhandler.FullAjaxExceptionHandlerFactory
Returns the wrapped factory.
getWrapped() - Method in class org.omnifaces.facesviews.FacesViewsJSF2ExternalContextFactory.FacesViewsJSF2ExternalContext
 
getWrapped() - Method in class org.omnifaces.facesviews.FacesViewsJSF2ExternalContextFactory
 
getWrapped() - Method in class org.omnifaces.facesviews.FacesViewsViewHandler
 
getWrapped() - Method in class org.omnifaces.renderkit.Html5RenderKit
 
getWrapped() - Method in class org.omnifaces.resourcehandler.CDNResourceHandler
 
getWrapped() - Method in class org.omnifaces.resourcehandler.CombinedResourceHandler
 
getWrapped() - Method in class org.omnifaces.resourcehandler.UnmappedResource
 
getWrapped() - Method in class org.omnifaces.resourcehandler.UnmappedResourceHandler
 
getWrapped() - Method in class org.omnifaces.util.MapWrapper
 
getWrapped() - Method in class org.omnifaces.viewhandler.RestorableViewHandler
 
getWrappedData() - Method in class org.omnifaces.model.IterableDataModel
 
getWriter() - Method in class org.omnifaces.servlet.HttpServletResponseOutputWrapper
 
GzipHttpServletResponse - Class in org.omnifaces.servlet
This HTTP servlet response wrapper will GZIP the response when the given threshold has exceeded and the response content type matches one of the given mimetypes.
GzipHttpServletResponse(HttpServletResponse, int, Set<String>) - Constructor for class org.omnifaces.servlet.GzipHttpServletResponse
Construct a new GZIP HTTP servlet response based on the given wrapped response, threshold and mimetypes.
GzipResponseFilter - Class in org.omnifaces.filter
This filter will apply GZIP compression on responses whenever applicable.
GzipResponseFilter() - Constructor for class org.omnifaces.filter.GzipResponseFilter
 
A B C D E F G H I J K L M N O P Q R S T U V W Y