Interface Counter
- All Known Implementing Classes:
- DefaultCounter
public interface Counter
A counter to create a unique version for web resources
- 
Method SummaryModifier and TypeMethodDescriptionintGet the resource countervoidUpdate the resource counter
- 
Method Details- 
getCounterint getCounter()Get the resource counter
- 
updateCountervoid updateCounter()Update the resource counter
 
-