Uses of Interface
org.jxls.common.RunVarAccess
Packages that use RunVarAccess
-
Uses of RunVarAccess in org.jxls.builder
Fields in org.jxls.builder declared as RunVarAccessMethods in org.jxls.builder that return RunVarAccessMethods in org.jxls.builder with parameters of type RunVarAccessModifier and TypeMethodDescriptionprotected ContextJxlsTemplateFiller.createContext(ExpressionEvaluatorContext expressionEvaluatorContext, Map<String, Object> data, RunVarAccess runVarAccess) JxlsTemplateFillerBuilder.withRunVarAccess(RunVarAccess runVarAccess) Change the behavior for accessing run vars.Constructors in org.jxls.builder with parameters of type RunVarAccessModifierConstructorDescriptionJxlsOptions(ExpressionEvaluatorFactory expressionEvaluatorFactory, String expressionNotationBegin, String expressionNotationEnd, JxlsLogger logger, FormulaProcessor formulaProcessor, boolean updateCellDataArea, boolean ignoreColumnProps, boolean ignoreRowProps, boolean recalculateFormulasBeforeSaving, boolean recalculateFormulasOnOpening, KeepTemplateSheet keepTemplateSheet, AreaBuilder areaBuilder, Map<String, Class<? extends Command>> commands, boolean clearTemplateCells, JxlsTransformerFactory transformerFactory, JxlsStreaming streaming, List<NeedsPublicContext> needsContextList, List<PreWriteAction> preWriteActions, RunVarAccess runVarAccess) -
Uses of RunVarAccess in org.jxls.common
Constructors in org.jxls.common with parameters of type RunVarAccessModifierConstructorDescriptionContextImpl(ExpressionEvaluatorContext expressionEvaluatorContext, Map<String, Object> varMap, RunVarAccess runVarAccess)