Class Summary |
CarClassLoader |
Loads classes and resources from installed CARs via the CarResources class. |
CarResources |
Provides access to resources stored in channel archive files or CARs for
short. |
CarResourceWorker |
Class to handle incoming portal requests with specified worker of
"carrsrc". |
ChannelDefinitionTagHandler |
Processes all channel definitions located in a CAR and instantiates and
delegates to an inner content handler for each block to do the real work
of publishing. |
ChannelTypeTagHandler |
Handles the channel-type tags in CAR deployment descriptors enabling
adding of channel types from within CARs automatically. |
ComponentTagHandler |
The top level SAX event handler that receives event from the SAX parser
when parsing a deployment descriptor. |
DatabaseTagHandler |
Processes the database tag looking for two element that should each
contain a file path suitable for loading via classloader.findResource(). |
DefaultChanPubInnerHandler |
Buffers a single channel definition located in a CAR
channel-definition block and delegates to the chanpub
ChannelPublisher to publish the channel. |
DescriptorHandler |
Class to parse the component deployment descriptor causing some tags to
take action during parsing and others to cache information in the
descriptor making it accessible via accessor methods. |
MimeTypeCache |
MimeTypeCache. |
ParsingContext |
A class for holding parsing context information like the current
path within the XML being parsed and the jarfile whose deployment
descriptor is being parsed. |
Path |
Holds onto a set of String path elements to assist with tracking where in
an XML structure SAX processing is currently working. |
ProcessIfTagHandler |
Handles a "processIf" tag looking for the following attributes and
blocking SAX events from reaching nested tags if the specified
requirements are not met. |
ResourceResolver |
Enables resolving of external resources specified in xsl:import or xsl:include
elements or the document() allowing such resources to also be found
within CARs. |
RoutingHandler |
Handles routing events to a registered set of handlers that each
handles different portions of the descriptors xml tree. |