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 void
exportStartPageResources()
Extracts the Acrolinx start page to file system.static java.lang.String
getStartPageUrl()
Returns the URI to the extracted start page.static boolean
isExportRequired(AcrolinxSidebarInitParameter acrolinxSidebarInitParameter)
static java.lang.String
prepareSidebarUrl(AcrolinxSidebarInitParameter acrolinxSidebarInitParameter)
-
-
-
Method Detail
-
exportStartPageResources
public static void exportStartPageResources() throws java.io.IOException
Extracts the Acrolinx start page to file system. Internal use only.- Throws:
java.io.IOException
-
getStartPageUrl
public static java.lang.String getStartPageUrl() throws java.io.IOException
Returns 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)
-
-