- WaferMap - 类 中的静态变量com.sh.javax.util.chart.Constant
-
- waitEveryMinute() - 类 中的静态方法com.sh.util.DelayUtil
-
等待每一分钟,在毫秒为0的时候返回,这是一个阻塞的方法
- waitEverySeconds() - 类 中的静态方法com.sh.util.DelayUtil
-
等待每一秒,在毫秒为0的时候返回,这是一个阻塞的方法
- waitEveryTime(long) - 类 中的静态方法com.sh.util.DelayUtil
-
等待每一指定的时间,在毫秒为0的时候返回,这是一个阻塞的方法
- waitFinish(WFTask, int) - 类 中的方法com.sh.wf.node.CallFlowNode
-
等待子流程运行结束
- waitFor() - 类 中的方法com.sh.common.exec.DefaultExecuteResultHandler
-
Causes the current thread to wait, if necessary, until the
process has terminated.
- waitFor(long) - 类 中的方法com.sh.common.exec.DefaultExecuteResultHandler
-
Causes the current thread to wait, if necessary, until the
process has terminated.
- waitFor() - 类 中的方法com.sh.common.exec.StreamPumper
-
This method blocks until the stream pumper finishes.
- waitForCheck() - 类 中的方法com.sh.common.jci.listeners.AbstractFilesystemAlterationListener
-
wait for the next filesystem check to happen
- waitForEvent() - 类 中的方法com.sh.common.jci.listeners.AbstractFilesystemAlterationListener
-
- waitForFirstCheck() - 类 中的方法com.sh.common.jci.listeners.AbstractFilesystemAlterationListener
-
we don't reset the signal so if there was a check it is
already true and exit immediatly otherwise it will behave just
like waitForCheck()
- waitReplicas(int, long) - 类 中的方法redis.clients.jedis.BinaryClient
-
- waitReplicas(int, long) - 类 中的方法redis.clients.jedis.BinaryJedis
-
Syncrhonous replication of Redis as described here: http://antirez.com/news/66 Since Java
Object class has implemented "wait" method, we cannot use it, so I had to change the name of
the method.
- waitReplicas(byte[], int, long) - 类 中的方法redis.clients.jedis.BinaryJedisCluster
-
- waitReplicas(int, long) - 接口 中的方法redis.clients.jedis.commands.BasicCommands
-
Blocks until all the previous write commands are successfully transferred and acknowledged by
at least the specified number of replicas.
- waitReplicas(byte[], int, long) - 接口 中的方法redis.clients.jedis.commands.BinaryJedisClusterCommands
-
- waitReplicas(int, long) - 接口 中的方法redis.clients.jedis.commands.Commands
-
- waitReplicas(String, int, long) - 接口 中的方法redis.clients.jedis.commands.JedisClusterCommands
-
- waitReplicas(String, int, long) - 类 中的方法redis.clients.jedis.JedisCluster
-
- waitSystemStartup() - 类 中的静态方法com.sh.base.frame.common.SysParam
-
阻塞等待系统初始化完毕
- waitTimeout - 类 中的静态变量com.sh.system.onlineuser.common.SaveLogQueue
-
- waitToRefreshUserCount() - 类 中的静态方法com.sh.base.frame.common.util.InitUtil
-
待刷新用户数
- waitToRefreshUserList() - 类 中的静态方法com.sh.base.frame.common.util.InitUtil
-
等待刷新用户
- Walker - org.jdom2.output.support中的接口
-
A model for walking the (potentially formatted) content of an Element.
- WalkerNORMALIZE - org.jdom2.output.support中的类
-
This Walker implementation will produce trimmed text content.
- WalkerNORMALIZE(List<? extends Content>, FormatStack, boolean) - 类 的构造器org.jdom2.output.support.WalkerNORMALIZE
-
Create the Trimmed walker instance.
- WalkerPRESERVE - org.jdom2.output.support中的类
-
This Walker implementation walks a list of Content in it's original RAW
format.
- WalkerPRESERVE(List<? extends Content>) - 类 的构造器org.jdom2.output.support.WalkerPRESERVE
-
Create a Walker that preserves all content in its raw state.
- WalkerTRIM - org.jdom2.output.support中的类
-
This Walker implementation will produce trimmed text content.
- WalkerTRIM(List<? extends Content>, FormatStack, boolean) - 类 的构造器org.jdom2.output.support.WalkerTRIM
-
Create the Trimmed walker instance.
- WalkerTRIM_FULL_WHITE - org.jdom2.output.support中的类
-
This Walker implementation will produce trimmed text content.
- WalkerTRIM_FULL_WHITE(List<? extends Content>, FormatStack, boolean) - 类 的构造器org.jdom2.output.support.WalkerTRIM_FULL_WHITE
-
Create the Trimmed walker instance.
- warn(Object) - 类 中的方法com.sh.javax.log.impl.SHLog
-
- warn(Object...) - 类 中的方法com.sh.javax.log.impl.SHLog
-
- warn(Throwable) - 类 中的方法com.sh.javax.log.impl.SHLog
-
- warn(Object, Throwable) - 类 中的方法com.sh.javax.log.impl.SHLog
-
- WARN - 接口 中的静态变量com.sh.javax.log.Log
-
- warn(Object) - 接口 中的方法com.sh.javax.log.Log
-
- warn(Object...) - 接口 中的方法com.sh.javax.log.Log
-
- warn(Object, Throwable) - 接口 中的方法com.sh.javax.log.Log
-
- warn(Throwable) - 接口 中的方法com.sh.javax.log.Log
-
- warn(String, String...) - 类 中的方法com.sh.javax.log.struts2.CommonsLogger
-
- warn(String, Throwable, String...) - 类 中的方法com.sh.javax.log.struts2.CommonsLogger
-
- warn(String, Object...) - 类 中的方法com.sh.javax.log.struts2.CommonsLogger
-
- warn(String, String) - 类 中的方法com.sh.mail.mime4j.codec.DecodeMonitor
-
- warn(String) - 类 中的静态方法com.sh.mobile.log.MobileLog
-
输出warn级别的日志信息
- warn(String, Object...) - 类 中的静态方法com.sh.mobile.log.MobileLog
-
带表达式的日志 如:CtiLog.info("带表达式日志信息输出:%s","参数") ;
%b boolean型参数 %s String型参数 %d 整数参数
更详细表达式请参见:JDK官方说明文档:java.util.Formatter
- warn(String, Throwable) - 类 中的静态方法com.sh.mobile.log.MobileLog
-
带堆栈信息的日志输出
- warn(Object) - 类 中的方法org.tuckey.web.filters.urlrewrite.utils.Log
-
- warn(Object, Throwable) - 类 中的方法org.tuckey.web.filters.urlrewrite.utils.Log
-
- warn(Throwable) - 类 中的方法org.tuckey.web.filters.urlrewrite.utils.Log
-
- warnEnable() - 类 中的方法com.sh.javax.log.impl.SHLog
-
- warnEnable() - 接口 中的方法com.sh.javax.log.Log
-
- warning(String) - 类 中的方法org.htmlparser.sax.Feedback
-
Warning message.
- warning(SAXParseException) - 类 中的方法org.htmlparser.tests.SAXTest
-
- warning(String) - 类 中的方法org.htmlparser.util.DefaultParserFeedback
-
Print an warning message.
- warning(String) - 类 中的静态方法org.htmlparser.util.FeedbackManager
-
- warning(String) - 接口 中的方法org.htmlparser.util.ParserFeedback
-
- warning(SAXParseException) - 类 中的方法org.jdom2.input.sax.BuilderErrorHandler
-
This method is called when a warning has occurred; this indicates that
while no XML rules were broken, something appears to be incorrect or
missing.
- warning(SAXParseException) - 类 中的方法org.tuckey.web.filters.urlrewrite.ConfHandler
-
- wasNull() - 类 中的方法com.sh.javax.mongodb.MongoResultSet
-
- watch(byte[]...) - 类 中的方法redis.clients.jedis.BinaryClient
-
- watch(byte[]...) - 类 中的方法redis.clients.jedis.BinaryJedis
-
- watch(String...) - 类 中的方法redis.clients.jedis.Client
-
- watch(String...) - 接口 中的方法redis.clients.jedis.commands.Commands
-
- watch(byte[]...) - 接口 中的方法redis.clients.jedis.commands.MultiKeyBinaryCommands
-
- watch(byte[]...) - 接口 中的方法redis.clients.jedis.commands.MultiKeyBinaryRedisPipeline
-
- watch(String...) - 接口 中的方法redis.clients.jedis.commands.MultiKeyCommands
-
- watch(String...) - 接口 中的方法redis.clients.jedis.commands.MultiKeyCommandsPipeline
-
- watch(String...) - 类 中的方法redis.clients.jedis.Jedis
-
- watch(String...) - 类 中的方法redis.clients.jedis.MultiKeyPipelineBase
-
- watch(byte[]...) - 类 中的方法redis.clients.jedis.MultiKeyPipelineBase
-
- watch(String...) - 类 中的方法redis.clients.jedis.Transaction
-
已过时。
- watch(byte[]...) - 类 中的方法redis.clients.jedis.Transaction
-
已过时。
- Watchdog - com.sh.common.exec中的类
-
Description:
Title:首亨软件 - CRM、TSS、ERP等信息化管理软件
- Watchdog(long) - 类 的构造器com.sh.common.exec.Watchdog
-
- WATCHER - 类 中的静态变量com.sh.javax.watch.DCWatcherManager
-
- Watcher_I<T> - com.sh.javax.watch中的接口
-
Description: 创建观察者
Title:首亨软件 - TSS/CRM等
- WATCHERED - 类 中的静态变量com.sh.javax.watch.DCWatcherManager
-
- watcherRetrieveFinish(DCWatcher, String, Datastore) - 类 中的方法com.sh.javax.DataCenterBase
-
查询结束通知观察者
- Waterfall - 类 中的静态变量com.sh.javax.util.chart.Constant
-
- WebChart - com.sh.javax.util.chart.webchart中的类
-
Description: WebChart图表
Title:聚天业务架构平台(SHGather)
- WebChart() - 类 的构造器com.sh.javax.util.chart.webchart.WebChart
-
- WebChartData - com.sh.javax.util中的类
-
WebChart类,主要功能是将Datastore数据转换为符合WebChart模型规范的xml
Title: 基础类库
Description: 适合Struts结构体系
Company:首亨软件(重庆)有限公司
- WebChartData() - 类 的构造器com.sh.javax.util.WebChartData
-
无参数的构造函数
- WebChartData(Datastore) - 类 的构造器com.sh.javax.util.WebChartData
-
构造函数
- WebChartData(Datastore, String, String, String, String) - 类 的构造器com.sh.javax.util.WebChartData
-
构造函数
- WebChartDataTag - com.sh.javax.tag中的类
-
生成WebChart模型xml的标签类,使用了com.sh.javax.util.WebChartData类生成xml
Title: 基础类库
Description: 适合Struts结构体系
Company:首亨软件(重庆)有限公司
- WebChartDataTag() - 类 的构造器com.sh.javax.tag.WebChartDataTag
-
- webChartHtml(HttpServletRequest, Page, StringBuilder, PageContext) - 类 中的静态方法com.sh.module.page.util.html.PageChartHtmlUtil
-
WEBCHART显示图表
- WebChartsCell - com.sh.common.util中的类
-
Description:
Title:首亨软件 - TSS/CRM等
- WebChartsCell() - 类 的构造器com.sh.common.util.WebChartsCell
-
- WebChartShowAction - com.sh.javax.view.webchart中的类
-
显示WebChart图表的Action,将图片以二进制形式发送回客户端
Title: 基础类库
Description: 适合Struts结构体系
- WebChartShowAction() - 类 的构造器com.sh.javax.view.webchart.WebChartShowAction
-
- WebChartTag - com.sh.javax.tag中的类
-
Description: webchart图表
Title:首亨软件 - TSS/CRM等
- WebChartTag() - 类 的构造器com.sh.javax.tag.WebChartTag
-
- WEBLOGIC_POOL - 类 中的静态变量com.sh.javax.DataCenterBase
-
- WebPageNavigate - com.sh.javax.util中的类
-
Title: 用于翻页的HTML生成工具
Description: 通过IPAGE接口生成HTML
Company:首亨软件(重庆)有限公司
- WebPageNavigate() - 类 的构造器com.sh.javax.util.WebPageNavigate
-
默认构造函数,什么都不干
- WebPageNavigate(IPages, HttpServletRequest) - 类 的构造器com.sh.javax.util.WebPageNavigate
-
- WebPageNavigateTag - com.sh.javax.tag中的类
-
Title: 信息分页字定义标记类
Description: 信息分页的自定义标记实现类
webPageNavigate标签属性:
method 翻页回调函数名,如果不传入,使用默认的名称frame.common.pageCallBackMethod
page 页面分页对象
变更历史:
由于WebPageNavigate增加了构造函数public WebPageNavigate(IPages pages,HttpServletRequest request),
所以对程序进行了一些精简,但是逻辑上没有做任何改变
- WebPageNavigateTag() - 类 的构造器com.sh.javax.tag.WebPageNavigateTag
-
- WebPages - com.sh.javax中的类
-
处理表格分页的分页管理器类。
- WebPages(HttpServletRequest, DataCenter, String, String[], Object[]) - 类 的构造器com.sh.javax.WebPages
-
构造函数 根据参数中是否传入总行数这个参数来决定计算总行数
- WebPages(HttpServletRequest, DataCenter, String) - 类 的构造器com.sh.javax.WebPages
-
构造函数,和不带HttpServletRequest参数的情况相比,不必传入当前页就可以通过getPageData()获取当前页的数据
根据是否传入总行数决定计算总行数
- WebPages(HttpServletRequest, DataCenter, String, int) - 类 的构造器com.sh.javax.WebPages
-
构造函数,需要传入总行数
- WebServiceNode - com.sh.wf.node中的类
-
Description: WebService连接
Title:首亨软件 - TSS/CRM等
- WebServiceNode() - 类 的构造器com.sh.wf.node.WebServiceNode
-
- WebSocket - org.java_websocket中的接口
-
- WebSocket.READYSTATE - org.java_websocket中的枚举
-
Enum which represents the state a websocket may be in
- WebSocket.Role - org.java_websocket中的枚举
-
Enum which represents the states a websocket may be in
- WebSocketAdapter - org.java_websocket中的类
-
This class default implements all methods of the WebSocketListener that can be overridden optionally when advances functionalities is needed.
- WebSocketAdapter() - 类 的构造器org.java_websocket.WebSocketAdapter
-
- WebSocketClient - org.java_websocket.client中的类
-
A subclass must implement at least onOpen, onClose, and onMessage to be
useful.
- WebSocketClient(URI) - 类 的构造器org.java_websocket.client.WebSocketClient
-
Constructs a WebSocketClient instance and sets it to the connect to the
specified URI.
- WebSocketClient(URI, Draft) - 类 的构造器org.java_websocket.client.WebSocketClient
-
Constructs a WebSocketClient instance and sets it to the connect to the
specified URI.
- WebSocketClient(URI, Draft, Map<String, String>, int) - 类 的构造器org.java_websocket.client.WebSocketClient
-
Constructs a WebSocketClient instance and sets it to the connect to the
specified URI.
- WebSocketFactory - org.java_websocket中的接口
-
- WebSocketImpl - org.java_websocket中的类
-
Represents one end (client or server) of a single WebSocketImpl connection.
- WebSocketImpl(WebSocketListener, List<Draft>) - 类 的构造器org.java_websocket.WebSocketImpl
-
Creates a websocket with server role
- WebSocketImpl(WebSocketListener, Draft) - 类 的构造器org.java_websocket.WebSocketImpl
-
creates a websocket with client role
- WebSocketImpl(WebSocketListener, Draft, Socket) - 类 的构造器org.java_websocket.WebSocketImpl
-
已过时。
- WebSocketImpl(WebSocketListener, List<Draft>, Socket) - 类 的构造器org.java_websocket.WebSocketImpl
-
已过时。
- WebSocketListener - org.java_websocket中的接口
-
Implemented by WebSocketClient and WebSocketServer.
- WebsocketNotConnectedException - org.java_websocket.exceptions中的异常错误
-
exception which indicates the websocket is not yet connected (READYSTATE.OPEN)
- WebsocketNotConnectedException() - 异常错误 的构造器org.java_websocket.exceptions.WebsocketNotConnectedException
-
constructor for a WebsocketNotConnectedException
- WebSocketServer - org.java_websocket.server中的类
-
WebSocketServer is an abstract class that only takes care of the
HTTP handshake portion of WebSockets.
- WebSocketServer() - 类 的构造器org.java_websocket.server.WebSocketServer
-
Creates a WebSocketServer that will attempt to
listen on port WebSocket.DEFAULT_PORT.
- WebSocketServer(InetSocketAddress) - 类 的构造器org.java_websocket.server.WebSocketServer
-
Creates a WebSocketServer that will attempt to bind/listen on the given address.
- WebSocketServer(InetSocketAddress, int) - 类 的构造器org.java_websocket.server.WebSocketServer
-
- WebSocketServer(InetSocketAddress, List<Draft>) - 类 的构造器org.java_websocket.server.WebSocketServer
-
- WebSocketServer(InetSocketAddress, int, List<Draft>) - 类 的构造器org.java_websocket.server.WebSocketServer
-
- WebSocketServer(InetSocketAddress, int, List<Draft>, Collection<WebSocket>) - 类 的构造器org.java_websocket.server.WebSocketServer
-
Creates a WebSocketServer that will attempt to bind/listen on the given address,
and comply with Draft version draft.
- WebSocketServer.WebSocketServerFactory - org.java_websocket.server中的接口
-
Interface to encapsulate the required methods for a websocket factory
- WebSocketServer.WebSocketWorker - org.java_websocket.server中的类
-
This class is used to process incoming data
- WebSocketWorker() - 类 的构造器org.java_websocket.server.WebSocketServer.WebSocketWorker
-
- week(String) - 类 中的方法com.sh.wf.module.timer.QuartzUtil.QuartzTimeExpressBuilder
-
- weights(double...) - 类 中的方法redis.clients.jedis.ZParams
-
Set weights.
- WeiXinAction - com.sh.weixin中的类
-
Description: 微信企业号基类
Title:首亨软件 - TSS/CRM等
- WeiXinAction() - 类 的构造器com.sh.weixin.WeiXinAction
-
- WeiXinActionRet - com.sh.weixin.event中的类
-
Description:
Title:首亨软件 - TSS/CRM等
- WeiXinActionRet() - 类 的构造器com.sh.weixin.event.WeiXinActionRet
-
- WeiXinEvent - com.sh.weixin.event中的类
-
Description:
Title:首亨软件 - TSS/CRM等
- WeiXinEvent() - 类 的构造器com.sh.weixin.event.WeiXinEvent
-
- WeiXinEventFlowRet - com.sh.weixin.event中的类
-
Description: 微信回调返回值
Title:首亨软件 - TSS/CRM等
- WeiXinEventFlowRet() - 类 的构造器com.sh.weixin.event.WeiXinEventFlowRet
-
- WeiXinEventRespRet - com.sh.weixin.event中的类
-
Description: 微信返回值
Title:首亨软件 - TSS/CRM等
- WeiXinEventRespRet() - 类 的构造器com.sh.weixin.event.WeiXinEventRespRet
-
- WeiXinMenuContent - com.sh.wf.ws.data.common中的类
-
Description:
Title:首亨软件 - TSS/CRM等
- WeiXinMenuContent(WFWSAccessTokenRet) - 类 的构造器com.sh.wf.ws.data.common.WeiXinMenuContent
-
- WeiXinMiniProgramPageMsgNode - com.sh.wf.node.weixin中的类
-
Description: 小程序消息
Title:首亨软件 - TSS/CRM等
- WeiXinMiniProgramPageMsgNode() - 类 的构造器com.sh.wf.node.weixin.WeiXinMiniProgramPageMsgNode
-
- WeiXinMPAction - com.sh.weixin中的类
-
Description: 微信公众号基类
Title:首亨软件 - TSS/CRM等
- WeiXinMPAction() - 类 的构造器com.sh.weixin.WeiXinMPAction
-
- WeiXinMPController - com.sh.weixin中的类
-
Description:
Title:首亨软件 - TSS/CRM等
- WeiXinMPController() - 类 的构造器com.sh.weixin.WeiXinMPController
-
- WeiXinNewsMsgNode - com.sh.wf.node.weixin中的类
-
Description: 图文消息
Title:首亨软件 - TSS/CRM等
- WeiXinNewsMsgNode() - 类 的构造器com.sh.wf.node.weixin.WeiXinNewsMsgNode
-
- WeiXinNotifyNode - com.sh.wf.node.weixin中的类
-
Description: 微信发送消息
Title:首亨软件 - TSS/CRM等
- WeiXinNotifyNode() - 类 的构造器com.sh.wf.node.weixin.WeiXinNotifyNode
-
- WeiXinReceiveRequestNode - com.sh.wf.node.weixin中的类
-
Description: 接收到微信数据
Title:首亨软件 - TSS/CRM等
- WeiXinReceiveRequestNode() - 类 的构造器com.sh.wf.node.weixin.WeiXinReceiveRequestNode
-
- WeiXinSendMsgNode - com.sh.wf.node.weixin中的类
-
Description: 发送微信消息
Title:首亨软件 - TSS/CRM等
- WeiXinSendMsgNode() - 类 的构造器com.sh.wf.node.weixin.WeiXinSendMsgNode
-
- WeiXinTemplateMsgNode - com.sh.wf.node.weixin中的类
-
Description: 模板消息
Title:首亨软件 - TSS/CRM等
- WeiXinTemplateMsgNode() - 类 的构造器com.sh.wf.node.weixin.WeiXinTemplateMsgNode
-
- WeiXinTextMsgNode - com.sh.wf.node.weixin中的类
-
Description: 文本消息
Title:首亨软件 - TSS/CRM等
- WeiXinTextMsgNode() - 类 的构造器com.sh.wf.node.weixin.WeiXinTextMsgNode
-
- WeiXinUniformMsgNode - com.sh.wf.node.weixin中的类
-
Description: 小程序统一服务消息
Title:首亨软件 - TSS/CRM等
- WeiXinUniformMsgNode() - 类 的构造器com.sh.wf.node.weixin.WeiXinUniformMsgNode
-
- WeiXinUtil - com.sh.weixin.util中的类
-
Description:
Title:首亨软件 - TSS/CRM等
- WeiXinUtil() - 类 的构造器com.sh.weixin.util.WeiXinUtil
-
- WF_API_VERSION - 类 中的静态变量com.sh.wf.util.FlowUtil
-
- WF_DESIGN_VERSION - 类 中的静态变量com.sh.wf.util.FlowUtil
-
- WF_VERSION - 类 中的静态变量com.sh.wf.util.FlowUtil
-
- WF_WS_I - com.sh.wf.api中的接口
-
Description:
Title:首亨软件 - TSS/CRM等
- WFCallSubFlowRet - com.sh.wf.event中的类
-
Description:
Title:首亨软件 - TSS/CRM等
- WFCallSubFlowRet() - 类 的构造器com.sh.wf.event.WFCallSubFlowRet
-
- WFEngine - com.sh.wf.engine中的类
-
Description: 工作流引擎
Title:首亨软件 - TSS/CRM等
- WFEvent - com.sh.wf.event中的类
-
Description:
Title:首亨软件 - TSS/CRM等
- WFEvent() - 类 的构造器com.sh.wf.event.WFEvent
-
- WFEventRet - com.sh.wf.event中的类
-
Description: 首亨工作流接口事件
Title:首亨软件 - TSS/CRM等
- WFEventRet() - 类 的构造器com.sh.wf.event.WFEventRet
-
- WFLine - com.sh.wf.common.po中的类
-
Description:
Title:首亨软件 - TSS/CRM等
- WFLine() - 类 的构造器com.sh.wf.common.po.WFLine
-
- WFLogic - com.sh.wf.common.po中的类
-
Description:
Title:首亨软件 - TSS/CRM等
- WFLogic() - 类 的构造器com.sh.wf.common.po.WFLogic
-
- WFObj - com.sh.wf.common.po中的类
-
Description:
Title:首亨软件 - TSS/CRM等
- WFObj() - 类 的构造器com.sh.wf.common.po.WFObj
-
- WFObjProperty - com.sh.wf.common.po中的类
-
Description:
Title:首亨软件 - TSS/CRM等
- WFObjProperty() - 类 的构造器com.sh.wf.common.po.WFObjProperty
-
- WFTask - com.sh.wf.api中的接口
-
Description: 工作流实例任务接口
Title:首亨软件 - TSS/CRM等
- WFTaskBase - com.sh.wf.engine.base中的类
-
Description:
Title:聚天业务架构平台(SHGather)
- WFTaskBase() - 类 的构造器com.sh.wf.engine.base.WFTaskBase
-
- WFTaskConfig - com.sh.wf.engine.config中的类
-
Description:
Title:首亨软件 - 聚天平台
- WFTaskConfig() - 类 的构造器com.sh.wf.engine.config.WFTaskConfig
-
- WFTaskDefault - com.sh.wf.engine中的类
-
Description: 流程实例对象默认实现
Title:首亨软件 - TSS/CRM等
- WFTaskDefault(FlowContext) - 类 的构造器com.sh.wf.engine.WFTaskDefault
-
- WFTaskFlowContextPool - com.sh.wf.engine中的类
-
Description: 为了防止流程中多个同时处理时,造成的flowContext流程上下文中的变量丢失,故设定FlowContext池,保存使用的是事一个地方的对象
Title:首亨软件 - TSS/CRM等
- WFTaskFlowContextPool() - 类 的构造器com.sh.wf.engine.WFTaskFlowContextPool
-
- WFTaskRunCallbac - com.sh.wf.api中的接口
-
Description: 流程执行回调函数
Title:首亨软件 - TSS/CRM等
- WFTaskService - com.sh.wf.api中的接口
-
Description:
Title:首亨软件 - TSS/CRM等
- WFTaskServiceDefault - com.sh.wf.engine中的类
-
Description:
Title:首亨软件 - TSS/CRM等
- WFWSAccessToken - com.sh.wf.ws.security中的类
-
Description: 登陆凭证
Title:首亨软件 - TSS/CRM等
- WFWSAccessToken() - 类 的构造器com.sh.wf.ws.security.WFWSAccessToken
-
- WFWSAccessTokenRet - com.sh.wf.ws.security中的类
-
Description:
Title:首亨软件 - TSS/CRM等
- WFWSAccessTokenRet() - 类 的构造器com.sh.wf.ws.security.WFWSAccessTokenRet
-
- wgs84Tobd09(double, double) - 类 中的静态方法com.sh.wf.module.util.GPSUtil
-
将gps84转为bd09
- wgs84ToGcj02(double, double) - 类 中的静态方法com.sh.wf.module.util.GPSUtil
-
84 to 火星坐标系 (GCJ-02) World Geodetic System ==> Mars Geodetic System
- WHEN_EXHAUSTED_BLOCK - 类 中的静态变量com.sh.pool.impl.GenericKeyedObjectPool
-
A "when exhausted action" type indicating that when the pool
is exhausted (i.e., the maximum number
of active objects has been reached), the
GenericKeyedObjectPool.borrowObject(K)
method should block until a new object is available, or the
maximum wait time
has been reached.
- WHEN_EXHAUSTED_BLOCK - 类 中的静态变量com.sh.pool.impl.GenericObjectPool
-
A "when exhausted action" type indicating that when the pool
is exhausted (i.e., the maximum number
of active objects has been reached), the
GenericObjectPool.borrowObject()
method should block until a new object is available, or the
maximum wait time
has been reached.
- WHEN_EXHAUSTED_FAIL - 类 中的静态变量com.sh.pool.impl.GenericKeyedObjectPool
-
A "when exhausted action" type indicating that when the pool is
exhausted (i.e., the maximum number of active objects has
been reached), the
GenericKeyedObjectPool.borrowObject(K)
method should fail, throwing a
NoSuchElementException
.
- WHEN_EXHAUSTED_FAIL - 类 中的静态变量com.sh.pool.impl.GenericObjectPool
-
A "when exhausted action" type indicating that when the pool is
exhausted (i.e., the maximum number of active objects has
been reached), the
GenericObjectPool.borrowObject()
method should fail, throwing a
NoSuchElementException
.
- WHEN_EXHAUSTED_GROW - 类 中的静态变量com.sh.pool.impl.GenericKeyedObjectPool
-
A "when exhausted action" type indicating that when the pool is
exhausted (i.e., the maximum number
of active objects has been reached), the
GenericKeyedObjectPool.borrowObject(K)
method should simply create a new object anyway.
- WHEN_EXHAUSTED_GROW - 类 中的静态变量com.sh.pool.impl.GenericObjectPool
-
A "when exhausted action" type indicating that when the pool is
exhausted (i.e., the maximum number
of active objects has been reached), the
GenericObjectPool.borrowObject()
method should simply create a new object anyway.
- WhenClause - com.sh.common.parser.sql.expression中的类
-
Description: A clause of following syntax:
WHEN condition THEN expression.
- WhenClause() - 类 的构造器com.sh.common.parser.sql.expression.WhenClause
-
- whenExhaustedAction - 类 中的变量com.sh.pool.impl.GenericKeyedObjectPool.Config
-
- whenExhaustedAction - 类 中的变量com.sh.pool.impl.GenericObjectPool.Config
-
- WhenThenSearchCondition() - 类 中的方法com.sh.common.parser.sql.parser.CCShParser
-
- WhenThenValue() - 类 中的方法com.sh.common.parser.sql.parser.CCShParser
-
- where() - 类 中的方法com.sh.wf.etl.java.ETLNodeJavaBase
-
获取where条件
- where(String, Object) - 类 中的方法com.sh.wf.module.helper.SqlSelectBuilder
-
条件
- where(String) - 类 中的方法com.sh.wf.module.helper.SqlSelectBuilder
-
- where - 类 中的变量com.sh.wf.module.parser.po.SQLParserWhereInfo
-
- WhereClause() - 类 中的方法com.sh.common.parser.sql.parser.CCShParser
-
- whereLike(String, String) - 类 中的方法com.sh.wf.module.helper.SqlSelectBuilder
-
生成Like条件
- whereLikeLeft(String, String) - 类 中的方法com.sh.wf.module.helper.SqlSelectBuilder
-
生成Like条件
- whereLikeRight(String, String) - 类 中的方法com.sh.wf.module.helper.SqlSelectBuilder
-
生成Like条件
- WhiteRectangleDetector - com.google.zxing.common.detector中的类
-
Detects a candidate barcode-like rectangular region within an image.
- WhiteRectangleDetector(BitMatrix) - 类 的构造器com.google.zxing.common.detector.WhiteRectangleDetector
-
- WhiteRectangleDetector(BitMatrix, int, int, int) - 类 的构造器com.google.zxing.common.detector.WhiteRectangleDetector
-
- Widget - com.sh.module.po中的类
-
Description: 页面控件
Title:首亨软件 - CRM、TSS、ERP等信息化管理软件
- Widget() - 类 的构造器com.sh.module.po.Widget
-
- WIDGET_BUTTON - 类 中的静态变量com.sh.module.po.base.Constant
-
- WIDGET_DATE_DEFAULT - 类 中的静态变量com.sh.module.po.base.Constant
-
- WIDGET_DATE_ICON - 类 中的静态变量com.sh.module.po.base.Constant
-
- WIDGET_DATE_UNION - 类 中的静态变量com.sh.module.po.base.Constant
-
- WIDGET_LABEL - 类 中的静态变量com.sh.module.po.base.Constant
-
- WidgetAction - com.sh.report.manager.widget中的类
-
Description: 查询控件
Title:首亨软件 - CRM、TSS、ERP等信息化管理软件
- WidgetAction() - 类 的构造器com.sh.report.manager.widget.WidgetAction
-
- widgetAttrBatch() - 类 中的方法com.sh.module.page.ui.UIAction
-
扩展属性批量添加、修改页面
- widgetAttrBatch(HttpServletRequest, UIAction) - 类 中的静态方法com.sh.module.page.ui.util.UIParamWidgetAttrHtmlUtil
-
扩展属性
- widgetAttrBatchSave() - 类 中的方法com.sh.module.page.ui.UIAction
-
扩展属性批量保存
- widgetAttrBatchSave() - 类 中的方法com.sh.module.page.ui.UIParamWidgetModel
-
保存控件扩展属性
- widgetAttrDel() - 类 中的方法com.sh.module.page.ui.UIAction
-
删除扩展属性
- widgetAttrDel() - 类 中的方法com.sh.module.page.ui.UIParamWidgetModel
-
删除扩展属性
- widgetAttrInput() - 类 中的方法com.sh.module.page.ui.UIAction
-
参数扩展属性添加、修改
- widgetAttrList() - 类 中的方法com.sh.module.page.ui.UIAction
-
参数扩展属性
- widgetAttrSave() - 类 中的方法com.sh.module.page.ui.UIAction
-
扩展属性保存
- widgetAttrSave() - 类 中的方法com.sh.module.page.ui.UIParamWidgetModel
-
保存控件扩展属性
- widgetItemDel() - 类 中的方法com.sh.module.page.ui.UIAction
-
删除项
- widgetItemDel() - 类 中的方法com.sh.module.page.ui.UIParamWidgetModel
-
删除扩展属性
- widgetItemInput() - 类 中的方法com.sh.module.page.ui.UIAction
-
控件项,如下拉框option
- widgetItemList() - 类 中的方法com.sh.module.page.ui.UIAction
-
控件项,如下拉框option
- widgetItemSave() - 类 中的方法com.sh.module.page.ui.UIAction
-
保存项
- widgetItemSave() - 类 中的方法com.sh.module.page.ui.UIParamWidgetModel
-
保存控件项
- width - 类 中的变量com.sh.common.event.RandValueRet
-
- width - 类 中的变量com.sh.common.util.WebChartsCell
-
- width - 类 中的变量com.sh.javax.tree.Border
-
- width - 类 中的变量com.sh.javax.tree.GraphTreeNode
-
坐标以及尺寸
- width - 类 中的变量com.sh.javax.util.chart.webchart.WebChart
-
- width - 类 中的变量com.sh.wf.module.component.chart.common.echarts.LineStyle
-
- width - 类 中的变量com.sh.wf.module.component.chart.common.echarts.LineStyleEmphasis
-
- width - 类 中的变量com.sh.wf.module.component.chart.common.echarts.LineStyleNormal
-
- width - 类 中的变量com.sh.wf.module.component.chart.common.echarts.Radar
-
- width - 类 中的变量com.sh.wf.module.component.chart.common.echarts.RoamController
-
- width - 类 中的变量com.sh.wf.module.component.chart.common.echarts.SeriesLabelLineStyle
-
- width - 类 中的变量com.sh.wf.module.component.chart.common.echarts.TextStyle
-
- width - 类 中的变量com.sh.wf.module.component.chart.common.highcharts.HcaChart
-
- width - 类 中的变量com.sh.wf.module.component.chart.common.highcharts.HcaExporting
-
- width - 类 中的变量com.sh.wf.module.component.chart.common.highcharts.HcaLegend
-
- width - 类 中的变量com.sh.wf.ws.data.common.po.SelfNodeAttr
-
- WifiParsedResult - com.google.zxing.client.result中的类
-
- WifiParsedResult(String, String, String) - 类 的构造器com.google.zxing.client.result.WifiParsedResult
-
- WifiParsedResult(String, String, String, boolean) - 类 的构造器com.google.zxing.client.result.WifiParsedResult
-
- WifiResultParser - com.google.zxing.client.result中的类
-
Parses a WIFI configuration string.
- WifiResultParser() - 类 的构造器com.google.zxing.client.result.WifiResultParser
-
- WikiCapturer - org.htmlparser.parserapplications中的类
-
Save a wikiwikiweb locally.
- WikiCapturer() - 类 的构造器org.htmlparser.parserapplications.WikiCapturer
-
Create a wikicapturer.
- WildcardHelper - org.tuckey.web.filters.urlrewrite.utils中的类
-
This class is an utility class that perform wilcard-patterns matching and
isolation taken from Apache Cocoon.
- WildcardHelper() - 类 的构造器org.tuckey.web.filters.urlrewrite.utils.WildcardHelper
-
- WildcardMatcher - org.tuckey.web.filters.urlrewrite.utils中的类
-
Implements a regex like interface on top of WildcardMatcher, this is really just a convenience class
so that it's easier for us to program against regex and wildcard patterns.
- WildcardMatcher(WildcardHelper, String, String) - 类 的构造器org.tuckey.web.filters.urlrewrite.utils.WildcardMatcher
-
- WildcardPattern - org.tuckey.web.filters.urlrewrite.utils中的类
-
- WildcardPattern(String) - 类 的构造器org.tuckey.web.filters.urlrewrite.utils.WildcardPattern
-
- wildCardQuery(String, String) - 类 中的静态方法com.sh.wf.module.util.DslQueryUtils
-
- windowActivated(WindowEvent) - 类 中的方法org.htmlparser.lexerapplications.thumbelina.ThumbelinaFrame
-
Invoked when the window is set to be the user's
active window, which means the window (or one of its
subcomponents) will receive keyboard events.
- windowActivated(WindowEvent) - 类 中的方法org.htmlparser.parserapplications.filterbuilder.FilterBuilder
-
Invoked when the window is set to be the user's
active window, which means the window (or one of its
subcomponents) will receive keyboard events.
- windowClosed(WindowEvent) - 类 中的方法org.htmlparser.lexerapplications.thumbelina.ThumbelinaFrame
-
Invoked when a window has been closed as the result
of calling dispose on the window.
- windowClosed(WindowEvent) - 类 中的方法org.htmlparser.parserapplications.filterbuilder.FilterBuilder
-
Invoked when a window has been closed as the result
of calling dispose on the window.
- windowClosing(WindowEvent) - 类 中的方法org.htmlparser.lexerapplications.thumbelina.ThumbelinaFrame
-
Handles window closing event.
- windowClosing(WindowEvent) - 类 中的方法org.htmlparser.parserapplications.filterbuilder.FilterBuilder
-
Handles window closing event.
- windowDeactivated(WindowEvent) - 类 中的方法org.htmlparser.lexerapplications.thumbelina.ThumbelinaFrame
-
Invoked when a window is no longer the user's active
window, which means that keyboard events will no longer
be delivered to the window or its subcomponents.
- windowDeactivated(WindowEvent) - 类 中的方法org.htmlparser.parserapplications.filterbuilder.FilterBuilder
-
Invoked when a window is no longer the user's active
window, which means that keyboard events will no longer
be delivered to the window or its subcomponents.
- windowDeiconified(WindowEvent) - 类 中的方法org.htmlparser.lexerapplications.thumbelina.ThumbelinaFrame
-
Invoked when a window is changed from a minimized
to a normal state.
- windowDeiconified(WindowEvent) - 类 中的方法org.htmlparser.parserapplications.filterbuilder.FilterBuilder
-
Invoked when a window is changed from a minimized
to a normal state.
- windowIconified(WindowEvent) - 类 中的方法org.htmlparser.lexerapplications.thumbelina.ThumbelinaFrame
-
Invoked when a window is changed from a normal to a
minimized state.
- windowIconified(WindowEvent) - 类 中的方法org.htmlparser.parserapplications.filterbuilder.FilterBuilder
-
Invoked when a window is changed from a normal to a
minimized state.
- WindowLayout - com.sh.wf.module.component中的类
-
Description: 窗口容器
Title:首亨软件 - TSS/CRM等
- WindowLayout() - 类 的构造器com.sh.wf.module.component.WindowLayout
-
- windowOpened(WindowEvent) - 类 中的方法org.htmlparser.lexerapplications.thumbelina.ThumbelinaFrame
-
Invoked the first time a window is made visible.
- windowOpened(WindowEvent) - 类 中的方法org.htmlparser.parserapplications.filterbuilder.FilterBuilder
-
Invoked the first time a window is made visible.
- WindPlot - 类 中的静态变量com.sh.javax.util.chart.Constant
-
- WinNTCommandLauncher - com.sh.common.exec.launcher中的类
-
Description:
Title:首亨软件 - CRM、TSS、ERP等信息化管理软件
- WinNTCommandLauncher(CommandLauncher) - 类 的构造器com.sh.common.exec.launcher.WinNTCommandLauncher
-
- wipeBracket(String) - 类 中的静态方法com.sh.wf.module.util.DslQueryUtils
-
去除中括号,或者括号
- withCoord() - 类 中的方法redis.clients.jedis.params.GeoRadiusParam
-
- withDist() - 类 中的方法redis.clients.jedis.params.GeoRadiusParam
-
- withHash() - 类 中的方法redis.clients.jedis.params.GeoRadiusParam
-
- WithItem() - 类 中的方法com.sh.common.parser.sql.parser.CCShParser
-
- WithItem - com.sh.common.parser.sql.statement.select中的类
-
Description: One of the parts of a "WITH" clause of a "SELECT" statement
Title:首亨软件 - TSS/CRM等
- WithItem() - 类 的构造器com.sh.common.parser.sql.statement.select.WithItem
-
- WithList() - 类 中的方法com.sh.common.parser.sql.parser.CCShParser
-
- withTemplate(InputStream) - 类 中的方法com.sh.wf.excel.write.builder.ExcelWriterBuilder
-
- withTemplate(File) - 类 中的方法com.sh.wf.excel.write.builder.ExcelWriterBuilder
-
- withTemplate(String) - 类 中的方法com.sh.wf.excel.write.builder.ExcelWriterBuilder
-
- WORD_2003 - 类 中的静态变量com.sh.util.WordFile
-
- WORD_2007 - 类 中的静态变量com.sh.util.WordFile
-
- WordExport - com.sh.common.util中的类
-
Description: 导出Word
Title:首亨软件 - TSS/CRM等
- WordExport(DataCenter, File, String, String[], String[]) - 类 的构造器com.sh.common.util.WordExport
-
- WordExport(DataCenter, OutputStream, String, String[], String[]) - 类 的构造器com.sh.common.util.WordExport
-
- WordExport(DataCenter, HttpServletRequest, HttpServletResponse, String, String[], String[]) - 类 的构造器com.sh.common.util.WordExport
-
构造函数
- WordExport(DataCenter, File, String, String[][], String[]) - 类 的构造器com.sh.common.util.WordExport
-
- WordExport(DataCenter, OutputStream, String, String[][], String[]) - 类 的构造器com.sh.common.util.WordExport
-
- WordExport(DataCenter, HttpServletRequest, HttpServletResponse, String, String[][], String[]) - 类 的构造器com.sh.common.util.WordExport
-
构造函数
- WordExport(DataCenter, File, String, String[], Object[], String[], String[]) - 类 的构造器com.sh.common.util.WordExport
-
- WordExport(DataCenter, OutputStream, String, String[], Object[], String[], String[]) - 类 的构造器com.sh.common.util.WordExport
-
- WordExport(DataCenter, HttpServletRequest, HttpServletResponse, String, String[], Object[], String[], String[]) - 类 的构造器com.sh.common.util.WordExport
-
构造函数
- WordExport(DataCenter, File, String, String[], Object[], String[][], String[]) - 类 的构造器com.sh.common.util.WordExport
-
- WordExport(DataCenter, OutputStream, String, String[], Object[], String[][], String[]) - 类 的构造器com.sh.common.util.WordExport
-
- WordExport(DataCenter, HttpServletRequest, HttpServletResponse, String, String[], Object[], String[][], String[]) - 类 的构造器com.sh.common.util.WordExport
-
构造函数
- WordExport(Datastore, File, String[], String[]) - 类 的构造器com.sh.common.util.WordExport
-
- WordExport(Datastore, OutputStream, String[], String[]) - 类 的构造器com.sh.common.util.WordExport
-
- WordExport(Datastore, HttpServletRequest, HttpServletResponse, String[], String[]) - 类 的构造器com.sh.common.util.WordExport
-
- WordExport(Datastore, File, String[][], String[]) - 类 的构造器com.sh.common.util.WordExport
-
- WordExport(Datastore, OutputStream, String[][], String[]) - 类 的构造器com.sh.common.util.WordExport
-
- WordExport(Datastore, HttpServletRequest, HttpServletResponse, String[][], String[]) - 类 的构造器com.sh.common.util.WordExport
-
- WordExport(Datastore, File, String[], Object[], String[], String[]) - 类 的构造器com.sh.common.util.WordExport
-
- WordExport(Datastore, OutputStream, String[], Object[], String[], String[]) - 类 的构造器com.sh.common.util.WordExport
-
- WordExport(Datastore, HttpServletRequest, HttpServletResponse, String[], Object[], String[], String[]) - 类 的构造器com.sh.common.util.WordExport
-
- WordExport(Datastore, File, String[], Object[], String[][], String[]) - 类 的构造器com.sh.common.util.WordExport
-
- WordExport(Datastore, OutputStream, String[], Object[], String[][], String[]) - 类 的构造器com.sh.common.util.WordExport
-
- WordExport(Datastore, HttpServletRequest, HttpServletResponse, String[], Object[], String[][], String[]) - 类 的构造器com.sh.common.util.WordExport
-
- WordExport(HttpServletResponse) - 类 的构造器com.sh.common.util.WordExport
-
- WordExport(OutputStream) - 类 的构造器com.sh.common.util.WordExport
-
- WordFile - com.sh.util中的类
-
Description: 读取Word文件内容
Title:首亨软件 - TSS/CRM等
- WorkBookUtil - com.sh.wf.excel.util中的类
-
- WorkbookWriteHandler - com.sh.wf.excel.write.handler中的接口
-
intercepts handle Workbook creation
- WorkCategorySelAction - com.sh.base.system.action.common中的类
-
Title: 集成化信息平台 - 部门选择公共模块Action
Description: 首亨软件 - SHForce
Company:首亨软件(重庆)有限公司
Author:江兴春
- WorkCategorySelAction() - 类 的构造器com.sh.base.system.action.common.WorkCategorySelAction
-
- WorkCategorySelModel - com.sh.base.system.model.common中的类
-
Title: 集成化信息平台 - 部门选择公共模块Model
Description: 首亨软件 - SHForce
Company:首亨软件(重庆)有限公司
Author:江兴春
- WorkCategorySelModel(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse, SHForceAction) - 类 的构造器com.sh.base.system.model.common.WorkCategorySelModel
-
- workerThread - 类 中的变量org.java_websocket.WebSocketImpl
-
Helper variable meant to store the thread which ( exclusively ) triggers this objects decode method.
- WorkspaceAction - com.sh.base.frame.action中的类
-
Title: 集成化信息平台 - 工作区Action
Description: 集成化信息平台,包括OA、ERP、CRM、HRM等的综合性平台
Company:首亨软件(重庆)有限公司
Author:江兴春
- WorkspaceAction() - 类 的构造器com.sh.base.frame.action.WorkspaceAction
-
- WorkspaceModel - com.sh.base.frame.model中的类
-
Title: 集成化信息平台 - 工作区Model
Description: 集成化信息平台,包括OA、ERP、CRM、HRM等的综合性平台
Company:首亨软件(重庆)有限公司
Author:江兴春
- WorkspaceModel(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse, SHForceExAction) - 类 的构造器com.sh.base.frame.model.WorkspaceModel
-
- wrap(FTPClient) - 类 中的方法com.sh.common.net.ftp.FtpClientFactory
-
用PooledObject封装对象放入池中
- wrap - 类 中的静态变量com.sh.wf.module.context.Constant
-
- wrap(V) - 类 中的方法org.apache.commons.pool2.BaseKeyedPooledObjectFactory
-
Wrap the provided instance with an implementation of
PooledObject
.
- wrap(T) - 类 中的方法org.apache.commons.pool2.BasePooledObjectFactory
-
Wrap the provided instance with an implementation of
PooledObject
.
- wrap(NodeFilter, Parser) - 类 中的静态方法org.htmlparser.parserapplications.filterbuilder.Filter
-
Returns a wrapped filter.
- wrapBase64(OutputStream) - 类 中的静态方法com.sh.mail.mime4j.codec.CodecUtil
-
Wraps the given stream in a Base64 encoder.
- wrapChannel(SocketChannel, SelectionKey) - 类 中的方法org.java_websocket.server.CustomSSLWebSocketServerFactory
-
- wrapChannel(SocketChannel, SelectionKey) - 类 中的方法org.java_websocket.server.DefaultSSLWebSocketServerFactory
-
- wrapChannel(SocketChannel, SelectionKey) - 类 中的方法org.java_websocket.server.DefaultWebSocketServerFactory
-
- wrapChannel(SocketChannel, SelectionKey) - 接口 中的方法org.java_websocket.server.WebSocketServer.WebSocketServerFactory
-
Allows to wrap the Socketchannel( key.channel() ) to insert a protocol layer( like ssl or proxy authentication) beyond the ws layer.
- WrappedByteChannel - org.java_websocket中的接口
-
- wrapQuotedPrintable(OutputStream, boolean) - 类 中的静态方法com.sh.mail.mime4j.codec.CodecUtil
-
Wraps the given stream in a Quoted-Printable encoder.
- write(File) - 类 中的方法com.sh.base.common.upload.UploadFile
-
写入文件
- write(int) - 类 中的方法com.sh.common.exec.LogOutputStream
-
Write the data to the buffer and flush the buffer, if a line separator is
detected.
- write(byte[], int, int) - 类 中的方法com.sh.common.exec.LogOutputStream
-
Write a block of characters to the output stream
- write(String, byte[]) - 类 中的方法com.sh.common.jci.stores.FileResourceStore
-
- write(String, byte[]) - 类 中的方法com.sh.common.jci.stores.MemoryResourceStore
-
- write(String, byte[]) - 接口 中的方法com.sh.common.jci.stores.ResourceStore
-
- write(String, byte[]) - 类 中的方法com.sh.common.jci.stores.TransactionalResourceStore
-
- write(InputStream, OutputStream) - 类 中的静态方法com.sh.common.util.CommonFunction
-
将输入流转化为输出流
- write(byte[], int, int) - 类 中的方法com.sh.common.zip.ZipOutputStream
-
Writes bytes to ZIP entry.
- write(int) - 类 中的方法com.sh.common.zip.ZipOutputStream
-
Writes a single byte to ZIP entry.
- write(int) - 类 中的方法com.sh.javax.compress.FilterServletOutputStream
-
Write the given int into the stream
- write(byte[]) - 类 中的方法com.sh.javax.compress.FilterServletOutputStream
-
Write the given byte array to the stream
- write(byte[], int, int) - 类 中的方法com.sh.javax.compress.FilterServletOutputStream
-
Write the bytes in the given array, delimited by the given
offset and length, to the stream
- write(OutputStream, BufferedImage) - 类 中的方法com.sh.javax.tree.GraphEncoder
-
图像编码到输出流 (区分同步编码还是异步编码)
- write(OutputStream) - 类 中的方法com.sh.javax.tree.GraphTree
-
图像编码到输出流 (区分同步编码还是异步编码)
- write(int) - 类 中的方法com.sh.mail.mime4j.codec.Base64OutputStream
-
- write(byte[]) - 类 中的方法com.sh.mail.mime4j.codec.Base64OutputStream
-
- write(byte[], int, int) - 类 中的方法com.sh.mail.mime4j.codec.Base64OutputStream
-
- write(int) - 类 中的方法com.sh.mail.mime4j.codec.QuotedPrintableOutputStream
-
- write(byte[], int, int) - 类 中的方法com.sh.mail.mime4j.codec.QuotedPrintableOutputStream
-
- WRITE - 类 中的静态变量com.sh.util.FileCenter
-
- write(String) - 类 中的方法com.sh.util.FileCenter
-
追加文本内容
- write(InputStream) - 类 中的方法com.sh.util.stream.ByteOutputStream
-
- write(int) - 类 中的方法com.sh.util.stream.ByteOutputStream
-
- write(byte[], int, int) - 类 中的方法com.sh.util.stream.ByteOutputStream
-
- write(byte[]) - 类 中的方法com.sh.util.stream.ByteOutputStream
-
- write(byte[]) - 类 中的方法com.sh.util.stream.StringOutputStream
-
- write(byte[], int, int) - 类 中的方法com.sh.util.stream.StringOutputStream
-
- write(int) - 类 中的方法com.sh.util.stream.StringOutputStream
-
- write() - 类 中的静态方法com.sh.wf.excel.EasyExcelFactory
-
Build excel the write
- write(File) - 类 中的静态方法com.sh.wf.excel.EasyExcelFactory
-
Build excel the write
- write(File, Class) - 类 中的静态方法com.sh.wf.excel.EasyExcelFactory
-
Build excel the write
- write(String) - 类 中的静态方法com.sh.wf.excel.EasyExcelFactory
-
Build excel the write
- write(String, Class) - 类 中的静态方法com.sh.wf.excel.EasyExcelFactory
-
Build excel the write
- write(OutputStream) - 类 中的静态方法com.sh.wf.excel.EasyExcelFactory
-
Build excel the write
- write(OutputStream, Class) - 类 中的静态方法com.sh.wf.excel.EasyExcelFactory
-
Build excel the write
- write(List, WriteSheet) - 类 中的方法com.sh.wf.excel.ExcelWriter
-
Write data to a sheet
- write(List, WriteSheet, WriteTable) - 类 中的方法com.sh.wf.excel.ExcelWriter
-
Write value to a sheet
- write(List, Sheet) - 类 中的方法com.sh.wf.excel.ExcelWriter
-
- write(List, Sheet, Table) - 类 中的方法com.sh.wf.excel.ExcelWriter
-
- write(ByteBuffer) - 类 中的方法org.java_websocket.AbstractWrappedByteChannel
-
- write(ByteBuffer) - 类 中的方法org.java_websocket.client.AbstractClientProxyChannel
-
- write(ByteBuffer) - 类 中的方法org.java_websocket.SSLSocketChannel
-
- write(ByteBuffer) - 类 中的方法org.java_websocket.SSLSocketChannel2
-
- write(int) - 类 中的方法org.java_websocket.util.Base64.OutputStream
-
Writes the byte to the output stream after
converting to/from Base64 notation.
- write(byte[], int, int) - 类 中的方法org.java_websocket.util.Base64.OutputStream
-
- write(int) - 类 中的方法org.tuckey.web.filters.urlrewrite.gzip.FilterServletOutputStream
-
Writes to the stream.
- write(byte[]) - 类 中的方法org.tuckey.web.filters.urlrewrite.gzip.FilterServletOutputStream
-
Writes to the stream.
- write(byte[], int, int) - 类 中的方法org.tuckey.web.filters.urlrewrite.gzip.FilterServletOutputStream
-
Writes to the stream.
- write(Object) - 类 中的方法org.tuckey.web.filters.urlrewrite.json.JsonWriter
-
- write(long) - 类 中的方法org.tuckey.web.filters.urlrewrite.json.JsonWriter
-
- write(double) - 类 中的方法org.tuckey.web.filters.urlrewrite.json.JsonWriter
-
- write(char) - 类 中的方法org.tuckey.web.filters.urlrewrite.json.JsonWriter
-
- write(boolean) - 类 中的方法org.tuckey.web.filters.urlrewrite.json.JsonWriter
-
- write(byte) - 类 中的方法redis.clients.jedis.util.RedisOutputStream
-
- write(byte[]) - 类 中的方法redis.clients.jedis.util.RedisOutputStream
-
- write(byte[], int, int) - 类 中的方法redis.clients.jedis.util.RedisOutputStream
-
- write0(List, Sheet) - 类 中的方法com.sh.wf.excel.ExcelWriter
-
- write0(List, Sheet, Table) - 类 中的方法com.sh.wf.excel.ExcelWriter
-
- write1(List, Sheet) - 类 中的方法com.sh.wf.excel.ExcelWriter
-
- write1(List, Sheet, Table) - 类 中的方法com.sh.wf.excel.ExcelWriter
-
- WRITE_APPEND - 类 中的静态变量com.sh.util.FileCenter
-
- WRITE_NEW - 类 中的静态变量com.sh.util.FileCenter
-
- writeAll(List<String[]>) - 类 中的方法com.sh.common.csv.CSVWriter
-
将list中的数据写入CSV文件
- writeAll(ResultSet, boolean) - 类 中的方法com.sh.common.csv.CSVWriter
-
将ResultSet中的数据写入CSV文件中
- writeAsAscii(String) - 类 中的方法com.sh.util.stream.ByteOutputStream
-
- writeAttribute(String, String) - 类 中的方法org.jdom2.input.StAXStreamWriter
-
- writeAttribute(String, String, String) - 类 中的方法org.jdom2.input.StAXStreamWriter
-
- writeAttribute(String, String, String, String) - 类 中的方法org.jdom2.input.StAXStreamWriter
-
- WriteBasicParameter - com.sh.wf.excel.write.metadata中的类
-
Write basic parameter
- WriteBasicParameter() - 类 的构造器com.sh.wf.excel.write.metadata.WriteBasicParameter
-
- writeCData(String) - 类 中的方法org.jdom2.input.StAXStreamWriter
-
- WriteCellStyle - com.sh.wf.excel.write.metadata.style中的类
-
Cell style when writing
- WriteCellStyle() - 类 的构造器com.sh.wf.excel.write.metadata.style.WriteCellStyle
-
- writeCharacters(String) - 类 中的方法org.jdom2.input.StAXStreamWriter
-
- writeCharacters(char[], int, int) - 类 中的方法org.jdom2.input.StAXStreamWriter
-
- writeComment(String) - 类 中的方法org.jdom2.input.StAXStreamWriter
-
- WriteContext - com.sh.wf.excel.context中的接口
-
Write context
- writeContext() - 类 中的方法com.sh.wf.excel.ExcelWriter
-
The context of the entire writing process
- writeContext() - 接口 中的方法com.sh.wf.excel.write.ExcelBuilder
-
Gets the written data
- writeContext() - 类 中的方法com.sh.wf.excel.write.ExcelBuilderImpl
-
- WriteContextImpl - com.sh.wf.excel.context中的类
-
A context is the main anchorage point of a excel writer.
- WriteContextImpl(WriteWorkbook) - 类 的构造器com.sh.wf.excel.context.WriteContextImpl
-
- writeCrLf() - 类 中的方法redis.clients.jedis.util.RedisOutputStream
-
- writeDefaultNamespace(String) - 类 中的方法org.jdom2.input.StAXStreamWriter
-
- WriteDirectionEnum - com.sh.wf.excel.enums中的枚举
-
Direction of writing
- writeDTD(String) - 类 中的方法org.jdom2.input.StAXStreamWriter
-
- writeEmptyElement(String) - 类 中的方法org.jdom2.input.StAXStreamWriter
-
- writeEmptyElement(String, String) - 类 中的方法org.jdom2.input.StAXStreamWriter
-
- writeEmptyElement(String, String, String) - 类 中的方法org.jdom2.input.StAXStreamWriter
-
- writeEndDocument() - 类 中的方法org.jdom2.input.StAXStreamWriter
-
- writeEndElement() - 类 中的方法org.jdom2.input.StAXStreamWriter
-
- writeEntityRef(String) - 类 中的方法org.jdom2.input.StAXStreamWriter
-
- writeExcelOnException(Boolean) - 类 中的方法com.sh.wf.excel.write.builder.ExcelWriterBuilder
-
Excel is also written in the event of an exception being thrown.The default false.
- writeFile(String, String, boolean) - 类 中的静态方法com.sh.wf.module.res.JavascriptHebinTest
-
- writeFile(String, String, boolean) - 类 中的静态方法com.sh.wf.module.res.JavascriptHebinViewTest
-
- writeFileContent(File, String) - 类 中的静态方法com.sh.util.FileUtil
-
- writeFileContent(File, String, String) - 类 中的静态方法com.sh.util.FileUtil
-
写文件
- WriteFont - com.sh.wf.excel.write.metadata.style中的类
-
Font when writing
- WriteFont() - 类 的构造器com.sh.wf.excel.write.metadata.style.WriteFont
-
- WriteHandler - com.sh.wf.excel.event中的接口
-
- WriteHandler - com.sh.wf.excel.write.handler中的接口
-
intercepts handle excel write
- writeHandlerMap() - 类 中的方法com.sh.wf.excel.write.metadata.holder.AbstractWriteHolder
-
- writeHandlerMap() - 接口 中的方法com.sh.wf.excel.write.metadata.holder.WriteHolder
-
What handler does the currently operated cell need to execute
- WriteHandlerUtils - com.sh.wf.excel.util中的类
-
Write handler utils
- WriteHolder - com.sh.wf.excel.write.metadata.holder中的接口
-
Get the corresponding Holder
- writeIntCrLf(int) - 类 中的方法redis.clients.jedis.util.RedisOutputStream
-
- writeJavaSource(String, String) - 类 中的静态方法com.sh.module.page.logic.util.EventUtil
-
将动态源代码写到临时文件夹中
- writeJavaSource(String, String) - 类 中的静态方法com.sh.module.page.logic.util.LogicUtil
-
将动态源代码写到临时文件夹中
- writeJavaSource(String, String) - 类 中的静态方法com.sh.module.page.logic.util.SelfLogicUtil
-
将动态源代码写到临时文件夹中
- writeJavaSource(String, String) - 类 中的静态方法com.sh.util.ComplierUtil
-
将动态源代码写到临时文件夹中
- WriteLastRowTypeEnum - com.sh.wf.excel.enums中的枚举
-
The types of write last row
- writeln(String) - 类 中的方法com.sh.util.FileCenter
-
追回文本内容,并换行
- writeLog() - 类 中的方法com.sh.wf.module.helper.DCHelper
-
- writeLog(String) - 类 中的方法com.sh.wf.module.helper.DCHelper
-
打印日志
- writeLogFlag - 类 中的静态变量com.sh.javax.DataCenterBase
-
- writeMore() - 类 中的方法org.java_websocket.AbstractWrappedByteChannel
-
- writeMore() - 类 中的方法org.java_websocket.SSLSocketChannel
-
- writeMore() - 类 中的方法org.java_websocket.SSLSocketChannel2
-
- writeMore() - 接口 中的方法org.java_websocket.WrappedByteChannel
-
- writeNamespace(String, String) - 类 中的方法org.jdom2.input.StAXStreamWriter
-
- writeNext(String[]) - 类 中的方法com.sh.common.csv.CSVWriter
-
加入新的一行
- writeObjectFile(String, Object) - 类 中的静态方法com.sh.util.FileUtil
-
将对象保存到文件中,需要用readFileObjectContent方法来读取还原
- writeObjectFile(File, Object) - 类 中的静态方法com.sh.util.FileUtil
-
将对象保存到文件中,需要用readFileObjectContent方法来读取还原
- writeProcessingInstruction(String) - 类 中的方法org.jdom2.input.StAXStreamWriter
-
- writeProcessingInstruction(String, String) - 类 中的方法org.jdom2.input.StAXStreamWriter
-
- Writer - com.google.zxing中的接口
-
The base class for all objects which encode/generate a barcode image.
- writeReportToXml(JRReport) - 类 中的静态方法com.sh.report.jrext.JasperCompileManager
-
Generates the XML representation of the report design object supplied as parameter
using the "UTF-8" enconding.
- writeReportToXmlFile(String) - 类 中的静态方法com.sh.report.jrext.JasperCompileManager
-
Generates the XML representation of the report design loaded from the specified filename.
- writeReportToXmlFile(String, String) - 类 中的静态方法com.sh.report.jrext.JasperCompileManager
-
Generates the XML representation of the report design loaded from the first file parameter
and place it in the file specified by the second parameter.
- writeReportToXmlFile(JRReport, String) - 类 中的静态方法com.sh.report.jrext.JasperCompileManager
-
Generates the XML representation of the report design supplied as the first parameter
and place it in the file specified by the second parameter.
- writeReportToXmlStream(InputStream, OutputStream) - 类 中的静态方法com.sh.report.jrext.JasperCompileManager
-
Generates the XML representation of the serialized report design object read from the supplied
input stream abd writes it to the specified output stream, using the "UTF-8" encoding.
- writeReportToXmlStream(JRReport, OutputStream) - 类 中的静态方法com.sh.report.jrext.JasperCompileManager
-
Generates the XML representation of the report design object supplied as parameter
and writes it to the specified output stream, using the "UTF-8" encoding.
- WriterException1 - com.google.zxing中的异常错误
-
A base class which covers the range of exceptions which may occur when encoding a barcode using
the Writer framework.
- WriterException1() - 异常错误 的构造器com.google.zxing.WriterException1
-
- WriterException1(String) - 异常错误 的构造器com.google.zxing.WriterException1
-
- WriterException1(Throwable) - 异常错误 的构造器com.google.zxing.WriterException1
-
- writerSheet() - 类 中的静态方法com.sh.wf.excel.EasyExcelFactory
-
Build excel the writerSheet
- writerSheet(Integer) - 类 中的静态方法com.sh.wf.excel.EasyExcelFactory
-
Build excel the writerSheet
- writerSheet(String) - 类 中的静态方法com.sh.wf.excel.EasyExcelFactory
-
Build excel the 'writerSheet'
- writerSheet(Integer, String) - 类 中的静态方法com.sh.wf.excel.EasyExcelFactory
-
Build excel the 'writerSheet'
- writerTable() - 类 中的静态方法com.sh.wf.excel.EasyExcelFactory
-
Build excel the writerTable
- writerTable(Integer) - 类 中的静态方法com.sh.wf.excel.EasyExcelFactory
-
Build excel the 'writerTable'
- WriteSheet - com.sh.wf.excel.write.metadata中的类
-
- WriteSheet() - 类 的构造器com.sh.wf.excel.write.metadata.WriteSheet
-
- writeSheetHolder() - 接口 中的方法com.sh.wf.excel.context.WriteContext
-
All information about the sheet you are currently working on
- writeSheetHolder() - 类 中的方法com.sh.wf.excel.context.WriteContextImpl
-
- WriteSheetHolder - com.sh.wf.excel.write.metadata.holder中的类
-
sheet holder
- WriteSheetHolder(WriteSheet, WriteWorkbookHolder) - 类 的构造器com.sh.wf.excel.write.metadata.holder.WriteSheetHolder
-
- writeStartDocument() - 类 中的方法org.jdom2.input.StAXStreamWriter
-
- writeStartDocument(String) - 类 中的方法org.jdom2.input.StAXStreamWriter
-
- writeStartDocument(String, String) - 类 中的方法org.jdom2.input.StAXStreamWriter
-
- writeStartElement(String) - 类 中的方法org.jdom2.input.StAXStreamWriter
-
- writeStartElement(String, String) - 类 中的方法org.jdom2.input.StAXStreamWriter
-
- writeStartElement(String, String, String) - 类 中的方法org.jdom2.input.StAXStreamWriter
-
- WriteTable - com.sh.wf.excel.write.metadata中的类
-
- WriteTable() - 类 的构造器com.sh.wf.excel.write.metadata.WriteTable
-
- writeTableHolder() - 接口 中的方法com.sh.wf.excel.context.WriteContext
-
All information about the table you are currently working on
- writeTableHolder() - 类 中的方法com.sh.wf.excel.context.WriteContextImpl
-
- WriteTableHolder - com.sh.wf.excel.write.metadata.holder中的类
-
sheet holder
- WriteTableHolder(WriteTable, WriteSheetHolder, WriteWorkbookHolder) - 类 的构造器com.sh.wf.excel.write.metadata.holder.WriteTableHolder
-
- WriteTemplateAnalysisCellTypeEnum - com.sh.wf.excel.enums中的枚举
-
Type of template to read when writing
- writeTo(OutputStream) - 类 中的方法com.sh.util.stream.ByteOutputStream
-
- writeToFile(File, InputStream) - 类 中的静态方法com.sh.wf.excel.util.FileUtils
-
Write inputStream to file
- writeToFile(BitMatrix, String, File) - 类 中的静态方法com.sh.wf.module.util.MatrixUtil
-
根据矩阵、图片格式,生成文件
- writeToPage(HttpServletResponse, String) - 类 中的静态方法com.sh.common.util.CommonFunction
-
输出到页面
- writeToPage(HttpServletResponse, String, String) - 类 中的静态方法com.sh.common.util.CommonFunction
-
输出到页面
- writeToStream(BitMatrix, String, OutputStream, String) - 类 中的静态方法com.sh.wf.module.util.MatrixUtil
-
将矩阵写入到输出流中
- WriteTypeEnum - com.sh.wf.excel.enums中的枚举
-
Enumeration of write methods
- WriteWorkbook - com.sh.wf.excel.write.metadata中的类
-
- WriteWorkbook() - 类 的构造器com.sh.wf.excel.write.metadata.WriteWorkbook
-
- writeWorkbookHolder() - 接口 中的方法com.sh.wf.excel.context.WriteContext
-
All information about the workbook you are currently working on
- writeWorkbookHolder() - 类 中的方法com.sh.wf.excel.context.WriteContextImpl
-
- WriteWorkbookHolder - com.sh.wf.excel.write.metadata.holder中的类
-
Workbook holder
- WriteWorkbookHolder(WriteWorkbook) - 类 的构造器com.sh.wf.excel.write.metadata.holder.WriteWorkbookHolder
-
- WSInitRet - com.sh.wf.wsocket.event中的类
-
Description: 收到消息事件
Title:首亨软件 - TSS/CRM等
- WSInitRet(JSONObject) - 类 的构造器com.sh.wf.wsocket.event.WSInitRet
-
- WSReceiveRet - com.sh.wf.wsocket.event中的类
-
Description: 收到消息事件
Title:首亨软件 - TSS/CRM等
- WSReceiveRet(ClientWebSocketTask, String) - 类 的构造器com.sh.wf.wsocket.event.WSReceiveRet
-
- WSReceiveRet(ClientWebSocketTask2, String) - 类 的构造器com.sh.wf.wsocket.event.WSReceiveRet
-
- WSUtil - com.sh.wf.util中的类
-
Description:
Title:首亨软件 - TSS/CRM等
- WSUtil() - 类 的构造器com.sh.wf.util.WSUtil
-
- WXBizMsgCrypt - com.sh.weixin.servlet.wxres中的类
-
提供接收和推送给公众平台消息的加解密接口(UTF8编码的字符串).
- WXBizMsgCrypt(String, String, String) - 类 的构造器com.sh.weixin.servlet.wxres.WXBizMsgCrypt
-
构造函数
- WXCorpRemoteServlet - com.sh.weixin.servlet中的类
-
Description:
Title:首亨软件 - TSS/CRM等
- WXCorpRemoteServlet() - 类 的构造器com.sh.weixin.servlet.WXCorpRemoteServlet
-
- WxReceive - com.sh.weixin.tool.po中的类
-
Description: 微信接收到消息
Title:首亨软件 - TSS/CRM等
- WxReceive() - 类 的构造器com.sh.weixin.tool.po.WxReceive
-
- WXRemoteServlet - com.sh.weixin.servlet中的类
-
Description:
Title:首亨软件 - TSS/CRM等
- WXRemoteServlet() - 类 的构造器com.sh.weixin.servlet.WXRemoteServlet
-
- WXUser - com.sh.weixin.info中的类
-
Description:
Title:首亨软件 - TSS/CRM等
- WXUser() - 类 的构造器com.sh.weixin.info.WXUser
-
- WXWebConfig - com.sh.weixin.info中的类
-
Description:
Title:首亨软件 - TSS/CRM等
- WXWebConfig() - 类 的构造器com.sh.weixin.info.WXWebConfig
-
- WZ_TOOLTIP - 类 中的静态变量com.sh.javax.tag.tip.ShowTipTag
-