Deprecated Methods |
org.apache.myfaces.renderkit.html.util.AddResource.addJavaScriptAtPositionPlain(FacesContext, ResourcePosition, Class, String)
just to help to workaround a dojo bug |
org.apache.myfaces.renderkit.html.util.AddResource.addJavaScriptHerePlain(FacesContext, String)
just to help to workaround a dojo bug |
org.apache.myfaces.renderkit.html.util.NonBufferingAddResource.addJavaScriptToBodyTag(FacesContext, String, String)
|
org.apache.myfaces.custom.navmenu.AbstractUINavigationMenuItem.getAction()
Use getActionExpression() instead. |
org.apache.myfaces.custom.schedule.UISchedule.getAction()
Use getActionExpression() instead. |
org.apache.myfaces.shared_tomahawk.util.ExternalContextUtils.getCharacterEncoding(ExternalContext)
replaced by an API in JSF. Use ExternalContext.getRequestCharacterEncoding() |
org.apache.myfaces.shared_tomahawk.util.ExternalContextUtils.getContentType(ExternalContext)
use ExternalContext.getRequestContentType() |
org.apache.myfaces.renderkit.html.util.AddResourceFactory.getInstance(HttpServletRequest)
use getInstance(HttpServletRequest request, ServletContext servletContext) instead |
org.apache.myfaces.validator.ValidatorBase.getMessage()
Use getDetailMessage() |
org.apache.myfaces.shared_tomahawk.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_tomahawk.renderkit.RendererUtils.getResponseStateManager(FacesContext, String)
use FacesContext.getRenderKit() or getRenderKitFactory().getRenderKit(
context, renderKitId).getResponseStateManager() |
org.apache.myfaces.shared_tomahawk.renderkit.RendererUtils.getStringValue(FacesContext, ValueBinding)
|
org.apache.myfaces.custom.tree2.UITreeData.getValue()
|
org.apache.myfaces.shared_tomahawk.renderkit.RendererUtils.getViewSequence(FacesContext)
Logic corrected and encapsulated better in org.apache.myfaces.renderkit.ServerSideStateCacheImpl |
org.apache.myfaces.custom.aliasbean.AliasBeansScope.handleBindings()
|
org.apache.myfaces.custom.aliasbean.AliasBean.handleBindings()
|
org.apache.myfaces.shared_tomahawk.util.ExternalContextUtils.isAction(ExternalContext)
replaced with ExternalContextUtils.isRequestFromClient(ExternalContext) |
org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlCheckboxRendererBase.renderCheckbox(FacesContext, UIComponent, String, String, boolean, boolean, boolean)
|
org.apache.myfaces.shared_tomahawk.renderkit.RendererUtils.renderChild(FacesContext, UIComponent)
use UIComponent.encodeAll() instead |
org.apache.myfaces.shared_tomahawk.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_tomahawk.renderkit.html.HtmlRadioRendererBase.renderRadio(FacesContext, UIComponent, String, String, boolean, boolean, boolean)
|
org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlRendererUtils.selectContentType(String)
use ContentTypeUtils instead |
org.apache.myfaces.custom.navmenu.AbstractUINavigationMenuItem.setAction(MethodBinding)
Use setActionExpression instead. |
org.apache.myfaces.custom.schedule.UISchedule.setAction(MethodBinding)
Use setActionExpression instead. |
org.apache.myfaces.shared_tomahawk.taglib.UIComponentELTagBase.setActionListenerProperty(UIComponent, String)
|
org.apache.myfaces.shared_tomahawk.taglib.UIComponentELTagBase.setActionProperty(UIComponent, String)
|
org.apache.myfaces.shared_tomahawk.taglib.UIComponentELTagBase.setBooleanProperty(UIComponent, String, String)
|
org.apache.myfaces.shared_tomahawk.taglib.core.SelectItemTagBase.setItemValue(String)
|
org.apache.myfaces.validator.ValidatorBase.setMessage(String)
Use setDetailMessage() |
org.apache.myfaces.custom.schedule.UISchedule.setMouseListener(MethodBinding)
Use setMouseListenerExpression instead. |
org.apache.myfaces.shared_tomahawk.taglib.UIComponentELTagBase.setStringProperty(UIComponent, String, String)
|
org.apache.myfaces.custom.tree2.UITreeData.setValue(Object)
|