Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
G
I
L
N
P
R
S
U
A
addHeader(String, String)
- Method in class com.opensymphony.module.sitemesh.filter.
PageResponseWrapper
Prevent content-length being set if page is parseable.
addInheritance(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse)
- Method in class net.sf.jguard.example.struts.admin.actions.
PrincipalDispatchAction
Delete inheritance beteween two existings principals.
AuthenticationFailedAction
- Class in
net.sf.jguard.example.struts.actions
action called when authentication failed.
AuthenticationFailedAction()
- Constructor for class net.sf.jguard.example.struts.actions.
AuthenticationFailedAction
B
BaseAction
- Class in
net.sf.jguard.example.struts.actions
base action which unifies Actions and DispatchActions with the new ActionDispatcher tips.
BaseAction()
- Constructor for class net.sf.jguard.example.struts.actions.
BaseAction
C
CaptchaAction
- Class in
net.sf.jguard.example.struts.admin.actions
Struts action called with the image 'src' link, which generate CAPTCHA image.
CaptchaAction()
- Constructor for class net.sf.jguard.example.struts.admin.actions.
CaptchaAction
clone(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse)
- Method in class net.sf.jguard.example.struts.admin.actions.
PrincipalDispatchAction
clone a role(Principal).
com.opensymphony.module.sitemesh.filter
- package com.opensymphony.module.sitemesh.filter
create(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse)
- Method in class net.sf.jguard.example.struts.admin.actions.
DomainDispatchAction
create an URLDomain.
create(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse)
- Method in class net.sf.jguard.example.struts.admin.actions.
PermissionDispatchAction
create a new URLPermission.
create(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse)
- Method in class net.sf.jguard.example.struts.admin.actions.
PrincipalDispatchAction
create a new role(Principal).
create(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse)
- Method in class net.sf.jguard.example.struts.admin.actions.
UserDispatchAction
create a new user.
D
delete(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse)
- Method in class net.sf.jguard.example.struts.admin.actions.
DomainDispatchAction
delete an URLDomain.
delete(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse)
- Method in class net.sf.jguard.example.struts.admin.actions.
PermissionDispatchAction
delete permission.
delete(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse)
- Method in class net.sf.jguard.example.struts.admin.actions.
PrincipalDispatchAction
create a new role(Principal).
delete(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse)
- Method in class net.sf.jguard.example.struts.admin.actions.
UserDispatchAction
delete an user.
deleteInheritance(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse)
- Method in class net.sf.jguard.example.struts.admin.actions.
PrincipalDispatchAction
Add inheritance beteween two existings principals.
dispatcher
- Variable in class net.sf.jguard.example.struts.actions.
BaseAction
displayPrincipalGraph(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse)
- Method in class net.sf.jguard.example.struts.admin.actions.
PrincipalDispatchAction
DomainDispatchAction
- Class in
net.sf.jguard.example.struts.admin.actions
DomainDispatchAction()
- Constructor for class net.sf.jguard.example.struts.admin.actions.
DomainDispatchAction
Dummy
- Class in
net.sf.jguard.example.dwr
Dummy()
- Constructor for class net.sf.jguard.example.dwr.
Dummy
E
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse)
- Method in class net.sf.jguard.example.struts.actions.
AuthenticationFailedAction
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse)
- Method in class net.sf.jguard.example.struts.actions.
BaseAction
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse)
- Method in class net.sf.jguard.example.struts.admin.actions.
CaptchaAction
executeSafeShell(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse)
- Method in class net.sf.jguard.example.struts.admin.actions.
GroovyDispatchAction
create a new URLPermission.
executeShell(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse)
- Method in class net.sf.jguard.example.struts.admin.actions.
GroovyDispatchAction
create a new URLPermission.
G
getHello()
- Method in class net.sf.jguard.example.dwr.
Dummy
getOutputStream()
- Method in class com.opensymphony.module.sitemesh.filter.
PageResponseWrapper
getPage()
- Method in class com.opensymphony.module.sitemesh.filter.
PageResponseWrapper
getWriter()
- Method in class com.opensymphony.module.sitemesh.filter.
PageResponseWrapper
GroovyDispatchAction
- Class in
net.sf.jguard.example.struts.admin.actions
a groovy dedicated action to show how to execute code in a "safe" sandbox.
GroovyDispatchAction()
- Constructor for class net.sf.jguard.example.struts.admin.actions.
GroovyDispatchAction
I
isUsingStream()
- Method in class com.opensymphony.module.sitemesh.filter.
PageResponseWrapper
L
list(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse)
- Method in class net.sf.jguard.example.struts.admin.actions.
DomainDispatchAction
list URLDomains and permissions.
list(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse)
- Method in class net.sf.jguard.example.struts.admin.actions.
PrincipalDispatchAction
list principals (Principals).
list(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse)
- Method in class net.sf.jguard.example.struts.admin.actions.
UserDispatchAction
list users.
N
net.sf.jguard.example.dwr
- package net.sf.jguard.example.dwr
net.sf.jguard.example.struts.actions
- package net.sf.jguard.example.struts.actions
net.sf.jguard.example.struts.admin.actions
- package net.sf.jguard.example.struts.admin.actions
newUser(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse)
- Method in class net.sf.jguard.example.struts.admin.actions.
UserDispatchAction
called when you click on the button to create a user.
P
PageResponseWrapper
- Class in
com.opensymphony.module.sitemesh.filter
Implementation of HttpServletResponseWrapper that captures page data instead of sending to the writer.
PageResponseWrapper(HttpServletResponse, Factory)
- Constructor for class com.opensymphony.module.sitemesh.filter.
PageResponseWrapper
PermissionDispatchAction
- Class in
net.sf.jguard.example.struts.admin.actions
PermissionDispatchAction()
- Constructor for class net.sf.jguard.example.struts.admin.actions.
PermissionDispatchAction
PrincipalDispatchAction
- Class in
net.sf.jguard.example.struts.admin.actions
PrincipalDispatchAction()
- Constructor for class net.sf.jguard.example.struts.admin.actions.
PrincipalDispatchAction
R
read(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse)
- Method in class net.sf.jguard.example.struts.admin.actions.
PrincipalDispatchAction
read a role(Principal).
read(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse)
- Method in class net.sf.jguard.example.struts.admin.actions.
UserDispatchAction
read an user.
S
sendError(int)
- Method in class com.opensymphony.module.sitemesh.filter.
PageResponseWrapper
sendError(int, String)
- Method in class com.opensymphony.module.sitemesh.filter.
PageResponseWrapper
sendRedirect(String)
- Method in class com.opensymphony.module.sitemesh.filter.
PageResponseWrapper
setActiveOnRolePrincipal(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse)
- Method in class net.sf.jguard.example.struts.admin.actions.
UserDispatchAction
setContentLength(int)
- Method in class com.opensymphony.module.sitemesh.filter.
PageResponseWrapper
Prevent content-length being set if page is parseable.
setContentType(String)
- Method in class com.opensymphony.module.sitemesh.filter.
PageResponseWrapper
Set the content-type of the request and store it so it can be passed to the
PageParser
.
setHeader(String, String)
- Method in class com.opensymphony.module.sitemesh.filter.
PageResponseWrapper
Prevent content-length being set if page is parseable.
setServlet(ActionServlet)
- Method in class net.sf.jguard.example.struts.actions.
BaseAction
initialize some stuff (the Spring framework webAppplicationContext or another one).
setStatus(int)
- Method in class com.opensymphony.module.sitemesh.filter.
PageResponseWrapper
Prevent 'not modified' (304) HTTP status from being sent if page is parseable (so web-server/browser doesn't cache contents).
U
update(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse)
- Method in class net.sf.jguard.example.struts.admin.actions.
DomainDispatchAction
update an URLDomain name.
update(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse)
- Method in class net.sf.jguard.example.struts.admin.actions.
PermissionDispatchAction
update permission.
update(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse)
- Method in class net.sf.jguard.example.struts.admin.actions.
PrincipalDispatchAction
create a new role(Principal).
update(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse)
- Method in class net.sf.jguard.example.struts.admin.actions.
UserDispatchAction
update an user.
UserDispatchAction
- Class in
net.sf.jguard.example.struts.admin.actions
UserDispatchAction()
- Constructor for class net.sf.jguard.example.struts.admin.actions.
UserDispatchAction
A
B
C
D
E
G
I
L
N
P
R
S
U
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2004-2008. All Rights Reserved.