com.dotmarketing.services
Class HostServices

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

public class HostServices
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
HostServices()
           
 
Method Summary
static java.io.InputStream buildStream(Host host, boolean EDIT_MODE)
           
static void invalidate(Host host)
           
static void invalidate(Host host, boolean EDIT_MODE)
           
static void removeHostFile(Host host, boolean EDIT_MODE)
           
static void unpublishPageFile(Host host)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HostServices

public HostServices()
Method Detail

invalidate

public static void invalidate(Host host)

invalidate

public static void invalidate(Host host,
                              boolean EDIT_MODE)

buildStream

public static java.io.InputStream buildStream(Host host,
                                              boolean EDIT_MODE)
                                       throws DotDataException,
                                              DotSecurityException
Throws:
DotDataException
DotSecurityException

unpublishPageFile

public static void unpublishPageFile(Host host)

removeHostFile

public static void removeHostFile(Host host,
                                  boolean EDIT_MODE)


Copyright © 2013 dotCMS Inc. All Rights Reserved.