public class FeatureTagEnable extends AbstractFeatureTag
Feature status within FeatureStore.
Sample use
<ff4j:enable featureid="mercure-desc"> here your html code </ff4j:enable@gt; It is also possible to store the result of feature evaluation to be able to use it in a more complex condition:<ff4j:disable featureid="mercure-desc" var="mercureDescEnabled"> <c:if test=${mercureDescEnabled && otherCondition}"> Your HTML code </c:if">
ERROR_MSG_END, ERROR_MSG_START| Constructor and Description |
|---|
FeatureTagEnable() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
evalWithExecutionContext(FF4j ff4j,
javax.servlet.jsp.PageContext pageContext,
FlippingExecutionContext executionContext) |
displayError, doStartTag, eval, getFeatureid, getFf4jAttributeName, getScope, getVar, isShareHttpSession, release, setFeatureid, setScope, setShareHttpSession, setVarprotected boolean evalWithExecutionContext(FF4j ff4j, javax.servlet.jsp.PageContext pageContext, FlippingExecutionContext executionContext)
evalWithExecutionContext in class AbstractFeatureTagCopyright © 2013–2019 FF4J. All rights reserved.