|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.pebble.web.action.ActionFactory
public class ActionFactory
A factory class from which to look up and retrieve an instance of an Action class to process a specific request.
Constructor Summary | |
---|---|
ActionFactory(java.lang.String actionMappingFileName)
Creates a new instance, using the given configuration file. |
Method Summary | |
---|---|
Action |
getAction(java.lang.String name)
Given the name/type of request, this method returns the Action instance appropriate to process the request. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ActionFactory(java.lang.String actionMappingFileName)
Method Detail |
---|
public Action getAction(java.lang.String name) throws ActionNotFoundException
name
- the name (type) of the request
ActionNotFoundException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |