Class BoundTagExpression

    • Constructor Detail

      • BoundTagExpression

        public BoundTagExpression()
        Empty Ctor for serialization
      • BoundTagExpression

        public BoundTagExpression​(TagPath path)
    • Method Detail

      • getOpName

        public java.lang.String getOpName()
        Description copied from interface: Expression
        Return a human-readable name for the operation that this expression performs
      • getType

        @Deprecated
        public java.lang.Class<?> getType()
        Deprecated.
        Typing is no longer enforced on expressions.
      • setType

        @Deprecated
        public void setType​(java.lang.Class<?> type)
        Deprecated.
        Typing is no longer enforced on expressions, but we can't remove the setter due to serialization.
      • _getTagPath

        public TagPath _getTagPath()
      • _setTagPath

        public void _setTagPath​(TagPath path)
      • getTagPath

        public java.lang.String getTagPath()
      • getTagListenerDelegate

        public TagListener getTagListenerDelegate()
      • setTagListenerDelegate

        public void setTagListenerDelegate​(TagListener tagListenerDelegate)
      • startup

        public void startup()
        Description copied from interface: Expression
        Tells the expression to startup any polling operations. Expressions that use this can remember the updateListener from connect() to feed update notification to.
        Specified by:
        startup in interface Expression
        Overrides:
        startup in class AbstractExpression