org.springframework.extensions.surf.support
Class DefaultPageMapperFactory

java.lang.Object
  extended by org.springframework.extensions.surf.support.BaseFactory
      extended by org.springframework.extensions.surf.support.AbstractPageMapperFactory
          extended by org.springframework.extensions.surf.support.DefaultPageMapperFactory
All Implemented Interfaces:
org.springframework.context.ApplicationContextAware, PageMapperFactory

public class DefaultPageMapperFactory
extends AbstractPageMapperFactory

The default Web Framework implementation of PageMapperFactory

Author:
muzquiano

Constructor Summary
DefaultPageMapperFactory()
           
 
Method Summary
 PageMapper newInstance()
           
 
Methods inherited from class org.springframework.extensions.surf.support.BaseFactory
getApplicationContext, getResourceService, getServiceRegistry, getWebFrameworkConfiguration, getWebFrameworkManager, setApplicationContext, setServiceRegistry
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultPageMapperFactory

public DefaultPageMapperFactory()
Method Detail

newInstance

public PageMapper newInstance()
Specified by:
newInstance in interface PageMapperFactory
Specified by:
newInstance in class AbstractPageMapperFactory


Copyright © 2009 SpringSource, Inc. All Rights Reserved.