Class PluginBeanOptions

    • Method Detail

      • isAllowBeanWithNoScope

        public boolean isAllowBeanWithNoScope()
        Returns:
        Whether a bean that specifies no scope is allowed. If so, it will use the default scope set of the plugin bean helper.
      • isProcessManagedProperties

        public boolean isProcessManagedProperties()
        Returns:
        Whether the processing of ManagedProperty annotations is activated. Requires a FacesContext.getCurrentInstance() to be available.
      • isProcessPostConstructs

        public boolean isProcessPostConstructs()
        Returns:
        Whether the processing of PostConstruct annotations is activated. Default to false.
      • isProcessPreDestroys

        public boolean isProcessPreDestroys()
        Returns:
        Whether the processing of PreDestroy annotations is activated. Default to false.