Uses of Interface
org.springframework.extensions.surf.PageMapperFactory

Packages that use PageMapperFactory
org.springframework.extensions.surf   
org.springframework.extensions.surf.support   
 

Uses of PageMapperFactory in org.springframework.extensions.surf
 

Methods in org.springframework.extensions.surf that return PageMapperFactory
 PageMapperFactory WebFrameworkServiceRegistry.getPageMapperFactory()
          Gets the page mapper factory.
 

Methods in org.springframework.extensions.surf with parameters of type PageMapperFactory
 void WebFrameworkServiceRegistry.setPageMapperFactory(PageMapperFactory pageMapperFactory)
          Sets the page mapper factory.
 

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

Classes in org.springframework.extensions.surf.support that implement PageMapperFactory
 class AbstractPageMapperFactory
          Abstract base class for PageMapperFactory implementations.
 class DefaultPageMapperFactory
          The default Web Framework implementation of PageMapperFactory
 



Copyright © 2009 SpringSource, Inc. All Rights Reserved.