| java.lang.Object com.knowgate.dataxslt.MicrositeFactory
MicrositeFactory | public class MicrositeFactory (Code) | | |
Method Summary | |
public static boolean | cache() | public static void | cache(boolean bCacheOnOf) | public static synchronized Microsite | getInstance(String sURI, boolean bValidateXML) Get a Microsite from an XML file
If Microsite is cached then cached instance is returned.
Parameters: sURI - XML file URI starting with file://(for example file:///opt/knowgate/storage/xslt/templates/Comtemporary.xml) Parameters: bValidateXML - true if XML validation with W3C schemas is to be done,false is no validation is to be done. | public static Microsite | getInstance(String sURI) Get a Microsite from an XML file
If Microsite is cached then cached instance is returned. |
bCache | public static boolean bCache(Code) | | |
MicrositeFactory | public MicrositeFactory()(Code) | | |
cache | public static boolean cache()(Code) | | Caching status on/off |
cache | public static void cache(boolean bCacheOnOf)(Code) | | Turns Microsite caching on/off
Parameters: bCacheOnOf - true if Microsite caching is to be activated,false if Microsite caching is to be deactivated. |
|
|