Java Doc for StrutsParameterLogicImpl.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
.StrutsParameterLogicImpl
StrutsParameterLogicImpl
public
class StrutsParameterLogicImpl extends StrutsParameterLogic
(Code)
MetafacadeLogic implementation.
See Also:
org.andromda.cartridges.bpm4struts.metafacades.StrutsParameter
Field Summary
final static
String
HIDDEN_INPUT_TYPE
The input type representing a 'hidden' parameter.
Constructor Summary
public
StrutsParameterLogicImpl
(
java.lang.Object
metaObject,
java.lang.String
context)
Method Summary
public
Collection
getTableColumns
()
Overridden since StrutsAction doesn't extend FrontEndAction.
public
Object
getValidationOwner
()
protected
String
handleGetBackingListName
()
protected
String
handleGetCollectionImplementationType
()
protected
String
handleGetDateFormat
()
protected
String
handleGetDocumentationKey
()
protected
String
handleGetDocumentationValue
()
protected
Integer
handleGetFieldColumnCount
()
protected
Integer
handleGetFieldRowCount
()
protected
List
handleGetFormFields
()
protected
Object
handleGetJsp
()
protected
String
handleGetLabelListName
()
protected
java.lang.String
handleGetMessageKey
()
protected
java.lang.String
handleGetMessageValue
()
protected
String
handleGetMultiboxPropertyName
()
protected
java.lang.String
handleGetNullValue
()
protected
String
handleGetOnlineHelpKey
()
protected
String
handleGetOnlineHelpValue
()
protected
int
handleGetOptionCount
()
protected
List
handleGetOptionKeys
()
protected
List
handleGetOptionValues
()
protected
String
handleGetResetName
()
protected
String
handleGetResetValue
()
protected
Object
handleGetStrutsAction
()
protected
String
handleGetStyleId
()
protected
List
handleGetTableColumnActions
(
String
columnName)
protected
String
handleGetTableColumnMessageKey
(
String
columnName)
protected
String
handleGetTableColumnMessageValue
(
String
columnName)
protected
String
handleGetTableDecoratorClassName
()
protected
String
handleGetTableDecoratorFullPath
()
protected
String
handleGetTableDecoratorFullyQualifiedName
()
protected
String
handleGetTableDecoratorPackageName
()
protected
String
handleGetTableExportTypes
()
protected
List
handleGetTableFormActions
()
protected
Object
handleGetTableGlobalActionParameter
()
protected
Collection
handleGetTableGlobalActions
()
protected
List
handleGetTableHyperlinkActions
()
protected
int
handleGetTableMaxRows
()
protected
String
handleGetTimeFormat
()
protected
java.lang.String
handleGetTitleKey
()
protected
java.lang.String
handleGetTitleValue
()
protected
java.lang.String
handleGetValidWhen
()
protected
java.util.Collection
handleGetValidatorArgs
(
java.lang.String
validatorType)
protected
String
handleGetValidatorMsgKey
()
protected
java.util.Collection
handleGetValidatorTypes
()
protected
java.util.Collection
handleGetValidatorVars
()
protected
String
handleGetValueListName
()
protected
String
handleGetValueListResetValue
()
protected
String
handleGetWidgetType
()
protected
boolean
handleIsAllGlobalTableActionsHaveSameParameter
()
protected
boolean
handleIsCalendarRequired
()
protected
boolean
handleIsCheckbox
()
protected
boolean
handleIsCombobox
()
protected
boolean
handleIsDate
()
protected
boolean
handleIsFile
()
protected
boolean
handleIsHiddenField
()
protected
boolean
handleIsHyperlink
()
protected
boolean
handleIsMultibox
()
protected
boolean
handleIsMultiple
()
protected
boolean
handleIsPassword
()
protected
boolean
handleIsRadioButton
()
protected
boolean
handleIsReadOnly
()
protected
boolean
handleIsResetRequired
()
protected
boolean
handleIsSafeNamePresent
()
protected
boolean
handleIsSelectable
()
protected
boolean
handleIsShouldReset
()
protected
boolean
handleIsSortableBy
()
protected
boolean
handleIsStrictDateFormat
()
protected
boolean
handleIsTableDecoratorRequired
()
protected
boolean
handleIsTableExportable
()
protected
boolean
handleIsTableFormActionSharingWidgets
()
protected
boolean
handleIsTableHyperlinkColumn
()
protected
boolean
handleIsTableSortable
()
protected
boolean
handleIsTextArea
()
protected
boolean
handleIsTextField
()
protected
boolean
handleIsTime
()
protected
boolean
handleIsValidationRequired
()
public
boolean
isActionParameter
()
Overridden since StrutsAction does not extend FrontEndAction.
public
boolean
isRequired
()
Override normal parameter facade required implementation.
public
boolean
isTable
()
Override to not allow selectable parameters to be considered tables.
Field Detail
HIDDEN_INPUT_TYPE
final static
String
HIDDEN_INPUT_TYPE
(Code)
The input type representing a 'hidden' parameter.
Constructor Detail
StrutsParameterLogicImpl
public
StrutsParameterLogicImpl(
java.lang.Object
metaObject,
java.lang.String
context)
(Code)
Method Detail
getTableColumns
public
Collection
getTableColumns()
(Code)
Overridden since StrutsAction doesn't extend FrontEndAction.
See Also:
org.andromda.metafacades.uml.FrontEndParameter.getTableColumns
getValidationOwner
public
Object
getValidationOwner()
(Code)
handleGetBackingListName
protected
String
handleGetBackingListName()
(Code)
handleGetCollectionImplementationType
protected
String
handleGetCollectionImplementationType()
(Code)
handleGetDateFormat
protected
String
handleGetDateFormat()
(Code)
See Also:
org.andromda.cartridges.bpm4struts.metafacades.StrutsParameter.getDateFormat
handleGetDocumentationKey
protected
String
handleGetDocumentationKey()
(Code)
handleGetDocumentationValue
protected
String
handleGetDocumentationValue()
(Code)
handleGetFieldColumnCount
protected
Integer
handleGetFieldColumnCount()
(Code)
handleGetFieldRowCount
protected
Integer
handleGetFieldRowCount()
(Code)
handleGetFormFields
protected
List
handleGetFormFields()
(Code)
handleGetJsp
protected
Object
handleGetJsp()
(Code)
handleGetLabelListName
protected
String
handleGetLabelListName()
(Code)
See Also:
org.andromda.cartridges.bpm4struts.metafacades.StrutsParameter.getLabelListName
handleGetMessageKey
protected
java.lang.String
handleGetMessageKey()
(Code)
See Also:
org.andromda.cartridges.bpm4struts.metafacades.StrutsParameter#getMessageKey()()
handleGetMessageValue
protected
java.lang.String
handleGetMessageValue()
(Code)
See Also:
org.andromda.cartridges.bpm4struts.metafacades.StrutsParameter#getMessageValue()()
handleGetMultiboxPropertyName
protected
String
handleGetMultiboxPropertyName()
(Code)
See Also:
org.andromda.cartridges.bpm4struts.metafacades.StrutsParameter.getMultiboxPropertyName
handleGetNullValue
protected
java.lang.String
handleGetNullValue()
(Code)
See Also:
org.andromda.cartridges.bpm4struts.metafacades.StrutsParameter#getResetValue()()
handleGetOnlineHelpKey
protected
String
handleGetOnlineHelpKey()
(Code)
handleGetOnlineHelpValue
protected
String
handleGetOnlineHelpValue()
(Code)
handleGetOptionCount
protected
int handleGetOptionCount()
(Code)
See Also:
org.andromda.cartridges.bpm4struts.metafacades.StrutsParameter.getOptionCount
handleGetOptionKeys
protected
List
handleGetOptionKeys()
(Code)
See Also:
org.andromda.cartridges.bpm4struts.metafacades.StrutsParameter.getOptionKeys
handleGetOptionValues
protected
List
handleGetOptionValues()
(Code)
See Also:
org.andromda.cartridges.bpm4struts.metafacades.StrutsParameter.getOptionValues
handleGetResetName
protected
String
handleGetResetName()
(Code)
See Also:
org.andromda.cartridges.bpm4struts.metafacades.StrutsParameter.getResetName
handleGetResetValue
protected
String
handleGetResetValue()
(Code)
See Also:
org.andromda.cartridges.bpm4struts.metafacades.StrutsParameter.getResetValue
handleGetStrutsAction
protected
Object
handleGetStrutsAction()
(Code)
handleGetStyleId
protected
String
handleGetStyleId()
(Code)
handleGetTableColumnActions
protected
List
handleGetTableColumnActions(
String
columnName)
(Code)
handleGetTableColumnMessageKey
protected
String
handleGetTableColumnMessageKey(
String
columnName)
(Code)
handleGetTableColumnMessageValue
protected
String
handleGetTableColumnMessageValue(
String
columnName)
(Code)
handleGetTableDecoratorClassName
protected
String
handleGetTableDecoratorClassName()
(Code)
handleGetTableDecoratorFullPath
protected
String
handleGetTableDecoratorFullPath()
(Code)
handleGetTableDecoratorFullyQualifiedName
protected
String
handleGetTableDecoratorFullyQualifiedName()
(Code)
handleGetTableDecoratorPackageName
protected
String
handleGetTableDecoratorPackageName()
(Code)
handleGetTableExportTypes
protected
String
handleGetTableExportTypes()
(Code)
handleGetTableFormActions
protected
List
handleGetTableFormActions()
(Code)
handleGetTableGlobalActionParameter
protected
Object
handleGetTableGlobalActionParameter()
(Code)
handleGetTableGlobalActions
protected
Collection
handleGetTableGlobalActions()
(Code)
handleGetTableHyperlinkActions
protected
List
handleGetTableHyperlinkActions()
(Code)
handleGetTableMaxRows
protected
int handleGetTableMaxRows()
(Code)
handleGetTimeFormat
protected
String
handleGetTimeFormat()
(Code)
See Also:
org.andromda.cartridges.bpm4struts.metafacades.StrutsParameter.getTimeFormat
handleGetTitleKey
protected
java.lang.String
handleGetTitleKey()
(Code)
See Also:
org.andromda.cartridges.bpm4struts.metafacades.StrutsParameter#getTitleKey()()
handleGetTitleValue
protected
java.lang.String
handleGetTitleValue()
(Code)
See Also:
org.andromda.cartridges.bpm4struts.metafacades.StrutsParameter#getTitleValue()()
handleGetValidWhen
protected
java.lang.String
handleGetValidWhen()
(Code)
See Also:
org.andromda.cartridges.bpm4struts.metafacades.StrutsParameter.getValidWhen
handleGetValidatorArgs
protected
java.util.Collection
handleGetValidatorArgs(
java.lang.String
validatorType)
(Code)
See Also:
org.andromda.cartridges.bpm4struts.metafacades.StrutsParameter.getValidatorArgs(java.lang.String)
handleGetValidatorMsgKey
protected
String
handleGetValidatorMsgKey()
(Code)
See Also:
org.andromda.cartridges.bpm4struts.metafacades.StrutsParameter.getValidatorMsgKey
handleGetValidatorTypes
protected
java.util.Collection
handleGetValidatorTypes()
(Code)
handleGetValidatorVars
protected
java.util.Collection
handleGetValidatorVars()
(Code)
See Also:
org.andromda.cartridges.bpm4struts.metafacades.StrutsParameter.getValidatorVars
handleGetValueListName
protected
String
handleGetValueListName()
(Code)
See Also:
org.andromda.cartridges.bpm4struts.metafacades.StrutsParameter.getValueListName
handleGetValueListResetValue
protected
String
handleGetValueListResetValue()
(Code)
handleGetWidgetType
protected
String
handleGetWidgetType()
(Code)
handleIsAllGlobalTableActionsHaveSameParameter
protected
boolean handleIsAllGlobalTableActionsHaveSameParameter()
(Code)
handleIsCalendarRequired
protected
boolean handleIsCalendarRequired()
(Code)
handleIsCheckbox
protected
boolean handleIsCheckbox()
(Code)
handleIsCombobox
protected
boolean handleIsCombobox()
(Code)
handleIsDate
protected
boolean handleIsDate()
(Code)
See Also:
org.andromda.cartridges.bpm4struts.metafacades.StrutsParameter.isDate
handleIsFile
protected
boolean handleIsFile()
(Code)
handleIsHiddenField
protected
boolean handleIsHiddenField()
(Code)
handleIsHyperlink
protected
boolean handleIsHyperlink()
(Code)
handleIsMultibox
protected
boolean handleIsMultibox()
(Code)
handleIsMultiple
protected
boolean handleIsMultiple()
(Code)
handleIsPassword
protected
boolean handleIsPassword()
(Code)
handleIsRadioButton
protected
boolean handleIsRadioButton()
(Code)
handleIsReadOnly
protected
boolean handleIsReadOnly()
(Code)
See Also:
org.andromda.cartridges.bpm4struts.metafacades.StrutsParameter.isReadOnly
handleIsResetRequired
protected
boolean handleIsResetRequired()
(Code)
See Also:
StrutsParameter.isResetRequired
handleIsSafeNamePresent
protected
boolean handleIsSafeNamePresent()
(Code)
handleIsSelectable
protected
boolean handleIsSelectable()
(Code)
handleIsShouldReset
protected
boolean handleIsShouldReset()
(Code)
See Also:
org.andromda.cartridges.bpm4struts.metafacades.StrutsParameter.isShouldReset
handleIsSortableBy
protected
boolean handleIsSortableBy()
(Code)
handleIsStrictDateFormat
protected
boolean handleIsStrictDateFormat()
(Code)
See Also:
org.andromda.cartridges.bpm4struts.metafacades.StrutsParameter.isStrictDateFormat
handleIsTableDecoratorRequired
protected
boolean handleIsTableDecoratorRequired()
(Code)
handleIsTableExportable
protected
boolean handleIsTableExportable()
(Code)
handleIsTableFormActionSharingWidgets
protected
boolean handleIsTableFormActionSharingWidgets()
(Code)
handleIsTableHyperlinkColumn
protected
boolean handleIsTableHyperlinkColumn()
(Code)
handleIsTableSortable
protected
boolean handleIsTableSortable()
(Code)
handleIsTextArea
protected
boolean handleIsTextArea()
(Code)
handleIsTextField
protected
boolean handleIsTextField()
(Code)
handleIsTime
protected
boolean handleIsTime()
(Code)
See Also:
org.andromda.cartridges.bpm4struts.metafacades.StrutsParameterLogic.handleIsTime
handleIsValidationRequired
protected
boolean handleIsValidationRequired()
(Code)
See Also:
org.andromda.cartridges.bpm4struts.metafacades.StrutsParameter.isValidationRequired
isActionParameter
public
boolean isActionParameter()
(Code)
Overridden since StrutsAction does not extend FrontEndAction.
See Also:
org.andromda.metafacades.uml.FrontEndParameter.isActionParameter
isRequired
public
boolean isRequired()
(Code)
Override normal parameter facade required implementation.
See Also:
org.andromda.metafacades.uml.ParameterFacade.isRequired
isTable
public
boolean isTable()
(Code)
Override to not allow selectable parameters to be considered tables.
See Also:
org.andromda.cartridges.bpm4struts.metafacades.StrutsParameterLogic.isTable
www.java2java.com
|
Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.