public interface IStaticResource
Modifier and Type | Method and Description |
---|---|
String |
getCssClass(ContentContext ctx) |
Date |
getDate(ContentContext ctx) |
String |
getDescription(ContentContext ctx) |
File |
getFile(ContentContext ctx) |
String |
getLanguage(ContentContext ctx) |
String |
getLocation(ContentContext ctx) |
String |
getPreviewURL(ContentContext ctx,
String fitler) |
List<String> |
getTags(ContentContext ctx) |
String |
getTitle(ContentContext ctx) |
String |
getURL(ContentContext ctx) |
boolean |
isLocal(ContentContext ctx)
return true if resource is local to the page, false if resource is global to the site.
|
boolean |
isShared(ContentContext ctx) |
String getURL(ContentContext ctx)
String getCssClass(ContentContext ctx)
Date getDate(ContentContext ctx)
String getDescription(ContentContext ctx)
String getLocation(ContentContext ctx)
String getTitle(ContentContext ctx)
String getPreviewURL(ContentContext ctx, String fitler)
String getLanguage(ContentContext ctx)
List<String> getTags(ContentContext ctx)
File getFile(ContentContext ctx)
boolean isShared(ContentContext ctx)
boolean isLocal(ContentContext ctx)
ctx
- Copyright © 2012-2018. All Rights Reserved.