@Deprecated public final class AssetApiVirtualWebrootDao extends Object implements VirtualWebrootDao
Modifier and Type | Class and Description |
---|---|
static class |
AssetApiVirtualWebrootDao.UrlInfoComparator
Deprecated.
Comparator that compares virtual webroots by webroot.
|
Constructor and Description |
---|
AssetApiVirtualWebrootDao(COM.FutureTense.Interfaces.ICS ics)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
SortedSet<VirtualWebroot> |
getAllVirtualWebroots()
Deprecated.
Get all of the virtual webroots, sorted by URL length.
|
VirtualWebroot |
getVirtualWebroot(long cid)
Deprecated.
|
String |
getVirtualWebrootEnvironment()
Deprecated.
Get the current virtual webroot environment as defined by the
configuration properties.
|
VirtualWebroot |
lookupVirtualWebrootForAsset(VanityAsset wra)
Deprecated.
Look up and return the VirtualWebroot corresponding to the specified
WebReferenceableAsset, for the current environment.
|
VirtualWebroot |
lookupVirtualWebrootForUri(String wraPath)
Deprecated.
|
public AssetApiVirtualWebrootDao(COM.FutureTense.Interfaces.ICS ics)
public VirtualWebroot getVirtualWebroot(long cid)
public SortedSet<VirtualWebroot> getAllVirtualWebroots()
getAllVirtualWebroots
in interface VirtualWebrootDao
public String getVirtualWebrootEnvironment()
public VirtualWebroot lookupVirtualWebrootForAsset(VanityAsset wra)
lookupVirtualWebrootForAsset
in interface VirtualWebrootDao
wra
- web-referenceable assetpublic VirtualWebroot lookupVirtualWebrootForUri(String wraPath)
lookupVirtualWebrootForUri
in interface VirtualWebrootDao
Copyright © 2010–2017. All rights reserved.