Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A E F G I O R S W

A

addCookie(String, String) - Method in class org.javahispano.canyamo.services.workdata.WorkDataImpl
Adds a cookie to the response to user
addCookie(String, String, int) - Method in class org.javahispano.canyamo.services.workdata.WorkDataImpl
Adds a cookie to the response to user

E

encodeURL(String) - Method in class org.javahispano.canyamo.services.workdata.WorkDataImpl
Encodes an URL to add session info if cookies are not allowed

F

forward - Variable in class org.javahispano.canyamo.services.workdata.WorkDataImpl
Description of the Field
forward(String) - Method in class org.javahispano.canyamo.services.workdata.WorkDataImpl
Forwards the framework to another action/url

G

getAllParameters() - Method in class org.javahispano.canyamo.services.workdata.WorkDataImpl
Gets all Parameters of user's request

If a parameter has a single value, it comes as String, if a parameter has many values (case multiselect HTML list), it returns a list of Strings.
getAttribute(String) - Method in class org.javahispano.canyamo.services.workdata.WorkDataImpl
Gets an attribute of this work-data
getCookieValue(String) - Method in class org.javahispano.canyamo.services.workdata.WorkDataImpl
Gets the value of the given cookie, if present
getForward() - Method in class org.javahispano.canyamo.services.workdata.WorkDataImpl
Retrieves the URL to which the framework should be redirected
getOutputWriter() - Method in class org.javahispano.canyamo.services.workdata.WorkDataImpl
Gets response's outputWriter
getParameter(String) - Method in class org.javahispano.canyamo.services.workdata.WorkDataImpl
Gets one parameter of user's request
getPrincipalName() - Method in class org.javahispano.canyamo.services.workdata.WorkDataImpl
Returns the name of the user authenticate with Container Manager Authentication
getServletPath() - Method in class org.javahispano.canyamo.services.workdata.WorkDataImpl
Gets the path of the servlet for user's request

Actually it returns action's name, since Servlet has a mapping to *.action
getServletRequest() - Method in class org.javahispano.canyamo.services.workdata.WorkDataImpl
Gets the servletRequest attribute of the WorkDataImpl object
getServletResponse() - Method in class org.javahispano.canyamo.services.workdata.WorkDataImpl
Gets the servletResponse attribute of the WorkDataImpl object
getSessionAttribute(String) - Method in class org.javahispano.canyamo.services.workdata.WorkDataImpl
Gets an attribute stored in user' session
getURL() - Method in class org.javahispano.canyamo.services.workdata.WorkDataImpl
Gets the URL of user's request
getUser() - Method in class org.javahispano.canyamo.services.workdata.WorkDataImpl
Returns the user for the actual request

I

invalidateSession() - Method in class org.javahispano.canyamo.services.workdata.WorkDataImpl
Invalidates user's session
isDefaultUser() - Method in class org.javahispano.canyamo.services.workdata.WorkDataImpl
Says if the actual user is a registered user or an anonymous one

O

org.javahispano.canyamo.services.workdata - package org.javahispano.canyamo.services.workdata
 
out - Variable in class org.javahispano.canyamo.services.workdata.WorkDataImpl
Output Writer
Mainly JSPWriter or Response.outputStream

R

redirect(String) - Method in class org.javahispano.canyamo.services.workdata.WorkDataImpl
Redirects the framework to another action/url
request - Variable in class org.javahispano.canyamo.services.workdata.WorkDataImpl
User's HTTP Request
response - Variable in class org.javahispano.canyamo.services.workdata.WorkDataImpl
HTTPresponse to user

S

setAttribute(String, Object) - Method in class org.javahispano.canyamo.services.workdata.WorkDataImpl
Sets an request attribute
setOutputWriter(Writer) - Method in class org.javahispano.canyamo.services.workdata.WorkDataImpl
Sets the outputWriter attribute of the WorkDataImpl object
setSessionAttribute(String, Object) - Method in class org.javahispano.canyamo.services.workdata.WorkDataImpl
Sets an attribute in user' session

W

WorkDataImpl - class org.javahispano.canyamo.services.workdata.WorkDataImpl.
This class encapsulates an user's request + response to be used along the framework
WorkDataImpl(HttpServletRequest, HttpServletResponse) - Constructor for class org.javahispano.canyamo.services.workdata.WorkDataImpl
Constructor for the CanyamoRequest object

A E F G I O R S W