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