|
||||||||||
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 Object |
AbstractDatabaseAction.getRequestAttribute(Request request,
String key)
Retreive a value from the request attributes. |
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. |
Uses of Request in org.apache.cocoon.ajax |
---|
Methods in org.apache.cocoon.ajax with parameters of type Request | |
---|---|
static boolean |
AjaxHelper.isAjaxRequest(Request req)
Is the request an Ajax request? |
Uses of Request in org.apache.cocoon.auth.impl |
---|
Methods in org.apache.cocoon.auth.impl with parameters of type Request | |
---|---|
protected User |
ServletSecurityHandler.createUser(Request req)
Create a new user. |
Constructors in org.apache.cocoon.auth.impl with parameters of type Request | |
---|---|
ServletSecurityHandler.ServletUser(Request req)
Instantiate a new user. |
Uses of Request in org.apache.cocoon.components |
---|
Methods in org.apache.cocoon.components that return Request | |
---|---|
static Request |
ContextHelper.getRequest(Context context)
Return the current request |
Methods in org.apache.cocoon.components with parameters of type Request | |
---|---|
static void |
SourceRepository.save(Request request,
String dirName)
|
static void |
Repository.save(Request request,
String dirName)
|
static void |
SourceRepository.save(Request request,
String param,
String dest)
|
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. |
com.hp.hpl.deli.Profile |
Deli.getProfile(Request theRequest)
|
Document |
DeliImpl.getUACapabilities(Request theRequest)
|
Document |
Deli.getUACapabilities(Request theRequest)
Convert a profile stored as a vector of profile attributes to a DOM tree. |
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 |
---|
Methods in org.apache.cocoon.components.flow.javascript.fom that return Request | |
---|---|
Request |
FOM_Cocoon.getRequest()
Get the current request |
Constructors in org.apache.cocoon.components.flow.javascript.fom with parameters of type Request | |
---|---|
FOM_Cocoon.FOM_Request(org.mozilla.javascript.Scriptable scope,
Request 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.extractAction(Request req)
Helper method to extract the action name from the request. |
protected static String |
AbstractEnvironment.extractView(Request request)
Helper method to extract the view 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.faces.context |
---|
Constructors in org.apache.cocoon.faces.context with parameters of type Request | |
---|---|
ExternalContextImpl(Context context,
Request request,
Response response)
|
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)
|
|
FormContext(Request request,
Locale locale)
|
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.forms.generation |
---|
Methods in org.apache.cocoon.forms.generation with parameters of type Request | |
---|---|
static JXMacrosHelper |
JXMacrosHelper.createHelper(XMLConsumer consumer,
Request request,
String locale)
Builds and helper object, given the generator's consumer. |
Constructors in org.apache.cocoon.forms.generation with parameters of type Request | |
---|---|
JXMacrosHelper(XMLConsumer consumer,
Request request,
String locale)
|
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.jxpath |
---|
Classes in org.apache.cocoon.jxpath that implement Request | |
---|---|
static class |
JXPathCocoonContexts.RequestProxy
|
Constructors in org.apache.cocoon.jxpath with parameters of type Request | |
---|---|
JXPathCocoonContexts.RequestProxy(Request delegate)
|
Uses of Request in org.apache.cocoon.mail |
---|
Methods in org.apache.cocoon.mail with parameters of type Request | |
---|---|
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 |
void |
MailContext.setRequest(Request request)
Sets the request attribute of the MailContext object |
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,
PortalService service,
Request request,
String parameterName)
|
Uses of Request in org.apache.cocoon.portal.impl |
---|
Fields in org.apache.cocoon.portal.impl declared as Request | |
---|---|
protected Request |
LinkInfo.request
|
Methods in org.apache.cocoon.portal.impl with parameters of type Request | |
---|---|
protected String |
LinkInfo.getAbsoluteUrl(Request request,
boolean useSecure,
int port)
Return the absolute URL for a reqeust |
protected String |
LinkInfo.getHttpLinkBase(Request request,
String relativeURI,
int defaultPort)
Return the url for an http request |
protected String |
PageLabelLinkInfo.getRelativeURI(Request request)
|
protected String |
LinkInfo.getRelativeURI(Request request)
|
protected String |
LinkInfo.getSecureLinkBase(Request request,
String relativeURI,
int defaultPort)
Return the base url for a secure http request |
Constructors in org.apache.cocoon.portal.impl with parameters of type Request | |
---|---|
LinkInfo(Request request,
int defaultPort,
int defaultSecurePort)
|
|
PageLabelLinkInfo(PageLabelManager manager,
Request request,
int defaultPort,
int defaultSecurePort)
|
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 | |
---|---|
protected 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)
Deprecated. 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()
Deprecated. 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)
|
|
FormContext(Request request,
Locale locale)
|
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 |