org.webpieces.plugins.properties.main.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of plugin-properties Show documentation
Show all versions of plugin-properties Show documentation
Webpieces database backed property store
#{extends '../backend/main.html'/}#
#{set title:'Controllers'/}#
#{set tab:'management'/}#
Properties
Great news for you! All of these properties that you can change are persisted across restarts. On top of that,
you can apply a property change to just this server or all servers in the cluster. Any property changes to just this
server only last until the next restart while changes to the whole cluster are persisted and re-applied on startup
This means, you simply add a Guice bean implementing a special named interface, and your properties are
exposed here. Say bye bye to property files!!!
#{list items:categories, as:'category'}#
- ${category.name}$
#{list items:category.beanMetas, as:'beanMeta'}#
- ${beanMeta.name}$.class
#{/list}#
#{else}#
- Bug, please report as this should not be possible
#{/else}#
#{/list}#
#{else}#
- No Managed Beans(No one implementing interface XXXXXX${suffix}$.java)
#{/else}#