Interface Counter

All Known Implementing Classes:
DefaultCounter

public interface Counter
A counter to create a unique version for web resources
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Get the resource counter
    void
    Update the resource counter
  • Method Details

    • getCounter

      int getCounter()
      Get the resource counter
    • updateCounter

      void updateCounter()
      Update the resource counter