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

Packages that use Action
org.apache.felix.webconsole.internal.compendium   
org.apache.felix.webconsole.internal.core   
org.apache.felix.webconsole.internal.obr   
org.apache.felix.webconsole.internal.servlet   
org.apache.felix.webconsole.internal.system   
 

Uses of Action in org.apache.felix.webconsole.internal.compendium
 

Classes in org.apache.felix.webconsole.internal.compendium that implement Action
 class AjaxConfigManagerAction
          The AjaxConfigManagerAction TODO
 class ComponentRenderAction
           
 

Uses of Action in org.apache.felix.webconsole.internal.core
 

Classes in org.apache.felix.webconsole.internal.core that implement Action
 class AjaxBundleDetailsAction
           
 class InstallAction
          The InstallAction TODO
 class RefreshPackagesAction
          The RefreshPackagesAction TODO
 class SetStartLevelAction
          The SetStartLevelAction TODO
 class StartAction
           
 class StopAction
          The StopAction TODO
 class UninstallAction
           
 class UpdateAction
          The UpdateAction TODO
 

Uses of Action in org.apache.felix.webconsole.internal.obr
 

Classes in org.apache.felix.webconsole.internal.obr that implement Action
 class InstallFromRepoAction
           
 class RefreshRepoAction
           
 

Uses of Action in org.apache.felix.webconsole.internal.servlet
 

Methods in org.apache.felix.webconsole.internal.servlet with parameters of type Action
protected  void OsgiManager.bindOperation(Action operation)
           
protected  void OsgiManager.unbindOperation(Action operation)
           
 

Uses of Action in org.apache.felix.webconsole.internal.system
 

Classes in org.apache.felix.webconsole.internal.system that implement Action
 class GCAction
           
 class ShutdownAction