Uses of Interface
com.fatwire.gst.foundation.wra.VanityAsset

Packages that use VanityAsset
com.fatwire.gst.foundation.controller   
com.fatwire.gst.foundation.vwebroot   
com.fatwire.gst.foundation.wra   
com.fatwire.gst.foundation.wra.navigation   
 

Uses of VanityAsset in com.fatwire.gst.foundation.controller
 

Methods in com.fatwire.gst.foundation.controller that return VanityAsset
protected  VanityAsset BaseRenderPage.getWraAndResolveAlias(AssetIdWithSite id)
          Load the WRA, or the alias, and return it for use by the controller.
 

Uses of VanityAsset in com.fatwire.gst.foundation.vwebroot
 

Methods in com.fatwire.gst.foundation.vwebroot with parameters of type VanityAsset
 VirtualWebroot VirtualWebrootDao.lookupVirtualWebrootForAsset(VanityAsset wra)
           
 VirtualWebroot VirtualWebrootApiBypassDao.lookupVirtualWebrootForAsset(VanityAsset wra)
          Look up and return the VirtualWebroot corresponding to the specified VanityAsset, for the current environment.
 VirtualWebroot AssetApiVirtualWebrootDao.lookupVirtualWebrootForAsset(VanityAsset wra)
          Look up and return the VirtualWebroot corresponding to the specified WebReferenceableAsset, for the current environment.
 

Uses of VanityAsset in com.fatwire.gst.foundation.wra
 

Subinterfaces of VanityAsset in com.fatwire.gst.foundation.wra
 interface Alias
          Bean containing core Alias fields
 interface WebReferenceableAsset
          Bean containing core WebReferenceableAsset fields
 

Classes in com.fatwire.gst.foundation.wra that implement VanityAsset
 class AliasBeanImpl
          Simple Alias bean
 class VanityAssetBean
          Simple VanityAsset
 class WraBeanImpl
          Simple WRA bean
 

Methods in com.fatwire.gst.foundation.wra that return VanityAsset
 VanityAsset WraCoreFieldDao.getVanityWra(com.fatwire.assetapi.data.AssetId id)
           
 VanityAsset AssetApiWraCoreFieldDao.getVanityWra(com.fatwire.assetapi.data.AssetId id)
           
 

Constructors in com.fatwire.gst.foundation.wra with parameters of type VanityAsset
VanityAssetBean(VanityAsset va)
           
WraUriBuilder(VanityAsset wra, String wrapper)
           
 

Uses of VanityAsset in com.fatwire.gst.foundation.wra.navigation
 

Methods in com.fatwire.gst.foundation.wra.navigation with parameters of type VanityAsset
protected  String NavigationHelper.getUrlForWra(VanityAsset wra)
          Get the URL to use for the web-referenceable asset.
 



Copyright © 2010-2013 Oracle Corporation. All Rights Reserved.