|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.silverpeas.viewer.ViewerFactory
public class ViewerFactory
Viewer factory which provides preview and view services.
Method Summary | |
---|---|
static PreviewService |
getPreviewService()
Preview services accessor |
static ViewService |
getViewService()
View services accessor |
static boolean |
isPreviewable(File file)
Indicates if file is previewable. |
static boolean |
isPreviewable(String path)
Indicates if file is previewable. |
static boolean |
isViewable(File file)
Indicates if file is displayable with FlexPaper. |
static boolean |
isViewable(String path)
Indicates if file is displayable with FlexPaper. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static PreviewService getPreviewService()
public static boolean isPreviewable(File file)
file
-
public static boolean isPreviewable(String path)
path
-
public static boolean isViewable(File file)
file
-
public static boolean isViewable(String path)
path
-
public static ViewService getViewService()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |