Copyright© 2008-2018 SiteVision AB, all rights reserved.
@Requireable(value="WebResourceFactory") public interface WebResourceFactory
An instance of the SiteVision class implementing this interface can be obtained via
Utils.getWebResourceFactory()
.
See Utils
for how to obtain an instance of the Utils
interface.
Modifier and Type | Method and Description |
---|---|
ArticleUtil |
getArticleUtil()
Gets an instance of an article utility class
|
FileUtil |
getFileUtil()
Gets an instance of a file utility class
|
ImageUtil |
getImageUtil()
Gets an instance of an image utility class
|
LinkPageUtil |
getLinkPageUtil()
Gets an instance of a link page utility class.
|
LinkTargetBuilder |
getLinkTargetBuilder()
Gets an instance of a link target builder class.
|
PageUtil |
getPageUtil()
Gets an instance of a page utility class
|
ArticleUtil getArticleUtil()
FileUtil getFileUtil()
ImageUtil getImageUtil()
LinkPageUtil getLinkPageUtil()
LinkTargetBuilder getLinkTargetBuilder()
PageUtil getPageUtil()
SiteVision - Portal and Content Management Made Easy
SiteVision is an advanced Java enterprise portal product and a portlet container (JSR 286) that implements Java Content Repository (JSR 283).
Copyright© 2008-2018 SiteVision AB, all rights reserved.