Class AbstractModelAction.GetRelatedOne

    • Constructor Detail

      • GetRelatedOne

        public GetRelatedOne​(ModelWidget modelWidget,
                             org.w3c.dom.Element getRelatedOneElement)
    • Method Detail

      • accept

        public void accept​(ModelActionVisitor visitor)
                    throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getRelationName

        public java.lang.String getRelationName()
      • runAction

        public void runAction​(java.util.Map<java.lang.String,​java.lang.Object> context)
        Description copied from interface: ModelAction
        Executes this action.
      • getUseCache

        public boolean getUseCache()