#2863: PluginListForm.java

projectforge-wicket/src/main/java/org/projectforge/web/admin/PluginListForm.java

Path: projectforge-wicket/src/main/java/org/projectforge/web/admin/PluginListForm.java · Type: Java Wicket component

Purpose: Part of the ProjectForge admin module.

Source: GitHub

103 lines total
CommitDateMessage
868d6abb2025 -> 2026
63081666Source file headers: 2024-> 2025.
3785f834Migration stuff in progress...
4efcbd0fMigration stuff in progress...
b6092df0Copyright 2023 -> 2024
ab45d51fCopyright 2001-2022 -> 2001-2023.
5f7ef41bCopyright 2021 -> 2022
c624f624PluginListForm: Hint added, that restart is needed.
ceb63e8aSource code header: (C) 2001-2021.
07b80966wip: PFPluginService (PluginConfig) -> PluginInfo, Plugin scanning is now done via Spring compone
f030f2f5wip: wxternal plugins...
406b4fdbPFPluginService.isBuiltIn seems to be unused (removed it). module plugintemplate removed. See Projec
a6a7aeceOptimize Imports
7c79f192Copyright of source header -> 2020.
a5bbdca6Change logger to slf4j
9ebb8852Initial commit

What it does

Apache Wicket Wicket component. Extends AbstractStandardForm<PluginListForm, PluginListPage>. Key methods: getObject(), getObject(), isActivated(). Package: org.projectforge.web.admin. Patterns: overrides super.

Key takeaways