Deprecated JSF 1.1 VariableResolver implementations in favor of Spring-provided ELResolvers
This commit is contained in:
@@ -69,7 +69,10 @@ import org.springframework.web.context.WebApplicationContext;
|
||||
* @since 1.1
|
||||
* @see WebApplicationContextVariableResolver
|
||||
* @see FacesContextUtils#getRequiredWebApplicationContext
|
||||
* @deprecated as of Spring 3.2, in favor of the JSF 1.2 based
|
||||
* {@link org.springframework.web.jsf.el.SpringBeanFacesELResolver}
|
||||
*/
|
||||
@Deprecated
|
||||
public class DelegatingVariableResolver extends VariableResolver {
|
||||
|
||||
/** Logger available to subclasses */
|
||||
|
||||
@@ -31,7 +31,10 @@ import javax.faces.el.VariableResolver;
|
||||
* @since 2.5
|
||||
* @see WebApplicationContextVariableResolver
|
||||
* @see FacesContextUtils#getRequiredWebApplicationContext
|
||||
* @deprecated as of Spring 3.2, in favor of the JSF 1.2 based
|
||||
* {@link org.springframework.web.jsf.el.SpringBeanFacesELResolver}
|
||||
*/
|
||||
@Deprecated
|
||||
public class SpringBeanVariableResolver extends DelegatingVariableResolver {
|
||||
|
||||
public SpringBeanVariableResolver(VariableResolver originalVariableResolver) {
|
||||
|
||||
@@ -47,7 +47,10 @@ import org.springframework.web.context.WebApplicationContext;
|
||||
* @since 1.2.5
|
||||
* @see DelegatingVariableResolver
|
||||
* @see FacesContextUtils#getWebApplicationContext
|
||||
* @deprecated as of Spring 3.2, in favor of the JSF 1.2 based
|
||||
* {@link org.springframework.web.jsf.el.WebApplicationContextFacesELResolver}
|
||||
*/
|
||||
@Deprecated
|
||||
public class WebApplicationContextVariableResolver extends VariableResolver {
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user