A B C D E F G H I J K L M N O P Q R S T U V W X

T

TemplateServlet - Class in org.jfox.mvc.servlet
每个模块都拥有独立的 VelocityEngine,便于使用相对路径 #parse
TemplateServlet() - Constructor for class org.jfox.mvc.servlet.TemplateServlet
 
templateSQL - Variable in class org.jfox.entity.SQLTemplate
 
TextMessageImpl - Class in org.jfox.jms.message

This class provides an implementation of the JMS TextMessage.

TextMessageImpl() - Constructor for class org.jfox.jms.message.TextMessageImpl
Defalut contructor.
ThreadContextEJBInvocationHandler - Class in org.jfox.ejb3.invocation
 
ThreadContextEJBInvocationHandler() - Constructor for class org.jfox.ejb3.invocation.ThreadContextEJBInvocationHandler
 
timeout(EJBTimerTask) - Method in class org.jfox.ejb3.SimpleEJB3Container.ContainerTimerService
执行 Timeout 方法,有 ScheduleService 调用 EJBTimerTask.run,EJBTimerTask回调该方法, 通过容器来调用,以提供事务和执行 lifecycle 回调
timeoutMethods - Variable in class org.jfox.ejb3.StatelessBucket
Timeout Methods, invalid for stateful session bean
TimeoutUtils - Class in org.jfox.ejb3.timer
 
TimeoutUtils() - Constructor for class org.jfox.ejb3.timer.TimeoutUtils
 
toArray() - Method in class org.jfox.mvc.util.PagedList
 
toArray(T[]) - Method in class org.jfox.mvc.util.PagedList
 
toByteArray(InputStream) - Static method in class org.jfox.util.IOUtils
Get the contents of an InputStream as a byte[].
toByteArray(Reader) - Static method in class org.jfox.util.IOUtils
Get the contents of a Reader as a byte[] using the default character encoding of the platform.
toByteArray(Reader, String) - Static method in class org.jfox.util.IOUtils
Get the contents of a Reader as a byte[] using the specified character encoding.
toByteArray(String) - Static method in class org.jfox.util.IOUtils
Deprecated. Use String.getBytes()
toCharArray(InputStream) - Static method in class org.jfox.util.IOUtils
Get the contents of an InputStream as a character array using the default character encoding of the platform.
toCharArray(InputStream, String) - Static method in class org.jfox.util.IOUtils
Get the contents of an InputStream as a character array using the specified character encoding.
toCharArray(Reader) - Static method in class org.jfox.util.IOUtils
Get the contents of a Reader as a character array.
toFile(URL) - Static method in class org.jfox.util.FileUtils
Convert from a URL to a File.
toInputStream(String) - Static method in class org.jfox.util.IOUtils
Convert the specified string to an input stream, encoded as bytes using the default character encoding of the platform.
toInputStream(String, String) - Static method in class org.jfox.util.IOUtils
Convert the specified string to an input stream, encoded as bytes using the specified character encoding.
toString() - Method in class org.jfox.ejb3.EJBInvocation
 
toString() - Method in class org.jfox.ejb3.EJBObjectId
 
toString() - Method in class org.jfox.ejb3.security.JAASGroup
Returns a string representation of this principal.
toString() - Method in class org.jfox.ejb3.security.JAASPrincipal
Returns a string representation of this principal.
toString() - Method in class org.jfox.ejb3.SessionBucket.EJBContextImpl
 
toString() - Method in class org.jfox.ejb3.SessionBucket
 
toString() - Method in class org.jfox.entity.cache.CacheConfig
 
toString() - Method in class org.jfox.entity.cache.CacheStat
 
toString() - Method in class org.jfox.entity.cache.SimpleCache
 
toString() - Method in class org.jfox.entity.MappedEntity
 
toString() - Method in class org.jfox.framework.component.Module
 
toString() - Method in class org.jfox.framework.component.ModuleClassLoader
 
toString() - Method in class org.jfox.framework.ComponentId
 
toString() - Method in class org.jfox.jms.destination.JMSDestination
 
toString() - Method in class org.jfox.jms.message.TextMessageImpl
 
toString() - Method in class org.jfox.mvc.FileUploaded
 
toString(InputStream) - Static method in class org.jfox.util.IOUtils
Get the contents of an InputStream as a String using the default character encoding of the platform.
toString(InputStream, String) - Static method in class org.jfox.util.IOUtils
Get the contents of an InputStream as a String using the specified character encoding.
toString(Reader) - Static method in class org.jfox.util.IOUtils
Get the contents of a Reader as a String.
toString(byte[]) - Static method in class org.jfox.util.IOUtils
Deprecated. Use String.String(byte[])
toString(byte[], String) - Static method in class org.jfox.util.IOUtils
Deprecated. Use String.String(byte[],String)
touch(File) - Static method in class org.jfox.util.FileUtils
Implements the same behaviour as the "touch" utility on Unix.
toURLs(File[]) - Static method in class org.jfox.util.FileUtils
Convert the array of Files into a list of URLs.
toWriter(Document, Writer) - Static method in class org.jfox.util.XMLUtils
 
toXMLString(Node) - Static method in class org.jfox.util.XMLUtils
将document转成字符串
TransactableComponentInvoker - Class in org.jfox.framework.invoker
 
TransactableComponentInvoker() - Constructor for class org.jfox.framework.invoker.TransactableComponentInvoker
 
TransactionEJBInvocationHandler - Class in org.jfox.ejb3.invocation
 
TransactionEJBInvocationHandler() - Constructor for class org.jfox.ejb3.invocation.TransactionEJBInvocationHandler
 
TxConnectionsThreadLocal - Class in org.jfox.ejb3.transaction
通过 ThreadLocal 关联 Transaction,以及 Transaction 使用的 Connection, 以便在 Transaction 结束的时候,释放connection,使得 connection 可以被 pool 回收
TxConnectionsThreadLocal() - Constructor for class org.jfox.ejb3.transaction.TxConnectionsThreadLocal
 
TYPE_BOOLEAN - Static variable in class org.jfox.jms.message.StreamMessageImpl
 
TYPE_BYTE - Static variable in class org.jfox.jms.message.StreamMessageImpl
 
TYPE_BYTE_ARRAY - Static variable in class org.jfox.jms.message.StreamMessageImpl
 
TYPE_CHAR - Static variable in class org.jfox.jms.message.StreamMessageImpl
 
TYPE_DOUBLE - Static variable in class org.jfox.jms.message.StreamMessageImpl
 
TYPE_FLOAT - Static variable in class org.jfox.jms.message.StreamMessageImpl
 
TYPE_INT - Static variable in class org.jfox.jms.message.StreamMessageImpl
 
TYPE_LONG - Static variable in class org.jfox.jms.message.StreamMessageImpl
 
TYPE_NULL - Static variable in class org.jfox.jms.message.StreamMessageImpl
 
TYPE_SHORT - Static variable in class org.jfox.jms.message.StreamMessageImpl
 
TYPE_STRING - Static variable in class org.jfox.jms.message.StreamMessageImpl
 

A B C D E F G H I J K L M N O P Q R S T U V W X