|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.openprivacy.reptile.extensions.ProxyFunctions
Misc util functions for obtaining information from the panther proxy.
Constructor Summary | |
ProxyFunctions()
|
Method Summary | |
boolean |
contains(java.lang.String location)
|
java.lang.String |
file(org.apache.xalan.extensions.XSLProcessorContext context,
org.apache.xalan.templates.ElemExtensionCall elem)
Get the location of a file via it's location. |
static java.lang.String |
getDateFormated(long difference)
Get a formated string representing the difference in time. |
java.lang.String |
getFileLocation(java.lang.String location)
Return the fileLocation in the cache that the given URL is found or "" if it isn't in the cache. |
java.lang.String |
getResourceLocation(java.lang.String resource)
Get the URL of a specified resource. |
java.lang.String |
lastModified(org.apache.xalan.extensions.XSLProcessorContext context,
org.apache.xalan.templates.ElemExtensionCall elem)
|
java.lang.String |
nextUpdate(org.apache.xalan.extensions.XSLProcessorContext context,
org.apache.xalan.templates.ElemExtensionCall elem)
Return a string describing when the next update will happen. |
boolean |
supports(java.lang.String location)
|
void |
update(java.lang.String location)
|
java.lang.String |
updateInterval(org.apache.xalan.extensions.XSLProcessorContext context,
org.apache.xalan.templates.ElemExtensionCall elem)
Return a string describing when the next update will happen. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ProxyFunctions()
Method Detail |
public boolean contains(java.lang.String location)
Proxy.contains(talon.util.net.URI)
public boolean supports(java.lang.String location)
Proxy.supports(talon.util.net.URI)
public void update(java.lang.String location)
Proxy.update(java.lang.String)
public java.lang.String getFileLocation(java.lang.String location)
ProxyEntry.getFileLocation()
public java.lang.String getResourceLocation(java.lang.String resource)
public java.lang.String file(org.apache.xalan.extensions.XSLProcessorContext context, org.apache.xalan.templates.ElemExtensionCall elem)
public java.lang.String lastModified(org.apache.xalan.extensions.XSLProcessorContext context, org.apache.xalan.templates.ElemExtensionCall elem)
public java.lang.String nextUpdate(org.apache.xalan.extensions.XSLProcessorContext context, org.apache.xalan.templates.ElemExtensionCall elem)
public java.lang.String updateInterval(org.apache.xalan.extensions.XSLProcessorContext context, org.apache.xalan.templates.ElemExtensionCall elem)
public static java.lang.String getDateFormated(long difference)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |