2017-05-07 14:55:04 +07:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!DOCTYPE taglib>
|
2013-05-23 22:08:28 +07:00
|
|
|
|
|
|
|
<taglib>
|
|
|
|
<uri>http://www.idempiere.org/dsp/web/util</uri>
|
|
|
|
<description>
|
|
|
|
Util methods for zweb in DSP
|
|
|
|
</description>
|
|
|
|
|
|
|
|
<function>
|
|
|
|
<name>getCtx</name>
|
|
|
|
<function-class>org.compiere.util.Env</function-class>
|
|
|
|
<function-signature>
|
|
|
|
java.util.Properties getCtx()
|
|
|
|
</function-signature>
|
|
|
|
<description>
|
|
|
|
Returns current context
|
|
|
|
</description>
|
|
|
|
</function>
|
|
|
|
|
|
|
|
<function>
|
|
|
|
<name>getMsg</name>
|
|
|
|
<function-class>org.compiere.util.Msg</function-class>
|
|
|
|
<function-signature>
|
|
|
|
java.lang.String getMsg(java.util.Properties,java.lang.String)
|
|
|
|
</function-signature>
|
|
|
|
<description>
|
|
|
|
Returns translated message
|
|
|
|
</description>
|
|
|
|
</function>
|
|
|
|
|
|
|
|
<function>
|
|
|
|
<name>cleanAmp</name>
|
|
|
|
<function-class>org.compiere.util.Util</function-class>
|
|
|
|
<function-signature>
|
|
|
|
java.lang.String cleanAmp(java.lang.String)
|
|
|
|
</function-signature>
|
|
|
|
<description>
|
|
|
|
Clean all ampersand from string
|
|
|
|
</description>
|
|
|
|
</function>
|
|
|
|
</taglib>
|