Class AbstractPropertyAccessor

    • Constructor Detail

      • AbstractPropertyAccessor

        public AbstractPropertyAccessor()
    • Method Detail

      • hasGetProperty

        public final boolean hasGetProperty​(ognl.OgnlContext context,
                                            Object target,
                                            Object oname)
                                     throws ognl.OgnlException
        Overrides:
        hasGetProperty in class ognl.ObjectPropertyAccessor
        Throws:
        ognl.OgnlException
      • hasSetProperty

        public final boolean hasSetProperty​(ognl.OgnlContext context,
                                            Object target,
                                            Object oname)
                                     throws ognl.OgnlException
        Overrides:
        hasSetProperty in class ognl.ObjectPropertyAccessor
        Throws:
        ognl.OgnlException
      • getPossibleProperty

        public final Object getPossibleProperty​(Map context,
                                                Object target,
                                                String name)
                                         throws ognl.OgnlException
        Overrides:
        getPossibleProperty in class ognl.ObjectPropertyAccessor
        Throws:
        ognl.OgnlException
      • setPossibleProperty

        public final Object setPossibleProperty​(Map context,
                                                Object target,
                                                String name,
                                                Object value)
                                         throws ognl.OgnlException
        Overrides:
        setPossibleProperty in class ognl.ObjectPropertyAccessor
        Throws:
        ognl.OgnlException
      • hasGetProperty0

        protected abstract boolean hasGetProperty0​(ognl.OgnlContext context,
                                                   Object target,
                                                   String name)
                                            throws ognl.OgnlException
        Throws:
        ognl.OgnlException
      • hasSetProperty0

        protected abstract boolean hasSetProperty0​(ognl.OgnlContext context,
                                                   Object target,
                                                   String name)
                                            throws ognl.OgnlException
        Throws:
        ognl.OgnlException
      • getProperty0

        protected abstract Object getProperty0​(ognl.OgnlContext context,
                                               Object target,
                                               String name)
                                        throws ognl.OgnlException
        Throws:
        ognl.OgnlException
      • setProperty0

        protected abstract Object setProperty0​(ognl.OgnlContext context,
                                               Object target,
                                               String name,
                                               Object value)
                                        throws ognl.OgnlException
        Throws:
        ognl.OgnlException