|
|||||||||
| Home >> All >> com >> RuntimeCollective >> permission >> [ form overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.RuntimeCollective.permission.form
Interface PermissibleForm

- public interface PermissibleForm
PermissibleForm represents an ActionForm which allows property level permission checking.
Use this class with caution. Property level permission checking is likely to be slow and probably isn't a good idea at all.
- Version:
- $Id: PermissibleForm.java,v 1.4 2003/09/30 15:12:50 joe Exp $
| Method Summary | |
boolean |
checkPermissions(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request,
com.RuntimeCollective.webapps.bean.User user)
Check if the specified user can submit a form of this type. |
| Method Detail |
checkPermissions
public boolean checkPermissions(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request, com.RuntimeCollective.webapps.bean.User user)
- Check if the specified user can submit a form of this type.
|
|||||||||
| Home >> All >> com >> RuntimeCollective >> permission >> [ form overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC