|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.fatwire.gst.foundation.vwebroot.VirtualWebrootApiBypassDao
public class VirtualWebrootApiBypassDao
Backdoor implementation of VirtualWebrootDao that does not utilize any Asset APIs. This class should be used sparingly and may result in some dependencies, that would ordinarily be recorded, being skipped.
User: Tony Field Date: 2011-05-06
Nested Class Summary | |
---|---|
static class |
VirtualWebrootApiBypassDao.UrlInfoComparator
Comparator that compares virtual webroots by webroot. |
Constructor Summary | |
---|---|
VirtualWebrootApiBypassDao(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 VanityAsset, 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 VirtualWebrootApiBypassDao(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 |