Package org.bgerp.action.base
Class Actions.Action
java.lang.Object
org.bgerp.action.base.Actions.Action
- Enclosing class:
 Actions
Action, a class with methods, called by HTTP
- 
Method Summary
 
- 
Method Details
- 
getPath
- Returns:
 - URI path without 
.doending, e.g./user/process 
 - 
getType
- Returns:
 - action's class full name with package
 
 - 
getTypeClass
- Returns:
 - action's class
 
 - 
getId
- Returns:
 - action's path or class name, depending on 
ActionServlet.Action.pathId() 
 
 -