Uses of Package
org.webmacro.util

Packages that use org.webmacro.util
org.webmacro   
org.webmacro.directive   
org.webmacro.engine   
org.webmacro.resource   
org.webmacro.servlet   
org.webmacro.util   
 

Classes in org.webmacro.util used by org.webmacro
Encoder
          An encoder is used to encode strings into a particular encoding in preparation for sending the data as part of a response.
LogSystem
          The LogSystem class allows you to create and manage log objects and log targets.
Pool
          A pool is a stack-like container which you can add and remove objects from.
Settings
           
 

Classes in org.webmacro.util used by org.webmacro.directive
Settings
           
 

Classes in org.webmacro.util used by org.webmacro.engine
Settings
           
 

Classes in org.webmacro.util used by org.webmacro.resource
Settings
           
 

Classes in org.webmacro.util used by org.webmacro.servlet
AbstractLogFile
          Abstract base class which implements most of the LogTarget interface, to make it easier to write new log targets that plug into WM.
Bag
          A dictionary like interface, but more restricted--provides a common interface for generic containers which are less functional than a dictionary, but similar in nature.
LogTarget
          A log target is a destination for log messages.
Settings
           
 

Classes in org.webmacro.util used by org.webmacro.util
AbstractLogFile
          Abstract base class which implements most of the LogTarget interface, to make it easier to write new log targets that plug into WM.
AbstractScalableMap
          Reduce locking overhead for a map with few writers and many readers.
CastUtil
           
Encoder.Block
          The block class provides a means by which encoder users can encode entire blocks of text at once (and have those encoded blocks cached).
EncodingCache
           
LogSystem
          The LogSystem class allows you to create and manage log objects and log targets.
LogTarget
          A log target is a destination for log messages.
LogTargetFactory
          The LogTargetFactory assists the Broker (and you, if you want) in creating new LogTarget instances.
LogTargetFactory.LogCreationException
           
Named
           
Pool
          A pool is a stack-like container which you can add and remove objects from.
Settings
           
Settings.ListSettingHandler
           
SimpleMap
          Interface for a simple map, that does not have all the features of java.util.Map.
SimpleMapFactory
          Interface for classes, that can create SimpleMap instances