| Interface | Description |
|---|---|
| IContentRequest |
IContentRequest provides an interface for representing requests to content
services.
|
| IContentResponse |
IContentResponse represents the response from a content service.
|
| IContentService<T extends IContentRequest,S extends IContentResponse> |
IContentService represents a service for providing content.
|
| IFormField |
IFormField is an interface used to store form field information within an IContentRequest object.
|
| Class | Description |
|---|---|
| ClasspathResourceContentService |
ClasspathResourceContentService retrieves content from a document in the
portlet classpath.
|
| GenericContentRequestImpl |
GenericContentRequestImpl represents a basic content request consisting
simply of a target location.
|
| GenericContentResponseImpl |
GenericContentResponseImpl provides a basic content response.
|
Copyright © 2014 Jasig. All Rights Reserved.