Uses of Interface
org.apache.felix.webconsole.VariableResolver
-
Packages that use VariableResolver Package Description org.apache.felix.webconsole -
-
Uses of VariableResolver in org.apache.felix.webconsole
Classes in org.apache.felix.webconsole that implement VariableResolver Modifier and Type Class Description classDefaultVariableResolverDeprecated.UseRequestVariableResolverinstead.Methods in org.apache.felix.webconsole that return VariableResolver Modifier and Type Method Description static VariableResolverWebConsoleUtil. getVariableResolver(javax.servlet.ServletRequest request)Deprecated.Use theRequestVariableResolverinstead.Methods in org.apache.felix.webconsole with parameters of type VariableResolver Modifier and Type Method Description static voidWebConsoleUtil. setVariableResolver(javax.servlet.ServletRequest request, VariableResolver resolver)Deprecated.Use theRequestVariableResolverinstead.
-