Uses of Class
io.higson.runtime.core.HigsonContext
Packages that use HigsonContext
Package
Description
-
Uses of HigsonContext in io.higson.runtime.core
Subclasses of HigsonContext in io.higson.runtime.coreModifier and TypeClassDescriptionclassThis class helps to override default behaviour ofparentcontext with custom values.classClass to be used as Higson sub-context.Methods in io.higson.runtime.core that return HigsonContextModifier and TypeMethodDescriptionPut given value object under specified path. -
Uses of HigsonContext in io.higson.runtime.domain
Fields in io.higson.runtime.domain declared as HigsonContextMethods in io.higson.runtime.domain that return HigsonContextModifier and TypeMethodDescriptionprotected HigsonContextAbstractDom.defaultCtx(HigsonContext parent) Methods in io.higson.runtime.domain with parameters of type HigsonContextModifier and TypeMethodDescriptionprotected HigsonContextAbstractDom.defaultCtx(HigsonContext parent) protected voidAbstractDom.setStandardFields(HigsonContext ctx) Setup default paths and values of domain object to the context.AbstractDom.with(HigsonContext ctx) AbstractDom.with(String key, HigsonContext subContext) -
Uses of HigsonContext in io.higson.runtime.ext.adapter
Subclasses of HigsonContext in io.higson.runtime.ext.adapter -
Uses of HigsonContext in io.higson.runtime.model
Methods in io.higson.runtime.model with parameters of type HigsonContextModifier and TypeMethodDescriptionbooleanDomainAttribute.booleanValue(HigsonContext ctx) doubleDomainAttribute.doubleValue(HigsonContext ctx) booleanDomainObject.getAttrBoolean(String attrCode, HigsonContext ctx) booleanDomainObjectImpl.getAttrBoolean(String code, HigsonContext ctx) DomainObject.getAttrDate(String attrCode, HigsonContext ctx) DomainObjectImpl.getAttrDate(String code, HigsonContext ctx) DomainObject.getAttrDecimal(String attrCode, HigsonContext ctx) DomainObjectImpl.getAttrDecimal(String code, HigsonContext ctx) DomainObject.getAttrInteger(String attrCode, HigsonContext ctx) DomainObjectImpl.getAttrInteger(String code, HigsonContext ctx) doubleDomainObject.getAttrNumber(String attrCode, HigsonContext ctx) doubleDomainObjectImpl.getAttrNumber(String code, HigsonContext ctx) DomainObject.getAttrString(String attrCode, HigsonContext ctx) DomainObjectImpl.getAttrString(String code, HigsonContext ctx) DomainAttribute.getBoolean(HigsonContext ctx) DomainAttribute.getDate(HigsonContext ctx) DomainAttribute.getDecimal(HigsonContext ctx) DomainAttribute.getHolder(HigsonContext ctx) DomainAttribute.getInteger(HigsonContext ctx) DomainAttribute.getLong(HigsonContext ctx) doubleDomainAttribute.getNumber(HigsonContext ctx) DomainAttribute.getString(HigsonContext ctx) intDomainAttribute.intValue(HigsonContext ctx) longDomainAttribute.longValue(HigsonContext ctx) -
Uses of HigsonContext in io.higson.runtime.model.proxy
Methods in io.higson.runtime.model.proxy with parameters of type HigsonContextModifier and TypeMethodDescriptionbooleanDomainObjectProxy.getAttrBoolean(String attrCode, HigsonContext ctx) DomainObjectProxy.getAttrDate(String attrCode, HigsonContext ctx) DomainObjectProxy.getAttrDecimal(String attrCode, HigsonContext ctx) DomainObjectProxy.getAttrInteger(String attrCode, HigsonContext ctx) doubleDomainObjectProxy.getAttrNumber(String attrCode, HigsonContext ctx) DomainObjectProxy.getAttrString(String attrCode, HigsonContext ctx) -
Uses of HigsonContext in io.higson.runtime.rhino
Methods in io.higson.runtime.rhino that return HigsonContextModifier and TypeMethodDescriptionRhinoHigson.createContext(Object... args) Helper method for creating context on fly, for given arguments.Methods in io.higson.runtime.rhino with parameters of type HigsonContextModifier and TypeMethodDescriptionRhinoDomain.get(String profile, HigsonContext ctx) Returns the root element of domain for given profile, associated with the given context object.RhinoDomain.get(String profile, String path, HigsonContext ctx) Returns the element of domain identified by the provided path for given profile, evaluated with the provided context. -
Uses of HigsonContext in io.higson.runtime.rhino.domain
Methods in io.higson.runtime.rhino.domain with parameters of type HigsonContextModifier and TypeMethodDescriptionbooleanRhinoDomainElement.getAttrBoolean(String code, HigsonContext ctx) RhinoDomainElement.getAttrDate(String code, HigsonContext ctx) RhinoDomainElement.getAttrDecimal(String code, HigsonContext ctx) RhinoDomainElement.getAttrInteger(String code, HigsonContext ctx) doubleRhinoDomainElement.getAttrNumber(String code, HigsonContext ctx) RhinoDomainElement.getAttrString(String code, HigsonContext ctx) RhinoDomainElement.getAttrValue(String code, HigsonContext ctx) booleanRhinoDomainAttribute.getBoolean(HigsonContext ctx) booleanRhinoDomainNullAttribute.getBoolean(HigsonContext ctx) RhinoDomainAttribute.getDate(HigsonContext ctx) RhinoDomainNullAttribute.getDate(HigsonContext ctx) RhinoDomainAttribute.getDecimal(HigsonContext ctx) RhinoDomainNullAttribute.getDecimal(HigsonContext ctx) RhinoDomainAttribute.getInteger(HigsonContext ctx) RhinoDomainNullAttribute.getInteger(HigsonContext ctx) doubleRhinoDomainAttribute.getNumber(HigsonContext ctx) doubleRhinoDomainNullAttribute.getNumber(HigsonContext ctx) RhinoDomainAttribute.getParamValue(HigsonContext ctx) RhinoDomainNullAttribute.getParamValue(HigsonContext ctx) RhinoDomainAttribute.getString(HigsonContext ctx) RhinoDomainNullAttribute.getString(HigsonContext ctx) RhinoDomainAttribute.getValue(HigsonContext ctx) RhinoDomainNullAttribute.getValue(HigsonContext ctx) RhinoDomainAttribute.value(HigsonContext ctx) Constructors in io.higson.runtime.rhino.domain with parameters of type HigsonContext