Skip navigation links
A B C D E F G H I K L M N O P R S T U V W 

A

AbstractController - Class in org.ff4j.web.controller
Display view.
AbstractController(FF4j, String, TemplateEngine) - Constructor for class org.ff4j.web.controller.AbstractController
Default constructor.
AbstractFeatureTag - Class in org.ff4j.web.taglib
Parent class for FF4J TagLib library.
AbstractFeatureTag() - Constructor for class org.ff4j.web.taglib.AbstractFeatureTag
 
addImageToContext(WebContext, String, ImageProvider.ImageType) - Method in class org.ff4j.web.console.ImageProvider
Public interface to add images to webcontext for rendering.
AdminConsoleController - Interface in org.ff4j.web.controller
Display view.
AuditController - Class in org.ff4j.web.controller
Audit Controller to display audit information
AuditController(FF4j, TemplateEngine) - Constructor for class org.ff4j.web.controller.AuditController

B

BUFFER_SIZE - Static variable in class org.ff4j.web.bean.WebConstants
buffer size.
BUFFER_SIZE - Static variable in class org.ff4j.web.embedded.ConsoleConstants
buffer size.
buildQuery(HttpServletRequest) - Method in class org.ff4j.web.controller.AbstractController
 

C

ConsoleConstants - Class in org.ff4j.web.embedded
Global constants to work with web console ff4j.
ConsoleOperations - Class in org.ff4j.web.embedded
 
ConsoleRenderer - Class in org.ff4j.web.embedded
Used to build GUI Interface for feature flip servlet.
ConsoleServlet - Class in org.ff4j.web.embedded
Unique Servlet to manage FlipPoints and security
ConsoleServlet() - Constructor for class org.ff4j.web.embedded.ConsoleServlet
 
CONTENT_TYPE_CSS - Static variable in class org.ff4j.web.bean.WebConstants
Content type for response.
CONTENT_TYPE_CSS - Static variable in class org.ff4j.web.embedded.ConsoleConstants
Content type for response.
CONTENT_TYPE_FONT - Static variable in class org.ff4j.web.bean.WebConstants
Content type for response.
CONTENT_TYPE_HTML - Static variable in class org.ff4j.web.bean.WebConstants
Content type for response.
CONTENT_TYPE_HTML - Static variable in class org.ff4j.web.embedded.ConsoleConstants
Content type for response.
CONTENT_TYPE_JS - Static variable in class org.ff4j.web.bean.WebConstants
Content type for response.
CONTENT_TYPE_JS - Static variable in class org.ff4j.web.embedded.ConsoleConstants
Content type for response.
CONTENT_TYPE_JSON - Static variable in class org.ff4j.web.bean.WebConstants
Content type for response.
CONTENT_TYPE_JSON - Static variable in class org.ff4j.web.embedded.ConsoleConstants
Content type for response.
CONTENT_TYPE_TEXT - Static variable in class org.ff4j.web.bean.WebConstants
Content type for response.
createAbsentMessageRepresentation(ITemplateContext, Class<?>, String, Object[]) - Method in class org.ff4j.web.console.CustomMessageResolver
 
createAbsentMessageRepresentation(ITemplateContext, Class<?>, String, Object[]) - Method in class org.ff4j.web.thymeleaf.CustomMessageResolver
 
createFeature(FF4j, HttpServletRequest) - Static method in class org.ff4j.web.embedded.ConsoleOperations
User action to create a new Feature.
createProperty(FF4j, HttpServletRequest) - Static method in class org.ff4j.web.embedded.ConsoleOperations
Create new property in store.
CSS_SESSIONATTRIBUTE_NAME - Static variable in class org.ff4j.web.bean.WebConstants
attribute name.
CustomMessageResolver - Class in org.ff4j.web.console
All message in the same properties file embedded.
CustomMessageResolver() - Constructor for class org.ff4j.web.console.CustomMessageResolver
 
CustomMessageResolver - Class in org.ff4j.web.thymeleaf
All message in the same properties file embedded.
CustomMessageResolver() - Constructor for class org.ff4j.web.thymeleaf.CustomMessageResolver
Default constructor.

D

defaultMessages - Variable in class org.ff4j.web.console.CustomMessageResolver
Default properties "messages.properties".
defaultMessages - Variable in class org.ff4j.web.thymeleaf.CustomMessageResolver
Default properties "messages.properties".
DESCRIPTION - Static variable in class org.ff4j.web.bean.WebConstants
HTTP Parameter.
DESCRIPTION - Static variable in class org.ff4j.web.embedded.ConsoleConstants
HTTP Parameter.
displayError(String) - Method in class org.ff4j.web.taglib.AbstractFeatureTag
Display an error message in tag.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.ff4j.web.embedded.ConsoleServlet
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.ff4j.web.FF4jDispatcherServlet
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.ff4j.web.embedded.ConsoleServlet
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.ff4j.web.FF4jDispatcherServlet
doStartTag() - Method in class org.ff4j.web.taglib.AbstractFeatureTag

E

END_DATE - Static variable in class org.ff4j.web.bean.WebConstants
HTTP Parameter.
ERROR - Static variable in class org.ff4j.web.bean.WebConstants
constant.
ERROR - Static variable in class org.ff4j.web.embedded.ConsoleServlet
Error Message.
ERROR_MSG_END - Static variable in class org.ff4j.web.taglib.AbstractFeatureTag
Error message constant.
ERROR_MSG_START - Static variable in class org.ff4j.web.taglib.AbstractFeatureTag
Error message constant.
eval(FF4j, PageContext) - Method in class org.ff4j.web.taglib.AbstractFeatureTag
 
evalWithExecutionContext(FF4j, PageContext, FlippingExecutionContext) - Method in class org.ff4j.web.taglib.AbstractFeatureTag
 
evalWithExecutionContext(FF4j, PageContext, FlippingExecutionContext) - Method in class org.ff4j.web.taglib.FeatureTagDisable
 
evalWithExecutionContext(FF4j, PageContext, FlippingExecutionContext) - Method in class org.ff4j.web.taglib.FeatureTagEnable
exportFile(FF4j, HttpServletResponse) - Static method in class org.ff4j.web.embedded.ConsoleOperations
Build Http response when invoking export features.

F

FEATID - Static variable in class org.ff4j.web.bean.WebConstants
HTTP Parameter.
FEATID - Static variable in class org.ff4j.web.embedded.ConsoleConstants
HTTP Parameter.
FEATURE_UID - Static variable in class org.ff4j.web.bean.WebConstants
HTTP Parameter.
FeaturesController - Class in org.ff4j.web.controller
Controller for main class
FeaturesController(FF4j, TemplateEngine) - Constructor for class org.ff4j.web.controller.FeaturesController
FeatureTagDisable - Class in org.ff4j.web.taglib
Content of enclosing tag will be displayed if feature not enable.
FeatureTagDisable() - Constructor for class org.ff4j.web.taglib.FeatureTagDisable
 
FeatureTagEnable - Class in org.ff4j.web.taglib
Taglib to filter display based on Feature status within FeatureStore.
FeatureTagEnable() - Constructor for class org.ff4j.web.taglib.FeatureTagEnable
 
FeatureUsageController - Class in org.ff4j.web.controller
Controller for main class
FeatureUsageController(FF4j, TemplateEngine) - Constructor for class org.ff4j.web.controller.FeatureUsageController
ff4j - Variable in class org.ff4j.web.controller.AbstractController
FF4J instance.
ff4j - Variable in class org.ff4j.web.FF4jServlet
instance of ff4j.
FF4J_SESSIONATTRIBUTE_NAME - Static variable in class org.ff4j.web.bean.WebConstants
attribute name.
FF4J_SESSIONATTRIBUTE_NAME - Static variable in class org.ff4j.web.embedded.ConsoleConstants
attribute name.
FF4JDialect - Class in org.ff4j.web.thymeleaf
Created by benoitmeriaux on 08/01/15.
FF4JDialect(String) - Constructor for class org.ff4j.web.thymeleaf.FF4JDialect
 
FF4jDisableAttrProcessor - Class in org.ff4j.web.thymeleaf
Created by benoitmeriaux on 08/01/15.
FF4jDisableAttrProcessor(TemplateMode, String, String, int) - Constructor for class org.ff4j.web.thymeleaf.FF4jDisableAttrProcessor
 
FF4jDispatcherServlet - Class in org.ff4j.web
Unique Servlet to manage FlipPoints and security
FF4jDispatcherServlet() - Constructor for class org.ff4j.web.FF4jDispatcherServlet
 
FF4jEnableAttrProcessor - Class in org.ff4j.web.thymeleaf
Created by benoitmeriaux on 08/01/15.
FF4jEnableAttrProcessor(TemplateMode, String, String, int) - Constructor for class org.ff4j.web.thymeleaf.FF4jEnableAttrProcessor
 
ff4jProvider - Variable in class org.ff4j.web.FF4jServlet
initializing ff4j provider.
FF4jServlet - Class in org.ff4j.web
Servlet initialisation to put FF4J in HTTP Session.
FF4jServlet() - Constructor for class org.ff4j.web.FF4jServlet
 
FileUtils - Class in org.ff4j.web.utils
Read file for HDD.
FLIPFILE - Static variable in class org.ff4j.web.bean.WebConstants
HTTP Parameter.
FLIPFILE - Static variable in class org.ff4j.web.embedded.ConsoleConstants
HTTP Parameter.

G

get(HttpServletRequest, HttpServletResponse) - Method in class org.ff4j.web.controller.AbstractController
Invoked by dispatcher.
get(HttpServletRequest, HttpServletResponse, WebContext) - Method in class org.ff4j.web.controller.AbstractController
Create view from template.
get(HttpServletRequest, HttpServletResponse, WebContext) - Method in class org.ff4j.web.controller.AuditController
Create view from template.
get(HttpServletRequest, HttpServletResponse, WebContext) - Method in class org.ff4j.web.controller.FeaturesController
Create view from template.
get(HttpServletRequest, HttpServletResponse, WebContext) - Method in class org.ff4j.web.controller.FeatureUsageController
Create view from template.
get(HttpServletRequest, HttpServletResponse, WebContext) - Method in class org.ff4j.web.controller.HomeController
Create view from template.
get(HttpServletRequest, HttpServletResponse, WebContext) - Method in class org.ff4j.web.controller.InfosController
Create view from template.
get(HttpServletRequest, HttpServletResponse, WebContext) - Method in class org.ff4j.web.controller.NotFoundController
Create view from template.
get(HttpServletRequest, HttpServletResponse, WebContext) - Method in class org.ff4j.web.controller.OperationsController
Create view from template.
get(HttpServletRequest, HttpServletResponse, WebContext) - Method in class org.ff4j.web.controller.PropertiesController
Create view from template.
get(HttpServletRequest, HttpServletResponse, WebContext) - Method in class org.ff4j.web.controller.SettingsController
Create view from template.
get(HttpServletRequest, HttpServletResponse, WebContext) - Method in class org.ff4j.web.controller.StaticResourceController
Create view from template.
get(HttpServletRequest, HttpServletResponse, WebContext) - Method in class org.ff4j.web.controller.TimeSeriesController
Create view from template.
getCaching() - Method in class org.ff4j.web.bean.HomeBean
Getter accessor for attribute 'caching'.
getCookie(HttpServletRequest, String) - Static method in class org.ff4j.web.utils.WebUtils
 
getEndTime() - Method in class org.ff4j.web.bean.Interval
Getter accessor for attribute 'endTime'.
getFeatureid() - Method in class org.ff4j.web.taglib.AbstractFeatureTag
Getter accessor for attribute 'featureid'.
getFeatureStore() - Method in class org.ff4j.web.bean.HomeBean
Getter accessor for attribute 'featureStore'.
getFf4j() - Method in class org.ff4j.web.controller.AbstractController
Getter accessor for attribute 'ff4j'.
getFf4j() - Method in class org.ff4j.web.embedded.ConsoleServlet
Getter accessor for attribute 'ff4j'.
getFf4j() - Method in class org.ff4j.web.FF4jServlet
Getter accessor for attribute 'ff4j'.
getFf4jAttributeName() - Method in class org.ff4j.web.taglib.AbstractFeatureTag
Getter accessor for attribute 'ff4jAttributeName'.
getFileExtension(String) - Static method in class org.ff4j.web.utils.FileUtils
Extract extension of file if exist.
getInstance() - Static method in class org.ff4j.web.console.ImageProvider
Singleton.
getMonitoring() - Method in class org.ff4j.web.bean.HomeBean
Getter accessor for attribute 'monitoring'.
getName() - Method in class org.ff4j.web.console.CustomMessageResolver
getName() - Method in class org.ff4j.web.thymeleaf.CustomMessageResolver
getNbEvents() - Method in class org.ff4j.web.bean.HomeBean
Getter accessor for attribute 'nbEvents'.
getNbFeature() - Method in class org.ff4j.web.bean.HomeBean
Getter accessor for attribute 'nbFeature'.
getNbGroup() - Method in class org.ff4j.web.bean.HomeBean
Getter accessor for attribute 'nbGroup'.
getNbProperties() - Method in class org.ff4j.web.bean.HomeBean
Getter accessor for attribute 'nbProperties'.
getOrder() - Method in class org.ff4j.web.console.CustomMessageResolver
getOrder() - Method in class org.ff4j.web.thymeleaf.CustomMessageResolver
getPropertyStore() - Method in class org.ff4j.web.bean.HomeBean
Getter accessor for attribute 'propertyStore'.
getScope() - Method in class org.ff4j.web.taglib.AbstractFeatureTag
Getter accessor for attribute AbstractFeatureTag.scope.
getSecurity() - Method in class org.ff4j.web.bean.HomeBean
Getter accessor for attribute 'security'.
getSessionAttribute(HttpServletRequest, String) - Static method in class org.ff4j.web.utils.WebUtils
 
getSessionId(HttpServletRequest) - Static method in class org.ff4j.web.utils.WebUtils
 
getStartTime() - Method in class org.ff4j.web.bean.Interval
Getter accessor for attribute 'startTime'.
getSuccessView() - Method in class org.ff4j.web.controller.AbstractController
Getter accessor for attribute 'successView'.
getTemplateEngine() - Method in class org.ff4j.web.controller.AbstractController
Getter accessor for attribute 'templateEngine'.
getTemplateFile() - Method in interface org.ff4j.web.controller.AdminConsoleController
 
getUptime() - Method in class org.ff4j.web.bean.HomeBean
Getter accessor for attribute 'uptime'.
getVar() - Method in class org.ff4j.web.taglib.AbstractFeatureTag
Getter accessor for attribute AbstractFeatureTag.var.
getVersion() - Method in class org.ff4j.web.bean.HomeBean
Getter accessor for attribute 'version'.
GRAPH_BAR_HITRATIO - Static variable in class org.ff4j.web.bean.WebConstants
hit ratio.
GRAPH_PIE_HITRATIO - Static variable in class org.ff4j.web.bean.WebConstants
hit ratio.
GRAPH_PIE_HOST - Static variable in class org.ff4j.web.bean.WebConstants
hit ratio.
GRAPH_PIE_SOURCE - Static variable in class org.ff4j.web.bean.WebConstants
hit ratio.
GRAPH_PIE_USER - Static variable in class org.ff4j.web.bean.WebConstants
hit ratio.
GROUPNAME - Static variable in class org.ff4j.web.bean.WebConstants
HTTP Parameter.
GROUPNAME - Static variable in class org.ff4j.web.embedded.ConsoleConstants
HTTP Parameter.

H

HomeBean - Class in org.ff4j.web.bean
Webbean to display home information
HomeBean() - Constructor for class org.ff4j.web.bean.HomeBean
Default constructor.
HomeBean(FF4j) - Constructor for class org.ff4j.web.bean.HomeBean
Default constructor.
HomeController - Class in org.ff4j.web.controller
Controller for main class
HomeController(FF4j, TemplateEngine) - Constructor for class org.ff4j.web.controller.HomeController

I

ImageProvider - Class in org.ff4j.web.console
Load image as base64 and store them in cache
ImageProvider.ImageType - Enum in org.ff4j.web.console
Expected format.
importFile(FF4j, InputStream) - Static method in class org.ff4j.web.embedded.ConsoleOperations
User action to import Features from a properties files.
InfosController - Class in org.ff4j.web.controller
Controller for main class
InfosController(FF4j, TemplateEngine) - Constructor for class org.ff4j.web.controller.InfosController
init(ServletConfig) - Method in class org.ff4j.web.embedded.ConsoleServlet
Servlet initialization, init FF4J from "ff4jProvider" attribute Name.
init(ServletConfig) - Method in class org.ff4j.web.FF4jServlet
Servlet initialization, init FF4J from "ff4jProvider" attribute Name.
initialize() - Method in class org.ff4j.web.console.CustomMessageResolver
initialize() - Method in class org.ff4j.web.thymeleaf.CustomMessageResolver
Interval - Class in org.ff4j.web.bean
Interval to look
Interval() - Constructor for class org.ff4j.web.bean.Interval
 
Interval(long, long) - Constructor for class org.ff4j.web.bean.Interval
 
isShareHttpSession() - Method in class org.ff4j.web.taglib.AbstractFeatureTag
Getter accessor for attribute 'shareHttpSession'.
isValidParam(HttpServletRequest, String) - Method in class org.ff4j.web.controller.AbstractController
Check parameter for date.
isVisible(ITemplateContext, IProcessableElementTag, AttributeName, String) - Method in class org.ff4j.web.thymeleaf.FF4jDisableAttrProcessor
 
isVisible(ITemplateContext, IProcessableElementTag, AttributeName, String) - Method in class org.ff4j.web.thymeleaf.FF4jEnableAttrProcessor
 

K

KEY_ALERT_MESSAGE - Static variable in class org.ff4j.web.bean.WebConstants
templating alert.
KEY_ALERT_MESSAGE - Static variable in class org.ff4j.web.embedded.ConsoleConstants
templating alert.
KEY_AUDIT_ROWS - Static variable in class org.ff4j.web.bean.WebConstants
templating alert.
KEY_AUDIT_ROWS - Static variable in class org.ff4j.web.embedded.ConsoleConstants
templating alert.
KEY_AUDITENABLE - Static variable in class org.ff4j.web.bean.WebConstants
context name in audit bean.
KEY_AUDITTRAIL - Static variable in class org.ff4j.web.bean.WebConstants
context name in audit bean.
KEY_CSS_URL - Static variable in class org.ff4j.web.bean.WebConstants
custom css if defined in web.xml.
KEY_DATE - Static variable in class org.ff4j.web.bean.WebConstants
HTTP Parameter.
KEY_FEATURE_ROWS - Static variable in class org.ff4j.web.bean.WebConstants
templating.
KEY_FEATURE_ROWS - Static variable in class org.ff4j.web.embedded.ConsoleConstants
templating.
KEY_GROUP_LIST_CREATE - Static variable in class org.ff4j.web.bean.WebConstants
templating.
KEY_GROUP_LIST_CREATE - Static variable in class org.ff4j.web.embedded.ConsoleConstants
templating.
KEY_GROUP_LIST_EDIT - Static variable in class org.ff4j.web.bean.WebConstants
templating.
KEY_GROUP_LIST_EDIT - Static variable in class org.ff4j.web.embedded.ConsoleConstants
templating.
KEY_GROUP_LIST_TOGGLE - Static variable in class org.ff4j.web.bean.WebConstants
templating.
KEY_GROUP_LIST_TOGGLE - Static variable in class org.ff4j.web.embedded.ConsoleConstants
templating.
KEY_PERMISSIONLIST - Static variable in class org.ff4j.web.bean.WebConstants
templating.
KEY_PERMISSIONLIST - Static variable in class org.ff4j.web.embedded.ConsoleConstants
templating.
KEY_PROPERTIES_ROWS - Static variable in class org.ff4j.web.bean.WebConstants
templating.
KEY_PROPERTIES_ROWS - Static variable in class org.ff4j.web.embedded.ConsoleConstants
templating.
KEY_SERVLET_CONTEXT - Static variable in class org.ff4j.web.bean.WebConstants
templating.
KEY_SERVLET_CONTEXT - Static variable in class org.ff4j.web.embedded.ConsoleConstants
templating.
KEY_TITLE - Static variable in class org.ff4j.web.controller.AbstractController
KEY.
KEY_VERSION - Static variable in class org.ff4j.web.bean.WebConstants
templating.
KEY_VERSION - Static variable in class org.ff4j.web.embedded.ConsoleConstants
templating.

L

LANG - Static variable in class org.ff4j.web.bean.WebConstants
POST - Langue.
LANG_ATTRIBUTE - Static variable in class org.ff4j.web.bean.WebConstants
POST - Langue.
loadAndResizeImage(String) - Static method in class org.ff4j.web.utils.FileUtils
Transform inputStream into base64.
loadAndResizeImageAsBase64(String) - Static method in class org.ff4j.web.utils.FileUtils
Transform inputStream into base64.
loadAndResizeImageAsByteArray(String) - Static method in class org.ff4j.web.utils.FileUtils
Transform inputStream into base64.
loadFileAsByteArray(String) - Static method in class org.ff4j.web.utils.FileUtils
Transform inputStream into base64.
loadFileAsOutputStream(String) - Static method in class org.ff4j.web.utils.FileUtils
Load file fro mrelative path.
loadFileAsString(String) - Static method in class org.ff4j.web.utils.FileUtils
Utils method to load a file as String.
loadFileAsStringWithBuffer(String) - Static method in class org.ff4j.web.utils.FileUtils
Load with Buffer.
LOGGER - Static variable in class org.ff4j.web.console.CustomMessageResolver
Logger for this class.
LOGGER - Static variable in class org.ff4j.web.controller.AbstractController
Logger for this class.
LOGGER - Static variable in class org.ff4j.web.controller.AuditController
Logger for this class.
LOGGER - Static variable in class org.ff4j.web.controller.FeaturesController
Logger for this class.
LOGGER - Static variable in class org.ff4j.web.controller.HomeController
Logger for this class.
LOGGER - Static variable in class org.ff4j.web.controller.InfosController
Logger for this class.
LOGGER - Static variable in class org.ff4j.web.controller.OperationsController
Logger for this class.
LOGGER - Static variable in class org.ff4j.web.controller.PropertiesController
Logger for this class.
LOGGER - Static variable in class org.ff4j.web.controller.SettingsController
Logger for this class.
LOGGER - Static variable in class org.ff4j.web.embedded.ConsoleServlet
Logger for this class.
LOGGER - Static variable in class org.ff4j.web.FF4jServlet
Logger for this class.
LOGGER - Static variable in class org.ff4j.web.thymeleaf.CustomMessageResolver
Logger for this class.

M

mapOfControllers - Static variable in class org.ff4j.web.FF4jServlet
Mapping PATH <=> Controller
messages - Variable in class org.ff4j.web.console.CustomMessageResolver
Properties per Locale.
messages - Variable in class org.ff4j.web.thymeleaf.CustomMessageResolver
Properties per Locale.
MODAL_CREATE - Static variable in class org.ff4j.web.bean.WebConstants
modal ID.
MODAL_CREATE - Static variable in class org.ff4j.web.embedded.ConsoleConstants
modal ID.
MODAL_EDIT - Static variable in class org.ff4j.web.bean.WebConstants
modal id.
MODAL_EDIT - Static variable in class org.ff4j.web.embedded.ConsoleConstants
modal id.
MODAL_TOGGLE - Static variable in class org.ff4j.web.bean.WebConstants
modal ID.
MODAL_TOGGLE - Static variable in class org.ff4j.web.embedded.ConsoleConstants
modal ID.
msg(String, String) - Static method in class org.ff4j.web.embedded.ConsoleRenderer
Build info messages.

N

NAME - Static variable in class org.ff4j.web.bean.WebConstants
HTTP Parameter.
NAME - Static variable in class org.ff4j.web.embedded.ConsoleConstants
HTTP Parameter.
NEW_LINE - Static variable in class org.ff4j.web.bean.WebConstants
NewLine.
NEW_LINE - Static variable in class org.ff4j.web.embedded.ConsoleConstants
NewLine.
NEW_NAME - Static variable in class org.ff4j.web.bean.WebConstants
HTTP Parameter.
NotFoundController - Class in org.ff4j.web.controller
Redirecto to 404 page
NotFoundController(FF4j, TemplateEngine) - Constructor for class org.ff4j.web.controller.NotFoundController

O

OP_ADD_FIXEDVALUE - Static variable in class org.ff4j.web.bean.WebConstants
remove a value of a listed.
OP_ADD_FIXEDVALUE - Static variable in class org.ff4j.web.embedded.ConsoleConstants
remove a value of a listed.
OP_ADD_PERMISSION - Static variable in class org.ff4j.web.bean.WebConstants
User operation: remove feature.
OP_AUDIT - Static variable in class org.ff4j.web.bean.WebConstants
User operation.
OP_CLEAR_CACHE - Static variable in class org.ff4j.web.bean.WebConstants
User operation.
OP_CLEAR_PERMISSIONS - Static variable in class org.ff4j.web.bean.WebConstants
User operation: remove feature.
OP_COPY_FEATURE - Static variable in class org.ff4j.web.bean.WebConstants
User operation.
OP_COPY_PROPERTY - Static variable in class org.ff4j.web.bean.WebConstants
User operation.
OP_CREATE_FEATURE - Static variable in class org.ff4j.web.bean.WebConstants
User operation.
OP_CREATE_FEATURE - Static variable in class org.ff4j.web.embedded.ConsoleConstants
User operation.
OP_CREATE_PROPERTY - Static variable in class org.ff4j.web.bean.WebConstants
User operation.
OP_CREATE_PROPERTY - Static variable in class org.ff4j.web.embedded.ConsoleConstants
User operation.
OP_CREATE_SCHEMA - Static variable in class org.ff4j.web.bean.WebConstants
User operation.
OP_DELETE_FIXEDVALUE - Static variable in class org.ff4j.web.bean.WebConstants
remove a value of a listed.
OP_DELETE_FIXEDVALUE - Static variable in class org.ff4j.web.embedded.ConsoleConstants
remove a value of a listed.
OP_DISABLE - Static variable in class org.ff4j.web.bean.WebConstants
User operation.
OP_DISABLE - Static variable in class org.ff4j.web.embedded.ConsoleConstants
User operation.
OP_EDIT_FEATURE - Static variable in class org.ff4j.web.bean.WebConstants
User operation.
OP_EDIT_FEATURE - Static variable in class org.ff4j.web.embedded.ConsoleConstants
User operation.
OP_EDIT_PROPERTY - Static variable in class org.ff4j.web.bean.WebConstants
User operation.
OP_EDIT_PROPERTY - Static variable in class org.ff4j.web.embedded.ConsoleConstants
User operation.
OP_ENABLE - Static variable in class org.ff4j.web.bean.WebConstants
User operation.
OP_ENABLE - Static variable in class org.ff4j.web.embedded.ConsoleConstants
User operation.
OP_EXPORT - Static variable in class org.ff4j.web.bean.WebConstants
User operation.
OP_EXPORT - Static variable in class org.ff4j.web.embedded.ConsoleConstants
User operation.
OP_FEATURES - Static variable in class org.ff4j.web.bean.WebConstants
User operation: remove feature.
OP_FEATUREUSAGE - Static variable in class org.ff4j.web.bean.WebConstants
User operation.
OP_IMPORT - Static variable in class org.ff4j.web.bean.WebConstants
User operation.
OP_IMPORT - Static variable in class org.ff4j.web.embedded.ConsoleConstants
User operation.
OP_MONITORING - Static variable in class org.ff4j.web.bean.WebConstants
User operation.
OP_MONITORING - Static variable in class org.ff4j.web.embedded.ConsoleConstants
User operation.
OP_PROPERTIES - Static variable in class org.ff4j.web.bean.WebConstants
User operation: remove feature.
OP_READ_FEATURE - Static variable in class org.ff4j.web.bean.WebConstants
User operation: remove feature.
OP_READ_FEATURE - Static variable in class org.ff4j.web.embedded.ConsoleConstants
User operation: remove feature.
OP_READ_PROPERTY - Static variable in class org.ff4j.web.bean.WebConstants
User operation: remove feature.
OP_READ_PROPERTY - Static variable in class org.ff4j.web.embedded.ConsoleConstants
User operation: remove feature.
OP_RENAME_FEATURE - Static variable in class org.ff4j.web.bean.WebConstants
User operation.
OP_RENAME_PROPERTY - Static variable in class org.ff4j.web.bean.WebConstants
User operation.
OP_RMV_FEATURE - Static variable in class org.ff4j.web.bean.WebConstants
User operation: remove feature.
OP_RMV_FEATURE - Static variable in class org.ff4j.web.embedded.ConsoleConstants
User operation: remove feature.
OP_RMV_PERMISSION - Static variable in class org.ff4j.web.bean.WebConstants
User operation: remove feature.
OP_RMV_PROPERTY - Static variable in class org.ff4j.web.bean.WebConstants
User operation: remove feature.
OP_RMV_PROPERTY - Static variable in class org.ff4j.web.embedded.ConsoleConstants
User operation: remove feature.
OP_TIMESERIES - Static variable in class org.ff4j.web.bean.WebConstants
User operation.
OP_TOGGLE_GROUP - Static variable in class org.ff4j.web.bean.WebConstants
User operation.
OP_TOGGLE_GROUP - Static variable in class org.ff4j.web.embedded.ConsoleConstants
User operation.
OPERATION - Static variable in class org.ff4j.web.bean.WebConstants
POST - Operation.
OPERATION - Static variable in class org.ff4j.web.embedded.ConsoleConstants
POST - Operation.
OperationsController - Class in org.ff4j.web.controller
Mini API to get informations through AJAX in JSON.
OperationsController(FF4j, TemplateEngine) - Constructor for class org.ff4j.web.controller.OperationsController
operationsController - Variable in class org.ff4j.web.FF4jServlet
Simple Operation.
org.ff4j.web - package org.ff4j.web
Dedicated servlet to put FF4J in session
org.ff4j.web.bean - package org.ff4j.web.bean
 
org.ff4j.web.console - package org.ff4j.web.console
 
org.ff4j.web.controller - package org.ff4j.web.controller
 
org.ff4j.web.embedded - package org.ff4j.web.embedded
Provides servlet and tags to work with Features
org.ff4j.web.taglib - package org.ff4j.web.taglib
Collection of tags to check feature
org.ff4j.web.thymeleaf - package org.ff4j.web.thymeleaf
 
org.ff4j.web.utils - package org.ff4j.web.utils
 

P

pageCore(HttpServletRequest, HttpServletResponse) - Method in class org.ff4j.web.embedded.ConsoleServlet
 
pageMonitoring(HttpServletRequest, HttpServletResponse) - Method in class org.ff4j.web.embedded.ConsoleServlet
 
PARAM_FIXEDVALUE - Static variable in class org.ff4j.web.bean.WebConstants
FixedValue to be remove.
PARAM_FIXEDVALUE - Static variable in class org.ff4j.web.embedded.ConsoleConstants
FixedValue to be remove.
parseQuery(HttpServletRequest) - Method in class org.ff4j.web.controller.AbstractController
Retrieve time interval for audit events in history by parsing incoming http request.
PERMISSION - Static variable in class org.ff4j.web.bean.WebConstants
HTTP Parameter.
PERMISSION - Static variable in class org.ff4j.web.embedded.ConsoleConstants
HTTP Parameter.
PERMISSION_PUBLIC - Static variable in class org.ff4j.web.bean.WebConstants
permission.
PERMISSION_PUBLIC - Static variable in class org.ff4j.web.embedded.ConsoleConstants
permission.
PERMISSION_RESTRICTED - Static variable in class org.ff4j.web.bean.WebConstants
permission.
PERMISSION_RESTRICTED - Static variable in class org.ff4j.web.embedded.ConsoleConstants
permission.
PIC_DISABLE - Static variable in class org.ff4j.web.bean.WebConstants
Picture name for empty field.
post(HttpServletRequest, HttpServletResponse) - Method in class org.ff4j.web.controller.AbstractController
Invoked by dispatcher.
post(HttpServletRequest, HttpServletResponse, WebContext) - Method in class org.ff4j.web.controller.AbstractController
Create view from template.
post(HttpServletRequest, HttpServletResponse, WebContext) - Method in class org.ff4j.web.controller.AuditController
Create view from template.
post(HttpServletRequest, HttpServletResponse, WebContext) - Method in class org.ff4j.web.controller.FeaturesController
Create view from template.
post(HttpServletRequest, HttpServletResponse, WebContext) - Method in class org.ff4j.web.controller.FeatureUsageController
Create view from template.
post(HttpServletRequest, HttpServletResponse, WebContext) - Method in class org.ff4j.web.controller.HomeController
Create view from template.
post(HttpServletRequest, HttpServletResponse, WebContext) - Method in class org.ff4j.web.controller.InfosController
Create view from template.
post(HttpServletRequest, HttpServletResponse, WebContext) - Method in class org.ff4j.web.controller.NotFoundController
Create view from template.
post(HttpServletRequest, HttpServletResponse, WebContext) - Method in class org.ff4j.web.controller.OperationsController
Create view from template.
post(HttpServletRequest, HttpServletResponse, WebContext) - Method in class org.ff4j.web.controller.PropertiesController
Create view from template.
post(HttpServletRequest, HttpServletResponse, WebContext) - Method in class org.ff4j.web.controller.SettingsController
Create view from template.
post(HttpServletRequest, HttpServletResponse, WebContext) - Method in class org.ff4j.web.controller.StaticResourceController
Create view from template.
post(HttpServletRequest, HttpServletResponse, WebContext) - Method in class org.ff4j.web.controller.TimeSeriesController
Create view from template.
PREFIX_CHECKBOX - Static variable in class org.ff4j.web.bean.WebConstants
attribute name.
PREFIX_CHECKBOX - Static variable in class org.ff4j.web.embedded.ConsoleConstants
attribute name.
process(HttpServletRequest, HttpServletResponse) - Method in interface org.ff4j.web.controller.AdminConsoleController
Create view from template.
PropertiesController - Class in org.ff4j.web.controller
Controller for main class
PropertiesController(FF4j, TemplateEngine) - Constructor for class org.ff4j.web.controller.PropertiesController
PROVIDER_PARAM_NAME - Static variable in class org.ff4j.web.embedded.ConsoleConstants
servlet init param.

R

release() - Method in class org.ff4j.web.taglib.AbstractFeatureTag
 
renderMessageBox(String, String) - Static method in class org.ff4j.web.embedded.ConsoleRenderer
Display message box if message.
renderMsgGroup(String, String) - Static method in class org.ff4j.web.embedded.ConsoleRenderer
Build info messages.
renderMsgProperty(String, String) - Static method in class org.ff4j.web.embedded.ConsoleRenderer
Build info messages.
renderPage(FF4j, HttpServletRequest, HttpServletResponse, String, String) - Static method in class org.ff4j.web.embedded.ConsoleRenderer
Render the ff4f console webpage through different block.
renderPageMonitoring(FF4j, HttpServletRequest, HttpServletResponse, String, String) - Static method in class org.ff4j.web.embedded.ConsoleRenderer
Render the ff4f console webpage through different block.
renderResources(HttpServletRequest, HttpServletResponse) - Static method in class org.ff4j.web.embedded.ConsoleRenderer
Deliver CSS and Javascript files/
renderValue(String, int) - Static method in class org.ff4j.web.embedded.ConsoleRenderer
 
resolveMessage(ITemplateContext, Class<?>, String, Object[]) - Method in class org.ff4j.web.console.CustomMessageResolver
 
resolveMessage(ITemplateContext, Class<?>, String, Object[]) - Method in class org.ff4j.web.thymeleaf.CustomMessageResolver
 
RESOURCE - Static variable in class org.ff4j.web.bean.WebConstants
static resource param name.
RESOURCE - Static variable in class org.ff4j.web.embedded.ConsoleConstants
static resource param name.
RESOURCE_CSS_FILE - Static variable in class org.ff4j.web.bean.WebConstants
static resource file.
RESOURCE_CSS_FILE - Static variable in class org.ff4j.web.embedded.ConsoleConstants
static resource file.
RESOURCE_CSS_PARAM - Static variable in class org.ff4j.web.bean.WebConstants
static resource paramv alue.
RESOURCE_CSS_PARAM - Static variable in class org.ff4j.web.embedded.ConsoleConstants
static resource paramv alue.
RESOURCE_JS_FILE - Static variable in class org.ff4j.web.bean.WebConstants
static resource file.
RESOURCE_JS_FILE - Static variable in class org.ff4j.web.embedded.ConsoleConstants
static resource file.
RESOURCE_JS_PARAM - Static variable in class org.ff4j.web.bean.WebConstants
static resource param value.
RESOURCE_JS_PARAM - Static variable in class org.ff4j.web.embedded.ConsoleConstants
static resource param value.
ROLE - Static variable in class org.ff4j.web.bean.WebConstants
HTTP Parameter.
ROLE - Static variable in class org.ff4j.web.embedded.ConsoleConstants
HTTP Parameter.
ROLE_ADMIN - Static variable in class org.ff4j.web.bean.WebConstants
Administration (audit, cache...).
ROLE_MANAGER - Static variable in class org.ff4j.web.bean.WebConstants
Edit and create state.
ROLE_USER - Static variable in class org.ff4j.web.bean.WebConstants
Read features state.

S

SDF - Static variable in class org.ff4j.web.controller.AbstractController
Date format.
SDFSLOT - Static variable in class org.ff4j.web.controller.AbstractController
Slot for the date.
SERVLETPARAM_CSS - Static variable in class org.ff4j.web.bean.WebConstants
servlet init param.
SERVLETPARAM_FF4JPROVIDER - Static variable in class org.ff4j.web.bean.WebConstants
servlet init param.
setEndTime(long) - Method in class org.ff4j.web.bean.Interval
Setter accessor for attribute 'endTime'.
setFeatureid(String) - Method in class org.ff4j.web.taglib.AbstractFeatureTag
Setter accessor for attribute 'featureid'.
setFf4j(FF4j) - Method in class org.ff4j.web.controller.AbstractController
Setter accessor for attribute 'ff4j'.
setFf4j(FF4j) - Method in class org.ff4j.web.embedded.ConsoleServlet
Setter accessor for attribute 'ff4j'.
setFf4j(FF4j) - Method in class org.ff4j.web.FF4jServlet
Setter accessor for attribute 'ff4j'.
setScope(int) - Method in class org.ff4j.web.taglib.AbstractFeatureTag
Setter accessor for AbstractFeatureTag.scope.
setSessionAttribute(HttpServletRequest, String, Object) - Static method in class org.ff4j.web.utils.WebUtils
 
setShareHttpSession(boolean) - Method in class org.ff4j.web.taglib.AbstractFeatureTag
Setter accessor for attribute 'shareHttpSession'.
setStartTime(long) - Method in class org.ff4j.web.bean.Interval
Setter accessor for attribute 'startTime'.
setSuccessView(String) - Method in class org.ff4j.web.controller.AbstractController
Setter accessor for attribute 'successView'.
setTemplateEngine(TemplateEngine) - Method in class org.ff4j.web.controller.AbstractController
Setter accessor for attribute 'templateEngine'.
SettingsController - Class in org.ff4j.web.controller
Controller for main class
SettingsController(FF4j, TemplateEngine) - Constructor for class org.ff4j.web.controller.SettingsController
setUptime(long) - Method in class org.ff4j.web.bean.HomeBean
Setter accessor for attribute 'uptime'.
setVar(String) - Method in class org.ff4j.web.taglib.AbstractFeatureTag
Setter accessor for AbstractFeatureTag.var.
START_DATE - Static variable in class org.ff4j.web.bean.WebConstants
HTTP Parameter.
StaticResourceController - Class in org.ff4j.web.controller
Load static resource and create response, overriding content type.
StaticResourceController(FF4j, TemplateEngine) - Constructor for class org.ff4j.web.controller.StaticResourceController
staticResourceController - Variable in class org.ff4j.web.FF4jServlet
Static resource controller.
STATUS_BADREQUEST - Static variable in class org.ff4j.web.bean.WebConstants
http status.
STATUS_FORBIDDEN - Static variable in class org.ff4j.web.bean.WebConstants
http status.
STATUS_NOT_FOUND - Static variable in class org.ff4j.web.bean.WebConstants
http status.
STRATEGY - Static variable in class org.ff4j.web.bean.WebConstants
HTTP Parameter.
STRATEGY - Static variable in class org.ff4j.web.embedded.ConsoleConstants
HTTP Parameter.
STRATEGY_INIT - Static variable in class org.ff4j.web.bean.WebConstants
HTTP Parameter.
STRATEGY_INIT - Static variable in class org.ff4j.web.embedded.ConsoleConstants
HTTP Parameter.
SUBOPERATION - Static variable in class org.ff4j.web.bean.WebConstants
POST - Operation.
SUBOPERATION - Static variable in class org.ff4j.web.embedded.ConsoleConstants
POST - Operation.
successView - Variable in class org.ff4j.web.controller.AbstractController
Success View.

T

TEMPLATE_FILE - Static variable in class org.ff4j.web.bean.WebConstants
Header.
TEMPLATE_FILE - Static variable in class org.ff4j.web.embedded.ConsoleConstants
Header.
TEMPLATE_FILE_MONITORING - Static variable in class org.ff4j.web.bean.WebConstants
Monitoring.
TEMPLATE_FILE_MONITORING - Static variable in class org.ff4j.web.embedded.ConsoleConstants
Monitoring.
templateEngine - Variable in class org.ff4j.web.controller.AbstractController
Template engine.
templateEngine - Variable in class org.ff4j.web.FF4jServlet
Template engine.
TimeSeriesController - Class in org.ff4j.web.controller
Display features metaData.
TimeSeriesController(FF4j, TemplateEngine) - Constructor for class org.ff4j.web.controller.TimeSeriesController
TOGGLE_AUDIT - Static variable in class org.ff4j.web.bean.WebConstants
User operation.

U

updateFeatureDescription(FF4j, HttpServletRequest) - Static method in class org.ff4j.web.embedded.ConsoleOperations
User action to update a target feature's description.
updateProperty(FF4j, HttpServletRequest) - Static method in class org.ff4j.web.embedded.ConsoleOperations
Sample Element should be updated like name, description, value
UTF8_ENCODING - Static variable in class org.ff4j.web.bean.WebConstants
File encoding.
UTF8_ENCODING - Static variable in class org.ff4j.web.embedded.ConsoleConstants
File encoding.

V

valueOf(String) - Static method in enum org.ff4j.web.console.ImageProvider.ImageType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.ff4j.web.console.ImageProvider.ImageType
Returns an array containing the constants of this enum type, in the order they are declared.
VIEW - Static variable in class org.ff4j.web.bean.WebConstants
View for dispatch.
VIEW - Static variable in class org.ff4j.web.embedded.ConsoleConstants
View for dispatch.
VIEW_404 - Static variable in class org.ff4j.web.bean.WebConstants
constant.
VIEW_API - Static variable in class org.ff4j.web.bean.WebConstants
constant.
VIEW_AUDIT - Static variable in class org.ff4j.web.bean.WebConstants
View name.
VIEW_DEFAULT - Static variable in class org.ff4j.web.bean.WebConstants
constant.
VIEW_FEATURE_USAGE - Static variable in class org.ff4j.web.bean.WebConstants
View name.
VIEW_STATIC - Static variable in class org.ff4j.web.bean.WebConstants
constant.
VIEW_TIME_SERIES - Static variable in class org.ff4j.web.bean.WebConstants
View name.

W

WebConstants - Class in org.ff4j.web.bean
All constants
WebUtils - Class in org.ff4j.web.utils
 
WebUtils() - Constructor for class org.ff4j.web.utils.WebUtils
 
A B C D E F G H I K L M N O P R S T U V W 
Skip navigation links

Copyright © 2013–2019 FF4J. All rights reserved.