Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
G
H
I
L
M
N
P
R
S
V
A
add()
- Method in class net.sourceforge.stripes.examples.ajax.
CalculatorActionBean
Handles the 'add' event, adds the two numbers and returns the result.
addAttachment(Attachment)
- Method in class net.sourceforge.stripes.examples.bugzooky.biz.
Bug
addition()
- Method in class net.sourceforge.stripes.examples.quickstart.
CalculatorActionBean
An event handler method that adds number one to number two.
AdministerComponentsActionBean
- Class in
net.sourceforge.stripes.examples.bugzooky
Manages the administration of Components, from the Administer Bugzooky page.
AdministerComponentsActionBean()
- Constructor for class net.sourceforge.stripes.examples.bugzooky.
AdministerComponentsActionBean
AdministerPeopleActionBean
- Class in
net.sourceforge.stripes.examples.bugzooky
Manages the administration of People, from the Administer Bugzooky page.
AdministerPeopleActionBean()
- Constructor for class net.sourceforge.stripes.examples.bugzooky.
AdministerPeopleActionBean
Attachment
- Class in
net.sourceforge.stripes.examples.bugzooky.biz
Very simple wrapper for file attachments uploaded for bugs.
Attachment()
- Constructor for class net.sourceforge.stripes.examples.bugzooky.biz.
Attachment
avoidDivideByZero(ValidationErrors)
- Method in class net.sourceforge.stripes.examples.quickstart.
CalculatorActionBean
An example of a custom validation that checks that division operations are not dividing by zero.
B
Bug
- Class in
net.sourceforge.stripes.examples.bugzooky.biz
Represents a bug in the bug database.
Bug()
- Constructor for class net.sourceforge.stripes.examples.bugzooky.biz.
Bug
BugManager
- Class in
net.sourceforge.stripes.examples.bugzooky.biz
Maintains an in memory list of bugs in the system.
BugManager()
- Constructor for class net.sourceforge.stripes.examples.bugzooky.biz.
BugManager
BugzookyActionBean
- Class in
net.sourceforge.stripes.examples.bugzooky
Simple ActionBean implementation that all ActionBeans in the Bugzooky example will extend.
BugzookyActionBean()
- Constructor for class net.sourceforge.stripes.examples.bugzooky.
BugzookyActionBean
BugzookyActionBeanContext
- Class in
net.sourceforge.stripes.examples.bugzooky
ActionBeanContext subclass for the Bugzooky application that manages where values like the logged in user are stored.
BugzookyActionBeanContext()
- Constructor for class net.sourceforge.stripes.examples.bugzooky.
BugzookyActionBeanContext
C
CalculatorActionBean
- Class in
net.sourceforge.stripes.examples.ajax
A very simple calculator action that is designed to work with an ajax front end.
CalculatorActionBean()
- Constructor for class net.sourceforge.stripes.examples.ajax.
CalculatorActionBean
CalculatorActionBean
- Class in
net.sourceforge.stripes.examples.quickstart
A very simple calculator action.
CalculatorActionBean()
- Constructor for class net.sourceforge.stripes.examples.quickstart.
CalculatorActionBean
Component
- Class in
net.sourceforge.stripes.examples.bugzooky.biz
Class that represents a compopnent of a software system against which bugs can be filed.
Component()
- Constructor for class net.sourceforge.stripes.examples.bugzooky.biz.
Component
Default constructor.
Component(String)
- Constructor for class net.sourceforge.stripes.examples.bugzooky.biz.
Component
Constructs a new component with the supplied name.
ComponentManager
- Class in
net.sourceforge.stripes.examples.bugzooky.biz
Maintains a list of components in an in memory "database".
ComponentManager()
- Constructor for class net.sourceforge.stripes.examples.bugzooky.biz.
ComponentManager
D
deleteComponent(int)
- Method in class net.sourceforge.stripes.examples.bugzooky.biz.
ComponentManager
Deletes an existing Components.
deletePerson(int)
- Method in class net.sourceforge.stripes.examples.bugzooky.biz.
PersonManager
Deletes a person from the system...doesn't do anything fancy to clean up where the person is used.
destroy()
- Method in class net.sourceforge.stripes.examples.bugzooky.
SecurityFilter
Does nothing.
divide()
- Method in class net.sourceforge.stripes.examples.ajax.
CalculatorActionBean
Handles the 'divide' event, divides number two by oneand returns the result.
division()
- Method in class net.sourceforge.stripes.examples.quickstart.
CalculatorActionBean
An event handler method that divides number one by number two.
doFilter(ServletRequest, ServletResponse, FilterChain)
- Method in class net.sourceforge.stripes.examples.bugzooky.
SecurityFilter
DownloadAttachmentActionBean
- Class in
net.sourceforge.stripes.examples.bugzooky
Action that responds to a user's request to download an attachment to a bug.
DownloadAttachmentActionBean()
- Constructor for class net.sourceforge.stripes.examples.bugzooky.
DownloadAttachmentActionBean
E
equals(Object)
- Method in class net.sourceforge.stripes.examples.bugzooky.biz.
Component
Perform equality checks based on identity.
equals(Object)
- Method in class net.sourceforge.stripes.examples.bugzooky.biz.
Person
Equality is determined to be when the ID numbers match.
G
getAllBugs()
- Method in class net.sourceforge.stripes.examples.bugzooky.biz.
BugManager
Returns a sorted list of all bugs in the system.
getAllComponents()
- Method in class net.sourceforge.stripes.examples.bugzooky.biz.
ComponentManager
Returns a sorted list of all components in the system.
getAllPeople()
- Method in class net.sourceforge.stripes.examples.bugzooky.biz.
PersonManager
Gets a list of all the people in the system.
getAttachment()
- Method in class net.sourceforge.stripes.examples.bugzooky.
DownloadAttachmentActionBean
getAttachmentIndex()
- Method in class net.sourceforge.stripes.examples.bugzooky.
DownloadAttachmentActionBean
getAttachments()
- Method in class net.sourceforge.stripes.examples.bugzooky.biz.
Bug
getAvailableResources()
- Method in class net.sourceforge.stripes.examples.bugzooky.
ViewResourceActionBean
Method used when this ActionBean is used as a view helper.
getBug(int)
- Method in class net.sourceforge.stripes.examples.bugzooky.biz.
BugManager
Gets the bug with the corresponding ID, or null if it does not exist.
getBug()
- Method in class net.sourceforge.stripes.examples.bugzooky.
SingleBugActionBean
getBugId()
- Method in class net.sourceforge.stripes.examples.bugzooky.
DownloadAttachmentActionBean
getBugIds()
- Method in class net.sourceforge.stripes.examples.bugzooky.
MultiBugActionBean
Gets the array of bug IDs the user selected for edit.
getBugs()
- Method in class net.sourceforge.stripes.examples.bugzooky.
MultiBugActionBean
Simple getter that returns the List of Bugs.
getComponent()
- Method in class net.sourceforge.stripes.examples.bugzooky.biz.
Bug
getComponent(int)
- Method in class net.sourceforge.stripes.examples.bugzooky.biz.
ComponentManager
Gets the component with the specified ID, or null if no such component exists.
getComponents()
- Method in class net.sourceforge.stripes.examples.bugzooky.
AdministerComponentsActionBean
getConfirmPassword()
- Method in class net.sourceforge.stripes.examples.bugzooky.
RegisterActionBean
The 2nd/confirmation password entered by the user.
getContentType()
- Method in class net.sourceforge.stripes.examples.bugzooky.biz.
Attachment
getContext()
- Method in class net.sourceforge.stripes.examples.ajax.
CalculatorActionBean
getContext()
- Method in class net.sourceforge.stripes.examples.bugzooky.
BugzookyActionBean
Gets the ActionBeanContext set by Stripes during initialization.
getContext()
- Method in class net.sourceforge.stripes.examples.quickstart.
CalculatorActionBean
getData()
- Method in class net.sourceforge.stripes.examples.bugzooky.biz.
Attachment
getDeleteIds()
- Method in class net.sourceforge.stripes.examples.bugzooky.
AdministerComponentsActionBean
getDeleteIds()
- Method in class net.sourceforge.stripes.examples.bugzooky.
AdministerPeopleActionBean
getDueDate()
- Method in class net.sourceforge.stripes.examples.bugzooky.biz.
Bug
getEmail()
- Method in class net.sourceforge.stripes.examples.bugzooky.biz.
Person
Gets the person's email address.
getFirstName()
- Method in class net.sourceforge.stripes.examples.bugzooky.biz.
Person
Gets the first name of the person.
getId()
- Method in class net.sourceforge.stripes.examples.bugzooky.biz.
Bug
getId()
- Method in class net.sourceforge.stripes.examples.bugzooky.biz.
Component
Gets the ID of the Component.
getId()
- Method in class net.sourceforge.stripes.examples.bugzooky.biz.
Person
Gets the ID of the person.
getLastName()
- Method in class net.sourceforge.stripes.examples.bugzooky.biz.
Person
Gets the last name of the person.
getLongDescription()
- Method in class net.sourceforge.stripes.examples.bugzooky.biz.
Bug
getName()
- Method in class net.sourceforge.stripes.examples.bugzooky.biz.
Attachment
getName()
- Method in class net.sourceforge.stripes.examples.bugzooky.biz.
Component
Gets the name of the Component - may be null if one is not set.
getNewAttachment()
- Method in class net.sourceforge.stripes.examples.bugzooky.
SingleBugActionBean
getNumberOne()
- Method in class net.sourceforge.stripes.examples.ajax.
CalculatorActionBean
getNumberOne()
- Method in class net.sourceforge.stripes.examples.quickstart.
CalculatorActionBean
getNumberTwo()
- Method in class net.sourceforge.stripes.examples.ajax.
CalculatorActionBean
getNumberTwo()
- Method in class net.sourceforge.stripes.examples.quickstart.
CalculatorActionBean
getOpenDate()
- Method in class net.sourceforge.stripes.examples.bugzooky.biz.
Bug
getOwner()
- Method in class net.sourceforge.stripes.examples.bugzooky.biz.
Bug
getPassword()
- Method in class net.sourceforge.stripes.examples.bugzooky.biz.
Person
Gets the person's unencrypted password.
getPassword()
- Method in class net.sourceforge.stripes.examples.bugzooky.
LoginActionBean
The password of the user trying to log in.
getPeople()
- Method in class net.sourceforge.stripes.examples.bugzooky.
AdministerPeopleActionBean
getPercentComplete()
- Method in class net.sourceforge.stripes.examples.bugzooky.biz.
Bug
getPerson(int)
- Method in class net.sourceforge.stripes.examples.bugzooky.biz.
PersonManager
Returns the person with the specified ID, or null if no such person exists.
getPerson(String)
- Method in class net.sourceforge.stripes.examples.bugzooky.biz.
PersonManager
Returns a person with the specified username, if one exists.
getPreview()
- Method in class net.sourceforge.stripes.examples.bugzooky.biz.
Attachment
getPriority()
- Method in class net.sourceforge.stripes.examples.bugzooky.biz.
Bug
getResource()
- Method in class net.sourceforge.stripes.examples.bugzooky.
ViewResourceActionBean
Gets the name of the resource to be viewed.
getResult()
- Method in class net.sourceforge.stripes.examples.quickstart.
CalculatorActionBean
getShortDescription()
- Method in class net.sourceforge.stripes.examples.bugzooky.biz.
Bug
getSize()
- Method in class net.sourceforge.stripes.examples.bugzooky.biz.
Attachment
getStatus()
- Method in class net.sourceforge.stripes.examples.bugzooky.biz.
Bug
getTargetUrl()
- Method in class net.sourceforge.stripes.examples.bugzooky.
LoginActionBean
The URL the user was trying to access (null if the login page was accessed directly).
getUser()
- Method in class net.sourceforge.stripes.examples.bugzooky.
BugzookyActionBeanContext
Gets the currently logged in user, or null if no-one is logged in.
getUser()
- Method in class net.sourceforge.stripes.examples.bugzooky.
RegisterActionBean
The user being registered.
getUsername()
- Method in class net.sourceforge.stripes.examples.bugzooky.biz.
Person
Gets the username of the person.
getUsername()
- Method in class net.sourceforge.stripes.examples.bugzooky.
LoginActionBean
The username of the user trying to log in.
gotoStep2()
- Method in class net.sourceforge.stripes.examples.bugzooky.
RegisterActionBean
H
handleValidationErrors(ValidationErrors)
- Method in class net.sourceforge.stripes.examples.ajax.
CalculatorActionBean
Converts errors to HTML and streams them back to the browser.
I
init(FilterConfig)
- Method in class net.sourceforge.stripes.examples.bugzooky.
SecurityFilter
Does nothing.
isPublicResource(HttpServletRequest)
- Method in class net.sourceforge.stripes.examples.bugzooky.
SecurityFilter
Method that checks the request to see if it is for a publicly accessible resource
L
login()
- Method in class net.sourceforge.stripes.examples.bugzooky.
LoginActionBean
LoginActionBean
- Class in
net.sourceforge.stripes.examples.bugzooky
An example of an ActionBean that uses validation annotations on fields instead of on methods.
LoginActionBean()
- Constructor for class net.sourceforge.stripes.examples.bugzooky.
LoginActionBean
logout()
- Method in class net.sourceforge.stripes.examples.bugzooky.
BugzookyActionBeanContext
Logs the user out by invalidating the session.
logout()
- Method in class net.sourceforge.stripes.examples.bugzooky.
LogoutActionBean
LogoutActionBean
- Class in
net.sourceforge.stripes.examples.bugzooky
Straightforward logout action that logs the user out and then sends to an exit page.
LogoutActionBean()
- Constructor for class net.sourceforge.stripes.examples.bugzooky.
LogoutActionBean
M
MultiBugActionBean
- Class in
net.sourceforge.stripes.examples.bugzooky
ActionBean that deals with setting up and saving edits to multiple bugs at once.
MultiBugActionBean()
- Constructor for class net.sourceforge.stripes.examples.bugzooky.
MultiBugActionBean
N
net.sourceforge.stripes.examples.ajax
- package net.sourceforge.stripes.examples.ajax
net.sourceforge.stripes.examples.bugzooky
- package net.sourceforge.stripes.examples.bugzooky
net.sourceforge.stripes.examples.bugzooky.biz
- package net.sourceforge.stripes.examples.bugzooky.biz
net.sourceforge.stripes.examples.quickstart
- package net.sourceforge.stripes.examples.quickstart
P
Person
- Class in
net.sourceforge.stripes.examples.bugzooky.biz
Represents a person to whom bugs can be assigned.
Person()
- Constructor for class net.sourceforge.stripes.examples.bugzooky.biz.
Person
Default constructor.
Person(String, String, String, String, String)
- Constructor for class net.sourceforge.stripes.examples.bugzooky.biz.
Person
Constructs a well formed person.
PersonManager
- Class in
net.sourceforge.stripes.examples.bugzooky.biz
Manager class that is used to access a "database" of people that is tracked in memory.
PersonManager()
- Constructor for class net.sourceforge.stripes.examples.bugzooky.biz.
PersonManager
populateBug(Bug)
- Method in class net.sourceforge.stripes.examples.bugzooky.
BugzookyActionBean
Determines whether the bug provided is a new bug, or an existing bug.
preEdit()
- Method in class net.sourceforge.stripes.examples.bugzooky.
MultiBugActionBean
preEdit()
- Method in class net.sourceforge.stripes.examples.bugzooky.
SingleBugActionBean
Loads a bug on to the form ready for editing.
Priority
- Enum in
net.sourceforge.stripes.examples.bugzooky.biz
Enum that represents the Priority of a bug in the Bugzooky example app.
R
register()
- Method in class net.sourceforge.stripes.examples.bugzooky.
RegisterActionBean
Registers a new user, logs them in, and redirects them to the bug list page.
RegisterActionBean
- Class in
net.sourceforge.stripes.examples.bugzooky
ActionBean that handles the registration of new users.
RegisterActionBean()
- Constructor for class net.sourceforge.stripes.examples.bugzooky.
RegisterActionBean
S
save()
- Method in class net.sourceforge.stripes.examples.bugzooky.
AdministerComponentsActionBean
save()
- Method in class net.sourceforge.stripes.examples.bugzooky.
MultiBugActionBean
save()
- Method in class net.sourceforge.stripes.examples.bugzooky.
SingleBugActionBean
Saves (or updates) a bug, and then returns the user to the bug list.
saveAndAgain()
- Method in class net.sourceforge.stripes.examples.bugzooky.
SingleBugActionBean
Saves or updates a bug, and then returns to the edit page to add another just like it.
saveChanges()
- Method in class net.sourceforge.stripes.examples.bugzooky.
AdministerPeopleActionBean
saveOrUpdate(Bug)
- Method in class net.sourceforge.stripes.examples.bugzooky.biz.
BugManager
Updates an existing bug, or saves a new bug if the bug is a new one.
saveOrUpdate(Component)
- Method in class net.sourceforge.stripes.examples.bugzooky.biz.
ComponentManager
Updates an existing component if the ID matches, or saves a new one otherwise.
saveOrUpdate(Person)
- Method in class net.sourceforge.stripes.examples.bugzooky.biz.
PersonManager
Updates the person if the ID matches an existing person, otherwise saves a new person.
SecurityFilter
- Class in
net.sourceforge.stripes.examples.bugzooky
A simplistic security filter for Bugzooky that ensures that the user is logged in before allowing access to any secured pages.
SecurityFilter()
- Constructor for class net.sourceforge.stripes.examples.bugzooky.
SecurityFilter
setAttachmentIndex(Integer)
- Method in class net.sourceforge.stripes.examples.bugzooky.
DownloadAttachmentActionBean
setAttachments(List<Attachment>)
- Method in class net.sourceforge.stripes.examples.bugzooky.biz.
Bug
setBug(Bug)
- Method in class net.sourceforge.stripes.examples.bugzooky.
SingleBugActionBean
setBugId(Integer)
- Method in class net.sourceforge.stripes.examples.bugzooky.
DownloadAttachmentActionBean
setBugIds(int[])
- Method in class net.sourceforge.stripes.examples.bugzooky.
MultiBugActionBean
Sets the array of bug IDs the user selected for edit.
setBugs(List<Bug>)
- Method in class net.sourceforge.stripes.examples.bugzooky.
MultiBugActionBean
Setter for the list of bugs.
setComponent(Component)
- Method in class net.sourceforge.stripes.examples.bugzooky.biz.
Bug
setComponents(List<Component>)
- Method in class net.sourceforge.stripes.examples.bugzooky.
AdministerComponentsActionBean
setConfirmPassword(String)
- Method in class net.sourceforge.stripes.examples.bugzooky.
RegisterActionBean
The 2nd/confirmation password entered by the user.
setContentType(String)
- Method in class net.sourceforge.stripes.examples.bugzooky.biz.
Attachment
setContext(ActionBeanContext)
- Method in class net.sourceforge.stripes.examples.ajax.
CalculatorActionBean
setContext(ActionBeanContext)
- Method in class net.sourceforge.stripes.examples.bugzooky.
BugzookyActionBean
setContext(ActionBeanContext)
- Method in class net.sourceforge.stripes.examples.quickstart.
CalculatorActionBean
setData(byte[])
- Method in class net.sourceforge.stripes.examples.bugzooky.biz.
Attachment
setDeleteIds(int[])
- Method in class net.sourceforge.stripes.examples.bugzooky.
AdministerComponentsActionBean
setDeleteIds(int[])
- Method in class net.sourceforge.stripes.examples.bugzooky.
AdministerPeopleActionBean
setDueDate(Date)
- Method in class net.sourceforge.stripes.examples.bugzooky.biz.
Bug
setEmail(String)
- Method in class net.sourceforge.stripes.examples.bugzooky.biz.
Person
Sets the person's email address.
setFirstName(String)
- Method in class net.sourceforge.stripes.examples.bugzooky.biz.
Person
Sets the first name of the user.
setId(Integer)
- Method in class net.sourceforge.stripes.examples.bugzooky.biz.
Bug
setId(Integer)
- Method in class net.sourceforge.stripes.examples.bugzooky.biz.
Component
Sets the ID of the Component.
setId(Integer)
- Method in class net.sourceforge.stripes.examples.bugzooky.biz.
Person
Sets the ID of the person.
setLastName(String)
- Method in class net.sourceforge.stripes.examples.bugzooky.biz.
Person
Sets the last name of the user.
setLongDescription(String)
- Method in class net.sourceforge.stripes.examples.bugzooky.biz.
Bug
setName(String)
- Method in class net.sourceforge.stripes.examples.bugzooky.biz.
Attachment
setName(String)
- Method in class net.sourceforge.stripes.examples.bugzooky.biz.
Component
Sets the name of the Component.
setNewAttachment(FileBean)
- Method in class net.sourceforge.stripes.examples.bugzooky.
SingleBugActionBean
setNumberOne(double)
- Method in class net.sourceforge.stripes.examples.ajax.
CalculatorActionBean
setNumberOne(double)
- Method in class net.sourceforge.stripes.examples.quickstart.
CalculatorActionBean
setNumberTwo(double)
- Method in class net.sourceforge.stripes.examples.ajax.
CalculatorActionBean
setNumberTwo(double)
- Method in class net.sourceforge.stripes.examples.quickstart.
CalculatorActionBean
setOpenDate(Date)
- Method in class net.sourceforge.stripes.examples.bugzooky.biz.
Bug
setOwner(Person)
- Method in class net.sourceforge.stripes.examples.bugzooky.biz.
Bug
setPassword(String)
- Method in class net.sourceforge.stripes.examples.bugzooky.biz.
Person
Sets the person's unencrypted password.
setPassword(String)
- Method in class net.sourceforge.stripes.examples.bugzooky.
LoginActionBean
The password of the user trying to log in.
setPeople(List<Person>)
- Method in class net.sourceforge.stripes.examples.bugzooky.
AdministerPeopleActionBean
setPercentComplete(Float)
- Method in class net.sourceforge.stripes.examples.bugzooky.biz.
Bug
setPriority(Priority)
- Method in class net.sourceforge.stripes.examples.bugzooky.biz.
Bug
setResource(String)
- Method in class net.sourceforge.stripes.examples.bugzooky.
ViewResourceActionBean
Sets the name resource to be viewed.
setResult(double)
- Method in class net.sourceforge.stripes.examples.quickstart.
CalculatorActionBean
setShortDescription(String)
- Method in class net.sourceforge.stripes.examples.bugzooky.biz.
Bug
setSize(long)
- Method in class net.sourceforge.stripes.examples.bugzooky.biz.
Attachment
setStatus(Status)
- Method in class net.sourceforge.stripes.examples.bugzooky.biz.
Bug
setTargetUrl(String)
- Method in class net.sourceforge.stripes.examples.bugzooky.
LoginActionBean
The URL the user was trying to access (null if the login page was accessed directly).
setUser(Person)
- Method in class net.sourceforge.stripes.examples.bugzooky.
BugzookyActionBeanContext
Sets the currently logged in user.
setUser(Person)
- Method in class net.sourceforge.stripes.examples.bugzooky.
RegisterActionBean
The user being registered.
setUsername(String)
- Method in class net.sourceforge.stripes.examples.bugzooky.biz.
Person
Sets the username of the user.
setUsername(String)
- Method in class net.sourceforge.stripes.examples.bugzooky.
LoginActionBean
The username of the user trying to log in.
SingleBugActionBean
- Class in
net.sourceforge.stripes.examples.bugzooky
ActionBean that provides method for editing a single bug in detail.
SingleBugActionBean()
- Constructor for class net.sourceforge.stripes.examples.bugzooky.
SingleBugActionBean
Status
- Enum in
net.sourceforge.stripes.examples.bugzooky.biz
Represents the possible statuses of a bug in the Bugzooky example application.
V
validate(ValidationErrors)
- Method in class net.sourceforge.stripes.examples.bugzooky.
RegisterActionBean
Validates that the two passwords entered match each other, and that the username entered is not already taken in the system.
validate(ValidationErrors)
- Method in class net.sourceforge.stripes.examples.bugzooky.
ViewResourceActionBean
Validates that only resources in the allowed places are asked for.
valueOf(String)
- Static method in enum net.sourceforge.stripes.examples.bugzooky.biz.
Priority
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum net.sourceforge.stripes.examples.bugzooky.biz.
Status
Returns the enum constant of this type with the specified name.
values()
- Static method in enum net.sourceforge.stripes.examples.bugzooky.biz.
Priority
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum net.sourceforge.stripes.examples.bugzooky.biz.
Status
Returns an array containing the constants of this enum type, in the order they are declared.
view()
- Method in class net.sourceforge.stripes.examples.bugzooky.
ViewResourceActionBean
Handler method which will handle a request for a resource in the web application and stream it back to the client inside of an HTML preformatted section.
ViewResourceActionBean
- Class in
net.sourceforge.stripes.examples.bugzooky
ActionBean that is used to display source files from the bugzooky web application to the user.
ViewResourceActionBean()
- Constructor for class net.sourceforge.stripes.examples.bugzooky.
ViewResourceActionBean
A
B
C
D
E
G
H
I
L
M
N
P
R
S
V
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
© Copyright 2005, Stripes Development Team.