Uses of Class
org.springframework.extensions.surf.render.RendererType

Packages that use RendererType
org.springframework.extensions.surf.render   
 

Uses of RendererType in org.springframework.extensions.surf.render
 

Methods in org.springframework.extensions.surf.render that return RendererType
static RendererType RendererType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RendererType[] RendererType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.springframework.extensions.surf.render with parameters of type RendererType
 Renderer RenderService.getRenderer(RendererType rendererType)
          Gets a renderer for the given renderer type (i.e.
 



Copyright © 2009 SpringSource, Inc. All Rights Reserved.