A C D G H I M O P R S

A

AppleController - interface org.apache.cocoon.components.flow.apples.AppleController.
AppleController declares the main processing interfaces for the stateful controller objects.
AppleHelper - class org.apache.cocoon.components.flow.apples.AppleHelper.
AppleHelper holds some static utility classes used in the Apples flow implementation.
AppleHelper() - Constructor for class org.apache.cocoon.components.flow.apples.AppleHelper
 
AppleNotFoundException - exception org.apache.cocoon.components.flow.apples.AppleNotFoundException.
Throw this exception, if an Apple can't be looked up.
AppleNotFoundException(String) - Constructor for class org.apache.cocoon.components.flow.apples.AppleNotFoundException
 
AppleNotFoundException(String, Throwable) - Constructor for class org.apache.cocoon.components.flow.apples.AppleNotFoundException
 
AppleRequest - interface org.apache.cocoon.components.flow.apples.AppleRequest.
AppleRequest defines the services an AppleController can collect from the current request.
AppleResponse - interface org.apache.cocoon.components.flow.apples.AppleResponse.
AppleResponse defines the parts of the 'response' an AppleController can set.
ApplesProcessor - class org.apache.cocoon.components.flow.apples.ApplesProcessor.
ApplesProcessor is the core Cocoon component that provides the 'Apples' flow implementation.
ApplesProcessor() - Constructor for class org.apache.cocoon.components.flow.apples.ApplesProcessor
 

C

callFunction(String, List, Redirector) - Method in class org.apache.cocoon.components.flow.apples.ApplesProcessor
 

D

DefaultAppleRequest - class org.apache.cocoon.components.flow.apples.DefaultAppleRequest.
DefaultAppleRequest wraps the nested <map:paramater> 's and the active Cocoon Environment Request to implement the service of the AppleRequest interface.
DefaultAppleRequest(List, Request) - Constructor for class org.apache.cocoon.components.flow.apples.DefaultAppleRequest
Constructs DefaultAppleRequest
DefaultAppleResponse - class org.apache.cocoon.components.flow.apples.DefaultAppleResponse.
DefaultAppleResponse provides a default implementation for the AppleResponse.
DefaultAppleResponse(Response) - Constructor for class org.apache.cocoon.components.flow.apples.DefaultAppleResponse
 
disposeContinuation(WebContinuation) - Method in class org.apache.cocoon.components.flow.apples.ApplesProcessor
 

G

getCocoonRequest() - Method in interface org.apache.cocoon.components.flow.apples.AppleRequest
 
getCocoonRequest() - Method in class org.apache.cocoon.components.flow.apples.DefaultAppleRequest
 
getCocoonResponse() - Method in interface org.apache.cocoon.components.flow.apples.AppleResponse
 
getCocoonResponse() - Method in class org.apache.cocoon.components.flow.apples.DefaultAppleResponse
 
getData() - Method in class org.apache.cocoon.components.flow.apples.DefaultAppleResponse
 
getSitemapParameter(String) - Method in interface org.apache.cocoon.components.flow.apples.AppleRequest
Finds a named parameter in the request.
getSitemapParameter(String, String) - Method in interface org.apache.cocoon.components.flow.apples.AppleRequest
Finds a named parameter in the request using the overloaded method getSitemapParameter(String) but lets the returned value default to the second argument in case the delegation resulted into null
getSitemapParameter(String, String) - Method in class org.apache.cocoon.components.flow.apples.DefaultAppleRequest
 
getSitemapParameter(String) - Method in class org.apache.cocoon.components.flow.apples.DefaultAppleRequest
 
getSitemapParameterNames() - Method in interface org.apache.cocoon.components.flow.apples.AppleRequest
 
getSitemapParameterNames() - Method in class org.apache.cocoon.components.flow.apples.DefaultAppleRequest
 
getStatus() - Method in class org.apache.cocoon.components.flow.apples.DefaultAppleResponse
 
getURI() - Method in class org.apache.cocoon.components.flow.apples.DefaultAppleResponse
 

H

handleContinuation(String, List, Redirector) - Method in class org.apache.cocoon.components.flow.apples.ApplesProcessor
 

I

instantiateController(String, ServiceManager) - Method in class org.apache.cocoon.components.flow.apples.ApplesProcessor
 
instantiateController(String, ServiceManager) - Method in class org.apache.cocoon.components.flow.apples.SpringApplesProcessor
 
isRedirect() - Method in class org.apache.cocoon.components.flow.apples.DefaultAppleResponse
 
isSendStatus() - Method in class org.apache.cocoon.components.flow.apples.DefaultAppleResponse
 

M

makeMapFromArguments(List) - Static method in class org.apache.cocoon.components.flow.apples.AppleHelper
Translates a List of Interpreter.Argument objects into a classic Map

O

org.apache.cocoon.components.flow.apples - package org.apache.cocoon.components.flow.apples
 

P

process(AppleRequest, AppleResponse) - Method in interface org.apache.cocoon.components.flow.apples.AppleController
Allows the AppleController implementation to make some business decissions in a given web application flow.

R

redirectTo(String) - Method in interface org.apache.cocoon.components.flow.apples.AppleResponse
 
redirectTo(String) - Method in class org.apache.cocoon.components.flow.apples.DefaultAppleResponse
 

S

SpringApplesProcessor - class org.apache.cocoon.components.flow.apples.SpringApplesProcessor.
A special version of ApplesProcessor that interprets the parameter passed to instantiateController as service/bean name instead of classname.
SpringApplesProcessor() - Constructor for class org.apache.cocoon.components.flow.apples.SpringApplesProcessor
 
StatelessAppleController - interface org.apache.cocoon.components.flow.apples.StatelessAppleController.
This interface can be impemented by Apples that do not wish to be stored, and thus don't have a continuation ID assosociated with them.
sendPage(String, Object) - Method in interface org.apache.cocoon.components.flow.apples.AppleResponse
 
sendPage(String, Object) - Method in class org.apache.cocoon.components.flow.apples.DefaultAppleResponse
 
sendStatus(int) - Method in interface org.apache.cocoon.components.flow.apples.AppleResponse
 
sendStatus(int) - Method in class org.apache.cocoon.components.flow.apples.DefaultAppleResponse
 

A C D G H I M O P R S

Copyright © 1999-2008 The Apache Software Foundation. All Rights Reserved.