org.apache.jetspeed.pipeline.valve |
|
Java Source File Name | Type | Comment |
AbstractValve.java | Class | Valve that can be used as the basis of Valve implementations. |
ActionValve.java | Interface | Check if PortletAction needs to be processed and process it, if
required
Read from the ValveContext:
Written into the ValveContext:
Note: The primary purpose of this interface is primary for documention. |
AggregateValve.java | Interface | Invokes all Layout components in render mode to aggregate the
generated contents and send result to client. |
CapabilityValve.java | Interface | Identifies the browser and add a Capability object to RequestContext
Read from the ValveContext:
Written into the ValveContext:
Note: The primary purpose of this interface is primary for documention. |
CleanupValve.java | Interface | Return all recycle objects in the ValveContext. |
ContainerValve.java | Interface | Initialize the RequestContext and session if required. |
ContentValve.java | Interface | Render all marked portlet and store RenderResponse in RequestContext. |
LayoutValve.java | Interface | Invokes all Layout components to mark all visible elements of
the Page. |
LocalizationValve.java | Interface | |
LoginValidationValve.java | Interface | Checks if a login attempt failed and determines the cause. |
LoginViewValve.java | Interface | |
PageProfilerValve.java | Interface | Determine the page to display and add it to the RequestContext
Read from the ValveContext:
Written into the ValveContext:
Note: The primary purpose of this interface is primary for documention. |
PasswordCredentialValve.java | Interface | Checks the PasswordCredential (only once) after a User is logged in
and redirects to a Change Password page if necessary. |
SecurityValve.java | Interface | Authenticates the User or redirects to Login if necessary, add
authenticated Subject to RequestContext
Read from the ValveContext:
Written into the ValveContext:
Note: The primary purpose of this interface is primary for documention. |
UserProfilerValve.java | Interface | Authenticates the User or redirects to Login if necessary, add
authenticated User to RequestContext
Read from the ValveContext:
Written into the ValveContext:
Note: The primary purpose of this interface is primary for documention. |
Valve.java | Interface | NOTE: This class will be deprecated once we merge with Summit
General valve interface. |
ValveContext.java | Interface | |