Java Doc for ActionMapping.java in  » Web-Framework » struts-1.3.8 » org » apache » struts » action » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Web Framework » struts 1.3.8 » org.apache.struts.action 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.apache.struts.config.ActionConfig
   org.apache.struts.action.ActionMapping

All known Subclasses:   org.apache.struts.webapp.examples.CustomActionMapping,  org.apache.struts.action.RequestActionMapping,  org.apache.struts.config.CustomMappingTest,  org.apache.struts.webapp.example2.ApplicationMapping,  org.apache.struts.webapp.example.ApplicationMapping,  org.apache.struts.action.SessionActionMapping,
ActionMapping
public class ActionMapping extends ActionConfig (Code)

An ActionMapping represents the information that the controller, RequestProcessor, knows about the mapping of a particular request to an instance of a particular Action class. The ActionMapping instance used to select a particular Action is passed on to that Action, thereby providing access to any custom configuration information included with the ActionMapping object.

Since Struts 1.1 this class extends ActionConfig.

NOTE - This class would have been deprecated and replaced by org.apache.struts.config.ActionConfig except for the fact that it is part of the public API that existing applications are using.


version:
   $Rev: 471754 $ $Date: 2005-08-26 21:58:39 -0400 (Fri, 26 Aug 2005)
version:
   $




Method Summary
public  ActionForwardfindForward(String forwardName)
    

Find and return the ForwardConfig instance defining how forwarding to the specified logical name should be handled.

public  String[]findForwards()
    

Return the logical names of all locally defined forwards for this mapping.

public  ActionForwardgetInputForward()
    



Method Detail
findForward
public ActionForward findForward(String forwardName)(Code)

Find and return the ForwardConfig instance defining how forwarding to the specified logical name should be handled. This is performed by checking local and then global configurations for the specified forwarding configuration. If no forwarding configuration can be found, return null.


Parameters:
  forwardName - Logical name of the forwarding instance to bereturned The local or global forward with the specified name.



findForwards
public String[] findForwards()(Code)

Return the logical names of all locally defined forwards for this mapping. If there are no such forwards, a zero-length array is returned.

The forward names for this action mapping.



getInputForward
public ActionForward getInputForward()(Code)

Create (if necessary) and return an ActionForward that corresponds to the input property of this Action.

The input forward for this action mapping.
since:
   Struts 1.1



Fields inherited from org.apache.struts.config.ActionConfig
protected String actionId(Code)(Java Doc)
protected String attribute(Code)(Java Doc)
protected boolean cancellable(Code)(Java Doc)
protected String catalog(Code)(Java Doc)
protected String command(Code)(Java Doc)
protected HashMap exceptions(Code)(Java Doc)
protected boolean extensionProcessed(Code)(Java Doc)
protected String forward(Code)(Java Doc)
protected HashMap forwards(Code)(Java Doc)
protected String include(Code)(Java Doc)
protected String inherit(Code)(Java Doc)
protected String input(Code)(Java Doc)
protected ModuleConfig moduleConfig(Code)(Java Doc)
protected String multipartClass(Code)(Java Doc)
protected String name(Code)(Java Doc)
protected String parameter(Code)(Java Doc)
protected String path(Code)(Java Doc)
protected String prefix(Code)(Java Doc)
protected String[] roleNames(Code)(Java Doc)
protected String roles(Code)(Java Doc)
protected String scope(Code)(Java Doc)
protected String suffix(Code)(Java Doc)
protected String type(Code)(Java Doc)
protected boolean unknown(Code)(Java Doc)
protected boolean validate(Code)(Java Doc)

Methods inherited from org.apache.struts.config.ActionConfig
public void addExceptionConfig(ExceptionConfig config)(Code)(Java Doc)
public void addForwardConfig(ForwardConfig config)(Code)(Java Doc)
protected boolean checkCircularInheritance(ModuleConfig moduleConfig)(Code)(Java Doc)
public ExceptionConfig findException(Class type)(Code)(Java Doc)
public ExceptionConfig findExceptionConfig(String type)(Code)(Java Doc)
public ExceptionConfig[] findExceptionConfigs()(Code)(Java Doc)
public ForwardConfig findForwardConfig(String name)(Code)(Java Doc)
public ForwardConfig[] findForwardConfigs()(Code)(Java Doc)
public void freeze()(Code)(Java Doc)
public String getActionId()(Code)(Java Doc)
public String getAttribute()(Code)(Java Doc)
public boolean getCancellable()(Code)(Java Doc)
public String getCatalog()(Code)(Java Doc)
public String getCommand()(Code)(Java Doc)
public String getExtends()(Code)(Java Doc)
public String getForward()(Code)(Java Doc)
public String getInclude()(Code)(Java Doc)
public String getInput()(Code)(Java Doc)
public ModuleConfig getModuleConfig()(Code)(Java Doc)
public String getMultipartClass()(Code)(Java Doc)
public String getName()(Code)(Java Doc)
public String getParameter()(Code)(Java Doc)
public String getPath()(Code)(Java Doc)
public String getPrefix()(Code)(Java Doc)
public String[] getRoleNames()(Code)(Java Doc)
public String getRoles()(Code)(Java Doc)
public String getScope()(Code)(Java Doc)
public String getSuffix()(Code)(Java Doc)
public String getType()(Code)(Java Doc)
public boolean getUnknown()(Code)(Java Doc)
public boolean getValidate()(Code)(Java Doc)
protected void inheritExceptionHandlers(ActionConfig baseConfig) throws ClassNotFoundException, IllegalAccessException, InstantiationException, InvocationTargetException(Code)(Java Doc)
protected void inheritForwards(ActionConfig baseConfig) throws ClassNotFoundException, IllegalAccessException, InstantiationException, InvocationTargetException(Code)(Java Doc)
public void inheritFrom(ActionConfig config) throws ClassNotFoundException, IllegalAccessException, InstantiationException, InvocationTargetException(Code)(Java Doc)
public boolean isExtensionProcessed()(Code)(Java Doc)
public void processExtends(ModuleConfig moduleConfig) throws ClassNotFoundException, IllegalAccessException, InstantiationException, InvocationTargetException(Code)(Java Doc)
public void removeExceptionConfig(ExceptionConfig config)(Code)(Java Doc)
public void removeForwardConfig(ForwardConfig config)(Code)(Java Doc)
public void setActionId(String actionId)(Code)(Java Doc)
public void setAttribute(String attribute)(Code)(Java Doc)
public void setCancellable(boolean cancellable)(Code)(Java Doc)
public void setCatalog(String catalog)(Code)(Java Doc)
public void setCommand(String command)(Code)(Java Doc)
public void setExtends(String inherit)(Code)(Java Doc)
public void setForward(String forward)(Code)(Java Doc)
public void setInclude(String include)(Code)(Java Doc)
public void setInput(String input)(Code)(Java Doc)
public void setModuleConfig(ModuleConfig moduleConfig)(Code)(Java Doc)
public void setMultipartClass(String multipartClass)(Code)(Java Doc)
public void setName(String name)(Code)(Java Doc)
public void setParameter(String parameter)(Code)(Java Doc)
public void setPath(String path)(Code)(Java Doc)
public void setPrefix(String prefix)(Code)(Java Doc)
public void setRoles(String roles)(Code)(Java Doc)
public void setScope(String scope)(Code)(Java Doc)
public void setSuffix(String suffix)(Code)(Java Doc)
public void setType(String type)(Code)(Java Doc)
public void setUnknown(boolean unknown)(Code)(Java Doc)
public void setValidate(boolean validate)(Code)(Java Doc)
public String toString()(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.