Package com.acrolinx.sidebar.utils
Class StartPageInstaller
- java.lang.Object
-
- com.acrolinx.sidebar.utils.StartPageInstaller
-
public final class StartPageInstaller extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidexportStartPageResources()Extracts the Acrolinx start page to file system.static java.lang.StringgetStartPageUrl()Returns the URI to the extracted start page.static booleanisExportRequired(AcrolinxSidebarInitParameter acrolinxSidebarInitParameter)static java.lang.StringprepareSidebarUrl(AcrolinxSidebarInitParameter acrolinxSidebarInitParameter)
-
-
-
Method Detail
-
exportStartPageResources
public static void exportStartPageResources() throws java.io.IOExceptionExtracts the Acrolinx start page to file system. Internal use only.- Throws:
java.io.IOException
-
getStartPageUrl
public static java.lang.String getStartPageUrl() throws java.io.IOExceptionReturns the URI to the extracted start page.- Returns:
- Path to current start page.
- Throws:
java.io.IOException
-
isExportRequired
public static boolean isExportRequired(AcrolinxSidebarInitParameter acrolinxSidebarInitParameter)
-
prepareSidebarUrl
public static java.lang.String prepareSidebarUrl(AcrolinxSidebarInitParameter acrolinxSidebarInitParameter)
-
-