Class IoSessionPropertyAccessor

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.Object getProperty0​(ognl.OgnlContext context, java.lang.Object target, java.lang.String name)  
      protected boolean hasGetProperty0​(ognl.OgnlContext context, java.lang.Object target, java.lang.String name)  
      protected boolean hasSetProperty0​(ognl.OgnlContext context, java.lang.Object target, java.lang.String name)  
      protected java.lang.Object setProperty0​(ognl.OgnlContext context, java.lang.Object target, java.lang.String name, java.lang.Object value)  
      • Methods inherited from class ognl.ObjectPropertyAccessor

        getProperty, getPropertyClass, getSourceAccessor, getSourceSetter, hasGetProperty, hasSetProperty, setProperty
      • 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 java.lang.Object getProperty0​(ognl.OgnlContext context,
                                                java.lang.Object target,
                                                java.lang.String name)
                                         throws ognl.OgnlException
        Specified by:
        getProperty0 in class AbstractPropertyAccessor
        Throws:
        ognl.OgnlException
      • hasGetProperty0

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

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

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