org.apache.mina.integration.ognl
Class IoSessionPropertyAccessor

java.lang.Object
  extended by ognl.ObjectPropertyAccessor
      extended by org.apache.mina.integration.ognl.AbstractPropertyAccessor
          extended by org.apache.mina.integration.ognl.IoSessionPropertyAccessor
All Implemented Interfaces:
ognl.PropertyAccessor

public class IoSessionPropertyAccessor
extends AbstractPropertyAccessor

An OGNL PropertyAccessor for IoSession.

Version:
$Rev: 671827 $, $Date: 2008-06-26 10:49:48 +0200 (jeu, 26 jun 2008) $
Author:
The Apache MINA Project (dev@mina.apache.org)

Constructor Summary
IoSessionPropertyAccessor()
           
 
Method Summary
protected  Object getProperty0(ognl.OgnlContext context, Object target, String name)
           
protected  boolean hasGetProperty0(ognl.OgnlContext context, Object target, String name)
           
protected  boolean hasSetProperty0(ognl.OgnlContext context, Object target, String name)
           
protected  Object setProperty0(ognl.OgnlContext context, Object target, String name, Object value)
           
 
Methods inherited from class org.apache.mina.integration.ognl.AbstractPropertyAccessor
getPossibleProperty, getProperty, hasGetProperty, hasGetProperty, hasSetProperty, hasSetProperty, setPossibleProperty, setProperty
 
Methods inherited from class ognl.ObjectPropertyAccessor
getPropertyClass, getSourceAccessor, getSourceSetter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IoSessionPropertyAccessor

public IoSessionPropertyAccessor()
Method Detail

getProperty0

protected Object getProperty0(ognl.OgnlContext context,
                              Object target,
                              String name)
                       throws ognl.OgnlException
Specified by:
getProperty0 in class AbstractPropertyAccessor
Throws:
ognl.OgnlException

hasGetProperty0

protected boolean hasGetProperty0(ognl.OgnlContext context,
                                  Object target,
                                  String name)
                           throws ognl.OgnlException
Specified by:
hasGetProperty0 in class AbstractPropertyAccessor
Throws:
ognl.OgnlException

hasSetProperty0

protected boolean hasSetProperty0(ognl.OgnlContext context,
                                  Object target,
                                  String name)
                           throws ognl.OgnlException
Specified by:
hasSetProperty0 in class AbstractPropertyAccessor
Throws:
ognl.OgnlException

setProperty0

protected Object setProperty0(ognl.OgnlContext context,
                              Object target,
                              String name,
                              Object value)
                       throws ognl.OgnlException
Specified by:
setProperty0 in class AbstractPropertyAccessor
Throws:
ognl.OgnlException


Copyright © 2004-2008 Apache MINA Project. All Rights Reserved.