Java+Tomcat+ZK Welcome to ZK, the simplest way to make Web applications rich. The Developer s Guid

源代码在线查看: core.dsp.tld

软件大小: 291 K
上传用户: reed2453
关键词: applications Developer simplest Welcome
下载地址: 免注册下载 普通下载 VIP

相关代码

																Purpose:					Defines methods and actions for DSP				Description:									Histroy:					Mon Jun 20 20:57:56     2005, Created by tomyeh@potix.com								Copyright (C) 2005 Potix Corporation. All Rights Reserved.				-->																		Core methods and tags for PXWEB in DSP																																								Provides the context for mutually exclusive conditional execution.												choose						org.zkoss.web.servlet.dsp.action.Choose																					Iterators thru a collection/array of items.												forEach						org.zkoss.web.servlet.dsp.action.ForEach																					Tests whether an condition is true and render the child only					if the condition is true.												if						org.zkoss.web.servlet.dsp.action.If																					Includes the specified page.												include						org.zkoss.web.servlet.dsp.action.Include																					Represents the last alternative within a choose action.												otherwise						org.zkoss.web.servlet.dsp.action.Otherwise																					Generates the specified value into a string.												out						org.zkoss.web.servlet.dsp.action.Out																					Sets the page info, such as the content type.												page						org.zkoss.web.servlet.dsp.action.Page																					Remove an attribute.												remove						org.zkoss.web.servlet.dsp.action.Remove																					Sets an attribute.												set						org.zkoss.web.servlet.dsp.action.Set																					Represents an alternative within a {@link Choose} action.												when						org.zkoss.web.servlet.dsp.action.When																																			boolean						org.zkoss.el.fn.CommonFns						boolean toBoolean(java.lang.Object)												Converts the specified object to a boolean.																						number						org.zkoss.el.fn.CommonFns						java.lang.Number toNumber(java.lang.Object)												Converts the specified object to a number.																						int						org.zkoss.el.fn.CommonFns						int toInt(java.lang.Object)												Converts the specified object to an integer.																						decimal						org.zkoss.el.fn.CommonFns						java.math.BigDecimal toDecimal(java.lang.Object)												Converts the specified object to a (big) decimal.																						string						org.zkoss.el.fn.CommonFns						java.lang.String toString(java.lang.Object)												Converts the specified object to a string.																						char						org.zkoss.el.fn.CommonFns						char toChar(java.lang.Object)											Converts the specified object to a character.																						class						org.zkoss.lang.Classes						java.lang.Class forNameByThread(java.lang.String)											Returns the class of the specified class name.																						isInstance						org.zkoss.el.fn.CommonFns						boolean isInstance(java.lang.Object, java.lang.Object)											Tests whether an object (the second argument) is an instance of a class (the first argument).					You could specify a class or the class name as the first argument.																						length						org.zkoss.el.fn.CommonFns						int length(java.lang.Object)											Returns the length of a string, array, collection or map.																						new						org.zkoss.el.fn.CommonFns						java.lang.Object new_(java.lang.Object)											Instantiates the specified class.					The argument could be either a string (class name) or a Class instance.																																									cat						org.zkoss.el.fn.StringFns											java.lang.String cat(java.lang.String, java.lang.String)																	Catenates two strings. Note: null is considered as empty.																						cat3						org.zkoss.el.fn.StringFns											java.lang.String cat3(java.lang.String, java.lang.String, java.lang.String)																	Catenates three strings. Note: null is considered as empty.																						cat4						org.zkoss.el.fn.StringFns											java.lang.String cat4(java.lang.String, java.lang.String, java.lang.String, java.lang.String)																	Catenates four strings. Note: null is considered as empty.																						cat5						org.zkoss.el.fn.StringFns											java.lang.String cat5(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String)																	Catenates five strings. Note: null is considered as empty.																						replace						org.zkoss.el.fn.StringFns											java.lang.String replace(java.lang.String, java.lang.String, java.lang.String)																	Replaces all occurenances of the second argument with the third argument.																										l						org.zkoss.el.fn.CommonFns						java.lang.String getLabel(java.lang.String)												Returns the label of the specified key.																																									attr						org.zkoss.web.fn.XMLFns											java.lang.String attr(java.lang.String, java.lang.Object)																	Generates an attribute for HTML/XML, name="value".					If value is null or empty (if String), "" is generated.																																									encodeURL						org.zkoss.web.fn.ServletFns											java.lang.String encodeURL(java.lang.String)																	Encoding URL to prefix the context path and to provide session info,					if necessary					If URI contains "*", it is resolved to the current Locale and					the browser code.																						encodeURIComponent						org.zkoss.web.servlet.http.Encodes											java.lang.String encodeURIComponent(java.lang.String)																	Encoding a string to be used as a query name or value.																										escapeXML						org.zkoss.xml.XMLs											java.lang.String escapeXML(java.lang.String)																	Encodes a string that special characters are quoted to be compatible					with HTML/XML.																										isExplorer						org.zkoss.web.fn.ServletFns											boolean isExplorer()																	Whether the current request is coming from Internet Explorer.																						isExplorer7						org.zkoss.web.fn.ServletFns											boolean isExplorer7()																	Whether the current request is coming from Internet Explorer 7 or later.																						isGecko						org.zkoss.web.fn.ServletFns											boolean isGecko()																	Whether the current request is coming from a Gecko-based browser,					such as Mozilla, Firefox and Camino.																						isSafari						org.zkoss.web.fn.ServletFns											boolean isSafari()																	Whether the current request is coming from Safari.																										render						org.zkoss.web.fn.ServletFns											void render(org.zkoss.web.servlet.dsp.action.ActionContext)																	Renders a DSP fragment.																										getCurrentLocale						org.zkoss.util.Locales											java.util.Locale getCurrent()																	Returns the locale for the current request.																						

相关资源