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

Quick Search    Search Deep

com.RuntimeCollective.permission.form
Interface PermissibleForm  view PermissibleForm download PermissibleForm.java


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.