Package org.mycore.iview2.events
Class MCRIView2TilingThreadStarter
java.lang.Object
org.mycore.iview2.events.MCRIView2TilingThreadStarter
- All Implemented Interfaces:
MCRStartupHandler.AutoExecutable
public class MCRIView2TilingThreadStarter
extends Object
implements MCRStartupHandler.AutoExecutable
Handles tiling process in a web application.
- Author:
- Thomas Scheffler (yagee)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()
returns a name to display on start-up.int
If order is important returns as 'heigher' priority.void
startUp
(jakarta.servlet.ServletContext servletContext) This method get executed byMCRStartupHandler.startUp(ServletContext)
-
Constructor Details
-
MCRIView2TilingThreadStarter
public MCRIView2TilingThreadStarter()
-
-
Method Details
-
getName
Description copied from interface:MCRStartupHandler.AutoExecutable
returns a name to display on start-up.- Specified by:
getName
in interfaceMCRStartupHandler.AutoExecutable
-
getPriority
public int getPriority()Description copied from interface:MCRStartupHandler.AutoExecutable
If order is important returns as 'heigher' priority.- Specified by:
getPriority
in interfaceMCRStartupHandler.AutoExecutable
-
startUp
public void startUp(jakarta.servlet.ServletContext servletContext) Description copied from interface:MCRStartupHandler.AutoExecutable
This method get executed byMCRStartupHandler.startUp(ServletContext)
- Specified by:
startUp
in interfaceMCRStartupHandler.AutoExecutable
-