Package org.ametys.runtime.cocoon
Class ThreadSafeTraxProcessor.ResolvedURI
- java.lang.Object
-
- org.ametys.runtime.cocoon.ThreadSafeTraxProcessor.ResolvedURI
-
- Enclosing class:
- ThreadSafeTraxProcessor
private static class ThreadSafeTraxProcessor.ResolvedURI extends Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) String
_resolvedURI
(package private) long
_timestamp
-
Constructor Summary
Constructors Constructor Description ResolvedURI(String resolvedURI, long timestamp)
-
-
-
Field Detail
-
_resolvedURI
String _resolvedURI
-
_timestamp
long _timestamp
-
-
Constructor Detail
-
ResolvedURI
public ResolvedURI(String resolvedURI, long timestamp)
-
-