org.moremotion.page
Class PageManager
java.lang.Object
org.moremotion.page.PageManager
- All Implemented Interfaces:
- FileChangeNotification
public class PageManager
- extends java.lang.Object
- implements FileChangeNotification
- Version:
- $Id: PageManager.java 763 2011-01-13 14:12:00Z erkan $
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PageManager
public PageManager()
getInstance
public static PageManager getInstance()
getPageInfo
public static PageInfo getPageInfo(MoreMotionRequest request,
java.lang.String pageName)
throws PageGenerationException
- Creates PageInfo object for the specified page and returns it. Maintains a cache for created objects
so next time for the same page and the variant response is quicker.
- Parameters:
request - MoreMotionRequest objectpageName - The name of the MoreMotion Page
- Throws:
PageGenerationException
getPageInfo
public static PageInfo getPageInfo(MoreMotionRequest request,
java.lang.String pageName,
java.lang.String variant)
throws PageGenerationException
- Creates PageInfo object for the specified page and variant and returns it. Maintains a cache for created objects
so next time for the same page and the variant response is quicker.
- Parameters:
request - MoreMotionRequest objectpageName - The name of the MoreMotion Pagevariant - The page variant
- Throws:
PageGenerationException
doChange
public void doChange(java.io.File f)
- Specified by:
doChange in interface FileChangeNotification
doDelete
public void doDelete(java.io.File f)
- Specified by:
doDelete in interface FileChangeNotification
Copyright © 2002-2011 MOR YAZILIM. All Rights Reserved.