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

Packages that use Theme
org.springframework.extensions.surf   
org.springframework.extensions.surf.site   
org.springframework.extensions.surf.support   
org.springframework.extensions.surf.types   
 

Uses of Theme in org.springframework.extensions.surf
 

Methods in org.springframework.extensions.surf that return Theme
 Theme WrappedRequestContext.getTheme()
           
 Theme RequestContext.getTheme()
           
 

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

Methods in org.springframework.extensions.surf.site that return Theme
static Theme ThemeUtil.getCurrentTheme(RequestContext context)
          Gets the current theme.
 Theme Model.getTheme(String objectId)
          Gets the Theme instance with the given id.
 Theme Model.newTheme()
          Creates a new Theme instance.
 Theme Model.newTheme(String objectId)
          Creates a new Theme instance with the given id.
 

Uses of Theme in org.springframework.extensions.surf.support
 

Methods in org.springframework.extensions.surf.support that return Theme
 Theme AbstractRequestContext.getTheme()
          Gets the current Theme object, or null if not set
 

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

Classes in org.springframework.extensions.surf.types that implement Theme
 class ThemeImpl
          Default theme implementation
 



Copyright © 2009 SpringSource, Inc. All Rights Reserved.