|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Request in org.apache.cocoon.acting |
Methods in org.apache.cocoon.acting with parameters of type Request | |
protected Object |
AbstractDatabaseAction.getColumn(ResultSet set,
Request request,
Configuration entry)
Get the Statement column so that the results are mapped correctly. |
protected void |
AbstractDatabaseAction.setColumn(PreparedStatement statement,
int position,
Request request,
Configuration entry)
Set the Statement column so that the results are mapped correctly. |
protected void |
AbstractDatabaseAction.setColumn(PreparedStatement statement,
int position,
Request request,
Configuration entry,
String param)
Set the Statement column so that the results are mapped correctly. |
protected void |
AbstractDatabaseAction.setColumn(PreparedStatement statement,
int position,
Request request,
Configuration entry,
String param,
Object value)
Set the Statement column so that the results are mapped correctly. |
protected void |
AbstractDatabaseAction.setColumn(PreparedStatement statement,
int position,
Request request,
Configuration entry,
String param,
Object value,
int rowIndex)
Set the Statement column so that the results are mapped correctly. |
protected void |
AbstractDatabaseAction.setRequestAttribute(Request request,
String key,
Object value)
Store a key/value pair in the request attributes. |
protected Object |
AbstractDatabaseAction.getRequestAttribute(Request request,
String key)
Retreive a value from the request attributes. |
Uses of Request in org.apache.cocoon.components |
Methods in org.apache.cocoon.components that return Request | |
static Request |
ContextHelper.getRequest(Context context)
|
Methods in org.apache.cocoon.components with parameters of type Request | |
static void |
SourceRepository.save(Request request,
String dirName)
|
static void |
SourceRepository.save(Request request,
String param,
String dest)
|
static void |
Repository.save(Request request,
String dirName)
|
static void |
Repository.save(Request request,
String param,
String file)
|
Uses of Request in org.apache.cocoon.components.deli |
Methods in org.apache.cocoon.components.deli with parameters of type Request | |
com.hp.hpl.deli.Profile |
DeliImpl.getProfile(Request theRequest)
Process a HttpServletRequest and either extract CC/PP or UAProf information from it and use this information to resolve a profile or examine the user agent string, match this using the DELI legacy device database, and use this information to retrieve the appropriate CC/PP profile. |
Document |
DeliImpl.getUACapabilities(Request theRequest)
|
Document |
Deli.getUACapabilities(Request theRequest)
Convert a profile stored as a vector of profile attributes to a DOM tree. |
com.hp.hpl.deli.Profile |
Deli.getProfile(Request theRequest)
|
Constructors in org.apache.cocoon.components.deli with parameters of type Request | |
DeliImpl.CocoonServletRequest(Request request)
|
Uses of Request in org.apache.cocoon.components.flow.apples |
Methods in org.apache.cocoon.components.flow.apples that return Request | |
Request |
DefaultAppleRequest.getCocoonRequest()
|
Request |
AppleRequest.getCocoonRequest()
|
Constructors in org.apache.cocoon.components.flow.apples with parameters of type Request | |
DefaultAppleRequest(List params,
Request request)
Constructs DefaultAppleRequest |
Uses of Request in org.apache.cocoon.components.flow.java |
Methods in org.apache.cocoon.components.flow.java that return Request | |
Request |
AbstractContinuable.getRequest()
|
Uses of Request in org.apache.cocoon.components.flow.javascript.fom |
Classes in org.apache.cocoon.components.flow.javascript.fom that implement Request | |
static class |
FOM_Cocoon.FOM_Request
|
Methods in org.apache.cocoon.components.flow.javascript.fom that return Request | |
Request |
FOM_Cocoon.getRequest()
Get the current request |
Request |
AO_FOM_Cocoon.getRequest()
Get the current request |
Uses of Request in org.apache.cocoon.environment |
Methods in org.apache.cocoon.environment that return Request | |
static Request |
ObjectModelHelper.getRequest(Map objectModel)
|
Methods in org.apache.cocoon.environment with parameters of type Request | |
protected static String |
AbstractEnvironment.extractView(Request request)
Helper method to extract the view name from the request. |
protected static String |
AbstractEnvironment.extractAction(Request req)
Helper method to extract the action name from the request. |
Uses of Request in org.apache.cocoon.environment.commandline |
Classes in org.apache.cocoon.environment.commandline that implement Request | |
class |
CommandLineRequest
Creates a specific servlet request simulation from command line usage. |
Uses of Request in org.apache.cocoon.environment.http |
Classes in org.apache.cocoon.environment.http that implement Request | |
class |
HttpRequest
Implements the Request interface
to provide request information in the HTTP servlets environment. |
Uses of Request in org.apache.cocoon.environment.portlet |
Classes in org.apache.cocoon.environment.portlet that implement Request | |
class |
ActionRequest
Implements the Request interface for the
JSR-168 (Portlet) environment. |
class |
PortletRequest
Implements the Request interface for the JSR-168 (Portlet) environment. |
class |
RenderRequest
Implements the Request interface for
the JSR-168 (Portlet) environment. |
Uses of Request in org.apache.cocoon.environment.wrapper |
Classes in org.apache.cocoon.environment.wrapper that implement Request | |
class |
RequestWrapper
This is a wrapper class for the Request object.
|
Fields in org.apache.cocoon.environment.wrapper declared as Request | |
protected Request |
EnvironmentWrapper.request
The request object |
Constructors in org.apache.cocoon.environment.wrapper with parameters of type Request | |
RequestWrapper(Request request,
String requestURI,
String queryString,
Environment env)
Constructor |
|
RequestWrapper(Request request,
String requestURI,
String queryString,
Environment env,
boolean rawMode)
Constructor |
Uses of Request in org.apache.cocoon.forms |
Fields in org.apache.cocoon.forms declared as Request | |
protected Request |
FormContext.request
|
Methods in org.apache.cocoon.forms that return Request | |
Request |
FormContext.getRequest()
|
Constructors in org.apache.cocoon.forms with parameters of type Request | |
FormContext(Request request,
Locale locale)
|
|
FormContext(Request request)
|
Uses of Request in org.apache.cocoon.forms.flow.javascript |
Methods in org.apache.cocoon.forms.flow.javascript that return Request | |
Request |
Form.jsGet_request()
|
Uses of Request in org.apache.cocoon.generation |
Fields in org.apache.cocoon.generation declared as Request | |
protected Request |
ServletGenerator.request
|
Methods in org.apache.cocoon.generation with parameters of type Request | |
String |
StreamGenerator.getCharacterEncoding(Request req,
String contentType)
Content type HTTP header can contains character encodinf info for ex. |
boolean |
AbstractServerPage.hasContentChanged(Request request)
Determines whether generated content has changed since last invocation. |
Constructors in org.apache.cocoon.generation with parameters of type Request | |
VelocityGenerator.ChainedContext(org.apache.velocity.context.Context ctx,
Request request,
Response response,
Context application,
Parameters parameters)
Default constructor. |
Uses of Request in org.apache.cocoon.mail |
Methods in org.apache.cocoon.mail with parameters of type Request | |
void |
MailContext.setRequest(Request request)
Sets the request attribute of the MailContext object |
protected void |
MailAction.populateRequestAttribute(Request request,
MailContext mailContext)
Populate request attribute map. |
protected void |
MailAction.putXMLizerToRequestAttribute(Request request,
Iterator resultIterator)
Put XMLizable javamail objects into request attribute map |
Uses of Request in org.apache.cocoon.portal.event.aspect.impl |
Methods in org.apache.cocoon.portal.event.aspect.impl with parameters of type Request | |
protected void |
RequestParameterEventAspect.process(EventAspectContext context,
Request request,
String parameterName)
|
Uses of Request in org.apache.cocoon.portal.reading |
Fields in org.apache.cocoon.portal.reading declared as Request | |
protected Request |
ProxyReader.request
The origninal HTTP request |
Methods in org.apache.cocoon.portal.reading with parameters of type Request | |
protected HttpURLConnection |
ProxyReader.connect(Request request,
String uri)
Establish the HttpURLConnection to the given uri. |
Uses of Request in org.apache.cocoon.portal.transformation |
Fields in org.apache.cocoon.portal.transformation declared as Request | |
protected Request |
ProxyTransformer.request
The original request to the portal |
Methods in org.apache.cocoon.portal.transformation with parameters of type Request | |
protected HttpURLConnection |
ProxyTransformer.connect(Request request,
String uri,
String query,
boolean post)
Establish the HttpURLConnection to the given uri. |
Uses of Request in org.apache.cocoon.reading |
Fields in org.apache.cocoon.reading declared as Request | |
protected Request |
ResourceReader.request
|
Methods in org.apache.cocoon.reading with parameters of type Request | |
boolean |
DatabaseReader.modifiedSince(ResultSet set,
Request request,
Response response)
Tests whether a resource has been modified or not. |
Uses of Request in org.apache.cocoon.taglib |
Methods in org.apache.cocoon.taglib that return Request | |
protected Request |
VarTagSupport.getRequest()
|
Uses of Request in org.apache.cocoon.transformation |
Fields in org.apache.cocoon.transformation declared as Request | |
protected Request |
AugmentTransformer.request
|
protected Request |
AbstractSAXTransformer.request
The current Request object |
Methods in org.apache.cocoon.transformation with parameters of type Request | |
protected void |
EncodeURLTransformer.checkForEncoding(Request request)
check if encoding of URLs is neccessary. |
Uses of Request in org.apache.cocoon.util |
Methods in org.apache.cocoon.util with parameters of type Request | |
static SourceParameters |
NetUtils.createParameters(Request request)
Create new SourceParameters with the same
parameters as the current request |
Uses of Request in org.apache.cocoon.webapps.authentication.configuration |
Methods in org.apache.cocoon.webapps.authentication.configuration with parameters of type Request | |
void |
HandlerConfiguration.configure(Request request,
Configuration conf)
Configure |
Uses of Request in org.apache.cocoon.webapps.portal.context |
Methods in org.apache.cocoon.webapps.portal.context that return Request | |
Request |
SessionContextImpl.getRequest()
|
Uses of Request in org.apache.cocoon.webapps.session.components |
Fields in org.apache.cocoon.webapps.session.components declared as Request | |
protected Request |
AbstractSessionComponent.request
Deprecated. |
Uses of Request in org.apache.cocoon.webapps.session.context |
Methods in org.apache.cocoon.webapps.session.context that return Request | |
Request |
RequestSessionContext.getRequest()
Get the request object |
Uses of Request in org.apache.cocoon.woody |
Fields in org.apache.cocoon.woody declared as Request | |
protected Request |
FormContext.request
|
Methods in org.apache.cocoon.woody that return Request | |
Request |
FormContext.getRequest()
|
Constructors in org.apache.cocoon.woody with parameters of type Request | |
FormContext(Request request,
Locale locale)
|
|
FormContext(Request request)
|
Uses of Request in org.apache.cocoon.woody.flow.javascript |
Methods in org.apache.cocoon.woody.flow.javascript that return Request | |
Request |
Woody.jsGet_request()
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |