Package adalid.jee2.meta.proyecto.base
Class ProyectoMavenPrime
- java.lang.Object
-
- All Implemented Interfaces:
ProjectWriter,SubjectProject,Wrappable,ProjectBuilder,Artifact,JavaWebProject,SpecialEntityPack,java.lang.Comparable<Project>
- Direct Known Subclasses:
ProyectoPrime
public abstract class ProyectoMavenPrime extends ProyectoMaven
- Author:
- Jorge Campins
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static classProyectoMavenPrime.DialogPosition
-
Field Summary
Fields Modifier and Type Field Description protected static java.lang.StringDEFAULT_THEMEprotected static java.lang.StringDEFAULT_THEME_GROUP_IDprotected static java.lang.StringGOOGLE_GSON_VERSIONprotected static java.lang.StringPRIMEFACES_EXTENSIONS_VERSIONprotected static java.lang.StringPRIMEFACES_THEMEprotected static java.lang.StringPRIMEFACES_THEME_ARTIFACT_IDprotected static java.lang.StringPRIMEFACES_THEME_GROUP_IDprotected static java.lang.StringPRIMEFACES_THEME_SWITCHING_ENABLEDprotected static java.lang.StringPRIMEFACES_THEME_VERSIONprotected static java.lang.StringPRIMEFACES_VERSIONprotected static java.lang.StringVERSION_GOOGLE_GSONprotected static java.lang.StringVERSION_PRIMEFACESprotected static java.lang.StringVERSION_PRIMEFACES_EXTENSIONS-
Fields inherited from class adalid.jee2.meta.proyecto.base.ProyectoMaven
DEFAULT_SLD, DEFAULT_TLD, DEFAULT_VERSION, POM_PROPERTIES
-
Fields inherited from class adalid.jee2.meta.proyecto.base.ProyectoJava1
changePasswordBanner, consulta, consultaRecursosBasicos, CONTENT_ROOT_DIR_LINUX, CONTENT_ROOT_DIR_WINDOWS, dailyProcessSchedule, DATABASE_HOME_DIR_LINUX, DATABASE_HOME_DIR_WINDOWS, ENBG, headerLeftBanner, headerRightBanner, helpPageLogo, JAVA_HOME_DIR_LINUX, JAVA_HOME_DIR_WINDOWS, JAVA_VERSION, monthlyProcessSchedule, pageBookmarkIcon, PAKS, procesamiento, procesamientoRecursosBasicos, registro, registroRecursosBasicos, SUPPORTED_WEB_API_AUTH_METHODS, taskNotifierSchedule, TYPELESS_REALM_NAME, VERSION_JAVA, weeklyProcessSchedule, welcomePageBanner
-
Fields inherited from class adalid.jee2.meta.proyecto.base.ProyectoBase
THIRD_PARTY_DIR_LINUX, THIRD_PARTY_DIR_VERSION, THIRD_PARTY_DIR_WINDOWS, URL_ZIP_THIRD_PARTY_DIR, VERSION_THIRD_PARTY_DIR
-
Fields inherited from class adalid.core.Project
CHARACTER_KEY_MAX_LENGTH, DESCRIPTION_PROPERTY_MAX_LENGTH, EMBEDDED_DOCUMENT_MAX_LENGTH, FILE_REFERENCE_MAX_LENGTH, NAME_PROPERTY_MAX_LENGTH, STRING_FIELD_MAX_LENGTH, STRING_INDEX_MAX_LENGTH, URL_PROPERTY_MAX_LENGTH
-
Fields inherited from class adalid.core.AbstractArtifact
_de_, _of_, BR, ENGLISH, FWGTS, FWLTS, HT, PORTUGUESE, SPANISH
-
Fields inherited from interface adalid.jee2.features.SpecialEntityPack
ApplicationMessageEntityClass, SegmentSetFactoryEntityClass, TaskNotificationEntityClass, UploadedFileEntityClass, UserEntityClass, VersionEntityClass
-
-
Constructor Summary
Constructors Constructor Description ProyectoMavenPrime()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanallThemesContains(java.lang.String theme)Returnstrueif PrimeFaces all-themes jar contains the specified theme.protected java.lang.StringgetDefaultTheme()protected java.lang.StringgetDefaultThemeArtifactId()protected java.lang.StringgetDefaultThemeGroupId()protected java.lang.StringgetDefaultThemeVersion()java.lang.StringgetTheme()java.lang.StringgetThemeArtifactId()intgetThemeDialogHeightSubtrahend()ProyectoMavenPrime.DialogPositiongetThemeDialogPosition()intgetThemeDialogWidthSubtrahend()java.lang.StringgetThemeGroupId()java.lang.StringgetThemeVersion()booleanisThemeSwitchingEnabled()protected voidloadPrivateProperties(org.apache.log4j.Level level, org.apache.commons.collections.ExtendedProperties properties)booleanprimefacesJarContains(java.lang.String version, java.lang.String theme)Returnstrueif PrimeFaces jar of the specified major version (from 11 onwards) contains the specified theme.voidsetTheme(java.lang.String theme)El método setTheme se utiliza para especificar el nombre del tema de interfaz gráfica del proyecto generado.voidsetThemeArtifactId(java.lang.String artifactId)El método setThemeArtifactId se utiliza para especificar el nombre del artefacto Maven del tema de interfaz gráfica del proyecto generado.voidsetThemeDialogHeightSubtrahend(int subtrahend)El método setThemeDialogHeightSubtrahend se utiliza para especificar la cantidad de pixeles para ajustar el alto de diálogos dinámicos.voidsetThemeDialogPosition(ProyectoMavenPrime.DialogPosition position)El método setThemeDialogPosition se utiliza para especificar la posición inicial de diálogos dinámicos.voidsetThemeDialogWidthSubtrahend(int subtrahend)El método setThemeDialogWidthSubtrahend se utiliza para especificar la cantidad de pixeles para ajustar el ancho de diálogos dinámicos.voidsetThemeGroupId(java.lang.String groupId)El método setThemeGroupId se utiliza para especificar el grupo del artefacto Maven del tema de interfaz gráfica del proyecto generado.voidsetThemeSwitchingEnabled(boolean enabled)El método setThemeSwitchingEnabled se utiliza para especificar si el proyecto generado permite, o no, cambiar el tema de la interfaz gráfica.voidsetThemeVersion(java.lang.String version)El método setThemeVersion se utiliza para especificar la versión del artefacto Maven del tema de interfaz gráfica del proyecto generado.-
Methods inherited from class adalid.jee2.meta.proyecto.base.ProyectoMaven
addProjectDependency, addProjectDependency, clearProjectDependencies, clearProjectDependencies, getArtifactId, getDefaultEarProjectName, getDefaultGroupId, getDefaultPersistenceRootPackageName, getDefaultRootPackageName, getDefaultVersion, getDefaultWebApiProjectName, getDefaultWebProjectName, getGroupId, getMetaProjectObjectModel, getPomProperties, getProjectDependencies, getProjectDependencies, getVersion, getVersionNumber, readyToWrite, removeProjectDependency, removeProjectDependency, setGroupId, setVersion
-
Methods inherited from class adalid.jee2.meta.proyecto.base.ProyectoJava2
addAttributes, addDirectives, addEntitiesReferencedByPageFields, addHolidaysListBeanAttribute, addHolidaysListBeanAttribute, disablePrivateAndOtherContextEntitiesCodeGen, getHelpDocumentAttribute, getHelpFileNameAttribute, getHelpPageTextAttribute, getSpecialHelpComponentNamesList, getSpecialHelpPageNamesList, isOptionalBplCodeGen, isOptionalDafCodeGen
-
Methods inherited from class adalid.jee2.meta.proyecto.base.ProyectoJava1
addBeanAttribute, addBeanAttribute, addJobSchedule, analyze, defaultSMSProviderIs, defaultSMSProviderIsNot, getAddOnsProjectName, getDefaultAddOnsProjectName, getDefaultEjbProjectName, getDefaultGoogleRecaptchaSecretKey, getDefaultGoogleRecaptchaSiteKey, getDefaultLibDirProjectName, getDefaultLibProjectName, getDefaultOperatingSystemShellKeepTempFiles, getDefaultProjectStage, getDefaultResourcesProjectName, getDefaultRoleBasedAccessControllerName, getDefaultSecurityRealmName, getDefaultSecurityRealmType, getDefaultShortMessageServiceProvider, getDefaultSMSProvider, getDefaultWebApiAuthMethod, getDefaultWebAuthMethod, getEarProjectName, getEjbProjectName, getEntityNameBundleGetter, getEntityNameBundleGetter, getGoogleRecaptchaSecretKey, getGoogleRecaptchaSiteKey, getImageFileList, getJobScheduleList, getLibDirProjectName, getLibProjectName, getOperatingSystemShellKeepTempFiles, getPersistenceRootPackageName, getProjectChangeForgottenPasswordTimeout, getProjectStage, getResourcesProjectName, getRoleBasedAccessControllerName, getRootPackageName, getSecurityRealmName, getSecurityRealmType, getWebApiAuthMethod, getWebApiAuthMethod, getWebApiProjectName, getWebAuthMethod, getWebAuthMethod, getWebPageFileExtension, getWebProjectName, getWebSecurityPrefix, isAuthenticatedUserAutomaticRegistrationEnabled, isAuthenticatedUserAutomaticSynchronizationEnabled, isExporterShellEnabled, isFlushAfterEachDelete, isFlushAfterEachInsert, isFlushAfterEachUpdate, isInternetAccessAllowed, isMultiApplication, isProjectAssignNewPasswordEnabled, isProjectChangeForgottenPasswordEnabled, isProjectChangeOwnPasswordEnabled, isProjectMailDebuggingEnabled, isProjectMailingEnabled, isProjectRecaptchaEnabled, isProjectRecaptchaSiteVerificationDisabled, isProjectRecaptchaSiteVerificationEnabled, isProjectTextDebuggingEnabled, isProjectTextingEnabled, isReporterShellEnabled, isSingleApplication, isSqlAgentShellEnabled, isWebServicesDisabled, isWebServicesEnabled, setAddOnsProjectName, setAuthenticatedUserAutomaticRegistrationEnabled, setAuthenticatedUserAutomaticSynchronizationEnabled, setDefaultSMSProvider, setEarProjectName, setEjbProjectName, setExporterShellEnabled, setFlushAfterEachDelete, setFlushAfterEachInsert, setFlushAfterEachUpdate, setGoogleRecaptchaSecretKey, setGoogleRecaptchaSiteKey, setInternetAccessAllowed, setLibDirProjectName, setLibProjectName, setMultiApplication, setOperatingSystemShellKeepTempFiles, setPersistenceRootPackageName, setProjectAssignNewPasswordEnabled, setProjectChangeForgottenPasswordEnabled, setProjectChangeForgottenPasswordTimeout, setProjectChangeOwnPasswordEnabled, setProjectMailDebuggingEnabled, setProjectMailingEnabled, setProjectRecaptchaEnabled, setProjectRecaptchaSiteVerificationEnabled, setProjectStage, setProjectTextDebuggingEnabled, setProjectTextingEnabled, setReporterShellEnabled, setResourcesProjectName, setRoleBasedAccessControllerName, setRoleBasedAccessControllerName, setRootPackageName, setSecurityRealmName, setSecurityRealmType, setSqlAgentShellEnabled, setWebApiAuthMethod, setWebApiProjectName, setWebAuthMethod, setWebProjectName, setWebSecurityPrefix, setWebServicesEnabled
-
Methods inherited from class adalid.jee2.meta.proyecto.base.ProyectoBase
addSpecialPage, afterWriting, beforeWriting, configureBuilder, enableDictionary, enableDictionary, enableProjectBuilderDictionary, getAdalidProjectVersion, getApplicationMessageEntity, getApplicationMessageEntityClass, getBaseFolderName, getDatabaseFormerSchemaName, getDatabaseLockingMechanism, getDatabaseName, getDefaultBaseFolderName, getDefaultCrudOperationKeys, getDefaultDatabaseFormerSchemaName, getDefaultDatabaseLockingMechanism, getDefaultDatabaseName, getDefaultMessageDigestAlgorithm, getDefaultRootFolderName, getDictionaryLevel, getDictionaryLoggingLevel, getEntityKeys, getEntityNumber, getEntityNumber, getEntityNumber, getEntityParameterNumber, getEsquemaEntidadesComunes, getLastVersionCode, getMessageDigestAlgorithm, getModuleNumber, getModuleNumber, getModuleNumber, getOperationKeys, getOperationNumber, getOperationNumber, getOperationNumber, getOperationParameterNumber, getPageDataTableColumnSuffix, getPageDataTableFilterID, getPageDataTableID, getPageDetailPanelDivSuffix, getPageDetailPanelGridID, getPageDetailWritingPanelID, getPageDialogHeaderElementID, getPageFieldSuffix, getPageKeys, getPageMainFormID, getPageMessagesID, getPageNorthFormID, getPageNumber, getPageSouthFormID, getPageTreeID, getPageWizardID, getPageWizardLastStepID, getParameterKeys, getParameterNumber, getParameterNumber, getParameterNumber, getParameterNumber, getProjectObjectModel, getProjectSpecialPagesCollection, getProjectSpecialPagesMap, getRoleCodePrefix, getRootFolderName, getSegmentSetFactoryEntity, getSegmentSetFactoryEntityClass, getSpecialNativeQuerySegments, getTaskNotificationEntityClass, getUploadedFileEntity, getUploadedFileEntityClass, getUserDefinedOperationKeys, getUserEntity, getUserEntityClass, getVersionEntity, getVersionEntityClass, getVersionEnumeration, isDictionaryEnabled, isProjectBuilderDictionaryEnabled, isSqlBusinessAuditTrail, logAdalidProjectVersion, print, setApplicationMessageEntityClass, setBaseFolderName, setDatabaseFormerSchemaName, setDatabaseLockingMechanism, setDatabaseName, setDictionaryLevel, setDictionaryLoggingLevel, setMessageDigestAlgorithm, setRoleCodePrefix, setRootFolderName, setSegmentSetFactoryEntityClass, setSqlBusinessAuditTrail, setTaskNotificationEntityClass, setUploadedFileEntityClass, setUserEntityClass, setVersionEntityClass, unsetSpecialEntityClasses
-
Methods inherited from class adalid.core.Project
addArtifact, addConstructor, addEntity, addEntityAttribute, addFileExclusionPattern, addFilePreservationPattern, addForeignEntityClasses, addForeignEntityClasses, addPrivateEntityClasses, addPrivateEntityClasses, addQueryTable, annotate, assemble, attachAddAttributesMethods, attachAddAttributesMethods, build, build, clearAddAttributesMethods, clearDirectives, clearForeignEntityClasses, clearPrivateEntityClasses, clearSupportedLocales, compareTo, configureAnalyzer, configureGenerator, containsCrossReferencedExpression, evaluateEntity, fieldsToString, generate, getAcronym, getAddAttributesMethods, getAlertLevel, getAlertLoggingLevel, getAlias, getArtifacts, getBackslashedEnvironmentVariable, getBuildDate, getBuildTimestamp, getBusinessOperationConfirmationRequired, getCatalogTablesMap, getConsoleCousinOf, getConsoleSiblingOf, getConstructorsMap, getCrossReferencedExpressionsSet, getDatabaseOperationConfirmationRequired, getDefaultBooleanDisplayType, getDefaultCharacterKeyMaxLength, getDefaultDescriptionPropertyMaxLength, getDefaultEmbeddedDocumentMaxLength, getDefaultEntityCodeGenBPL, getDefaultEntityCodeGenBWS, getDefaultEntityCodeGenDAF, getDefaultEntityCodeGenFWS, getDefaultEntityCodeGenGUI, getDefaultEntityCodeGenSMC, getDefaultEntityCodeGenSQL, getDefaultFileReferenceMaxLength, getDefaultMaxDepth, getDefaultMaxRound, getDefaultNamePropertyMaxLength, getDefaultPropertyFieldSerializable, getDefaultPropertyFieldSerializableIUID, getDefaultStringFieldMaxLength, getDefaultStringIndexMaxLength, getDefaultUrlPropertyMaxLength, getDetailCousinOf, getDetailLevel, getDetailLoggingLevel, getDetailSiblingOf, getDisplayOf, getDisplaysList, getDisplaysMap, getEntitiesList, getEntitiesMap, getEntity, getEntity, getEntityReferences, getEnvironmentVariable, getEnvironmentVariables, getForeignEntityClasses, getHelpDocument, getHelpFileAutoName, getHelpFileAutoType, getHelpFileName, getHelpFileTypes, getHelpFileTypesCSV, getLocale, getLocallyDeclaredEntityClasses, getLocallyDeclaredEntityClassSimpleNames, getLocallyDeclaredEntityClassSimpleNamesArray, getMaster, getMaximumStringFieldMaxLength, getMaximumStringIndexMaxLength, getMissingValueGraphicImageName, getModule, getModuleMenuType, getModuleRoleTypes, getModuleRoleTypesNumbers, getModuleRoleTypesNumbersString, getModulesList, getModulesMap, getNullValueGraphicImageName, getPrivateEntityClasses, getProcessingConsoleAlternativeTo, getProcessingConsoleDisplayOf, getProcessingGroups, getProject, getProjectReferences, getProjectsList, getProjectsMap, getReadingDetailAlternativeTo, getReadingDetailDisplayOf, getReadingDetailDisplayOf, getReadingTableAlternativeTo, getReadingTableDisplayOf, getReadingTableDisplayOf, getReadingTreeAlternativeTo, getReadingTreeDisplayOf, getSchemasSet, getSecondaryLocales, getSlashedEnvironmentVariable, getSpecialExpressionLevel, getSpecialExpressionLoggingLevel, getSupportedLocales, getTableCousinOf, getTableSiblingOf, getTablesMap, getTrackingLevel, getTrackingLoggingLevel, getTransitionLevel, getTransitionLoggingLevel, getTreeCousinOf, getTreeSiblingOf, getTypedEntity, getTypedModule, getUnnecessaryValueGraphicImageName, getUnusualExpressionLevel, getUnusualExpressionLoggingLevel, getUserFlows, getValidFieldAnnotations, getValidTypeAnnotations, getWritingDetailAlternativeTo, getWritingDetailDisplayOf, getWritingDetailDisplayOf, getWritingTableAlternativeTo, getWritingTableDisplayOf, getWritingTableDisplayOf, getWritingTreeAlternativeTo, getWritingTreeDisplayOf, iframe, iframe, increaseErrorCount, increaseParserErrorCount, increaseParserWarningCount, increaseWarningCount, increaseWriterErrorCount, increaseWriterErrors, increaseWriterWarningCount, increaseWriterWarnings, isAcerose, isAnnotatedWithMaster, isAnnotatedWithModule, isAnnotatedWithModuleDocGen, isDatabaseDefaultValuesMustBeSingleEntityExpression, isDisablePrivateAndOtherContextEntitiesBplCodeGen, isDisablePrivateAndOtherContextEntitiesBwsCodeGen, isDisablePrivateAndOtherContextEntitiesDafCodeGen, isDisablePrivateAndOtherContextEntitiesFwsCodeGen, isFoliose, isForeignModule, isMenuModule, isMetaHelpEnabled, isMissingValueGraphicImageNameFontAwesomeClass, isModuleClassDiagramGenEnabled, isNullValueGraphicImageNameFontAwesomeClass, isPrivateModule, isRoleModule, isSpinose, isUnnecessaryValueGraphicImageNameFontAwesomeClass, isVerbose, isWarnose, loadEnvironmentVariables, loadEnvironmentVariables, loadPrivateProperties, loadPrivateProperties, loadPrivateProperties, logParserMessage, mapsToString, parse, printSummary, putEnvironmentVariable, referencesEntity, referencesEntity, referencesModule, referencesModule, referencesProject, referencesProject, setAcerose, setAlertLevel, setAlertLoggingLevel, setApplicationConsolePath, setApplicationConsolePath, setApplicationContextRoot, setApplicationContextRoot, setApplicationOrigin, setApplicationOrigin, setApplicationReadingPath, setApplicationReadingPath, setApplicationWritingPath, setApplicationWritingPath, setBootstrappingFileName, setBplCodeGenEnabled, setBplCodeGenEnabled, setBplCodeGenEnabled, setBplCodeGenEnabled, setBusinessOperationConfirmationRequired, setBwsCodeGenEnabled, setBwsCodeGenEnabled, setCSVEscape, setCSVLineEnd, setCSVNullValue, setCSVQuote, setCSVSeparator, setDafCodeGenEnabled, setDafCodeGenEnabled, setDatabaseDefaultValuesMustBeSingleEntityExpression, setDatabaseOperationConfirmationRequired, setDateFormat, setDecimalSeparator, setDefaultBooleanDisplayType, setDefaultCharacterKeyMaxLength, setDefaultDescriptionPropertyMaxLength, setDefaultEmbeddedDocumentMaxLength, setDefaultEntityCodeGenBPL, setDefaultEntityCodeGenBWS, setDefaultEntityCodeGenDAF, setDefaultEntityCodeGenFWS, setDefaultEntityCodeGenGUI, setDefaultEntityCodeGenSMC, setDefaultEntityCodeGenSQL, setDefaultFileReferenceMaxLength, setDefaultMaxDepth, setDefaultMaxRound, setDefaultNamePropertyMaxLength, setDefaultPropertyFieldSerializable, setDefaultPropertyFieldSerializableIUID, setDefaultStringFieldMaxLength, setDefaultStringIndexMaxLength, setDefaultUrlPropertyMaxLength, setDetailLevel, setDetailLoggingLevel, setDisablePrivateAndOtherContextEntitiesBplCodeGen, setDisablePrivateAndOtherContextEntitiesBwsCodeGen, setDisablePrivateAndOtherContextEntitiesDafCodeGen, setDisablePrivateAndOtherContextEntitiesFwsCodeGen, setFoliose, setForeignEntityClass, setForeignEntityClass, setForeignEntityClasses, setForeignEntityClasses, setFwsCodeGenEnabled, setFwsCodeGenEnabled, setHelpDocument, setHelpFileAutoName, setHelpFileAutoType, setHelpFileName, setLocale, setMaximumStringFieldMaxLength, setMaximumStringIndexMaxLength, setMissingValueGraphicImageName, setNullValueGraphicImageName, setPrivateEntityClass, setPrivateEntityClass, setPrivateEntityClasses, setPrivateEntityClasses, setSpecialExpressionLevel, setSpecialExpressionLoggingLevel, setSpinose, setSupportedLocales, setThousandSeparator, setTimeFormat, setTimestampFormat, settleAttributes, setTrackingLevel, setTrackingLoggingLevel, setTransitionLevel, setTransitionLoggingLevel, setUnnecessaryValueGraphicImageName, setUnusualExpressionLevel, setUnusualExpressionLoggingLevel, setVerbose, setWarnose, toString
-
Methods inherited from class adalid.core.AbstractArtifact
a, addAttribute, addAttribute, addAttribute, addAttribute, addAttribute, addAttribute, addAttribute, addAttribute, b, b, bigDecimal, bigInteger, checkName, classToString, clearAttributes, coalesce, copyLocalizedStrings, defaultLocale, depth, fa, finalise, finish, getAttribute, getAttribute, getAttributes, getAttributesArray, getAttributesArray, getAttributesKeySetByRegex, getBooleanAttribute, getBooleanAttribute, getClassPath, getDeclaringArtifact, getDeclaringEntity, getDeclaringEntityRoot, getDeclaringField, getDeclaringFieldEntityRoot, getDeclaringFieldIndex, getDeclaringFieldNamedClassSimpleName, getDeclaringFieldPersistentEntityRoot, getDeclaringFieldPersistentEntityTableRoot, getDeclaringOperation, getDeclaringPersistentEntity, getDeclaringPersistentEntityRoot, getDefaultCollectionLabel, getDefaultCollectionShortLabel, getDefaultDescription, getDefaultLabel, getDefaultLocale, getDefaultShortDescription, getDefaultShortLabel, getDefaultSymbol, getDefaultTooltip, getDefaultWrapperClass, getFullName, getIntegerAttribute, getIntegerAttribute, getIntegerAttribute, getIntegerAttribute, getKeyValuePairAttribute, getKeyValuePairAttribute, getKeyValuePairAttribute, getKeyValuePairAttribute, getLocalizedCollectionLabel, getLocalizedCollectionShortLabel, getLocalizedDescription, getLocalizedLabel, getLocalizedShortDescription, getLocalizedShortLabel, getLocalizedSymbol, getLocalizedTooltip, getName, getPartialName, getPathList, getPathString, getSqlName, getStringAttribute, getStringAttribute, getStringAttribute, getStringAttribute, getStringKeyValuePairAttribute, getStringKeyValuePairAttribute, getTrace, getValueString, getValueString, getWrapper, greaterThanZero, h1, h2, h3, h4, h5, h6, hashCodeHexString, i, i, ic, ic, isAnnotated, isClassInPath, isDeclared, isExpression, isFinalised, isFinished, isFontAwesomeClass, isInherited, isInheritedFromAbstract, isInheritedFromConcrete, isLocalizedSymbolDefined, isNotDeclared, isNotInherited, isNotInheritedFromAbstract, isNotInheritedFromConcrete, isOperation, isUnicodeSymbolClass, isValidEmbeddedDocument, isValidFieldAnnotation, isValidHelpFileName, isValidHelpFileType, isValidJavaClassName, isValidSnippetFileName, isValidTypeAnnotation, localeReadingKey, localeWritingKey, m, m, put, round, s, s, setAlias, setDefaultCollectionLabel, setDefaultCollectionShortLabel, setDefaultDescription, setDefaultLabel, setDefaultShortDescription, setDefaultShortLabel, setDefaultSymbol, setDefaultTooltip, setLocalizedCollectionLabel, setLocalizedCollectionShortLabel, setLocalizedDescription, setLocalizedLabel, setLocalizedShortDescription, setLocalizedShortLabel, setLocalizedSymbol, setLocalizedTooltip, setSqlName, setStaticAttributes, settler, setTrace, specified, specified, specified, specified, specified, specified, specified, toString, toString, toString, toString, u, u, ul, verifyExpression, verifyExpression, verifyExpression, verifyExpression, verifyExpression, verifyExpression, verifyNames, xs
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface adalid.core.jee.JavaWebProject
getWebPageFileDirectory, getWebRequestServletPath
-
-
-
-
Field Detail
-
PRIMEFACES_THEME
protected static final java.lang.String PRIMEFACES_THEME
- See Also:
- Constant Field Values
-
PRIMEFACES_THEME_GROUP_ID
protected static final java.lang.String PRIMEFACES_THEME_GROUP_ID
- See Also:
- Constant Field Values
-
PRIMEFACES_THEME_ARTIFACT_ID
protected static final java.lang.String PRIMEFACES_THEME_ARTIFACT_ID
- See Also:
- Constant Field Values
-
PRIMEFACES_THEME_VERSION
protected static final java.lang.String PRIMEFACES_THEME_VERSION
- See Also:
- Constant Field Values
-
PRIMEFACES_THEME_SWITCHING_ENABLED
protected static final java.lang.String PRIMEFACES_THEME_SWITCHING_ENABLED
- See Also:
- Constant Field Values
-
PRIMEFACES_VERSION
protected static final java.lang.String PRIMEFACES_VERSION
- See Also:
- Constant Field Values
-
PRIMEFACES_EXTENSIONS_VERSION
protected static final java.lang.String PRIMEFACES_EXTENSIONS_VERSION
- See Also:
- Constant Field Values
-
GOOGLE_GSON_VERSION
protected static final java.lang.String GOOGLE_GSON_VERSION
- See Also:
- Constant Field Values
-
VERSION_PRIMEFACES
protected static final java.lang.String VERSION_PRIMEFACES
- See Also:
- Constant Field Values
-
VERSION_PRIMEFACES_EXTENSIONS
protected static final java.lang.String VERSION_PRIMEFACES_EXTENSIONS
- See Also:
- Constant Field Values
-
VERSION_GOOGLE_GSON
protected static final java.lang.String VERSION_GOOGLE_GSON
- See Also:
- Constant Field Values
-
DEFAULT_THEME
protected static final java.lang.String DEFAULT_THEME
- See Also:
- Constant Field Values
-
DEFAULT_THEME_GROUP_ID
protected static final java.lang.String DEFAULT_THEME_GROUP_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
loadPrivateProperties
protected void loadPrivateProperties(org.apache.log4j.Level level, org.apache.commons.collections.ExtendedProperties properties)- Overrides:
loadPrivatePropertiesin classProject
-
allThemesContains
public boolean allThemesContains(java.lang.String theme)
Returnstrueif PrimeFaces all-themes jar contains the specified theme.- Parameters:
theme- theme whose presence is to be tested- Returns:
trueif PrimeFaces all-themes jar contains the specified theme
-
primefacesJarContains
public boolean primefacesJarContains(java.lang.String version, java.lang.String theme)Returnstrueif PrimeFaces jar of the specified major version (from 11 onwards) contains the specified theme.- Parameters:
version- PrimeFaces major version, from 11 onwardstheme- theme whose presence is to be tested- Returns:
trueif PrimeFaces jar of the specified major version (from 11 onwards) contains the specified theme
-
getTheme
public java.lang.String getTheme()
- Returns:
- the theme
-
setTheme
public void setTheme(java.lang.String theme)
El método setTheme se utiliza para especificar el nombre del tema de interfaz gráfica del proyecto generado. El valor predeterminado de esta propiedad es saga (campo SAGA de la clase PrimeFacesThemes).- Parameters:
theme- nombre del tema de interfaz gráfica del proyecto generado; si el proyecto generado permite cambiar el tema, este será el nombre del tema inicial. Puede utilizar como argumento los campos definidos en la clase PrimeFacesThemes.
-
getDefaultTheme
protected java.lang.String getDefaultTheme()
-
getThemeDialogWidthSubtrahend
public int getThemeDialogWidthSubtrahend()
-
setThemeDialogWidthSubtrahend
public void setThemeDialogWidthSubtrahend(int subtrahend)
El método setThemeDialogWidthSubtrahend se utiliza para especificar la cantidad de pixeles para ajustar el ancho de diálogos dinámicos.- Parameters:
subtrahend- cantidad de pixeles; debe ser un numero entre 0 y 320. El valor predeterminado es 32.
-
getThemeDialogHeightSubtrahend
public int getThemeDialogHeightSubtrahend()
-
setThemeDialogHeightSubtrahend
public void setThemeDialogHeightSubtrahend(int subtrahend)
El método setThemeDialogHeightSubtrahend se utiliza para especificar la cantidad de pixeles para ajustar el alto de diálogos dinámicos.- Parameters:
subtrahend- cantidad de pixeles; debe ser un numero entre 0 y 240. El valor predeterminado es 40.
-
getThemeDialogPosition
public ProyectoMavenPrime.DialogPosition getThemeDialogPosition()
-
setThemeDialogPosition
public void setThemeDialogPosition(ProyectoMavenPrime.DialogPosition position)
El método setThemeDialogPosition se utiliza para especificar la posición inicial de diálogos dinámicos.- Parameters:
position- elemento de la enumeración ProyectoMavenPrime.DialogPosition. El valor predeterminado es DialogPosition.CENTER.
-
getThemeGroupId
public java.lang.String getThemeGroupId()
- Returns:
- the theme group id
-
setThemeGroupId
public void setThemeGroupId(java.lang.String groupId)
El método setThemeGroupId se utiliza para especificar el grupo del artefacto Maven del tema de interfaz gráfica del proyecto generado. El valor predeterminado de esta propiedad es org.primefaces.themes.- Parameters:
groupId- grupo del artefacto Maven del tema de la interfaz gráfica del proyecto generado.
-
getDefaultThemeGroupId
protected java.lang.String getDefaultThemeGroupId()
-
getThemeArtifactId
public java.lang.String getThemeArtifactId()
- Returns:
- the theme artifact id
-
setThemeArtifactId
public void setThemeArtifactId(java.lang.String artifactId)
El método setThemeArtifactId se utiliza para especificar el nombre del artefacto Maven del tema de interfaz gráfica del proyecto generado.- Parameters:
artifactId- nombre del artefacto Maven del tema de la interfaz gráfica del proyecto generado.
-
getDefaultThemeArtifactId
protected java.lang.String getDefaultThemeArtifactId()
-
getThemeVersion
public java.lang.String getThemeVersion()
- Returns:
- the theme version
-
setThemeVersion
public void setThemeVersion(java.lang.String version)
El método setThemeVersion se utiliza para especificar la versión del artefacto Maven del tema de interfaz gráfica del proyecto generado.- Parameters:
version- versión del artefacto Maven del tema de la interfaz gráfica del proyecto generado.
-
getDefaultThemeVersion
protected java.lang.String getDefaultThemeVersion()
-
isThemeSwitchingEnabled
public boolean isThemeSwitchingEnabled()
- Returns:
- true if the theme switching is enabled; false otherwise
-
setThemeSwitchingEnabled
public void setThemeSwitchingEnabled(boolean enabled)
El método setThemeSwitchingEnabled se utiliza para especificar si el proyecto generado permite, o no, cambiar el tema de la interfaz gráfica. El valor predeterminado de esta propiedad es true (permite cambiar el tema).- Parameters:
enabled- true, si el proyecto generado permite cambiar el tema de la interfaz gráfica; de lo contrario false.
-
-