public class JSFViewLogicImpl extends JSFViewLogic
JSFView,
Serialized FormmetaObjectcontextRoot| Constructor and Description |
|---|
JSFViewLogicImpl(Object metaObject,
String context) |
| Modifier and Type | Method and Description |
|---|---|
protected List<JSFForward> |
handleGetActionForwards()
UML Specific type is returned in Collection, transformed by shieldedElements to AndroMDA Metafacade type
|
protected List<JSFParameter> |
handleGetBackingValueVariables()
UML Specific type is returned in Collection, transformed by shieldedElements to AndroMDA Metafacade type
|
protected String |
handleGetDocumentationKey() |
protected String |
handleGetDocumentationValue() |
protected List<FrontEndAction> |
handleGetFormActions()
UML Specific type is returned in Collection, transformed by shieldedElements to AndroMDA Metafacade type
|
protected String |
handleGetFormKey() |
protected List<ModelElementFacade> |
handleGetForwards()
UML Specific type is returned in Collection, transformed by shieldedElements to AndroMDA Metafacade type
|
protected String |
handleGetFromOutcome() |
protected String |
handleGetFullyQualifiedPageObjectClassName() |
protected String |
handleGetFullyQualifiedPageObjectClassPath() |
protected String |
handleGetFullyQualifiedPopulator() |
protected String |
handleGetMessageKey() |
protected String |
handleGetMessageValue() |
protected String |
handleGetPageObjectBeanName() |
protected String |
handleGetPageObjectClassName() |
protected String |
handleGetPath() |
protected String |
handleGetPopulator() |
protected String |
handleGetPopulatorPath() |
protected List<JSFParameter> |
handleGetTables() |
protected String |
handleGetTitleKey() |
protected String |
handleGetTitleValue() |
protected boolean |
handleIsHasNameOfUseCase() |
protected boolean |
handleIsNeedsFileUpload() |
protected boolean |
handleIsNonTableVariablesPresent() |
protected boolean |
handleIsPopulatorRequired() |
protected boolean |
handleIsPopup() |
protected boolean |
handleIsValidationRequired() |
copyTaggedValues, findTaggedValue, findTaggedValues, getActionForwards, getActionMethodName, getActions, getAllActionParameters, getAllFormFields, getBackingValueVariables, getBindedFullyQualifiedName, getConstraints, getConstraints, getContainer, getContainerActions, getControllerCalls, getDeferrableEvents, getDocumentation, getDocumentation, getDocumentation, getDocumentationKey, getDocumentationValue, getEntry, getExceptions, getFormActions, getFormKey, getForward, getForwards, getFromOutcome, getFullyQualifiedName, getFullyQualifiedName, getFullyQualifiedNamePath, getFullyQualifiedPageObjectClassName, getFullyQualifiedPageObjectClassPath, getFullyQualifiedPopulator, getId, getIncomings, getKeywords, getLabel, getLanguageMappings, getMessageKey, getMessageValue, getModel, getName, getOutgoings, getPackage, getPackageName, getPackageName, getPackagePath, getPageObjectBeanName, getPageObjectClassName, getPartition, getPath, getPopulator, getPopulatorPath, getQualifiedName, getRootPackage, getServiceCalls, getSourceDependencies, getStateMachine, getStateMachineContext, getStereotypeNames, getStereotypes, getTables, getTaggedValues, getTargetDependencies, getTemplateParameter, getTemplateParameters, getTitleKey, getTitleValue, getUseCase, getValidationName, getValidationOwner, getVariables, getVisibility, hasExactStereotype, hasKeyword, hasStereotype, initialize, isActionStateFacadeMetaType, isBindingDependenciesPresent, isConstraintsPresent, isContainedInFrontEndUseCase, isDocumentationPresent, isFrontEndActionStateMetaType, isFrontEndView, isFrontEndViewMetaType, isHasNameOfUseCase, isJSFViewMetaType, isModelElementFacadeMetaType, isNeedsFileUpload, isNonTableVariablesPresent, isPopulatorRequired, isPopup, isReservedWord, isServerSide, isStateFacadeMetaType, isStateVertexFacadeMetaType, isTemplateParametersPresent, isValidationRequired, isValidIdentifierName, resetMetafacadeContext, toString, translateConstraint, translateConstraints, translateConstraints, validateInvariantscompareTo, equals, getConfiguredProperty, getDebug, getMetafacadeContext, getMetaObject, hashCode, isConfiguredProperty, isMetafacadePropertyCachingEnabled, setMetafacadeContext, setProperty, shieldedElement, shieldedElements, THIS, validatepublic JSFViewLogicImpl(Object metaObject, String context)
metaObject - context - protected String handleGetDocumentationKey()
handleGetDocumentationKey in class JSFViewLogicJSFView.getDocumentationKey()protected String handleGetMessageKey()
handleGetMessageKey in class JSFViewLogicJSFView.getMessageKey()protected String handleGetMessageValue()
handleGetMessageValue in class JSFViewLogicJSFViewLogic.handleGetMessageValue()protected String handleGetDocumentationValue()
handleGetDocumentationValue in class JSFViewLogicJSFView.getDocumentationValue()protected String handleGetTitleKey()
handleGetTitleKey in class JSFViewLogicJSFView.getTitleKey()protected String handleGetTitleValue()
handleGetTitleValue in class JSFViewLogicJSFView.getTitleValue()protected String handleGetPath()
handleGetPath in class JSFViewLogicJSFView.getPath()protected List<ModelElementFacade> handleGetForwards()
JSFViewLogichandleGetForwards in class JSFViewLogicJSFView.getForwards()protected List<JSFParameter> handleGetTables()
JSFAction.isTableLink()protected List<JSFForward> handleGetActionForwards()
JSFViewLogichandleGetActionForwards in class JSFViewLogicJSFViewLogic.getActionForwards()protected String handleGetFullyQualifiedPopulator()
handleGetFullyQualifiedPopulator in class JSFViewLogicJSFViewLogic.getFullyQualifiedPopulator()protected String handleGetPopulator()
handleGetPopulator in class JSFViewLogicJSFViewLogic.getPopulator()protected List<FrontEndAction> handleGetFormActions()
JSFViewLogichandleGetFormActions in class JSFViewLogicJSFViewLogic.handleGetFormActions()protected String handleGetFormKey()
handleGetFormKey in class JSFViewLogicJSFView.getFormKey()protected String handleGetPopulatorPath()
handleGetPopulatorPath in class JSFViewLogicJSFView.getPopulatorPath()protected boolean handleIsPopulatorRequired()
handleIsPopulatorRequired in class JSFViewLogicJSFView.isPopulatorRequired()protected boolean handleIsValidationRequired()
handleIsValidationRequired in class JSFViewLogicJSFView.isPopulatorRequired()protected boolean handleIsPopup()
handleIsPopup in class JSFViewLogicJSFView.isPopup()protected boolean handleIsNonTableVariablesPresent()
handleIsNonTableVariablesPresent in class JSFViewLogicJSFView.isNonTableVariablesPresent()protected boolean handleIsHasNameOfUseCase()
handleIsHasNameOfUseCase in class JSFViewLogicJSFView.isHasNameOfUseCase()protected List<JSFParameter> handleGetBackingValueVariables()
JSFViewLogichandleGetBackingValueVariables in class JSFViewLogicJSFView.getBackingValueVariables()protected String handleGetFromOutcome()
handleGetFromOutcome in class JSFViewLogicJSFView.getFromOutcome()protected boolean handleIsNeedsFileUpload()
handleIsNeedsFileUpload in class JSFViewLogicJSFView.isNeedsFileUpload()protected String handleGetFullyQualifiedPageObjectClassPath()
handleGetFullyQualifiedPageObjectClassPath in class JSFViewLogicJSFView.getFullyQualifiedPageObjectClassPath()protected String handleGetFullyQualifiedPageObjectClassName()
handleGetFullyQualifiedPageObjectClassName in class JSFViewLogicJSFView.getFullyQualifiedPageObjectClassName()protected String handleGetPageObjectClassName()
handleGetPageObjectClassName in class JSFViewLogicJSFView.getPageObjectClassName()protected String handleGetPageObjectBeanName()
handleGetPageObjectBeanName in class JSFViewLogicJSFView.getPageObjectBeanName()Copyright © 2003–2014 AndroMDA.org. All rights reserved.