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

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

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

Methods in org.springframework.extensions.surf.site that return ComponentType
 ComponentType Model.getComponentType(String objectId)
          Gets the Component Type instance with the given id
 ComponentType Model.newComponentType()
          Creates a new Component Type instance.
 ComponentType Model.newComponentType(String objectId)
          Creates a new Component Type instance with the given id.
 

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

Classes in org.springframework.extensions.surf.types that implement ComponentType
 class ComponentTypeImpl
          Default component type implementation
 

Methods in org.springframework.extensions.surf.types that return ComponentType
 ComponentType ComponentImpl.getComponentType(RequestContext context)
           
 ComponentType Component.getComponentType(RequestContext context)
          Gets the component type.
 



Copyright © 2009 SpringSource, Inc. All Rights Reserved.