com.solidstategroup.cms.velocity
Class VelocityAssetFactory

java.lang.Object
  extended by com.solidstategroup.cms.velocity.VelocityAssetFactory

public class VelocityAssetFactory
extends java.lang.Object


Constructor Summary
VelocityAssetFactory()
           
 
Method Summary
static VelocityAsset configureArticle(Asset asset)
           
static VelocityAsset createVeloctyAsset(Asset asset, java.lang.String urlPrefix, java.lang.String documentPrefix)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VelocityAssetFactory

public VelocityAssetFactory()
Method Detail

createVeloctyAsset

public static VelocityAsset createVeloctyAsset(Asset asset,
                                               java.lang.String urlPrefix,
                                               java.lang.String documentPrefix)

configureArticle

public static VelocityAsset configureArticle(Asset asset)