@Singleton
public class PageFactory
extends java.lang.Object
Page
objects.Constructor and Description |
---|
PageFactory(dagger.Lazy<VersionCheckSystem> versionCheckSystem,
dagger.Lazy<PlanFiles> fileSystem,
dagger.Lazy<PlanConfig> config,
dagger.Lazy<Theme> theme,
dagger.Lazy<DBSystem> dbSystem,
dagger.Lazy<ServerInfo> serverInfo,
dagger.Lazy<ConnectionSystem> connectionSystem,
dagger.Lazy<Graphs> graphs,
dagger.Lazy<HtmlTables> tables,
dagger.Lazy<Accordions> accordions,
dagger.Lazy<Formatters> formatters,
dagger.Lazy<AnalysisContainer.Factory> analysisContainerFactory,
dagger.Lazy<AnalysisPluginsTabContentCreator> analysisPluginsTabContentCreator,
dagger.Lazy<HookHandler> hookHandler,
dagger.Lazy<com.djrapitops.plugin.logging.debug.DebugLogger> debugLogger,
dagger.Lazy<com.djrapitops.plugin.benchmarking.Timings> timings,
dagger.Lazy<com.djrapitops.plugin.logging.error.ErrorHandler> errorHandler) |
Modifier and Type | Method and Description |
---|---|
AnalysisPage |
analysisPage(java.util.UUID serverUUID) |
DebugPage |
debugPage() |
InspectPage |
inspectPage(java.util.UUID playerUUID) |
InspectPagePluginsContent |
inspectPagePluginsContent(java.util.UUID playerUUID)
Deprecated.
Marked for removal when the connection system will be removed.
|
InspectPluginTab |
inspectPluginTabs(java.util.UUID playerUUID) |
NetworkPage |
networkPage() |
PlayersPage |
playersPage() |
@Inject public PageFactory(dagger.Lazy<VersionCheckSystem> versionCheckSystem, dagger.Lazy<PlanFiles> fileSystem, dagger.Lazy<PlanConfig> config, dagger.Lazy<Theme> theme, dagger.Lazy<DBSystem> dbSystem, dagger.Lazy<ServerInfo> serverInfo, dagger.Lazy<ConnectionSystem> connectionSystem, dagger.Lazy<Graphs> graphs, dagger.Lazy<HtmlTables> tables, dagger.Lazy<Accordions> accordions, dagger.Lazy<Formatters> formatters, dagger.Lazy<AnalysisContainer.Factory> analysisContainerFactory, dagger.Lazy<AnalysisPluginsTabContentCreator> analysisPluginsTabContentCreator, dagger.Lazy<HookHandler> hookHandler, dagger.Lazy<com.djrapitops.plugin.logging.debug.DebugLogger> debugLogger, dagger.Lazy<com.djrapitops.plugin.benchmarking.Timings> timings, dagger.Lazy<com.djrapitops.plugin.logging.error.ErrorHandler> errorHandler)
public DebugPage debugPage()
public PlayersPage playersPage()
public AnalysisPage analysisPage(java.util.UUID serverUUID)
public InspectPage inspectPage(java.util.UUID playerUUID)
public InspectPluginTab inspectPluginTabs(java.util.UUID playerUUID)
@Deprecated public InspectPagePluginsContent inspectPagePluginsContent(java.util.UUID playerUUID)
public NetworkPage networkPage()