ZATS Richlet

From Documentation
< User:Paowang
Revision as of 03:30, 12 June 2012 by Paowang (talk | contribs) (Created page with "{{Template:UnderConstruction}} {{ZATSEssentialsPageHeader}} ZATS Mimic also support Richlet<ref>for more detail, please refer to [[ZK_Developer%27s_Reference/UI_Composing/Richle...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

WarningTriangle-32x32.png This page is under construction, so we cannot guarantee the accuracy of the content!

aowang



ZATS Mimic also support Richlet[1].

web.xml

<servlet-mapping>
	<servlet-name>zkLoader</servlet-name>
	<url-pattern>/zk/*</url-pattern>
</servlet-mapping>

zk.xml

<richlet>
	<richlet-name>MyRichlet</richlet-name>
	<richlet-class>foo.MyRichlet</richlet-class>
</richlet>
<richlet-mapping>
	<richlet-name>MyRichlet</richlet-name>
	<url-pattern>/foo</url-pattern>
</richlet-mapping>

Notes

  1. for more detail, please refer to ZK_Developer's_Reference/UI_Composing/Richlet



Last Update : 2012/06/12

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.