META-INF.web-core.tld Maven / Gradle / Ivy
The newest version!
web-core JSP tag library
web-core
1.2
w
http://www.unidal.org/web/core
Errors tag of MVC framework.
errors
org.unidal.web.jsp.tag.ErrorsTag
JSP
bundle
false
true
class java.lang.String
false
Error tag of MVC framework.
error
org.unidal.web.jsp.tag.ErrorTag
JSP
code
true
true
class java.lang.String
enabled
false
true
boolean
false
Min value of field value of list elements
min
org.unidal.web.jsp.function.CalculatorFunction
int min(java.util.List, java.lang.String)
${w:min(list, 'count')}
Max value of field value of list elements
max
org.unidal.web.jsp.function.CalculatorFunction
int max(java.util.List, java.lang.String)
${w:max(list, 'count')}
Sum of field value of list elements
sum
org.unidal.web.jsp.function.CalculatorFunction
double sum(java.util.List, java.lang.String)
${w:sum(list, 'amount')}
HTML encode
htmlEncode
org.unidal.web.jsp.function.CodecFunction
java.lang.String htmlEncode(java.lang.String)
${w:htmlEncode(str)}
URL decode
urlDecode
org.unidal.web.jsp.function.CodecFunction
java.lang.String urlDecode(java.lang.String)
${w:urlDecode(str)}
URL encode
urlEncode
org.unidal.web.jsp.function.CodecFunction
java.lang.String urlEncode(java.lang.String)
${w:urlEncode(str)}
Show checkbox from an object's properties in a form
showCheckbox
org.unidal.web.jsp.function.FormFunction
java.lang.String showCheckbox(java.lang.String, java.lang.Object, java.lang.Object, java.lang.String, java.lang.String)
${w:showCheckbox('groupBy', groupBy, payload.groupBy, 'name', 'description')}
Show multiple checkboxes from a list or array object's properties in a form
showCheckboxes
org.unidal.web.jsp.function.FormFunction
java.lang.String showCheckboxes(java.lang.String, java.lang.Object, java.lang.Object, java.lang.String, java.lang.String)
${w:showCheckboxes('groupBy', groupBys, payload.groupBy, 'name', 'description')}
Show select option from an object's properties in a form
showOption
org.unidal.web.jsp.function.FormFunction
java.lang.String showOption(java.lang.Object, java.lang.Object, java.lang.String, java.lang.String)
${w:showOption(groupBy, payload.groupBy, 'name', 'description')}
Show multiple select options from a list or array object's properties in a form
showOptions
org.unidal.web.jsp.function.FormFunction
java.lang.String showOptions(java.lang.Object, java.lang.Object, java.lang.String, java.lang.String)
${w:showOptions(groupBys, payload.groupBy, 'name', 'description')}
Show radio from an object's properties in a form
showRadio
org.unidal.web.jsp.function.FormFunction
java.lang.String showRadio(java.lang.String, java.lang.Object, java.lang.Object, java.lang.String, java.lang.String)
${w:showRadio('groupBy', groupBy, payload.groupBy, 'name', 'description')}
Show multiple radios from a list or array object's properties in a form
showRadios
org.unidal.web.jsp.function.FormFunction
java.lang.String showRadios(java.lang.String, java.lang.Object, java.lang.Object, java.lang.String, java.lang.String)
${w:showRadios('groupBy', groupBys, payload.groupBy, 'name', 'description')}
Show selected result of checkbox, radio or option from an object's properties in a form
showResult
org.unidal.web.jsp.function.FormFunction
java.lang.Object showResult(java.lang.Object, java.lang.Object, java.lang.String, java.lang.String)
${w:showResult(groupBys, payload.groupBy, 'name', 'description')}
Format object using message pattern
format
org.unidal.web.jsp.function.FormatFunction
java.lang.String format(java.lang.Object, java.lang.String)
${w:format(payload.dateFrom,'yyyy-MM-dd')}
Format number with message pattern with auto scaling
formatNumber
org.unidal.web.jsp.function.FormatFunction
java.lang.String formatNumber(java.lang.Number, java.lang.String, java.lang.String)
${w:formatNumber(12345, '0.#', 'B')}
Format number in percentage
percentage
org.unidal.web.jsp.function.FormatFunction
java.lang.String percentage(int, int, int)
${w:percentage(4, 11, 2)}
Shorten a message
shorten
org.unidal.web.jsp.function.FormatFunction
java.lang.String shorten(java.lang.String, int)
${w:shorten('123456789', 5)} will be '1...9'
Translate code based on a mapping table
translate
org.unidal.web.jsp.function.MappingFunction
java.lang.String translate(java.lang.String, java.lang.String, java.lang.String, java.lang.String)
${w:translate('2', '1|2|3', 'one|two|three', 'not found')}
Length of String, or array
length
org.unidal.web.jsp.function.ObjectFunction
java.lang.Object length(java.lang.Object)
${w:length(obj)}
size of colection, or map
size
org.unidal.web.jsp.function.ObjectFunction
java.lang.Object size(java.lang.Object)
${w:size(obj)}
Check if the value is equal or is one of value in the given values.
in
org.unidal.web.jsp.function.ObjectFunction
boolean in(java.lang.Object, java.lang.Object)
${w:in(values, value)}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy