| 
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--org.apache.struts.action.ActionForwards
ModuleConfig and ActionConfig
Encapsulate a collection of ActionForward objects that can be administered and searched, while hiding the internal implementation.
| Field Summary | |
private  org.apache.commons.collections.FastHashMap | 
forwards
Deprecated. The collection of ActionForward instances, keyed by logical name.  | 
| Constructor Summary | |
ActionForwards()
Deprecated.  | 
|
| Method Summary | |
 void | 
addForward(ActionForward forward)
Deprecated. Register a logical forwarding to the set configured for this servlet.  | 
 ActionForward | 
findForward(java.lang.String name)
Deprecated. Return the forwarding associated with the specified logical name, if any; otherwise return null. | 
 java.lang.String[] | 
findForwards()
Deprecated. Return the set of logical names for forwards defined in this collection.  | 
 boolean | 
getFast()
Deprecated. Return the "fast" mode flag.  | 
 void | 
removeForward(ActionForward forward)
Deprecated. Deregister a forwarding from the set configured for this servlet.  | 
 void | 
setFast(boolean fast)
Deprecated. Set the "fast" mode flag.  | 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
private org.apache.commons.collections.FastHashMap forwards
| Constructor Detail | 
public ActionForwards()
| Method Detail | 
public boolean getFast()
public void setFast(boolean fast)
fast - The new fast mode flagpublic void addForward(ActionForward forward)
forward - The forwarding to be addedpublic ActionForward findForward(java.lang.String name)
null.
name - Logical name of the requested forwardingpublic java.lang.String[] findForwards()
public void removeForward(ActionForward forward)
forward - The forwarding to be deregistered
  | 
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||