|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object info.magnolia.module.templatingkit.dam.DAMUtil
STKModule
and get DAMSupport from there.
public class DAMUtil
DAM utility class. Use to extract Asset or DAMSupport form the content node.
Constructor Summary | |
---|---|
DAMUtil()
Deprecated. |
Method Summary | |
---|---|
static Asset |
getAsset(info.magnolia.cms.core.Content content,
String nodeDataName)
Deprecated. since 2.0 - use STKModule.getDamSupport() and call DAMSupport.getAsset(Content, String) on it. |
static DAMSupport |
getDAMSupport(info.magnolia.cms.core.Content content)
Deprecated. since 2.0 - use STKModule.getDamSupport() instead. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DAMUtil()
Method Detail |
---|
public static Asset getAsset(info.magnolia.cms.core.Content content, String nodeDataName) throws DAMException
STKModule.getDamSupport()
and call DAMSupport.getAsset(Content, String)
on it.
DAMException
public static DAMSupport getDAMSupport(info.magnolia.cms.core.Content content)
STKModule.getDamSupport()
instead.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |