Uses of Interface
org.springframework.extensions.webscripts.Registry

Packages that use Registry
org.springframework.extensions.webscripts   
 

Uses of Registry in org.springframework.extensions.webscripts
 

Classes in org.springframework.extensions.webscripts that implement Registry
 class DeclarativeRegistry
          Registry of declarative (scripted/template driven) Web Scripts
 

Methods in org.springframework.extensions.webscripts that return Registry
 Registry WebScriptProcessor.getRegistry()
          Gets the web scripts registry.
 Registry Container.getRegistry()
          Gets the registry of Web Scripts
 Registry AbstractRuntimeContainer.getRegistry()
           
 

Methods in org.springframework.extensions.webscripts with parameters of type Registry
 void AbstractRuntimeContainer.setRegistry(Registry registry)
           
 



Copyright © 2009 SpringSource, Inc. All Rights Reserved.