org.apache.empire.struts2.action
Interface ActionAccessValidator

All Known Implementing Classes:
Action, BeanDetailAction, DetailAction, EmployeeDetailAction, EmployeeListAction, LoginAction, SampleAction, WebAction

public interface ActionAccessValidator


Method Summary
 boolean hasAccess(java.lang.String method)
           
 boolean loginRequired()
           
 

Method Detail

loginRequired

boolean loginRequired()

hasAccess

boolean hasAccess(java.lang.String method)


Copyright © 2008-2009 Apache Software Foundation. All Rights Reserved.