ExecutionContext
interface provides access to the context for
evaluating whether a feature is enabled or not.Features
service is the applications access point to the Feature
Flag functionality.HttpServletRequest
object to retrieve information which
may influence the decision whether a Feature
is enabled or not.ResourceResolver
object to retrieve information which
may influence the decision whether a Feature
is enabled or not.true
if a feature with the given name is known and
enabled under the current ExecutionContext
.Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.