public class DefaultPropertyAccessor extends Object implements org.springframework.expression.PropertyAccessor
| Modifier and Type | Field and Description |
|---|---|
protected org.slf4j.Logger |
logger |
| Constructor and Description |
|---|
DefaultPropertyAccessor(String leading,
String trailing) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canRead(org.springframework.expression.EvaluationContext evaluationContext,
Object o,
String s) |
boolean |
canWrite(org.springframework.expression.EvaluationContext evaluationContext,
Object o,
String s) |
Class[] |
getSpecificTargetClasses() |
org.springframework.expression.TypedValue |
read(org.springframework.expression.EvaluationContext evaluationContext,
Object o,
String s) |
void |
write(org.springframework.expression.EvaluationContext evaluationContext,
Object o,
String s,
Object o2) |
public Class[] getSpecificTargetClasses()
getSpecificTargetClasses in interface org.springframework.expression.PropertyAccessorpublic boolean canRead(org.springframework.expression.EvaluationContext evaluationContext,
Object o,
String s)
throws org.springframework.expression.AccessException
canRead in interface org.springframework.expression.PropertyAccessororg.springframework.expression.AccessExceptionpublic org.springframework.expression.TypedValue read(org.springframework.expression.EvaluationContext evaluationContext,
Object o,
String s)
throws org.springframework.expression.AccessException
read in interface org.springframework.expression.PropertyAccessororg.springframework.expression.AccessExceptionpublic boolean canWrite(org.springframework.expression.EvaluationContext evaluationContext,
Object o,
String s)
throws org.springframework.expression.AccessException
canWrite in interface org.springframework.expression.PropertyAccessororg.springframework.expression.AccessExceptionpublic void write(org.springframework.expression.EvaluationContext evaluationContext,
Object o,
String s,
Object o2)
throws org.springframework.expression.AccessException
write in interface org.springframework.expression.PropertyAccessororg.springframework.expression.AccessExceptionCopyright © 2016 Jasig. All Rights Reserved.