Modifier and Type | Field and Description |
---|---|
protected TextResolver[] |
WebApplication.textResolvers |
Modifier and Type | Method and Description |
---|---|
TextResolver |
WebApplication.getTextResolver(javax.faces.context.FacesContext ctx) |
static TextResolver |
FacesUtils.getTextResolver(javax.faces.context.FacesContext fc) |
TextResolver |
WebApplication.getTextResolver(Locale locale) |
Modifier and Type | Method and Description |
---|---|
protected javax.faces.component.UIInput |
SelectTag.createSelectOneMenu(TextResolver textResolver) |
Modifier and Type | Method and Description |
---|---|
TextResolver |
InputControl.ValueInfo.getTextResolver() |
Modifier and Type | Method and Description |
---|---|
void |
SelectInputControl.addSelectItem(javax.faces.component.UIComponent input,
TextResolver textResolver,
OptionEntry e) |
void |
RadioInputControl.addSelectItem(javax.faces.component.UIComponent input,
TextResolver textResolver,
OptionEntry e) |
void |
SelectInputControl.addSelectItem(javax.faces.component.UIComponent input,
TextResolver textResolver,
OptionEntry e,
int pos) |
void |
SelectInputControl.initOptions(javax.faces.component.html.HtmlSelectOneMenu input,
TextResolver textResolver,
Options options,
boolean addEmpty,
String nullText) |
void |
RadioInputControl.initOptions(javax.faces.component.html.HtmlSelectOneRadio input,
TextResolver textResolver,
Options options,
boolean addEmpty,
String nullText) |
void |
SelectInputControl.syncOptions(javax.faces.component.html.HtmlSelectOneMenu input,
TextResolver textResolver,
Options options,
boolean hasEmpty,
String nullText,
boolean isInsideUIData) |
void |
RadioInputControl.syncOptions(javax.faces.component.html.HtmlSelectOneRadio input,
TextResolver textResolver,
Options options,
boolean hasEmpty,
String nullText) |
Modifier and Type | Class and Description |
---|---|
class |
ResourceTextResolver |
Modifier and Type | Method and Description |
---|---|
protected TextResolver |
Page.getTextResolver() |
Modifier and Type | Method and Description |
---|---|
TextResolver |
TagEncodingHelper.getTextResolver(javax.faces.context.FacesContext context) |
Copyright © 2008–2017 Apache Software Foundation. All rights reserved.