public class Singletons extends Object
Constructor and Description |
---|
Singletons(ApplicationAssociate applicationAssociate) |
Modifier and Type | Method and Description |
---|---|
javax.faces.event.ActionListener |
getActionListener() |
Locale |
getDefaultLocale() |
String |
getDefaultRenderKitId() |
javax.faces.flow.FlowHandler |
getFlowHandler() |
String |
getMessageBundle() |
javax.faces.application.NavigationHandler |
getNavigationHandler() |
ResourceBundle |
getResourceBundle(javax.faces.context.FacesContext context,
String var) |
javax.faces.application.ResourceHandler |
getResourceHandler() |
javax.faces.application.StateManager |
getStateManager() |
Iterator<Locale> |
getSupportedLocales() |
javax.faces.application.ViewHandler |
getViewHandler() |
void |
setActionListener(javax.faces.event.ActionListener actionListener) |
void |
setDefaultLocale(Locale locale) |
void |
setDefaultRenderKitId(String renderKitId) |
void |
setFlowHandler(javax.faces.flow.FlowHandler flowHandler) |
void |
setMessageBundle(String messageBundle) |
void |
setNavigationHandler(javax.faces.application.NavigationHandler navigationHandler) |
void |
setResourceHandler(javax.faces.application.ResourceHandler resourceHandler) |
void |
setStateManager(javax.faces.application.StateManager stateManager) |
void |
setSupportedLocales(Collection<Locale> newLocales) |
void |
setViewHandler(javax.faces.application.ViewHandler viewHandler) |
public Singletons(ApplicationAssociate applicationAssociate)
public javax.faces.application.ViewHandler getViewHandler()
Application.getViewHandler()
public void setViewHandler(javax.faces.application.ViewHandler viewHandler)
Application.setViewHandler(javax.faces.application.ViewHandler)
public javax.faces.application.ResourceHandler getResourceHandler()
Application.getResourceHandler()
public void setResourceHandler(javax.faces.application.ResourceHandler resourceHandler)
Application.setResourceHandler(javax.faces.application.ResourceHandler)
public javax.faces.application.StateManager getStateManager()
Application.getStateManager()
public void setStateManager(javax.faces.application.StateManager stateManager)
Application.setStateManager(javax.faces.application.StateManager)
public javax.faces.event.ActionListener getActionListener()
Application.getActionListener()
public void setActionListener(javax.faces.event.ActionListener actionListener)
Application.setActionListener(javax.faces.event.ActionListener)
public javax.faces.application.NavigationHandler getNavigationHandler()
Application.getNavigationHandler()
public void setNavigationHandler(javax.faces.application.NavigationHandler navigationHandler)
Application.setNavigationHandler(javax.faces.application.NavigationHandler)
public javax.faces.flow.FlowHandler getFlowHandler()
public void setFlowHandler(javax.faces.flow.FlowHandler flowHandler)
public Iterator<Locale> getSupportedLocales()
Application.getSupportedLocales()
public void setSupportedLocales(Collection<Locale> newLocales)
Application.setSupportedLocales(java.util.Collection)
public Locale getDefaultLocale()
Application.getDefaultLocale()
public void setDefaultLocale(Locale locale)
Application.setDefaultLocale(java.util.Locale)
public void setMessageBundle(String messageBundle)
Application.setMessageBundle(String)
public String getMessageBundle()
Application.getMessageBundle()
public String getDefaultRenderKitId()
Application.getDefaultRenderKitId()
public void setDefaultRenderKitId(String renderKitId)
Application.setDefaultRenderKitId(String)
public ResourceBundle getResourceBundle(javax.faces.context.FacesContext context, String var)
Application.getResourceBundle(javax.faces.context.FacesContext,
String)
Copyright © 2010–2021 JBoss by Red Hat. All rights reserved.