Uses of Class
org.springframework.extensions.surf.mvc.AbstractWebFrameworkView

Packages that use AbstractWebFrameworkView
org.springframework.extensions.surf.mvc   
 

Uses of AbstractWebFrameworkView in org.springframework.extensions.surf.mvc
 

Subclasses of AbstractWebFrameworkView in org.springframework.extensions.surf.mvc
 class ComponentView
          View implementation for a Surf Component A component can be any kind of Web Framework component (Web Script, JSP, JavaBean, etc) URLs are expected to be invoked as shown: ?c= -> runs the view mode for component ?c=&mode=view -> runs the view mode for component (and processes the full component) ?c=&mode=view&focus=header -> runs the view mode for component (and processes the 'header' of the component)) ?c=&mode=edit -> runs the edit mode for component ?c=&mode=edit&focus=footer -> runs the edit mode for component (and processes the 'footer' of the component) The component is then executed and its output streamed back.
 class ErrorHandlerPageView
          Default view implementation for Surf system pages
 class PageView
          Default view implementation for Surf pages
 class RegionView
          View implementation for a Surf page region URLs are expected to be invoked as shown: /// Most commonly, these are: regionId -> the id of the region (i.e.
 class SystemPageView
          Default view implementation for Surf system pages
 class TemplateView
          Default view implementation for Surf templates
 



Copyright © 2009 SpringSource, Inc. All Rights Reserved.