Class HomeAction

  • All Implemented Interfaces:
    java.io.Serializable

    @Named("homeAction")
    @ConversationScoped
    @Secure("#{identity.loggedIn}")
    public class HomeAction
    extends java.lang.Object
    implements java.io.Serializable
    Action class for home page
    Author:
    Yuriy Movchan Date: 08/28/2015
    See Also:
    Serialized Form
    • Field Detail

      • CACHE_METRICS_ENABLED_KEY

        public static final java.lang.String CACHE_METRICS_ENABLED_KEY
        See Also:
        Constant Field Values
    • Constructor Detail

      • HomeAction

        public HomeAction()
    • Method Detail

      • init

        public void init()
      • getAuthenticationChartJson

        public java.lang.String getAuthenticationChartJson()
      • setUpdateChecker

        public void setUpdateChecker​(UpdateChecker updateChecker)