81,122
社区成员




<jsp-config>
<taglib>
<taglib-uri>/tags/suncer-utils</taglib-uri>
<taglib-location> /WEB-INF/tld/suncer-utils.tld </taglib-location>
</taglib>
</jsp-config>
<?xml version="1.0" encoding="UTF-8"?>
<taglib version="2.0" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-jsptaglibrary_2_0.xsd">
<description>suncer utils by suncer.com</description>
<tlib-version>1.0</tlib-version>
<short-name>SuncerUtils</short-name>
<uri>/tags/suncer-utils</uri>
<function>
<name>getSysparamCode</name>
<function-class>com.suncer.tags.SuncerUtils</function-class>
<function-signature>getSysparamCode</function-signature>
</function>
</taglib>