com.servingxml.components.content.dynamic
Interface DynamicChangeable

All Known Implementing Classes:
DynamicChangeable.AlwaysChanged

public interface DynamicChangeable

Defines an interface for resource dynamic XML content.


Nested Class Summary
static class DynamicChangeable.AlwaysChanged
           
 
Field Summary
static DynamicChangeable ALWAYS_CHANGED
           
 
Method Summary
 long getLastModified(java.lang.Object key, long timestamp, long elapsed)
          Called by the servingxml framework to determine whether the XML content has changed.
 

Field Detail

ALWAYS_CHANGED

static final DynamicChangeable ALWAYS_CHANGED
Method Detail

getLastModified

long getLastModified(java.lang.Object key,
                     long timestamp,
                     long elapsed)
Called by the servingxml framework to determine whether the XML content has changed.

Parameters:
key - the document key
timestamp - the time the node was created
elapsed -