|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.silverpeas.viewer.ViewerSettings
public class ViewerSettings
All settings around the viewer services.
Field Summary | |
---|---|
protected static ResourceLocator |
settings
|
Constructor Summary | |
---|---|
ViewerSettings()
|
Method Summary | |
---|---|
static String |
getLicenceKey()
Gets a licence key provided by the author of the current viewer. |
static int |
getPreviewMaxHeight()
Gets the maximum height the preview can be. |
static int |
getPreviewMaxWidth()
Gets the maximum width the preview can be. |
static boolean |
isCacheEnabled()
Indicates if the cache is enabled. |
static boolean |
isSilentConversionEnabled()
Indicates if the silent conversion is enabled. |
static boolean |
isSplitStrategyEnabled()
Indicates if the split strategy is enabled. |
static boolean |
isTimeToLiveEnabled()
Indicates if the cached files written with time to live method. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static ResourceLocator settings
Constructor Detail |
---|
public ViewerSettings()
Method Detail |
---|
public static int getPreviewMaxWidth()
public static int getPreviewMaxHeight()
public static String getLicenceKey()
public static boolean isCacheEnabled()
public static boolean isSplitStrategyEnabled()
public static boolean isSilentConversionEnabled()
isCacheEnabled()
returns true, false otherwise.public static boolean isTimeToLiveEnabled()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |