Interface Counter
-
- All Known Implementing Classes:
DefaultCounter
public interface Counter
A counter to create a unique version for web resources
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getCounter()
Get the resource countervoid
updateCounter()
Update the resource counter
-