com.dotmarketing.services
Class PageServices

java.lang.Object
  extended by com.dotmarketing.services.PageServices

public class PageServices
extends java.lang.Object

Author:
will To change this generated comment edit the template variable "typecomment": Window>Preferences>Java>Templates. To enable and disable the creation of type comments go to Window>Preferences>Java>Code Generation.

Constructor Summary
PageServices()
           
 
Method Summary
static void publishPageToFile(HTMLPage htmlPage)
           
static void removePageFile(HTMLPage htmlPage, boolean EDIT_MODE)
           
static void removePageFile(HTMLPage htmlPage, Identifier identifier, boolean EDIT_MODE)
           
static void unpublishPageFile(HTMLPage htmlPage)
           
static void writePageToFile(HTMLPage htmlPage, boolean EDIT_MODE)
           
static void writePageToFile(HTMLPage htmlPage, Identifier identifier, boolean EDIT_MODE)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageServices

public PageServices()
Method Detail

publishPageToFile

public static void publishPageToFile(HTMLPage htmlPage)

writePageToFile

public static void writePageToFile(HTMLPage htmlPage,
                                   boolean EDIT_MODE)

writePageToFile

public static void writePageToFile(HTMLPage htmlPage,
                                   Identifier identifier,
                                   boolean EDIT_MODE)

unpublishPageFile

public static void unpublishPageFile(HTMLPage htmlPage)

removePageFile

public static void removePageFile(HTMLPage htmlPage,
                                  boolean EDIT_MODE)

removePageFile

public static void removePageFile(HTMLPage htmlPage,
                                  Identifier identifier,
                                  boolean EDIT_MODE)


Copyright © 2006 Dotmarketing, Inc. All Rights Reserved.