|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Response in org.apache.cocoon.components |
Methods in org.apache.cocoon.components that return Response | |
static Response |
ContextHelper.getResponse(Context context)
|
Uses of Response in org.apache.cocoon.components.flow.javascript.fom |
Classes in org.apache.cocoon.components.flow.javascript.fom that implement Response | |
static class |
FOM_Cocoon.FOM_Response
|
Methods in org.apache.cocoon.components.flow.javascript.fom that return Response | |
Response |
FOM_Cocoon.getResponse()
Get the current response |
Response |
AO_FOM_Cocoon.getResponse()
Get the current response |
Uses of Response in org.apache.cocoon.components.language.markup.xsp |
Methods in org.apache.cocoon.components.language.markup.xsp with parameters of type Response | |
static void |
XSPResponseHelper.getLocale(Response response,
ContentHandler handler)
|
static void |
XSPResponseHelper.addDateHeader(Response response,
String name,
long date)
|
static void |
XSPResponseHelper.addDateHeader(Response response,
String name,
Date date)
|
static void |
XSPResponseHelper.addDateHeader(Response response,
String name,
String date)
|
static void |
XSPResponseHelper.addDateHeader(Response response,
String name,
String date,
String format)
|
static void |
XSPResponseHelper.addDateHeader(Response response,
String name,
String date,
DateFormat format)
|
static void |
XSPResponseHelper.setDateHeader(Response response,
String name,
long date)
|
static void |
XSPResponseHelper.setDateHeader(Response response,
String name,
Date date)
|
static void |
XSPResponseHelper.setDateHeader(Response response,
String name,
String date)
|
static void |
XSPResponseHelper.setDateHeader(Response response,
String name,
String date,
String format)
|
static void |
XSPResponseHelper.setDateHeader(Response response,
String name,
String date,
DateFormat format)
|
Uses of Response in org.apache.cocoon.environment |
Methods in org.apache.cocoon.environment that return Response | |
static Response |
ObjectModelHelper.getResponse(Map objectModel)
|
Uses of Response in org.apache.cocoon.environment.commandline |
Classes in org.apache.cocoon.environment.commandline that implement Response | |
class |
CommandLineResponse
Creates a specific servlet response simulation from command line usage. |
Uses of Response in org.apache.cocoon.environment.http |
Classes in org.apache.cocoon.environment.http that implement Response | |
class |
HttpResponse
Implements the Response interface
to provide response functionality in the HTTP servlets environment. |
Uses of Response in org.apache.cocoon.environment.portlet |
Classes in org.apache.cocoon.environment.portlet that implement Response | |
class |
ActionResponse
Implements the Response interface for
the JSR-168 (Portlet) environment. |
class |
PortletResponse
Implements the Response interface for the JSR-168 (Portlet) environment. |
class |
RenderResponse
Implements the Response interface for
the JSR-168 (Portlet) environment. |
Uses of Response in org.apache.cocoon.generation |
Fields in org.apache.cocoon.generation declared as Response | |
protected Response |
ServletGenerator.response
|
Methods in org.apache.cocoon.generation with parameters of type Response | |
protected String |
RequestAttributeGenerator.getCharacterEncoding(Response res,
String contentType)
Content type HTTP header can contains character encodinf info for ex. |
Constructors in org.apache.cocoon.generation with parameters of type Response | |
VelocityGenerator.ChainedContext(org.apache.velocity.context.Context ctx,
Request request,
Response response,
Context application,
Parameters parameters)
Default constructor. |
Uses of Response in org.apache.cocoon.portal.reading |
Fields in org.apache.cocoon.portal.reading declared as Response | |
protected Response |
ProxyReader.response
The HTTP response |
Uses of Response in org.apache.cocoon.reading |
Fields in org.apache.cocoon.reading declared as Response | |
protected Response |
ResourceReader.response
|
Methods in org.apache.cocoon.reading with parameters of type Response | |
boolean |
DatabaseReader.modifiedSince(ResultSet set,
Request request,
Response response)
Tests whether a resource has been modified or not. |
void |
DatabaseReader.serialize(Response response)
This method actually performs the serialization. |
Uses of Response in org.apache.cocoon.transformation |
Fields in org.apache.cocoon.transformation declared as Response | |
protected Response |
AbstractSAXTransformer.response
The current Response object |
Uses of Response in org.apache.cocoon.webapps.session.components |
Fields in org.apache.cocoon.webapps.session.components declared as Response | |
protected Response |
AbstractSessionComponent.response
Deprecated. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |