类 MappingURLTemplate
java.lang.Object
com.dtflys.forest.mapping.MappingTemplate
com.dtflys.forest.mapping.MappingURLTemplate
-
字段概要
从类继承的字段 com.dtflys.forest.mapping.MappingTemplate
annotationType, attributeName, exprList, forestMethod, parameters, properties, template, variableScope -
构造器概要
构造器构造器说明MappingURLTemplate(Class<? extends Annotation> annotationType, String attributeName, ForestMethod<?> forestMethod, String template, VariableScope variableScope, ForestProperties properties, MappingParameter[] parameters) -
方法概要
从类继承的方法 com.dtflys.forest.mapping.MappingTemplate
clone, compile, getFormValueString, getParameterValue, getProperties, getVariableScope, hasIterateVariable, parseExpression, parseIdentity, parseIndex, parseInvokeParams, parseLiteral, parseMethodParams_inner, parseProperty, parsePropertyName, parseString, parseTextToken, renderExpression, setVariableScope, toString, valueOf
-
构造器详细资料
-
MappingURLTemplate
public MappingURLTemplate(Class<? extends Annotation> annotationType, String attributeName, ForestMethod<?> forestMethod, String template, VariableScope variableScope, ForestProperties properties, MappingParameter[] parameters)
-
-
方法详细资料
-
render
- 覆盖:
render在类中MappingTemplate
-
render
-
getURL
-