java.lang.Object
com.aoapps.badges.AoBadgesStyle
- All Implemented Interfaces:
EventListener
,ServletContextListener
@WebListener("Registers the style in RegistryEE.")
public class AoBadgesStyle
extends Object
implements ServletContextListener
Registers the style in
RegistryEE
.-
Field Summary
Modifier and TypeFieldDescriptionstatic final Style
static final Group.Name
The name of the application-scope group that will be used for badges. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
-
Field Details
-
RESOURCE_GROUP
The name of the application-scope group that will be used for badges. -
AO_BADGES_CSS
-
-
Constructor Details
-
AoBadgesStyle
public AoBadgesStyle()
-
-
Method Details
-
contextInitialized
- Specified by:
contextInitialized
in interfaceServletContextListener
-
contextDestroyed
- Specified by:
contextDestroyed
in interfaceServletContextListener
-