|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VirtualWebroot | |
---|---|
com.fatwire.gst.foundation.url.db | |
com.fatwire.gst.foundation.vwebroot |
Uses of VirtualWebroot in com.fatwire.gst.foundation.url.db |
---|
Methods in com.fatwire.gst.foundation.url.db with parameters of type VirtualWebroot | |
---|---|
void |
UrlRegistryDaoImpl.add(SimpleWra wra,
VirtualWebroot vw,
String site)
|
void |
UrlRegistryDao.add(SimpleWra wra,
VirtualWebroot vw,
String site)
|
Uses of VirtualWebroot in com.fatwire.gst.foundation.vwebroot |
---|
Methods in com.fatwire.gst.foundation.vwebroot that return VirtualWebroot | |
---|---|
VirtualWebroot |
VirtualWebrootApiBypassDao.getVirtualWebroot(long cid)
|
VirtualWebroot |
AssetApiVirtualWebrootDao.getVirtualWebroot(long cid)
|
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. |
VirtualWebroot |
VirtualWebrootDao.lookupVirtualWebrootForUri(String uri)
|
VirtualWebroot |
VirtualWebrootApiBypassDao.lookupVirtualWebrootForUri(String wraPath)
|
VirtualWebroot |
AssetApiVirtualWebrootDao.lookupVirtualWebrootForUri(String wraPath)
|
Methods in com.fatwire.gst.foundation.vwebroot that return types with arguments of type VirtualWebroot | |
---|---|
SortedSet<VirtualWebroot> |
VirtualWebrootDao.getAllVirtualWebroots()
Get all of the virtual webroots, sorted by URL length. |
SortedSet<VirtualWebroot> |
VirtualWebrootApiBypassDao.getAllVirtualWebroots()
Get all of the virtual webroots, sorted by URL length. |
SortedSet<VirtualWebroot> |
AssetApiVirtualWebrootDao.getAllVirtualWebroots()
Get all of the virtual webroots, sorted by URL length. |
Methods in com.fatwire.gst.foundation.vwebroot with parameters of type VirtualWebroot | |
---|---|
int |
VirtualWebrootApiBypassDao.UrlInfoComparator.compare(VirtualWebroot o1,
VirtualWebroot o2)
|
int |
AssetApiVirtualWebrootDao.UrlInfoComparator.compare(VirtualWebroot o1,
VirtualWebroot o2)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |