Deprecated Methods |
org.apache.myfaces.application.ApplicationImpl.createComponent(ValueBinding, FacesContext, String)
Use createComponent(ValueExpression, FacesContext, String) instead. |
org.apache.myfaces.application.ApplicationImpl.createMethodBinding(String, Class>[])
|
org.apache.myfaces.application.ApplicationImpl.createValueBinding(String)
|
org.apache.myfaces.view.facelets.tag.jsf.ComponentSupport.finalizeForDeletion(UIComponent)
use FaceletCompositionContext.finalizeForDeletion |
org.apache.myfaces.shared_impl.util.ExternalContextUtils.getCharacterEncoding(ExternalContext)
replaced by an API in JSF. Use ExternalContext.getRequestCharacterEncoding() |
org.apache.myfaces.shared_impl.util.ExternalContextUtils.getContentType(ExternalContext)
use ExternalContext.getRequestContentType() |
org.apache.myfaces.view.facelets.FaceletViewDeclarationLanguage.getDefaultSuffix(FacesContext)
this code is not used anymore |
org.apache.myfaces.shared_impl.renderkit.html.HtmlRendererUtils.getHiddenCommandLinkFieldNameMyfacesOld(FormInfo)
Use getHiddenCommandLinkFieldNameMyfaces(FormInfo) instead |
org.apache.myfaces.application.ApplicationImpl.getPropertyResolver()
|
org.apache.myfaces.view.facelets.FaceletViewDeclarationLanguage.getRenderedViewId(FacesContext, String)
|
org.apache.myfaces.shared_impl.util.ExternalContextUtils.getRequestContextPath(ExternalContext)
use ExternalContext.getRequestContextPath() as of JSF 1.2. This method
does not appropriately handle portlet environments, but the functionality
is maintained to prevent needing to change the contract. |
org.apache.myfaces.shared_impl.renderkit.RendererUtils.getStringValue(FacesContext, ValueBinding)
|
org.apache.myfaces.application.ApplicationImpl.getVariableResolver()
|
org.apache.myfaces.shared_impl.util.ExternalContextUtils.isAction(ExternalContext)
replaced with ExternalContextUtils.isRequestFromClient(ExternalContext) |
org.apache.myfaces.view.facelets.tag.jsf.ComponentSupport.isNew(UIComponent)
use ComponentHandler.isNew |
org.apache.myfaces.view.facelets.tag.jsf.ComponentSupport.markForDeletion(UIComponent)
use FaceletCompositionContext.markForDeletion |
org.apache.myfaces.shared_impl.renderkit.html.HtmlCheckboxRendererBase.renderCheckbox(FacesContext, UIComponent, String, String, boolean, boolean, boolean)
|
org.apache.myfaces.shared_impl.renderkit.html.HtmlRendererUtils.renderLabel(ResponseWriter, UIComponent, String, String, boolean)
Replaced by
renderLabel(ResponseWriter writer,
UIComponent component,
String forClientId,
SelectItem item,
boolean disabled).
Renders a label HTML element |
org.apache.myfaces.shared_impl.renderkit.html.HtmlRadioRendererBase.renderRadio(FacesContext, UIComponent, String, String, boolean, boolean, boolean)
|
org.apache.myfaces.shared_impl.taglib.UIComponentELTagBase.setActionListenerProperty(UIComponent, String)
|
org.apache.myfaces.shared_impl.taglib.UIComponentBodyELTagBase.setActionListenerProperty(UIComponent, String)
|
org.apache.myfaces.shared_impl.taglib.UIComponentELTagBase.setActionProperty(UIComponent, String)
|
org.apache.myfaces.shared_impl.taglib.UIComponentBodyELTagBase.setActionProperty(UIComponent, String)
|
org.apache.myfaces.shared_impl.taglib.UIComponentELTagBase.setBooleanProperty(UIComponent, String, String)
|
org.apache.myfaces.shared_impl.taglib.UIComponentBodyELTagBase.setBooleanProperty(UIComponent, String, String)
|
org.apache.myfaces.shared_impl.taglib.UIComponentBodyELTagBase.setIntegerProperty(UIComponent, String, String)
|
org.apache.myfaces.shared_impl.taglib.core.SelectItemTagBase.setItemValue(String)
|
org.apache.myfaces.application.ApplicationImpl.setPropertyResolver(PropertyResolver)
|
org.apache.myfaces.shared_impl.taglib.UIComponentELTagBase.setStringProperty(UIComponent, String, String)
|
org.apache.myfaces.shared_impl.taglib.UIComponentBodyELTagBase.setStringProperty(UIComponent, String, String)
|
org.apache.myfaces.shared_impl.taglib.UIComponentBodyELTagBase.setValidatorProperty(UIComponent, String)
|
org.apache.myfaces.shared_impl.taglib.UIComponentBodyELTagBase.setValueChangedListenerProperty(UIComponent, String)
|
org.apache.myfaces.shared_impl.taglib.UIComponentBodyELTagBase.setValueProperty(UIComponent, String)
|
org.apache.myfaces.application.ApplicationImpl.setVariableResolver(VariableResolver)
|
org.apache.myfaces.renderkit.MyfacesResponseStateManager.writeStateAsUrlParams(FacesContext, StateManager.SerializedView)
|