Inherited Attributes
Attributes inherited from: Object
hash, string
Methods
createshared FaviconHandler create()

Create a handler with defaults

createshared FaviconHandler create(Integer maxAgeSeconds)

Create a handler with the specified max cache time

Parameters:
  • maxAgeSeconds

    max how long the file will be cached by browser, in seconds

createshared FaviconHandler create(String path)

Create a handler attempting to load favicon file from the specified path

Parameters:
  • path

    the path

createshared FaviconHandler create(String path, Integer maxAgeSeconds)

Create a handler attempting to load favicon file from the specified path, and with the specified max cache time

Parameters:
  • path

    the path

  • maxAgeSeconds

    max how long the file will be cached by browser, in seconds

Inherited Methods
Methods inherited from: Object
equals