Uses of Interface
org.springframework.extensions.surf.types.TemplateType

Packages that use TemplateType
org.springframework.extensions.surf.site   
org.springframework.extensions.surf.types   
 

Uses of TemplateType in org.springframework.extensions.surf.site
 

Methods in org.springframework.extensions.surf.site that return TemplateType
 TemplateType Model.getTemplateType(String objectId)
          Gets the Template Type instance with the given id.
 TemplateType Model.newTemplateType()
          Creates a new Template Type instance.
 TemplateType Model.newTemplateType(String objectId)
          Creates a new Template Type instance with the given id.
 

Uses of TemplateType in org.springframework.extensions.surf.types
 

Classes in org.springframework.extensions.surf.types that implement TemplateType
 class TemplateTypeImpl
          Default template type implementation
 

Methods in org.springframework.extensions.surf.types that return TemplateType
 TemplateType TemplateInstanceImpl.getTemplateType(RequestContext context)
           
 TemplateType TemplateInstance.getTemplateType(RequestContext context)
          Gets the template type.
 



Copyright © 2009 SpringSource, Inc. All Rights Reserved.