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

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

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

Methods in org.springframework.extensions.surf.site that return PageType
 PageType Model.getPageType(String objectId)
          Gets the Page Type instance with the given id.
 PageType Model.newPageType()
          Creates a new Page Type instance.
 PageType Model.newPageType(String objectId)
          Creates a new Page Type instance with the given id.
 

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

Classes in org.springframework.extensions.surf.types that implement PageType
 class PageTypeImpl
          Default page type implementation
 

Methods in org.springframework.extensions.surf.types that return PageType
 PageType PageImpl.getPageType(RequestContext context)
           
 PageType Page.getPageType(RequestContext context)
          Gets the page type.
 



Copyright © 2009 SpringSource, Inc. All Rights Reserved.