Uses of Class
org.apache.taglibs.standard.lang.jstl.Logger
Packages that use Logger
-
Uses of Logger in org.apache.taglibs.standard.lang.jstl
Methods in org.apache.taglibs.standard.lang.jstl with parameters of type LoggerModifier and TypeMethodDescriptionApplies the operator to the given valueabstract doubleApplies the operator to the given double values, returning a doubleabstract longApplies the operator to the given double values, returning a doubleApplies the operator to the given valueabstract ObjectApplies the operator to the given pair of valuesApplies the operator to the given valueApplies the operator to the given valueabstract booleanApplies the operator given the fact that the two elements are equal.Applies the operator to the given valuebooleanApplies the operator given the fact that the two elements are equal.booleanApplies the operator to the given double valuesbooleanApplies the operator to the given long valuesApplies the operator to the given valuebooleanApplies the operator to the given String valuesbooleanApplies the operator to the given double valuesbooleanApplies the operator to the given long valuesApplies the operator to the given valuebooleanApplies the operator to the given String valuesApplies the operator to the given valuebooleanApplies the operator to the given double valuesbooleanApplies the operator to the given long valuesApplies the operator to the given valuebooleanApplies the operator to the given String valuesbooleanApplies the operator to the given double valuesbooleanApplies the operator to the given long valuesApplies the operator to the given valuebooleanApplies the operator to the given String valuesdoubleApplies the operator to the given double values, returning a doublelongApplies the operator to the given double values, returning a doubleApplies the operator to the given valuedoubleApplies the operator to the given double values, returning a doublelongApplies the operator to the given double values, returning a doublebooleanApplies the operator given the fact that the two elements are equal.Applies the operator to the given valueApplies the operator to the given valuedoubleApplies the operator to the given double values, returning a doublelongApplies the operator to the given double values, returning a doubleabstract booleanApplies the operator to the given double valuesabstract booleanApplies the operator to the given long valuesApplies the operator to the given valueabstract booleanApplies the operator to the given String valuesApplies the operator to the given valueabstract ObjectApplies the operator to the given valuestatic ObjectCoercions.applyArithmeticOperator(Object pLeft, Object pRight, ArithmeticOperator pOperator, Logger pLogger) Performs all of the necessary type conversions, then calls on the appropriate operator.static ObjectCoercions.applyEqualityOperator(Object pLeft, Object pRight, EqualityOperator pOperator, Logger pLogger) Performs all of the necessary type conversions, then calls on the appropriate operator.static ObjectCoercions.applyRelationalOperator(Object pLeft, Object pRight, RelationalOperator pOperator, Logger pLogger) Performs all of the necessary type conversions, then calls on the appropriate operator.static ObjectCoerces the given value to the specified class.static BooleanCoercions.coerceToBoolean(Object pValue, Logger pLogger) Coerces a value to a Booleanstatic CharacterCoercions.coerceToCharacter(Object pValue, Logger pLogger) Coerces a value to a Characterstatic IntegerCoercions.coerceToInteger(Object pValue, Logger pLogger) Coerces a value to an Integer, returning null if the coercion isn't possible.static ObjectCoercions.coerceToObject(Object pValue, Class<?> pClass, Logger pLogger) Coerces a value to the specified Class that is not covered by any of the above casesstatic NumberCoercions.coerceToPrimitiveNumber(Object pValue, Class pClass, Logger pLogger) Coerces a value to the given primitive number classstatic StringCoercions.coerceToString(Object pValue, Logger pLogger) Coerces the specified value to a StringArraySuffix.evaluate(Object pValue, Object pContext, VariableResolver pResolver, Map functions, String defaultPrefix, Logger pLogger) Evaluates the expression in the given context, operating on the given value.BinaryOperatorExpression.evaluate(Object pContext, VariableResolver pResolver, Map functions, String defaultPrefix, Logger pLogger) Evaluates to the literal valueComplexValue.evaluate(Object pContext, VariableResolver pResolver, Map functions, String defaultPrefix, Logger pLogger) Evaluates by evaluating the prefix, then applying the suffixesabstract ObjectExpression.evaluate(Object pContext, VariableResolver pResolver, Map functions, String defaultPrefix, Logger pLogger) Evaluates the expression in the given contextExpressionString.evaluate(Object pContext, VariableResolver pResolver, Map functions, String defaultPrefix, Logger pLogger) Evaluates the expression string by evaluating each element, converting it to a String (using toString, or "" for null values) and concatenating the results into a single String.FunctionInvocation.evaluate(Object pContext, VariableResolver pResolver, Map functions, String defaultPrefix, Logger pLogger) Evaluates by looking up the name in the VariableResolverLiteral.evaluate(Object pContext, VariableResolver pResolver, Map functions, String defaultPrefix, Logger pLogger) Evaluates to the literal valueNamedValue.evaluate(Object pContext, VariableResolver pResolver, Map functions, String defaultPrefix, Logger pLogger) Evaluates by looking up the name in the VariableResolverUnaryOperatorExpression.evaluate(Object pContext, VariableResolver pResolver, Map functions, String defaultPrefix, Logger pLogger) Evaluates to the literal valueabstract ObjectValueSuffix.evaluate(Object pValue, Object pContext, VariableResolver pResolver, Map functions, String defaultPrefix, Logger pLogger) Evaluates the expression in the given context, operating on the given value.static BeanInfoIndexedPropertyBeanInfoManager.getBeanInfoIndexedProperty(Class pClass, String pIndexedPropertyName, Logger pLogger) Returns the BeanInfoIndexedProperty for the specified property in the given class, or null if not found.static BeanInfoPropertyBeanInfoManager.getBeanInfoProperty(Class<?> pClass, String pPropertyName, Logger pLogger) Returns the BeanInfoProperty for the specified property in the given class, or null if not found.BeanInfoManager.getEventSet(String pEventSetName, Logger pLogger) Returns the EventSetDescriptor for the given event set name, or null if not found.BeanInfoManager.getIndexedProperty(String pIndexedPropertyName, Logger pLogger) Returns the BeanInfoIndexedProperty for the given property name, or null if not found.BeanInfoManager.getProperty(String pPropertyName, Logger pLogger) Returns the BeanInfoProperty for the given property name, or null if not found.