Java Doc for StrutsActionLogicImpl.java in  » UML » AndroMDA-3.2 » org » andromda » cartridges » bpm4struts » metafacades » 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 » UML » AndroMDA 3.2 » org.andromda.cartridges.bpm4struts.metafacades 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.andromda.cartridges.bpm4struts.metafacades.StrutsActionLogicImpl

StrutsActionLogicImpl
public class StrutsActionLogicImpl extends StrutsActionLogic (Code)
MetafacadeLogic implementation.
See Also:   org.andromda.cartridges.bpm4struts.metafacades.StrutsAction



Constructor Summary
public  StrutsActionLogicImpl(Object metaObject, String context)
    

Method Summary
public  StringgetPackageName()
     Overrides the method defined in the facade parent of StrutsAction, this is done because actions (transitions) are not directly contained in a UML namespace.
public  StringgetPackagePath()
     We override this method here to make sure the actions end-up in the same package as their use-case.
protected  StringhandleGetActionClassName()
    
protected  ListhandleGetActionExceptions()
    
protected  ListhandleGetActionFormFields()
    
protected  ListhandleGetActionForwards()
    
protected  StringhandleGetActionInput()
    
protected  StringhandleGetActionName()
    
protected  ListhandleGetActionParameters()
    
protected  java.lang.StringhandleGetActionPath()
    
protected  StringhandleGetActionPathRoot()
    
protected  java.lang.StringhandleGetActionRoles()
    
protected  StringhandleGetActionScope()
    
protected  ListhandleGetActionStates()
    
protected  ObjecthandleGetActionTrigger()
    
protected  StringhandleGetActionType()
    
protected  ObjecthandleGetController()
    
protected  ListhandleGetDecisionTransitions()
    
protected  ListhandleGetDeferredOperations()
    
protected  StringhandleGetDocumentationKey()
    
protected  StringhandleGetDocumentationValue()
    
protected  StringhandleGetFormBeanClassName()
    
protected  StringhandleGetFormBeanName()
    
protected  StringhandleGetFormBeanPackageName()
    
protected  StringhandleGetFormBeanType()
    
protected  StringhandleGetFormScope()
    
protected  StringhandleGetFormValidationMethodName()
    
protected  StringhandleGetFullActionPath()
    
protected  StringhandleGetFullFormBeanPath()
    
protected  StringhandleGetFullTilePath()
    
protected  ListhandleGetHiddenActionParameters()
    
protected  StringhandleGetImageMessageKey()
    
protected  StringhandleGetImagePath()
    
protected  java.lang.ObjecthandleGetInput()
    
protected  ListhandleGetInterUseCaseParameters(StrutsFinalState finalState)
    
protected  StringhandleGetMessageKey()
    
protected  StringhandleGetOnlineHelpKey()
    
protected  StringhandleGetOnlineHelpValue()
    
protected  ListhandleGetResettableActionParameters()
    
protected  StringhandleGetStyleId()
    
protected  StringhandleGetTableLinkColumnName()
    
protected  StringhandleGetTableLinkName()
    
protected  ObjecthandleGetTableLinkParameter()
    
protected  ListhandleGetTableNonColumnFormParameters()
    
protected  ListhandleGetTargetPages()
    
protected  ListhandleGetTransitions()
    
protected  booleanhandleIsCalendarRequired()
    
protected  booleanhandleIsDateFieldPresent()
    
protected  booleanhandleIsFormPost()
    
protected  booleanhandleIsFormScopeNone()
    
protected  booleanhandleIsFormScopeRequest()
    
protected  booleanhandleIsFormScopeSession()
    
protected  booleanhandleIsHyperlink()
    
protected  booleanhandleIsImageLink()
    
protected  booleanhandleIsMultipartFormData()
    
protected  booleanhandleIsRedirect()
    
protected  booleanhandleIsResettable()
    
protected  booleanhandleIsTableAction()
    
protected  booleanhandleIsTableLink()
    
protected  booleanhandleIsTableRowAction()
    
protected  booleanhandleIsUseCaseStart()
    
protected  booleanhandleIsValidationRequired()
    


Constructor Detail
StrutsActionLogicImpl
public StrutsActionLogicImpl(Object metaObject, String context)(Code)




Method Detail
getPackageName
public String getPackageName()(Code)
Overrides the method defined in the facade parent of StrutsAction, this is done because actions (transitions) are not directly contained in a UML namespace.



getPackagePath
public String getPackagePath()(Code)
We override this method here to make sure the actions end-up in the same package as their use-case. A transition (this class' parent type) does not have a real package as we need it here.



handleGetActionClassName
protected String handleGetActionClassName()(Code)



handleGetActionExceptions
protected List handleGetActionExceptions()(Code)



handleGetActionFormFields
protected List handleGetActionFormFields()(Code)



handleGetActionForwards
protected List handleGetActionForwards()(Code)



handleGetActionInput
protected String handleGetActionInput()(Code)



handleGetActionName
protected String handleGetActionName()(Code)



handleGetActionParameters
protected List handleGetActionParameters()(Code)



handleGetActionPath
protected java.lang.String handleGetActionPath()(Code)



handleGetActionPathRoot
protected String handleGetActionPathRoot()(Code)



handleGetActionRoles
protected java.lang.String handleGetActionRoles()(Code)

See Also:   org.andromda.cartridges.bpm4struts.metafacades.StrutsAction.getActionRoles



handleGetActionScope
protected String handleGetActionScope()(Code)



handleGetActionStates
protected List handleGetActionStates()(Code)



handleGetActionTrigger
protected Object handleGetActionTrigger()(Code)



handleGetActionType
protected String handleGetActionType()(Code)



handleGetController
protected Object handleGetController()(Code)



handleGetDecisionTransitions
protected List handleGetDecisionTransitions()(Code)



handleGetDeferredOperations
protected List handleGetDeferredOperations()(Code)



handleGetDocumentationKey
protected String handleGetDocumentationKey()(Code)



handleGetDocumentationValue
protected String handleGetDocumentationValue()(Code)



handleGetFormBeanClassName
protected String handleGetFormBeanClassName()(Code)



handleGetFormBeanName
protected String handleGetFormBeanName()(Code)



handleGetFormBeanPackageName
protected String handleGetFormBeanPackageName()(Code)



handleGetFormBeanType
protected String handleGetFormBeanType()(Code)



handleGetFormScope
protected String handleGetFormScope()(Code)

See Also:   org.andromda.cartridges.bpm4struts.metafacades.StrutsAction.getFormScope



handleGetFormValidationMethodName
protected String handleGetFormValidationMethodName()(Code)



handleGetFullActionPath
protected String handleGetFullActionPath()(Code)



handleGetFullFormBeanPath
protected String handleGetFullFormBeanPath()(Code)



handleGetFullTilePath
protected String handleGetFullTilePath()(Code)



handleGetHiddenActionParameters
protected List handleGetHiddenActionParameters()(Code)

See Also:   org.andromda.cartridges.bpm4struts.metafacades.StrutsActionLogic.handleGetHiddenActionParameters



handleGetImageMessageKey
protected String handleGetImageMessageKey()(Code)



handleGetImagePath
protected String handleGetImagePath()(Code)



handleGetInput
protected java.lang.Object handleGetInput()(Code)

See Also:   org.andromda.cartridges.bpm4struts.metafacades.StrutsAction.getInput



handleGetInterUseCaseParameters
protected List handleGetInterUseCaseParameters(StrutsFinalState finalState)(Code)



handleGetMessageKey
protected String handleGetMessageKey()(Code)



handleGetOnlineHelpKey
protected String handleGetOnlineHelpKey()(Code)



handleGetOnlineHelpValue
protected String handleGetOnlineHelpValue()(Code)



handleGetResettableActionParameters
protected List handleGetResettableActionParameters()(Code)

See Also:   org.andromda.cartridges.bpm4struts.metafacades.StrutsAction.getResettableActionParameters



handleGetStyleId
protected String handleGetStyleId()(Code)

See Also:   org.andromda.cartridges.bpm4struts.metafacades.StrutsAction.getStyleId



handleGetTableLinkColumnName
protected String handleGetTableLinkColumnName()(Code)



handleGetTableLinkName
protected String handleGetTableLinkName()(Code)



handleGetTableLinkParameter
protected Object handleGetTableLinkParameter()(Code)



handleGetTableNonColumnFormParameters
protected List handleGetTableNonColumnFormParameters()(Code)



handleGetTargetPages
protected List handleGetTargetPages()(Code)

See Also:   org.andromda.cartridges.bpm4struts.metafacades.StrutsAction.getTargetPages



handleGetTransitions
protected List handleGetTransitions()(Code)

See Also:   org.andromda.cartridges.bpm4struts.metafacades.StrutsActionLogic.getTransitions



handleIsCalendarRequired
protected boolean handleIsCalendarRequired()(Code)



handleIsDateFieldPresent
protected boolean handleIsDateFieldPresent()(Code)



handleIsFormPost
protected boolean handleIsFormPost()(Code)



handleIsFormScopeNone
protected boolean handleIsFormScopeNone()(Code)

See Also:   org.andromda.cartridges.bpm4struts.metafacades.StrutsAction.isFormScopeNone



handleIsFormScopeRequest
protected boolean handleIsFormScopeRequest()(Code)

See Also:   org.andromda.cartridges.bpm4struts.metafacades.StrutsAction.isFormScopeRequest



handleIsFormScopeSession
protected boolean handleIsFormScopeSession()(Code)

See Also:   org.andromda.cartridges.bpm4struts.metafacades.StrutsAction.isFormScopeSession



handleIsHyperlink
protected boolean handleIsHyperlink()(Code)



handleIsImageLink
protected boolean handleIsImageLink()(Code)



handleIsMultipartFormData
protected boolean handleIsMultipartFormData()(Code)



handleIsRedirect
protected boolean handleIsRedirect()(Code)

See Also:   org.andromda.cartridges.bpm4struts.metafacades.StrutsAction.isRedirect



handleIsResettable
protected boolean handleIsResettable()(Code)

See Also:   org.andromda.cartridges.bpm4struts.metafacades.StrutsAction.isResettable



handleIsTableAction
protected boolean handleIsTableAction()(Code)



handleIsTableLink
protected boolean handleIsTableLink()(Code)



handleIsTableRowAction
protected boolean handleIsTableRowAction()(Code)



handleIsUseCaseStart
protected boolean handleIsUseCaseStart()(Code)



handleIsValidationRequired
protected boolean handleIsValidationRequired()(Code)



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