Uses of Interface
org.apache.felix.webconsole.VariableResolver

Packages that use VariableResolver
org.apache.felix.webconsole   
 

Uses of VariableResolver in org.apache.felix.webconsole
 

Classes in org.apache.felix.webconsole that implement VariableResolver
 class DefaultVariableResolver
          The DefaultVariableResolver is a HashMap based default implementation of the VariableResolver interface.
 

Methods in org.apache.felix.webconsole that return VariableResolver
static VariableResolver WebConsoleUtil.getVariableResolver(javax.servlet.ServletRequest request)
          Returns the VariableResolver for the given request.
 

Methods in org.apache.felix.webconsole with parameters of type VariableResolver
static void WebConsoleUtil.setVariableResolver(javax.servlet.ServletRequest request, VariableResolver resolver)
          Sets the VariableResolver as the WebConsoleConstants.ATTR_CONSOLE_VARIABLE_RESOLVER attribute in the given request.
 



Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.