Class Tags.TagsWrapper
- java.lang.Object
-
- freemarker.ext.beans.BeansWrapper
-
- edu.cornell.mannlib.vitro.webapp.web.templatemodels.Tags.TagsWrapper
-
- All Implemented Interfaces:
freemarker.template.ObjectWrapper,freemarker.template.ObjectWrapperAndUnwrapper,freemarker.template.utility.ObjectWrapperWithAPISupport,freemarker.template.utility.RichObjectWrapper,freemarker.template.utility.WriteProtectable
- Enclosing class:
- Tags
public static class Tags.TagsWrapper extends freemarker.ext.beans.BeansWrapperScript and stylesheet lists are wrapped with a specialized BeansWrapper that exposes certain write methods, instead of the configuration's object wrapper, which doesn't. The templates can then add stylesheets and scripts to the lists by calling their add() methods.
-
-
Constructor Summary
Constructors Constructor Description TagsWrapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidfinetuneMethodAppearance(Class cls, Method method, freemarker.ext.beans.BeansWrapper.MethodAppearanceDecision decision)-
Methods inherited from class freemarker.ext.beans.BeansWrapper
checkModifiable, clearClassIntrospecitonCache, coerceBigDecimal, coerceBigDecimals, coerceBigDecimals, finalizeConstruction, getDefaultDateType, getDefaultInstance, getEnumModels, getExposureLevel, getIncompatibleImprovements, getInstance, getMethodAppearanceFineTuner, getModelFactory, getOuterIdentity, getStaticModels, getUseCache, isClassIntrospectionCacheRestricted, isExposeFields, isSimpleMapWrapper, isStrict, isWriteProtected, newInstance, normalizeIncompatibleImprovementsVersion, removeFromClassIntrospectionCache, setDefaultDateType, setExposeFields, setExposureLevel, setMethodAppearanceFineTuner, setMethodsShadowItems, setNullModel, setOuterIdentity, setSimpleMapWrapper, setStrict, setUseCache, toPropertiesString, toString, tryUnwrapTo, unwrap, unwrap, wrap, wrap, wrapAsAPI, writeProtect
-
-