|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.fatwire.gst.foundation.vwebroot.AssetApiVirtualWebrootDao
public final class AssetApiVirtualWebrootDao
DAO for working with Virtual Webroots
Nested Class Summary | |
---|---|
static class |
AssetApiVirtualWebrootDao.UrlInfoComparator
Comparator that compares virtual webroots by webroot. |
Constructor Summary | |
---|---|
AssetApiVirtualWebrootDao(COM.FutureTense.Interfaces.ICS ics)
|
Method Summary | |
---|---|
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 WebReferenceableAsset, for the current environment. |
VirtualWebroot |
lookupVirtualWebrootForUri(String wraPath)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AssetApiVirtualWebrootDao(COM.FutureTense.Interfaces.ICS ics)
Method Detail |
---|
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 asset
public VirtualWebroot lookupVirtualWebrootForUri(String wraPath)
lookupVirtualWebrootForUri
in interface VirtualWebrootDao
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |