Uses of Interface
org.jxls.common.Context
Packages that use Context
Package
Description
-
Uses of Context in org.jxls.area
Methods in org.jxls.area with parameters of type Context -
Uses of Context in org.jxls.builder
Methods in org.jxls.builder that return ContextModifier and TypeMethodDescriptionprotected ContextJxlsTemplateFiller.createContext(ExpressionEvaluatorContext expressionEvaluatorContext, Map<String, Object> data, RunVarAccess runVarAccess) -
Uses of Context in org.jxls.builder.xls
Methods in org.jxls.builder.xls with parameters of type Context -
Uses of Context in org.jxls.command
Methods in org.jxls.command with parameters of type ContextModifier and TypeMethodDescriptionApplies a command at the given cell referenceCellRefGenerator.generateCellRef(int index, Context context, JxlsLogger logger) DynamicSheetNameGenerator.generateCellRef(int index, Context context, JxlsLogger logger) SheetNameGenerator.generateCellRef(int index, Context context, JxlsLogger logger) AbstractCommand.transformToIterableObject(String collectionName, Context context) Evaluates the passed collection name into anIterableobjectvoidCellDataUpdater.updateCellData(CellData cellData, CellRef targetCell, Context context) -
Uses of Context in org.jxls.common
Classes in org.jxls.common that implement ContextMethods in org.jxls.common with parameters of type ContextModifier and TypeMethodDescriptionvoidAreaListener.afterApplyAtCell(CellRef cellRef, Context context) voidAreaListener.afterTransformCell(CellRef srcCell, CellRef targetCell, Context context) voidAreaListener.beforeApplyAtCell(CellRef cellRef, Context context) voidAreaListener.beforeTransformCell(CellRef srcCell, CellRef targetCell, Context context) -
Uses of Context in org.jxls.expression
Methods in org.jxls.expression with parameters of type ContextModifier and TypeMethodDescriptiondefault booleanExpressionEvaluator.isConditionTrue(Context context) Evaluates if getExpression() is true. -
Uses of Context in org.jxls.logging
Methods in org.jxls.logging with parameters of type ContextModifier and TypeMethodDescriptionvoidJxlsLogger.handleCellException(Exception e, String cell, Context context) -
Uses of Context in org.jxls.transform
Methods in org.jxls.transform with parameters of type Context