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 classDefaultVariableResolverTheDefaultVariableResolveris aHashMapbased default implementation of theVariableResolverinterface.Methods in org.apache.felix.webconsole that return VariableResolver Modifier and Type Method Description static VariableResolverWebConsoleUtil. getVariableResolver(javax.servlet.ServletRequest request)Returns theVariableResolverfor the given request.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)Sets theVariableResolveras theWebConsoleConstants.ATTR_CONSOLE_VARIABLE_RESOLVERattribute in the given request.
-