org.jasig.portal.channels.jsp |
|
Java Source File Name | Type | Comment |
Channel.java | Class | |
Deployer.java | Class | Determines if resources in a CAR containing JSPs need to be extracted and
placed in a configurable location external to the CAR or to update resources
already there. |
DeploymentSpec.java | Class | This class represents a deployment specification file that holds information
on what CAR resources have been extracted from CARs and placed into a
classloader accessible location so that they are accessible via
the web application's classloader. |
HttpRequestFacade.java | Class | An HttpServletRequestWrapper that prevents changes to the underlying request
but provides access to most of its objects. |
HttpResponseFacade.java | Class | |
IController.java | Interface | Implementors of this interface can be used in the Jsp Channel Type to
a create a channel whose content is served up from JSPs in a model II
controller architecture. |
IServantController.java | Interface | An interface that an instance of IController for the jsp channel type must
implement to be used within the ServantChannel subclass of the jsp channel
type and hence can provide servant capabilities. |
MediaResolver.java | Class | Handles resolving base media URL for jsp channel types since the controller
class can't be used to tell if the channel was loaded via CAR or
traditionally since it is extracted and residing in WEB-INF/classes so that
it and its other objects can be accessible to JSPs deployed in the CAR. |
ServantChannel.java | Class | |