public interface StrutsJsp extends StrutsActionState, FrontEndView
Modifier and Type | Method and Description |
---|---|
String |
getCssFileName()
The name of the file containing specific styles for this page only.
|
String |
getDocumentationKey()
A resource message key suited for the page's documentation.
|
String |
getDocumentationValue()
A resource message value suited for the page's documentation.
|
String |
getFullPath()
The full path to this JSP page.
|
List<StrutsAction> |
getIncomingActions()
Returns all actions that possibly result in returning this page.
|
String |
getMessageKey()
The default resource message key.
|
String |
getMessageValue()
A displayable version of this page's name.
|
List<StrutsForward> |
getNonActionForwards()
The collection of outgoing forwards that are not actions.
|
String |
getOnlineHelpActionPath()
The full path to this JSP's online help action.
|
String |
getOnlineHelpKey()
The key to lookup the online help documentation.
|
String |
getOnlineHelpPagePath()
The full path to this JSP's online help page.
|
String |
getOnlineHelpValue()
The online help documentation.
|
List<StrutsParameter> |
getPageVariables()
Returns all those variables that will be present as variables in the target page.
|
String |
getTitleKey()
A resource message key suited for the page's title.
|
String |
getTitleValue()
A default resource message value suited for the page's title.
|
boolean |
isCalendarRequired()
True if this JSP contains a date field which requires a calendar popup.
|
boolean |
isDateFieldPresent()
True if any of the actions have a parameter of type Date.
|
boolean |
isStrutsJspMetaType()
Indicates the metafacade type (used for metafacade mappings).
|
boolean |
isValidationRequired()
True if at least one client/server parameter requires validation.
|
isStrutsActionStateMetaType
getActions, getAllActionParameters, getAllFormFields, getTables, getUseCase, getVariables, isFrontEndView, isFrontEndViewMetaType
getActionMethodName, getContainerActions, getControllerCalls, getExceptions, getForward, getServiceCalls, isContainedInFrontEndUseCase, isFrontEndActionStateMetaType, isServerSide
getEntry, isActionStateFacadeMetaType
getDeferrableEvents, isStateFacadeMetaType
getContainer, getIncomings, getOutgoings, getPartition, getStateMachine, isStateVertexFacadeMetaType
copyTaggedValues, findTaggedValue, findTaggedValues, getBindedFullyQualifiedName, getConstraints, getConstraints, getDocumentation, getDocumentation, getDocumentation, getFullyQualifiedName, getFullyQualifiedName, getFullyQualifiedNamePath, getId, getKeywords, getLabel, getLanguageMappings, getModel, getName, getPackage, getPackageName, getPackageName, getPackagePath, getQualifiedName, getRootPackage, getSourceDependencies, getStateMachineContext, getStereotypeNames, getStereotypes, getTaggedValues, getTargetDependencies, getTemplateParameter, getTemplateParameters, getValidationName, getValidationOwner, getVisibility, hasExactStereotype, hasKeyword, hasStereotype, initialize, isBindingDependenciesPresent, isConstraintsPresent, isDocumentationPresent, isModelElementFacadeMetaType, isReservedWord, isTemplateParametersPresent, isValidIdentifierName, translateConstraint, translateConstraints, translateConstraints, validateInvariants
boolean isStrutsJspMetaType()
true
String getCssFileName()
String getDocumentationKey()
String getDocumentationValue()
String getFullPath()
List<StrutsAction> getIncomingActions()
String getMessageKey()
String getMessageValue()
List<StrutsForward> getNonActionForwards()
String getOnlineHelpActionPath()
String getOnlineHelpKey()
String getOnlineHelpPagePath()
String getOnlineHelpValue()
List<StrutsParameter> getPageVariables()
String getTitleKey()
String getTitleValue()
boolean isCalendarRequired()
boolean isDateFieldPresent()
boolean isValidationRequired()
Copyright © 2003–2014 AndroMDA.org. All rights reserved.