- generate(String, String, String, XmlGenerator.Entity...) - Method in class org.appng.api.support.XmlGenerator
-
- generateActions(Permissions, XmlGenerator.Entity, OutputStream) - Method in class org.appng.api.support.XmlGenerator
-
- generateActions(Permissions, XmlGenerator.Entity) - Method in class org.appng.api.support.XmlGenerator
-
- generateDatasources(XmlGenerator.Entity, OutputStream) - Method in class org.appng.api.support.XmlGenerator
-
- generateDatasources(XmlGenerator.Entity, OutputStream, String...) - Method in class org.appng.api.support.XmlGenerator
-
- generatePages(XmlGenerator.Entity, Linkpanel, OutputStream) - Method in class org.appng.api.support.XmlGenerator
-
- generatePassword() - Method in interface org.appng.api.auth.PasswordPolicy
-
Generates a new random password that matches the requirements and returns it.
- generatePassword() - Method in class org.appng.core.security.DefaultPasswordPolicy
-
- generateRootConfig(String) - Method in class org.appng.api.support.XmlGenerator
-
- GeoLocator - Interface in org.appng.tools.locator
-
- GermanSearchTermProcessor - Class in org.appng.search.searcher
-
This class is used to replace special characters from the search terms.
- GermanSearchTermProcessor() - Constructor for class org.appng.search.searcher.GermanSearchTermProcessor
-
- GermanSearchTermProcessor(Map<String, String>) - Constructor for class org.appng.search.searcher.GermanSearchTermProcessor
-
- GermanyZipCodeValidator - Class in org.appng.tools.zipcode
-
TODO insert description
- GermanyZipCodeValidator() - Constructor for class org.appng.tools.zipcode.GermanyZipCodeValidator
-
- get() - Method in class org.appng.api.search.BlockingQueueAccessor
-
Retrieves and removes the head of the queue.
This is a blocking operation!
- get(long) - Method in class org.appng.api.search.BlockingQueueAccessor
-
Retrieves and removes the head of the queue, waiting up to timeoutMillis
milliseconds if necessary.
- get(PageContext) - Static method in class org.appng.api.support.environment.DefaultEnvironment
-
Returns a fully initialized DefaultEnvironment.
- get(HttpSession) - Static method in class org.appng.api.support.environment.DefaultEnvironment
-
- get(ServletContext, ServletRequest) - Static method in class org.appng.api.support.environment.DefaultEnvironment
-
Returns a fully initialized DefaultEnvironment.
- get(ServletRequest, ServletResponse) - Static method in class org.appng.api.support.environment.DefaultEnvironment
-
Returns a fully initialized DefaultEnvironment.
- get(ServletContext, ServletRequest, ServletResponse) - Static method in class org.appng.api.support.environment.DefaultEnvironment
-
Returns a fully initialized DefaultEnvironment.
- get(ServletContext) - Static method in class org.appng.api.support.environment.DefaultEnvironment
-
- getAcceptedCerts() - Method in class org.appng.core.domain.RepositoryImpl
-
- getAcceptedTypes(String) - Method in class org.appng.api.support.ApplicationRequest
-
- getAcceptedTypes() - Method in interface org.appng.forms.FormUpload
-
Returns a
List
of accepted file-extensions (without
.
)/content-types for this
FormUpload
.
- getAcceptedTypes() - Method in class org.appng.forms.impl.FormUploadBean
-
- getAcceptedTypes(String) - Method in class org.appng.forms.impl.RequestBean
-
- getAcceptedTypes(String) - Method in interface org.appng.forms.Request
-
Returns the accepted file-extensions/content-types for the input field with the given name.
- getAction(String, String) - Method in interface org.appng.api.ApplicationConfigProvider
-
Returns the
Action
with the given
actionId
, which belongs to the
Event
with the given
eventId
.
- getAction(String, String) - Method in class org.appng.api.support.ApplicationConfigProviderImpl
-
- getAction() - Method in class org.appng.api.support.CallableAction
-
- getAction(String, String) - Method in class org.appng.testsupport.TestBase
-
- getAction() - Method in class org.appng.testsupport.validation.WritingJsonValidator.JsonWrapper
-
- getAction() - Method in class org.appng.xml.platform.Sectionelement
-
Gets the value of the action property.
- getAction() - Method in class org.appng.xml.platform.SectionelementDef
-
Gets the value of the action property.
- getActionName() - Method in interface org.appng.api.Path
-
Returns the name of the currently selected action, if present
- getActionName() - Method in class org.appng.api.PathInfo
-
- getActionName() - Method in class org.appng.xml.platform.NavigationItem
-
- getActions(String) - Method in interface org.appng.api.ApplicationConfigProvider
-
Returns a map of all
Action
s for the
Event
with the given id, using the id as the key.
- getActions(String) - Method in class org.appng.api.support.ApplicationConfigProviderImpl
-
- getActions() - Method in class org.appng.xml.platform.Event
-
Gets the value of the actions property.
- getActionValue() - Method in interface org.appng.api.Path
-
Returns the value of the currently selected action, if present
- getActionValue() - Method in class org.appng.api.PathInfo
-
- getActionValue() - Method in class org.appng.xml.platform.NavigationItem
-
- getActive() - Method in class org.appng.xml.platform.Link
-
If evaluating to true
, the link will be marked as currently active.
- getActualString() - Method in class org.appng.api.model.SimpleProperty
-
- getActualString() - Method in class org.appng.core.domain.PropertyImpl
-
- getAdditionalFields() - Method in interface org.appng.api.search.Document
-
- getAdditionalFields() - Method in class org.appng.search.indexer.SimpleDocument
-
- getAllowedFileEndings() - Method in enum org.appng.api.model.ResourceType
-
Returns an immutable set of all allowed file-endings (without '.')
- getAnalyzer() - Method in class org.appng.search.indexer.IndexConfig.ConfigEntry
-
- getAnalyzer() - Method in class org.appng.search.searcher.GermanSearchTermProcessor
-
- getAnalyzer() - Method in interface org.appng.search.searcher.SearchTermProcessor
-
- getAnalyzer() - Method in class org.appng.taglib.search.SearchPart
-
- getAnalyzerClass() - Method in class org.appng.api.search.DocumentProducer
-
- getAnalyzerClass() - Method in class org.appng.search.indexer.IndexConfig.ConfigEntry
-
- getAnalyzerClass() - Method in class org.appng.taglib.search.SearchPart
-
- getAncestorId(String) - Static method in class org.appng.api.support.DatasourceInheritanceHelper
-
returns the part of the datasource id of a datatsource for inheritance which indicates the id of the ancestor
datasource
- getApplication() - Method in interface org.appng.api.model.Permission
-
- getApplication() - Method in interface org.appng.api.model.Role
-
- getApplication(String) - Method in interface org.appng.api.model.Site
-
- getApplication(String) - Method in class org.appng.appngizer.controller.ApplicationController
-
- getApplication(String, String) - Method in class org.appng.appngizer.controller.SiteApplicationController
-
- getApplication() - Method in class org.appng.appngizer.model.xml.Applications
-
Gets the value of the application property.
- getApplication() - Method in class org.appng.appngizer.model.xml.Permission
-
Gets the value of the application property.
- getApplication() - Method in class org.appng.appngizer.model.xml.Role
-
Gets the value of the application property.
- getApplication() - Method in class org.appng.core.domain.PermissionImpl
-
- getApplication(ApplicationInfo) - Static method in class org.appng.core.domain.RepositoryImpl
-
- getApplication(ApplicationImpl, ApplicationInfo) - Static method in class org.appng.core.domain.RepositoryImpl
-
- getApplication() - Method in class org.appng.core.domain.ResourceImpl
-
- getApplication() - Method in class org.appng.core.domain.RoleImpl
-
- getApplication() - Method in class org.appng.core.domain.SiteApplication
-
- getApplication(String) - Method in class org.appng.core.domain.SiteImpl
-
- getApplication() - Method in class org.appng.core.model.ApplicationProvider
-
- getApplication() - Method in class org.appng.taglib.form.FormConfirmation
-
- getApplication() - Method in class org.appng.taglib.Permission
-
- getApplication() - Method in class org.appng.taglib.search.SearchPart
-
- getApplication() - Method in class org.appng.xml.platform.Content
-
Gets the value of the application property.
- getApplication() - Method in class org.appng.xml.platform.NavigationItem
-
The name of the application this item belongs to.
- getApplicationArchive(String, String, String) - Method in interface org.appng.core.model.RepositoryCache
-
- getApplicationArchive(String, String, String) - Method in class org.appng.core.model.RepositoryCacheFilesystem
-
- getApplicationArchive(String, String, String) - Method in class org.appng.core.model.RepositoryCacheSoap
-
- getApplicationCache() - Method in class org.appng.core.model.CacheProvider
-
Returns the root directory of the application cache.
- getApplicationCache(Nameable) - Method in class org.appng.core.model.CacheProvider
-
Returns the root application cache directory for a site.
- getApplicationCache(String) - Method in class org.appng.core.model.CacheProvider
-
Returns the root application cache directory for a site.
- getApplicationCache(Nameable, Nameable) - Method in class org.appng.core.model.CacheProvider
-
Returns the root application cache directory for an application.
- getApplicationCache(String, String) - Method in class org.appng.core.model.CacheProvider
-
Returns the root application cache directory for an application.
- getApplicationConfig() - Method in class org.appng.api.support.ApplicationRequest
-
- getApplicationConfig() - Method in class org.appng.core.model.ApplicationProvider
-
- getApplicationFolder(Environment, String) - Method in class org.appng.core.service.CoreService
-
- getApplicationForConnection(DatabaseConnection) - Method in class org.appng.core.service.CoreService
-
- getApplicationId() - Method in class org.appng.core.domain.SiteApplicationPK
-
- getApplicationIndex() - Method in interface org.appng.api.Path
-
Return the index of the element representing the
Application
name
- getApplicationIndex() - Method in class org.appng.api.PathInfo
-
- getApplicationInfo() - Method in interface org.appng.api.ApplicationConfigProvider
-
- getApplicationInfo() - Method in interface org.appng.api.model.Resources
-
- getApplicationInfo() - Method in class org.appng.api.support.ApplicationConfigProviderImpl
-
- getApplicationInfo() - Method in class org.appng.api.support.ApplicationResourceHolder
-
- getApplicationMap() - Method in class org.appng.core.domain.SiteImpl
-
- getApplicationMarshallService() - Static method in class org.appng.xml.MarshallService
-
- getApplicationName() - Method in exception org.appng.api.InvalidConfigurationException
-
Returns the name of the
Application
where the error occurred, if present.
- getApplicationName() - Method in interface org.appng.api.Path
-
Returns the name of the
Application
which is being addressed by this
Path
- getApplicationName() - Method in class org.appng.api.PathInfo
-
- getApplicationName() - Method in class org.appng.core.model.JarInfo
-
- getApplicationName() - Method in class org.appng.core.model.ThymeleafProcessor.AppNG
-
- getApplicationProvider(Site) - Method in class org.appng.core.model.AbstractRequestProcessor
-
- getApplicationProvider() - Method in class org.appng.taglib.MultiSiteSupport
-
- getApplicationRepositories() - Method in class org.appng.core.service.CoreService
-
- getApplicationRepositoryByName(String) - Method in class org.appng.core.service.CoreService
-
- getApplicationRequest(HttpServletRequest, HttpServletResponse) - Method in class org.appng.core.model.ApplicationProvider
-
- getApplicationRequest(HttpServletRequest, HttpServletResponse, boolean) - Method in class org.appng.core.model.ApplicationProvider
-
- getApplicationRoleForApplication(Integer, String) - Method in class org.appng.core.service.CoreService
-
- getApplicationRoleForApplication(String, String) - Method in class org.appng.core.service.CoreService
-
- getApplicationroles(Application) - Method in class org.appng.core.domain.SubjectImpl
-
- getApplicationRoles() - Method in class org.appng.core.service.CoreService
-
- getApplicationRolesForApplication(Integer) - Method in class org.appng.core.service.CoreService
-
- getApplicationRootConfig() - Method in interface org.appng.api.ApplicationConfigProvider
-
- getApplicationRootConfig() - Method in class org.appng.api.support.ApplicationConfigProviderImpl
-
- getApplicationRootFolder(Environment) - Method in class org.appng.core.service.CoreService
-
- getApplications() - Method in interface org.appng.api.model.Site
-
- getApplications() - Method in class org.appng.core.domain.SiteImpl
-
- getApplications() - Method in interface org.appng.core.model.RepositoryCache
-
Returns all applications found in the repository.
- getApplications() - Method in class org.appng.core.service.CoreService
-
- getApplicationSubjects() - Method in interface org.appng.api.model.Application
-
- getApplicationSubjects() - Method in class org.appng.core.domain.ApplicationImpl
-
- getApplicationSubjects() - Method in class org.appng.core.model.ApplicationProvider
-
- getApplicationSubjects(Integer, Site) - Method in class org.appng.core.service.CoreService
-
- getApplicationSubjects() - Method in class org.appng.testsupport.TestBase
-
- getApplicationSubjects() - Method in class org.appng.testsupport.TestBase.SimpleApplication
-
- getApplicationUrlParameters() - Method in interface org.appng.api.Path
-
- getApplicationUrlParameters() - Method in class org.appng.api.PathInfo
-
- getApplicationVersion() - Method in class org.appng.core.domain.ApplicationImpl
-
- getAppNGContext() - Method in class org.appng.appngizer.controller.PlatformController
-
- getAppNGVersion() - Method in interface org.appng.api.model.Identifier
-
Returns the version of appNG the
Application
is compatible with.
- getAppNGVersion() - Method in class org.appng.core.domain.ApplicationImpl
-
- getAppNGVersion() - Method in class org.appng.core.domain.Template
-
- getAppNGVersion() - Method in class org.appng.core.model.ApplicationProvider
-
- getAppNGVersion() - Method in class org.appng.core.model.PackageVersion
-
- getAppNGVersion() - Method in class org.appng.testsupport.TestBase.SimpleApplication
-
- getAppngVersion() - Method in class org.appng.xml.application.PackageInfo
-
Gets the value of the appngVersion property.
- getArgumentResolver() - Method in class org.appng.core.controller.handler.RestService
-
- getAsync() - Method in class org.appng.xml.platform.Action
-
If evaluating to
true
, the
Action
will be executed asynchronously.
- getAsync() - Method in class org.appng.xml.platform.ActionRef
-
If evaluating to
true
, the
Action
will be executed asynchronously.
- getAttachments() - Method in class org.appng.mail.impl.MailImpl
-
- getAttachments() - Method in interface org.appng.mail.Mail
-
- getAttr(String, String) - Static method in class org.appng.tools.markup.XHTML
-
Retrieves the attribute of the tag
- getAttribute(Scope, String) - Method in interface org.appng.api.Environment
-
Returns the attribute with the given name for the given
Scope
.
- getAttribute(String) - Method in interface org.appng.api.Option
-
Returns the attribute with the given name, if present.
- getAttribute(Scope, String) - Method in class org.appng.api.support.environment.DefaultEnvironment
-
- getAttribute(String) - Method in class org.appng.api.support.OptionImpl
-
- getAttributeAsInteger(String) - Method in class org.appng.api.support.OptionImpl
-
- getAttributeAsString(Scope, String) - Method in interface org.appng.api.Environment
-
Returns the string-representation of an attribute, calling toString()
on the resulting object.
- getAttributeAsString(Scope, String) - Method in class org.appng.api.support.environment.DefaultEnvironment
-
- getAttributeMap() - Method in class org.appng.api.support.OptionImpl
-
- getAttributeNames() - Method in interface org.appng.api.Option
-
Returns the names of all attributes of this option
- getAttributeNames() - Method in class org.appng.api.support.OptionImpl
-
- getAuthentication() - Method in class org.appng.xml.platform.Authentications
-
Gets the value of the authentication property.
- getAuthentications() - Method in class org.appng.xml.platform.PlatformConfig
-
Gets the value of the authentications property.
- getAuthName() - Method in interface org.appng.api.model.Account
-
Returns the username of this
Account
, e.g.
- getAuthName() - Method in class org.appng.core.domain.SubjectImpl
-
- getAuthName() - Method in class org.appng.core.model.ApplicationSubjectImpl
-
- getBaseUrl(SiteImpl, String, List<String>, String, String, String) - Method in class org.appng.taglib.ApplicationAdapter
-
- getBaseUrl() - Method in class org.appng.xml.platform.PlatformConfig
-
Gets the value of the baseUrl property.
- getBean(String, Class<T>) - Method in interface org.appng.api.model.Application
-
Retrieves the bean of the given name and type from the underlying
ApplicationContext
, if any.
- getBean(Class<T>) - Method in interface org.appng.api.model.Application
-
Returns the single bean of the given type, if any.
- getBean(String) - Method in interface org.appng.api.model.Application
-
Returns the single bean with the given name, if any.
- getBean(String, Class<T>) - Method in class org.appng.core.domain.ApplicationImpl
-
- getBean(Class<T>) - Method in class org.appng.core.domain.ApplicationImpl
-
- getBean(String) - Method in class org.appng.core.domain.ApplicationImpl
-
- getBean(Class<T>) - Method in class org.appng.core.model.ApplicationContext
-
Tries to retrieve the bean of the required type, returning
null
instead of throwing a
BeansException
if such a bean does not exist.
- getBean(String, Class<T>) - Method in class org.appng.core.model.ApplicationProvider
-
- getBean(Class<T>) - Method in class org.appng.core.model.ApplicationProvider
-
- getBean(String) - Method in class org.appng.core.model.ApplicationProvider
-
- getBean(String, Class<T>) - Method in class org.appng.testsupport.TestBase.SimpleApplication
-
- getBean(Class<T>) - Method in class org.appng.testsupport.TestBase.SimpleApplication
-
- getBean(String) - Method in class org.appng.testsupport.TestBase.SimpleApplication
-
- getBean() - Method in class org.appng.xml.platform.Action
-
Gets the value of the bean property.
- getBean() - Method in class org.appng.xml.platform.Datasource
-
Gets the value of the bean property.
- getBeanNames(Class<?>) - Method in interface org.appng.api.model.Application
-
Returns the names for all beans of the given type.
- getBeanNames(Class<?>) - Method in class org.appng.core.domain.ApplicationImpl
-
- getBeanNames(Class<?>) - Method in class org.appng.core.model.ApplicationProvider
-
- getBeanNames(Class<?>) - Method in class org.appng.testsupport.TestBase.SimpleApplication
-
- getBeanWrapper() - Method in class org.appng.api.FieldWrapper
-
Returns the
BeanWrapper
used by this
FieldWrapper
to access the property.
- getBindClass() - Method in class org.appng.xml.platform.MetaData
-
The fully qualified name of the class represented by this metadata.
- getBinding() - Method in class org.appng.api.FieldWrapper
-
- getBinding() - Method in class org.appng.xml.platform.FieldDef
-
This is the name of the property used with the JavaBeans API.
- getBinding() - Method in class org.appng.xml.platform.MetaData
-
The default binding-prefix for all
FieldDef
s of this metadata.
- getBindObject(FieldProcessor, RequestContainer, ClassLoader) - Method in interface org.appng.api.RequestSupport
-
Creates, fills and returns a new bindobject.
- getBindObject(FieldProcessor, RequestContainer, ClassLoader) - Method in class org.appng.api.support.ApplicationRequest
-
- getBindObject(FieldProcessor) - Method in class org.appng.api.support.CallableAction
-
Creates, fills and returns a new bindobject.
- getBindObject(FieldProcessor, RequestContainer, ClassLoader) - Method in class org.appng.api.support.RequestSupportImpl
-
- getBlob(String) - Method in interface org.appng.api.model.Properties
-
Returns the byte-value of the given
Property
.
- getBlob() - Method in interface org.appng.api.model.Property
-
If this Property
contains BLOB data, this data is being returned.
- getBlob() - Method in class org.appng.api.model.SimpleProperty
-
- getBlob(String) - Method in class org.appng.api.support.PropertyHolder
-
- getBlob() - Method in class org.appng.core.domain.PropertyImpl
-
- getBlobDirectories() - Method in interface org.appng.api.Path
-
Returns a
List
of all directories which are being used to store
BLOBs
- getBlobDirectories() - Method in class org.appng.api.PathInfo
-
- getBlockingCache(Site) - Static method in class org.appng.core.service.CacheService
-
Returns the
BlockingCache
instance for the selected
Site
.
- getBlockingQueue() - Method in class org.appng.api.search.BlockingQueueAccessor
-
- getBody(String, String) - Static method in class org.appng.tools.markup.XHTML
-
- getBoolean(String) - Method in interface org.appng.api.model.Properties
-
- getBoolean(String, Boolean) - Method in interface org.appng.api.model.Properties
-
- getBoolean() - Method in interface org.appng.api.model.Property
-
- getBoolean() - Method in class org.appng.api.model.SimpleProperty
-
- getBoolean(String) - Method in class org.appng.api.support.PropertyHolder
-
- getBoolean(String, Boolean) - Method in class org.appng.api.support.PropertyHolder
-
- getBoolean(String) - Method in class org.appng.api.XPathProcessor
-
Parses the given
xpathExpression
to retrieve a
Boolean
.
- getBoolean(Node, String) - Method in class org.appng.api.XPathProcessor
-
Parses the given
xpathExpression
to retrieve a
Boolean
.
- getBoolean(String) - Method in class org.appng.el.ExpressionEvaluator
-
Evaluates the given expression to a
Boolean
, if possible.
- getBytes() - Method in interface org.appng.api.model.Resource
-
- getBytes() - Method in class org.appng.core.domain.PackageArchiveImpl
-
- getBytes() - Method in class org.appng.core.domain.ResourceImpl
-
- getBytes() - Method in class org.appng.core.domain.TemplateResource
-
- getBytes() - Method in interface org.appng.core.model.PackageArchive
-
Returns the binary data of the archive's ZIP-file.
- getBytes() - Method in interface org.appng.forms.FormUpload
-
Returns the bytes of the uploaded
File
.
- getBytes() - Method in class org.appng.forms.impl.FormUploadBean
-
- getCache() - Method in class org.appng.core.model.CacheProvider
-
Returns the overall cache root directory.
- getCache(Repository) - Method in class org.appng.core.model.RepositoryCacheFactory
-
- getCachedFile() - Method in interface org.appng.api.model.Resource
-
Returns a cached version of the
Resource
s file.
- getCachedFile() - Method in class org.appng.core.domain.ResourceImpl
-
- getCachedFile() - Method in class org.appng.core.domain.TemplateResource
-
- getCacheEntries(Integer) - Method in class org.appng.core.service.CoreService
-
- getCacheManager() - Method in class org.appng.core.controller.filter.PageCacheFilter
-
- getCacheManager() - Static method in class org.appng.core.service.CacheService
-
Returns the CacheManager
instance.
- getCacheStatistics(Integer) - Method in class org.appng.core.service.CoreService
-
- getCallableAction(Object) - Method in class org.appng.testsupport.TestBase.ActionCall
-
- getCallableDataSource() - Method in class org.appng.testsupport.TestBase.DataSourceCall
-
- getCallingSite() - Method in class org.appng.taglib.MultiSiteSupport
-
- getCaptcha(OutputStream, int, int, File, String, String, Integer, String, String) - Method in class org.appng.tools.image.Captcha
-
- getCdata() - Method in class org.appng.xml.platform.TextElement
-
Gets the value of the cdata property.
- getCdataElements() - Method in class org.appng.xml.MarshallService
-
- getCert(byte[]) - Static method in class org.appng.core.security.signing.CertTools
-
- getCert() - Method in class org.appng.core.security.signing.SignatureWrapper
-
- getCert() - Method in exception org.appng.core.security.signing.SigningException
-
- getCert() - Method in class org.appng.core.xml.repository.Certification
-
Gets the value of the cert property.
- getCertification() - Method in class org.appng.core.domain.RepositoryImpl
-
- getCertification() - Method in interface org.appng.core.model.Repository
-
- getCertification() - Method in interface org.appng.core.model.RepositoryCache
-
- getCertification() - Method in class org.appng.core.model.RepositoryCacheFilesystem
-
- getCertification() - Method in class org.appng.core.model.RepositoryCacheSoap
-
- getCertification() - Method in class org.appng.core.xml.repository.GetCertificationResponse
-
Gets the value of the certification property.
- getCertification() - Method in class org.appng.core.xml.repository.Packages
-
Gets the value of the certification property.
- GetCertificationRequest - Class in org.appng.core.xml.repository
-
Java class for anonymous complex type.
- GetCertificationRequest() - Constructor for class org.appng.core.xml.repository.GetCertificationRequest
-
- GetCertificationResponse - Class in org.appng.core.xml.repository
-
Java class for anonymous complex type.
- GetCertificationResponse() - Constructor for class org.appng.core.xml.repository.GetCertificationResponse
-
- getCertPublicKey() - Method in class org.appng.core.security.signing.BaseConfig
-
- getCerts(byte[]) - Static method in class org.appng.core.security.signing.CertTools
-
- getChangedValue() - Method in class org.appng.api.model.SimpleProperty
-
- getCheckSum() - Method in interface org.appng.api.model.Resource
-
Returns the checksum of the byte data
- getChecksum() - Method in class org.appng.appngizer.model.xml.SchemaVersion
-
Gets the value of the checksum property.
- getChecksum() - Method in class org.appng.core.domain.PackageArchiveImpl
-
- getCheckSum() - Method in class org.appng.core.domain.ResourceImpl
-
- getCheckSum() - Method in class org.appng.core.domain.TemplateResource
-
- getChecksum() - Method in interface org.appng.core.model.PackageArchive
-
Returns the checksum for this archive (SHA256).
- getChecksum() - Method in class org.appng.core.xml.repository.GetPackageResponse
-
Gets the value of the checksum property.
- getChunk() - Method in class org.appng.tools.ui.Chunk
-
- getChunk() - Method in class org.appng.tools.ui.Pagination
-
- getChunk() - Method in class org.appng.xml.platform.Resultset
-
The current zero-based chunk (page-number).
- getChunkName() - Method in class org.appng.tools.ui.Chunk
-
- getChunkname() - Method in class org.appng.tools.ui.Pagination
-
- getChunkname() - Method in class org.appng.xml.platform.Resultset
-
The name of the chunk.
- getChunkSize() - Method in class org.appng.tools.ui.Chunk
-
- getChunksize() - Method in class org.appng.tools.ui.Pagination
-
- getChunksize() - Method in class org.appng.xml.platform.Resultset
-
The size of the chunk (items per page).
- getClazz() - Method in class org.appng.xml.platform.Message
-
The type of the message.
- getClazz() - Method in class org.appng.xml.platform.ValidationGroups.Group
-
Gets the value of the clazz property.
- getCliConfig() - Method in class org.appng.cli.CliEnvironment
-
Retrieves the cli configuration
- getClientValidation() - Method in class org.appng.xml.platform.Action
-
If evaluating to true
, the validation of the input-fields will be performed on the client
(where possible).
- getClientValidation() - Method in class org.appng.xml.platform.ActionRef
-
If evaluating to true
, the validation of the input-fields will be performed on the client
(where possible).
- getClob(String) - Method in interface org.appng.api.model.Properties
-
Returns the string-value of the given
Property
.
- getClob(String, String) - Method in interface org.appng.api.model.Properties
-
Returns the string-value of the given
Property
(if existing), or the default-value.
- getClob() - Method in interface org.appng.api.model.Property
-
If this Property
contains CLOB data, this data is being returned.
- getClob() - Method in class org.appng.api.model.SimpleProperty
-
- getClob(String, String) - Method in class org.appng.api.support.PropertyHolder
-
- getClob(String) - Method in class org.appng.api.support.PropertyHolder
-
- getClob() - Method in class org.appng.core.domain.PropertyImpl
-
- getColumnIndex(String) - Method in class org.appng.cli.prettytable.PrettyTable
-
- getCommand(String) - Method in class org.appng.cli.CliCommands
-
- getCondition() - Method in class org.appng.api.FieldWrapper
-
- getCondition() - Method in class org.appng.taglib.If
-
- getCondition() - Method in class org.appng.xml.platform.Action
-
Gets the value of the condition property.
- getCondition() - Method in class org.appng.xml.platform.ActionRef
-
Gets the value of the condition property.
- getCondition() - Method in class org.appng.xml.platform.DatasourceRef
-
Gets the value of the condition property.
- getCondition() - Method in class org.appng.xml.platform.FieldDef
-
Gets the value of the condition property.
- getCondition() - Method in class org.appng.xml.platform.Icon
-
The icon is only being displayed if this evaluates to true
.
- getCondition() - Method in class org.appng.xml.platform.Link
-
Gets the value of the condition property.
- getCondition() - Method in class org.appng.xml.platform.Linkpanel
-
Gets the value of the condition property.
- getCondition() - Method in class org.appng.xml.platform.TextElement
-
Gets the value of the condition property.
- getCondition() - Method in class org.appng.xml.platform.ValidationGroups.Group
-
Gets the value of the condition property.
- getConfig() - Method in class org.appng.search.json.FilterItem
-
- getConfig() - Method in class org.appng.xml.platform.Action
-
Gets the value of the config property.
- getConfig() - Method in class org.appng.xml.platform.ApplicationReference
-
Gets the value of the config property.
- getConfig() - Method in class org.appng.xml.platform.ApplicationRootConfig
-
Gets the value of the config property.
- getConfig() - Method in class org.appng.xml.platform.Datasource
-
Gets the value of the config property.
- getConfig() - Method in class org.appng.xml.platform.Event
-
Gets the value of the config property.
- getConfig() - Method in class org.appng.xml.platform.PageDefinition
-
Gets the value of the config property.
- getConfig() - Method in class org.appng.xml.platform.PageReference
-
Gets the value of the config property.
- getConfig() - Method in class org.appng.xml.platform.Platform
-
Gets the value of the config property.
- getConfig() - Method in class org.appng.xml.platform.Section
-
Gets the value of the config property.
- getConfig() - Method in class org.appng.xml.platform.SectionDef
-
Gets the value of the config property.
- getConfigurerClass() - Method in class org.appng.core.repository.config.DataSourceFactory
-
- getConfirmation() - Method in class org.appng.xml.platform.Link
-
Gets the value of the confirmation property.
- getConnection() - Method in class org.appng.core.domain.DatabaseConnection
-
- getConnection() - Method in class org.appng.testsupport.persistence.ConnectionInfo
-
- getConnectionConfig() - Method in class org.appng.core.controller.messaging.RabbitMQBase
-
- getConnectionInfo() - Static method in class org.appng.testsupport.persistence.ConnectionHelper
-
- getConnectionInfo(ConnectionHelper.DBType) - Static method in class org.appng.testsupport.persistence.ConnectionHelper
-
- getConnectionInfo() - Method in class org.appng.testsupport.persistence.DatabaseUtil
-
- getConnectTimeout() - Method in class org.appng.api.SoapClient
-
- getContent() - Method in interface org.appng.api.search.Document
-
Returns the content to be indexed.
- getContent() - Method in class org.appng.formtags.FormElement
-
- getContent() - Method in class org.appng.formtags.FormGroup
-
- getContent() - Method in class org.appng.search.indexer.SimpleDocument
-
- getContent() - Method in class org.appng.taglib.form.FormElement
-
- getContent() - Method in class org.appng.xml.platform.Icon
-
Used to define the icon for a link.
- getContent() - Method in class org.appng.xml.platform.Message
-
A single message
- getContent() - Method in class org.appng.xml.platform.Platform
-
Gets the value of the content property.
- getContent() - Method in class org.appng.xml.platform.TextElement.Xml
-
Gets the value of the content property.
- getContent() - Method in class org.appng.xml.platform.UserInputField
-
A single field the users entered a value for.
- getContentLength() - Method in class org.appng.core.controller.CacheElementBase
-
- getContentLength() - Method in class org.appng.core.model.AbstractRequestProcessor
-
- getContentLength() - Method in interface org.appng.core.model.RequestProcessor
-
Returns the content-length of the response
- getContentType() - Method in interface org.appng.api.support.HttpHeaderUtils.HttpResource
-
Returns the content-type for this resource
- getContentType() - Method in interface org.appng.api.Webservice
-
- getContentType() - Method in class org.appng.core.controller.CacheElementBase
-
- getContentType(String, String) - Static method in class org.appng.core.controller.HttpHeaders
-
- getContentType() - Method in class org.appng.core.model.AbstractRequestProcessor
-
- getContentType() - Method in class org.appng.core.model.PlatformTransformer
-
Returns the content-type of the transformation result.
- getContentType() - Method in interface org.appng.core.model.RequestProcessor
-
Returns the content-type of the response
- getContentType() - Method in interface org.appng.forms.FormUpload
-
Returns the content-type (if any) for this
FormUpload
.
- getContentType() - Method in class org.appng.forms.impl.FormUploadBean
-
- getContext() - Method in class org.appng.cli.CliEnvironment
-
- getContext() - Method in class org.appng.core.domain.ApplicationImpl
-
- getContext() - Method in interface org.appng.core.model.AccessibleApplication
-
- getContext() - Method in class org.appng.core.model.ApplicationProvider
-
- getContext(Properties) - Method in class org.appng.core.service.LdapService
-
- getContext() - Method in enum org.appng.xml.MarshallService.AppNGSchema
-
- getContextPath() - Method in interface org.appng.api.SoapService
-
Returns the contextpath (package-names) for the
JAXBContext
to be created.
- getContextPath() - Static method in class org.appng.core.model.RepositoryUtils
-
Returns the JAXB context-path org.appng.core.xml.repository
.
- getControlFile(String) - Static method in class org.appng.testsupport.validation.WritingJsonValidator
-
Reads the given control file from the classpath
- getConversionService() - Method in class org.appng.api.support.field.FieldConversionFactory
-
- getCoreService() - Method in class org.appng.cli.CliEnvironment
-
- getCoreService() - Method in class org.appng.core.service.InitializerService
-
- getCreatedOrUpdated() - Method in class org.appng.core.controller.AppngCache
-
- getCreationTime() - Method in class org.appng.core.controller.AppngCache
-
- getCreationTime() - Method in class org.appng.core.controller.Session
-
- getCurrentPath() - Method in interface org.appng.api.Path
-
Returns the current path to the application, e.g.
- getCurrentPath() - Method in class org.appng.api.PathInfo
-
- getCurrentUrl() - Method in class org.appng.xml.platform.PlatformConfig
-
Gets the value of the currentUrl property.
- getData(Site, Application, Environment, Options, Request, FieldProcessor) - Method in interface org.appng.api.DataProvider
-
Retrieves some data from the application, wrapped in a
DataContainer
.
- getData() - Method in interface org.appng.api.support.HttpHeaderUtils.HttpResource
-
retrieves the data of this resource
- getData() - Method in class org.appng.core.xml.repository.GetPackageResponse
-
Gets the value of the data property.
- getData() - Method in class org.appng.search.json.FilterItem
-
- getData() - Method in class org.appng.search.json.Part
-
- getData() - Method in class org.appng.search.json.Results
-
- getData() - Method in class org.appng.tools.poi.WorkBookHelper
-
- getData() - Method in class org.appng.xml.platform.Action
-
Gets the value of the data property.
- getData() - Method in class org.appng.xml.platform.Datasource
-
Gets the value of the data property.
- getDatabase() - Method in class org.appng.appngizer.model.xml.Databases
-
Gets the value of the database property.
- getDatabaseConnection(String, Integer) - Method in class org.appng.appngizer.controller.DatabaseController
-
- getDatabaseConnection() - Method in class org.appng.core.domain.SiteApplication
-
- getDatabaseConnection() - Method in class org.appng.core.model.ApplicationProvider
-
- getDatabaseConnection(Integer, boolean) - Method in class org.appng.core.service.CoreService
-
- getDatabaseConnection(SiteImpl, ApplicationImpl) - Method in class org.appng.core.service.CoreService
-
- getDatabaseConnectionForApplication(String, String) - Method in class org.appng.appngizer.controller.DatabaseController
-
- getDatabaseConnections(String) - Method in class org.appng.appngizer.controller.DatabaseController
-
- getDatabaseConnections(Integer, FieldProcessor) - Method in class org.appng.core.service.CoreService
-
- getDatabaseConnectionsForSite(Integer) - Method in class org.appng.core.service.CoreService
-
- getDatabaseConnectionString(String) - Method in class org.appng.core.domain.DatabaseConnection
-
- getDatabaseForSiteAndApplication(SiteImpl, ApplicationImpl) - Method in interface org.appng.core.repository.SiteApplicationRepository
-
- getDatabaseName() - Method in class org.appng.testsupport.persistence.HsqlServerFactoryBean
-
- getDatabasePath() - Method in class org.appng.testsupport.persistence.HsqlServerFactoryBean
-
- getDatabaseStatus() - Method in class org.appng.appngizer.controller.ControllerBase
-
- getDatasource(String) - Method in interface org.appng.api.ApplicationConfigProvider
-
Returns the
Datasource
with the given id, if present.
- getDatasource(String) - Method in class org.appng.api.support.ApplicationConfigProviderImpl
-
- getDatasource() - Method in class org.appng.api.support.CallableDataSource
-
- getDataSource() - Method in interface org.appng.core.repository.config.DatasourceConfigurer
-
- getDataSource() - Method in class org.appng.core.repository.config.DataSourceFactory
-
- getDataSource() - Method in class org.appng.core.repository.config.HikariCPConfigurer
-
- getDataSource() - Method in class org.appng.core.repository.config.TomcatJdbcConfigurer
-
- getDataSource(DatabaseConnection) - Method in class org.appng.core.service.MigrationService
-
- getDataSource(String, String, String) - Method in class org.appng.core.service.MigrationService
-
- getDataSource(String) - Method in class org.appng.testsupport.TestBase
-
- getDatasource() - Method in class org.appng.testsupport.validation.WritingJsonValidator.JsonWrapper
-
- getDatasource() - Method in class org.appng.xml.application.Datasources
-
Gets the value of the datasource property.
- getDatasource() - Method in class org.appng.xml.platform.Action
-
Gets the value of the datasource property.
- getDatasource() - Method in class org.appng.xml.platform.Sectionelement
-
Gets the value of the datasource property.
- getDatasource() - Method in class org.appng.xml.platform.SectionelementDef
-
Gets the value of the datasource property.
- getDataSourceClassName() - Method in enum org.appng.core.domain.DatabaseConnection.DatabaseType
-
fully qualified class-name of the javax.sql.DataSource
for this type
- getDatasourceList() - Method in class org.appng.xml.platform.Datasources
-
Gets the value of the datasourceList property.
- getDataSources() - Method in interface org.appng.api.ApplicationConfigProvider
-
Returns a map of all
Datasource
s, using the id as the key.
- getDataSources() - Method in class org.appng.api.support.ApplicationConfigProviderImpl
-
- getDatasources() - Method in class org.appng.core.model.PackageVersion
-
- getDatasources() - Method in class org.appng.xml.application.ApplicationInfo
-
Gets the value of the datasources property.
- getDate() - Method in interface org.appng.api.search.Document
-
- getDate() - Method in class org.appng.core.controller.messaging.NodeEvent.NodeState
-
- getDate(PackageInfo) - Static method in class org.appng.core.model.RepositoryUtils
-
- getDate() - Method in class org.appng.search.indexer.SimpleDocument
-
- getDate() - Method in class org.appng.search.json.Result
-
- getDateFormat() - Method in class org.appng.search.searcher.SearchFormatter
-
- getDatePattern() - Method in class org.appng.api.support.XmlGenerator
-
- getDateSelection(String, String, String, String) - Method in class org.appng.api.support.SelectionFactory
-
- getDbVersion() - Method in class org.appng.appngizer.model.xml.Database
-
Gets the value of the dbVersion property.
- getDebugFilePrefix(TransformerException, String) - Method in class org.appng.core.model.PlatformTransformer
-
- getDecimalSeparator() - Method in class org.appng.xml.platform.Localization
-
Gets the value of the decimalSeparator property.
- getDefault() - Static method in enum org.appng.core.model.RepositoryMode
-
- getDefault() - Static method in enum org.appng.core.model.RepositoryType
-
- getDefault() - Method in class org.appng.xml.platform.Link
-
- getDefault() - Method in class org.appng.xml.platform.Param
-
The default-value for this parameter.
- getDefaultAnalyzer() - Static method in class org.appng.search.Search
-
- getDefaultAnalyzerClass() - Static method in class org.appng.search.Search
-
- getDefaultCellstyle() - Method in class org.appng.tools.poi.WorkBookHelper
-
- getDefaultDriver() - Method in enum org.appng.core.domain.DatabaseConnection.DatabaseType
-
fully qualified class-name of the java.sql.Driver
for this type
- getDefaultIfNull(T, T) - Method in class org.appng.api.support.RequestSupportImpl
-
- getDefaultPage() - Method in interface org.appng.api.ApplicationConfigProvider
-
Returns the id of the default-page, which is the
PageDefinition
with the type '
index
'.
- getDefaultPage() - Method in class org.appng.api.support.ApplicationConfigProviderImpl
-
- getDefaultPasswordHandler(AuthSubject) - Method in class org.appng.core.service.CoreService
-
Returns the default password manager which should be used to handle all passwords.
- getDefaultString() - Method in interface org.appng.api.model.Property
-
Returns the default
String
-value of this
Property
.
- getDefaultString() - Method in class org.appng.api.model.SimpleProperty
-
- getDefaultString() - Method in class org.appng.core.domain.PropertyImpl
-
- getDefaultValidationQuery() - Method in enum org.appng.core.domain.DatabaseConnection.DatabaseType
-
the default validation query
- getDefaultValue() - Method in class org.appng.appngizer.model.xml.Property
-
Gets the value of the defaultValue property.
- getDesc() - Method in class org.appng.taglib.form.FormElement
-
- getDescendantId(String) - Static method in class org.appng.api.support.DatasourceInheritanceHelper
-
returns the part of the datasource id of a datatsource for inheritance which indicates the final id of the
descendant
- getDescription() - Method in interface org.appng.api.model.Nameable
-
Returns the description.
- getDescription() - Method in interface org.appng.api.model.Property
-
Returns the description of this Property
.
- getDescription() - Method in class org.appng.api.model.SimpleProperty
-
- getDescription() - Method in interface org.appng.api.ScheduledJob
-
Returns the description for this job.
- getDescription() - Method in interface org.appng.api.search.Document
-
Returns the description of this
Document
.
- getDescription() - Method in class org.appng.appngizer.model.xml.Group
-
Gets the value of the description property.
- getDescription() - Method in class org.appng.appngizer.model.xml.Permission
-
Gets the value of the description property.
- getDescription() - Method in class org.appng.appngizer.model.xml.Property
-
Gets the value of the description property.
- getDescription() - Method in class org.appng.appngizer.model.xml.Repository
-
Gets the value of the description property.
- getDescription() - Method in class org.appng.appngizer.model.xml.Role
-
Gets the value of the description property.
- getDescription() - Method in class org.appng.appngizer.model.xml.SchemaVersion
-
Gets the value of the description property.
- getDescription() - Method in class org.appng.appngizer.model.xml.Site
-
Gets the value of the description property.
- getDescription() - Method in class org.appng.appngizer.model.xml.Subject
-
Gets the value of the description property.
- getDescription() - Method in class org.appng.core.domain.ApplicationImpl
-
- getDescription() - Method in class org.appng.core.domain.DatabaseConnection
-
- getDescription() - Method in class org.appng.core.domain.GroupImpl
-
- getDescription() - Method in class org.appng.core.domain.PermissionImpl
-
- getDescription() - Method in class org.appng.core.domain.PropertyImpl
-
- getDescription() - Method in class org.appng.core.domain.RepositoryImpl
-
- getDescription() - Method in class org.appng.core.domain.ResourceImpl
-
- getDescription() - Method in class org.appng.core.domain.RoleImpl
-
- getDescription() - Method in class org.appng.core.domain.SiteImpl
-
- getDescription() - Method in class org.appng.core.domain.SubjectImpl
-
- getDescription() - Method in class org.appng.core.domain.Template
-
- getDescription() - Method in class org.appng.core.domain.TemplateResource
-
- getDescription() - Method in class org.appng.core.model.ApplicationProvider
-
- getDescription() - Method in class org.appng.core.model.PackageVersion
-
- getDescription() - Method in class org.appng.search.indexer.SimpleDocument
-
- getDescription() - Method in class org.appng.testsupport.TestBase.SimpleApplication
-
- getDescription() - Method in class org.appng.xml.application.PackageInfo
-
Gets the value of the description property.
- getDescription() - Method in class org.appng.xml.application.Property
-
Gets the value of the description property.
- getDescription() - Method in class org.appng.xml.application.Role
-
Gets the value of the description property.
- getDescription() - Method in class org.appng.xml.platform.Config
-
Gets the value of the description property.
- getDescription() - Method in class org.appng.xml.platform.TextElement
-
Gets the value of the description property.
- getDescriptionFor(String) - Method in interface org.appng.api.model.Properties
-
Returns the description for the
Property
with the given name, if any
- getDescriptionFor(String) - Method in class org.appng.api.support.PropertyHolder
-
- getDetaildErrors() - Method in class org.appng.api.support.ConfigValidator
-
- getDigest() - Method in interface org.appng.api.model.AuthSubject
-
- getDigest() - Method in class org.appng.appngizer.model.xml.Subject
-
Gets the value of the digest property.
- getDigest() - Method in class org.appng.core.domain.RepositoryImpl
-
- getDigest() - Method in class org.appng.core.domain.SubjectImpl
-
- getDigest() - Method in interface org.appng.core.model.Repository
-
The digest for this repository, used for local published repositories to grant remote accesss
- getDigest(String, String) - Static method in class org.appng.core.security.DigestUtil
-
Creates and returns a digest.
- getDigest(String, String) - Method in interface org.appng.core.security.SaltedDigest
-
Returns a salted hash of the submitted secret.
- getDigest(String, String) - Method in class org.appng.core.security.SaltedDigestSha1
-
- getDigest() - Method in class org.appng.core.xml.repository.GetCertificationRequest
-
Gets the value of the digest property.
- getDigest() - Method in class org.appng.core.xml.repository.GetPackageRequest
-
Gets the value of the digest property.
- getDigest() - Method in class org.appng.core.xml.repository.GetPackagesRequest
-
Gets the value of the digest property.
- getDigest() - Method in class org.appng.core.xml.repository.GetPackageVersionsRequest
-
Gets the value of the digest property.
- getDigits() - Method in class org.appng.xml.platform.Validation
-
Gets the value of the digits property.
- getDisplayLength() - Method in class org.appng.api.FieldWrapper
-
- getDisplayLength() - Method in class org.appng.xml.platform.FieldDef
-
The maximum number of characters when displaying the field's value as string.
- getDisplayName() - Method in interface org.appng.api.model.Identifier
-
Returns the display name.
- getDisplayName() - Method in class org.appng.appngizer.model.xml.Application
-
Gets the value of the displayName property.
- getDisplayName() - Method in class org.appng.appngizer.model.xml.Package
-
Gets the value of the displayName property.
- getDisplayName() - Method in class org.appng.core.domain.ApplicationImpl
-
- getDisplayName() - Method in class org.appng.core.domain.Template
-
- getDisplayName() - Method in class org.appng.core.model.ApplicationProvider
-
- getDisplayName() - Method in class org.appng.core.model.InstallablePackage
-
- getDisplayName() - Method in class org.appng.core.model.PackageVersion
-
- getDisplayName() - Method in class org.appng.core.model.PackageWrapper
-
- getDisplayName() - Method in class org.appng.core.xml.repository.Package
-
Display name of the current release or snapshot.
- getDisplayName() - Method in class org.appng.testsupport.TestBase.SimpleApplication
-
- getDisplayName() - Method in class org.appng.xml.application.PackageInfo
-
Gets the value of the displayName property.
- getDocId() - Method in interface org.appng.api.search.Document
-
- getDocId() - Method in class org.appng.search.indexer.SimpleDocument
-
- getDocument() - Method in class org.appng.api.search.DocumentEvent
-
- getDocument() - Method in class org.appng.api.XPathProcessor
-
- getDocumentBuilder() - Method in class org.appng.xml.transformation.StyleSheetProvider
-
- getDocumentBuilderFactory() - Method in class org.appng.xml.MarshallService
-
- getDocumentBuilderFactory() - Method in class org.appng.xml.transformation.StyleSheetProvider
-
- getDocumentCount() - Method in class org.appng.testsupport.TestBase.SimpleFeatureProvider
-
- getDocumentDirectories() - Method in interface org.appng.api.Path
-
Returns a
List
of all document directories, which contain the JSP-files
- getDocumentDirectories() - Method in class org.appng.api.PathInfo
-
- getDocumentProducers(Site, Application) - Method in interface org.appng.search.DocumentProvider
-
- getDocumentProducers(Site, Application) - Method in class org.appng.search.indexer.FileSystemProvider
-
- getDomain() - Method in interface org.appng.api.model.Site
-
Returns the domain for this
Site
.
- getDomain() - Method in interface org.appng.api.Path
-
Returns the domain of the currently selected
Site
, if present
- getDomain() - Method in class org.appng.api.PathInfo
-
- getDomain() - Method in class org.appng.appngizer.model.xml.Site
-
Gets the value of the domain property.
- getDomain() - Method in class org.appng.core.controller.AppngCache
-
- getDomain() - Method in class org.appng.core.controller.Session
-
- getDomain() - Method in class org.appng.core.domain.SiteImpl
-
- getDouble(String) - Method in interface org.appng.api.model.Properties
-
- getDouble(String, Double) - Method in interface org.appng.api.model.Properties
-
Returns a
Double
parsed from the given
Property
(if existing), or the default-value.
- getDouble() - Method in interface org.appng.api.model.Property
-
- getDouble() - Method in class org.appng.api.model.SimpleProperty
-
- getDouble(String, Double) - Method in class org.appng.api.support.PropertyHolder
-
- getDouble(String) - Method in class org.appng.api.support.PropertyHolder
-
- getDriver() - Method in class org.appng.appngizer.model.xml.Database
-
Gets the value of the driver property.
- getDriverClass() - Method in class org.appng.core.domain.DatabaseConnection
-
- getDriverClass() - Method in class org.appng.testsupport.persistence.ConnectionInfo
-
- getElement(String) - Method in class org.appng.api.XPathProcessor
-
Parses the given
xpathExpression
to retrieve an
Element
.
- getElement(Node, String) - Method in class org.appng.api.XPathProcessor
-
Parses the given
xpathExpression
to retrieve an
Element
.
- getElement() - Method in class org.appng.xml.platform.Section
-
Gets the value of the element property.
- getElement() - Method in class org.appng.xml.platform.SectionDef
-
Gets the value of the element property.
- getElementAt(int) - Method in interface org.appng.api.Path
-
Returns the element at index idx
, if present
- getElementAt(int) - Method in class org.appng.api.PathInfo
-
- getElementCount() - Method in interface org.appng.api.Path
-
Returns the number of elements of this Path
- getElementCount() - Method in class org.appng.api.PathInfo
-
- getElements() - Method in class org.appng.formtags.FormData
-
- getElements() - Method in class org.appng.formtags.FormGroup
-
- getEmail() - Method in interface org.appng.api.model.Account
-
Returns the email for this
Account
, e.g.
- getEmail() - Method in class org.appng.appngizer.model.xml.Subject
-
Gets the value of the email property.
- getEmail() - Method in class org.appng.core.domain.SubjectImpl
-
- getEmail() - Method in class org.appng.core.model.ApplicationSubjectImpl
-
- getEmail() - Method in class org.appng.mail.Address
-
- getEncoding() - Method in class org.appng.api.support.ApplicationRequest
-
- getEncoding() - Method in class org.appng.forms.impl.RequestBean
-
- getEncoding() - Method in interface org.appng.forms.Request
-
Return the encoding for this request
- getEncoding() - Method in class org.appng.mail.impl.MailImpl
-
- getEncoding() - Method in interface org.appng.mail.Mail
-
- getEntityPackage() - Method in class org.appng.testsupport.TestBase
-
- getEntry(String) - Method in class org.appng.search.indexer.IndexConfig
-
- getEnv() - Method in class org.appng.core.controller.messaging.NodeEvent.NodeState
-
- getEnvironment() - Method in class org.appng.api.messaging.Serializer
-
Returns the
Environment
that was used when creating this serializer.
- getEnvironment() - Method in interface org.appng.api.RequestSupport
-
- getEnvironment() - Method in class org.appng.api.support.ApplicationRequest
-
- getEnvironment() - Method in class org.appng.api.support.field.FieldConversionFactory
-
- getEnvironment() - Method in class org.appng.api.support.SiteAwareObjectInputStream
-
- getEnvironment(HttpServletRequest, HttpServletResponse) - Method in class org.appng.core.controller.Controller
-
- getEnvironment() - Method in class org.appng.core.model.PlatformTransformer
-
- getEnvironment() - Method in class org.appng.taglib.TagletAdapter
-
- getErrorClass() - Method in class org.appng.formtags.FormElement
-
- getErrorClass() - Method in class org.appng.formtags.FormGroup
-
- getErrorClass() - Method in class org.appng.taglib.form.FormElement
-
- getErrorClass() - Method in class org.appng.taglib.form.FormGroup
-
- getErrorElementId() - Method in class org.appng.formtags.FormElement
-
- getErrorElementId() - Method in class org.appng.formtags.FormGroup
-
- getErrorElementId() - Method in class org.appng.taglib.form.FormElement
-
- getErrorElementId() - Method in class org.appng.taglib.form.FormGroup
-
- getErrorMessage() - Method in class org.appng.formtags.FormElement
-
- getErrorMessage() - Method in class org.appng.formtags.FormGroup
-
- getErrorMessage() - Method in class org.appng.taglib.form.FormElement
-
- getErrorMessage() - Method in class org.appng.taglib.form.FormGroup
-
- getErrorMessageKey() - Method in interface org.appng.api.auth.PasswordPolicy
-
Returns the message-key of an errormessage for the case that the password doesn't match the requirements.
- getErrorMessageKey() - Method in class org.appng.core.security.DefaultPasswordPolicy
-
- getErrors() - Method in class org.appng.api.support.ConfigValidator
-
- getEvent(String) - Method in interface org.appng.api.ApplicationConfigProvider
-
Returns the
Event
with the given id, if present.
- getEvent() - Method in class org.appng.api.search.DocumentEvent
-
- getEvent(String) - Method in class org.appng.api.support.ApplicationConfigProviderImpl
-
- getEventClass() - Method in interface org.appng.api.messaging.EventHandler
-
Returns the type of the
Event
this handler reacts to
- getEventId() - Method in class org.appng.xml.platform.Action
-
The unique id of the event the action belongs to.
- getEventId() - Method in class org.appng.xml.platform.ActionRef
-
The event-id of the referenced
Action
- getEventIds() - Method in interface org.appng.api.ApplicationConfigProvider
-
Returns all ids from all known
Event
s
- getEventIds() - Method in class org.appng.api.support.ApplicationConfigProviderImpl
-
- getEventList() - Method in class org.appng.xml.platform.Events
-
Gets the value of the eventList property.
- getExecutingSite() - Method in class org.appng.taglib.MultiSiteSupport
-
- getExecutionTime() - Method in class org.appng.xml.platform.PageReference
-
The time in milliseconds it took to process this PageDefinition
.
- getExecutionTime() - Method in class org.appng.xml.platform.Section
-
The time in milliseconds it took to process this Section
.
- getExecutionTime() - Method in class org.appng.xml.platform.Sectionelement
-
The time in milliseconds it took to process this Sectionelement
.
- getExpirationTime() - Method in class org.appng.core.controller.AppngCache
-
- getExpiryDate() - Method in class org.appng.core.controller.Session
-
- getExpression() - Method in class org.appng.xml.platform.Condition
-
An expression that must evaluate to true
or false
- getExpressionEvaluator() - Method in interface org.appng.api.ParameterSupport
-
- getExpressionEvaluator() - Method in interface org.appng.api.Request
-
- getExpressionEvaluator() - Method in class org.appng.api.support.ApplicationRequest
-
- getExpressionEvaluator() - Method in class org.appng.api.support.ParameterSupportBase
-
- getExtension() - Method in interface org.appng.api.Path
-
Returns the file-extension for JSP-files
- getExtension() - Method in class org.appng.api.PathInfo
-
- getExtensionByMagicBytes(File) - Static method in class org.appng.tools.file.MagicByteCheck
-
Retrieves the file's extension by magic byte detection.
- getFactor() - Method in enum org.appng.api.FileUpload.Unit
-
the factor to multiply with to get the number of bytes per whole unit
- getFeatureProvider() - Method in interface org.appng.api.model.Application
-
- getFeatureProvider() - Method in class org.appng.core.domain.ApplicationImpl
-
- getFeatureProvider() - Method in class org.appng.core.model.ApplicationProvider
-
- getFeatureProvider() - Method in class org.appng.testsupport.TestBase.SimpleApplication
-
- getField(String) - Method in interface org.appng.api.FieldProcessor
-
Returns the
FieldDef
with the given binding, if existing.
- getField(String) - Method in interface org.appng.api.search.Document
-
- getField(String) - Method in class org.appng.api.support.FieldProcessorImpl
-
- getField(String) - Method in class org.appng.search.indexer.SimpleDocument
-
- getField() - Method in class org.appng.taglib.search.Searchable
-
- getFieldConverter() - Method in interface org.appng.api.RequestSupport
-
- getFieldConverter() - Method in class org.appng.api.support.ApplicationRequest
-
- getFieldList() - Method in class org.appng.search.json.Result
-
- getFieldProcessor() - Method in class org.appng.api.DataContainer
-
- getFieldProcessor() - Method in exception org.appng.api.ProcessingException
-
- getFields() - Method in class org.appng.api.FieldConverter.DatafieldOwner
-
Returns the
Datafield
s owned by this
DatafieldOwner
.
- getFields() - Method in class org.appng.api.FieldConverter.FieldDefOwner
-
Returns the
FieldDef
s owned by this
FieldDefOwner
.
- getFields() - Method in interface org.appng.api.FieldProcessor
-
- getFields() - Method in class org.appng.api.FieldWrapper
-
- getFields() - Method in class org.appng.api.support.FieldProcessorImpl
-
- getFields() - Method in class org.appng.search.json.Result.Fields
-
- getFields() - Method in class org.appng.search.json.Result
-
- getFields() - Method in class org.appng.taglib.search.SearchPart
-
- getFields() - Method in class org.appng.xml.platform.Datafield
-
Gets the value of the fields property.
- getFields() - Method in class org.appng.xml.platform.FieldDef
-
Gets the value of the fields property.
- getFields() - Method in class org.appng.xml.platform.MetaData
-
Gets the value of the fields property.
- getFields() - Method in class org.appng.xml.platform.Result
-
Gets the value of the fields property.
- getFieldValues() - Method in class org.appng.api.FieldConverter.DatafieldOwner
-
Constructs a
Map
containing all the
Datafield
's names as a key and their value as a value.
- getFile() - Method in interface org.appng.forms.FormUpload
-
- getFile() - Method in class org.appng.forms.impl.FormUploadBean
-
- getFile() - Method in class org.appng.tools.image.ImageMetaData
-
- getFileName() - Method in interface org.appng.api.AttachmentWebservice
-
Returns the name of the file to open
- getFileName(String, String, String) - Static method in class org.appng.core.domain.PackageArchiveImpl
-
- getFileName() - Method in class org.appng.core.model.JarInfo
-
- getFileName() - Method in class org.appng.core.xml.repository.GetPackageResponse
-
Gets the value of the fileName property.
- getFileParams(Map<String, List<FormUpload>>) - Method in class org.appng.formtags.RuleValidation
-
- getFilePrefix() - Method in class org.appng.core.domain.PackageArchiveImpl
-
- getFilePrefix(String, String) - Static method in class org.appng.core.domain.PackageArchiveImpl
-
- getFileSize() - Method in class org.appng.tools.image.ImageMetaData
-
- getFileTypes() - Method in class org.appng.xml.platform.FileUpload
-
A comma separated list of allowed file-extensions.
- getFileUpload() - Method in class org.appng.xml.platform.Validation
-
Gets the value of the fileUpload property.
- getFileVersion() - Method in class org.appng.core.domain.TemplateResource
-
- getFilter() - Method in class org.appng.search.json.Search
-
- getFilterItem(String, String, String, Iterable<T>, Collection<ID>, FilterItem.DataCounter) - Static method in class org.appng.search.json.FilterItem
-
- getFirstchunk() - Method in class org.appng.tools.ui.Pagination
-
- getFirstchunk() - Method in class org.appng.xml.platform.Resultset
-
The number of the first chunk.
- getFloat(String) - Method in interface org.appng.api.model.Properties
-
- getFloat(String, Float) - Method in interface org.appng.api.model.Properties
-
Returns a
Float
parsed from the given
Property
(if existing), or the default-value.
- getFloat() - Method in interface org.appng.api.model.Property
-
- getFloat() - Method in class org.appng.api.model.SimpleProperty
-
- getFloat(String, Float) - Method in class org.appng.api.support.PropertyHolder
-
- getFloat(String) - Method in class org.appng.api.support.PropertyHolder
-
- getFolded() - Method in class org.appng.xml.platform.Sectionelement
-
- getFolded() - Method in class org.appng.xml.platform.SectionelementDef
-
If evaluating to
true
, the resulting
Sectionelement
will be displayed folded.
- getFolder() - Method in enum org.appng.api.model.ResourceType
-
Returns the relative path for this type.
- getFolder() - Method in class org.appng.search.indexer.IndexConfig.ConfigEntry
-
- getFolders() - Method in class org.appng.search.indexer.IndexConfig
-
- getForm() - Method in class org.appng.formtags.FormConfirmation
-
- getForm() - Method in class org.appng.taglib.form.FormConfirmation
-
- getForm() - Method in class org.appng.taglib.form.FormData
-
- getFormat() - Method in class org.appng.api.FieldWrapper
-
- getFormat() - Method in class org.appng.search.searcher.SearchFormatter
-
- getFormat() - Method in class org.appng.taglib.search.Search
-
- getFormat() - Method in class org.appng.xml.platform.FieldDef
-
The format used for this field, presuming the
FieldDef.type
supports formatting.
- getFormat() - Method in class org.appng.xml.platform.Output
-
Defines the output-format to be used.
- getFormat() - Method in class org.appng.xml.platform.Selection
-
The format applied to the users-inputs, if any.
- getFormConfirmation() - Method in class org.appng.formtags.Form
-
- getFormData() - Method in class org.appng.formtags.Form
-
- getFormData() - Method in class org.appng.formtags.FormElement
-
- getFormData() - Method in class org.appng.formtags.FormGroup
-
- getFormData() - Method in class org.appng.taglib.form.FormElement
-
- getFormData() - Method in class org.appng.taglib.form.FormGroup
-
- getFormGroup() - Method in class org.appng.taglib.form.FormElement
-
- getFormUpload(String) - Method in class org.appng.testsupport.TestBase
-
- getFormUploads() - Method in class org.appng.api.support.ApplicationRequest
-
- getFormUploads(String) - Method in class org.appng.api.support.ApplicationRequest
-
- getFormUploads(String) - Method in class org.appng.forms.impl.RequestBean
-
- getFormUploads() - Method in class org.appng.forms.impl.RequestBean
-
- getFormUploads() - Method in interface org.appng.forms.RequestContainer
-
Returns all
FormUpload
s for the request as immutable map.
- getFormUploads(String) - Method in interface org.appng.forms.RequestContainer
-
Returns an immutable
List
of all
FormUpload
s for the parameter with the given name.
- getFormUploads() - Method in class org.appng.formtags.FormElement
-
- getForwardPath(String, File) - Method in class org.appng.api.PathInfo
-
Builds the the path to which a
HttpServletRequest
has to be forwarded to in order the retrieve a file
from a document directory.
- getFraction() - Method in class org.appng.xml.platform.Digits
-
The maximum number of fraction digits.
- getFragment() - Method in interface org.appng.api.search.Document
-
- getFragment() - Method in class org.appng.search.indexer.SimpleDocument
-
- getFragment() - Method in class org.appng.search.json.Result
-
- getFrom() - Method in class org.appng.mail.impl.MailImpl
-
- getFrom() - Method in interface org.appng.mail.Mail
-
- getFromAddress() - Method in class org.appng.mail.impl.MailImpl
-
- getFromAddress() - Method in interface org.appng.mail.Mail
-
- getFuture() - Method in class org.appng.xml.platform.Validation
-
Gets the value of the future property.
- getGetParams() - Method in class org.appng.xml.platform.UrlSchema
-
Gets the value of the getParams property.
- getGrantedSites() - Method in class org.appng.core.domain.SiteApplication
-
- getGrantingSite(String, String) - Method in class org.appng.core.service.CoreService
-
- getGroup(String) - Method in class org.appng.appngizer.controller.GroupController
-
- getGroup() - Method in class org.appng.appngizer.model.xml.Groups
-
Gets the value of the group property.
- getGroup(Integer) - Method in interface org.appng.core.repository.GroupRepository
-
- getGroupByName(String) - Method in class org.appng.core.service.CoreService
-
- getGroupByName(String, boolean) - Method in class org.appng.core.service.CoreService
-
- getGroupIdsForNames(List<String>) - Method in interface org.appng.core.repository.GroupRepository
-
- getGroupingSeparator() - Method in class org.appng.xml.platform.Localization
-
Gets the value of the groupingSeparator property.
- getGroups() - Method in interface org.appng.api.model.Site
-
Returns a set containing a
Named
-instance for each
Group
that exists within the platform.
- getGroups() - Method in interface org.appng.api.model.Subject
-
- getGroups() - Method in class org.appng.appngizer.model.xml.Subject
-
Gets the value of the groups property.
- getGroups() - Method in class org.appng.core.domain.SiteImpl
-
- getGroups() - Method in class org.appng.core.domain.SubjectImpl
-
- getGroups() - Method in class org.appng.core.service.CoreService
-
- getGroups() - Method in class org.appng.xml.platform.ValidationGroups
-
Gets the value of the groups property.
- getGuiPath() - Method in interface org.appng.api.Path
-
Returns the path to the appNG webapplication.
- getGuiPath() - Method in class org.appng.api.PathInfo
-
- getHandlers(E) - Method in class org.appng.api.messaging.EventRegistry
-
Retrieves a list of
EventHandler
s that have been registered for the given type of
Event
.
- getHeaderCellStyle() - Method in class org.appng.tools.poi.WorkBookHelper
-
- getHeap() - Method in class org.appng.core.controller.messaging.NodeEvent.NodeState
-
- getHeight() - Method in class org.appng.tools.image.ImageMetaData
-
- getHibernateParams() - Method in class org.appng.cli.commands.CommandMain
-
- getHidden() - Method in class org.appng.api.FieldWrapper
-
- getHidden() - Method in class org.appng.xml.platform.FieldDef
-
If evaluating to true
, the field will not be visible to the user.
- getHidden() - Method in class org.appng.xml.platform.Section
-
If evaluating to
true
, the
Section
will not be visible to the user.
- getHidden() - Method in class org.appng.xml.platform.SectionDef
-
If evaluating to
true
, the resulting
Section
will not be visible to the user.
- getHighlight() - Method in class org.appng.taglib.search.Search
-
- getHistory(ID) - Method in interface org.appng.persistence.repository.SearchRepository
-
Returns all previous revisions (starting with the newest) for the entity with the given ID (if the domain-class
is audited).
- getHistory(ID) - Method in class org.appng.persistence.repository.SearchRepositoryImpl
-
- getHitCount() - Method in class org.appng.core.controller.AppngCache
-
- getHitRangeEnd() - Method in class org.appng.tools.ui.Pagination
-
- getHitRangeStart() - Method in class org.appng.tools.ui.Pagination
-
- getHits() - Method in class org.appng.tools.ui.Pagination
-
- getHits() - Method in class org.appng.xml.platform.Resultset
-
The number of hits (all items).
- getHost() - Method in interface org.appng.api.model.Site
-
Returns the host for this site
- getHost() - Method in interface org.appng.api.Path
-
Returns the host of the currently selected
Site
, if present
- getHost() - Method in class org.appng.api.PathInfo
-
- getHost() - Method in class org.appng.api.support.ApplicationRequest
-
- getHost() - Method in class org.appng.appngizer.model.xml.Site
-
Gets the value of the host property.
- getHost() - Method in class org.appng.core.controller.messaging.JedisReceiver
-
- getHost() - Method in class org.appng.core.domain.SiteImpl
-
- getHost() - Method in class org.appng.forms.impl.RequestBean
-
- getHost() - Method in interface org.appng.forms.RequestContainer
-
Returns the host name for this request
- getHostIdentifier(ServletRequest, Environment) - Static method in class org.appng.api.RequestUtil
-
- getHSqlConnectionInfo(int) - Static method in class org.appng.testsupport.persistence.ConnectionHelper
-
- getHSqlConnectionInfo() - Static method in class org.appng.testsupport.persistence.ConnectionHelper
-
- getHSqlConnectionInfo(String, int, String, String, String) - Static method in class org.appng.testsupport.persistence.ConnectionHelper
-
- getHSqlConnectionInfo(String, String, String, String) - Static method in class org.appng.testsupport.persistence.ConnectionHelper
-
- getHsqlPort() - Static method in class org.appng.testsupport.persistence.ConnectionHelper
-
- getHtmlContent() - Method in class org.appng.mail.impl.MailImpl
-
- getHtmlContent() - Method in interface org.appng.mail.Mail
-
- getHttpServletRequest() - Method in class org.appng.api.support.ApplicationRequest
-
- getHttpServletRequest() - Method in class org.appng.forms.impl.RequestBean
-
- getHttpServletRequest() - Method in interface org.appng.forms.Request
-
- getIcon() - Method in class org.appng.xml.platform.Link
-
Gets the value of the icon property.
- getIcon() - Method in class org.appng.xml.platform.NavigationItem
-
Gets the value of the icon property.
- getIcons() - Method in class org.appng.api.FieldWrapper
-
- getIcons() - Method in class org.appng.xml.platform.Datafield
-
Gets the value of the icons property.
- getIcons() - Method in class org.appng.xml.platform.FieldDef
-
Gets the value of the icons property.
- getId() - Method in interface org.appng.api.model.Identifiable
-
Returns the id.
- getId() - Method in class org.appng.api.model.SimpleProperty
-
- getId() - Method in interface org.appng.api.search.Document
-
Returns the ID of this
Document
.
Has to be globally unique, speaking in the scope of a Site
, since each site has it's own
searchindex.
- getId() - Method in class org.appng.appngizer.model.xml.Database
-
Gets the value of the id property.
- getId() - Method in class org.appng.core.controller.AppngCache
-
- getId() - Method in class org.appng.core.controller.Session
-
- getId() - Method in class org.appng.core.domain.ApplicationImpl
-
- getId() - Method in class org.appng.core.domain.DatabaseConnection
-
- getId() - Method in class org.appng.core.domain.GroupImpl
-
- getId() - Method in class org.appng.core.domain.PermissionImpl
-
- getId() - Method in class org.appng.core.domain.PropertyImpl
-
- getId() - Method in class org.appng.core.domain.RepositoryImpl
-
- getId() - Method in class org.appng.core.domain.ResourceImpl
-
- getId() - Method in class org.appng.core.domain.RoleImpl
-
- getId() - Method in class org.appng.core.domain.SiteImpl
-
- getId() - Method in class org.appng.core.domain.SubjectImpl
-
- getId() - Method in class org.appng.core.domain.Template
-
- getId() - Method in class org.appng.core.domain.TemplateResource
-
- getId() - Method in class org.appng.core.model.ApplicationProvider
-
- getId() - Method in class org.appng.core.model.PackageVersion
-
- getId() - Method in class org.appng.search.indexer.SimpleDocument
-
- getId() - Method in class org.appng.testsupport.TestBase.SimpleApplication
-
- getId() - Method in class org.appng.xml.application.Permission
-
Gets the value of the id property.
- getId() - Method in class org.appng.xml.application.PermissionRef
-
Gets the value of the id property.
- getId() - Method in class org.appng.xml.application.Property
-
Gets the value of the id property.
- getId() - Method in class org.appng.xml.platform.Action
-
The unique id of the action.
- getId() - Method in class org.appng.xml.platform.ActionRef
-
The unique id of the referenced
Action
- getId() - Method in class org.appng.xml.platform.ApplicationReference
-
The id (aka the name) of the application.
- getId() - Method in class org.appng.xml.platform.ApplicationRootConfig
-
The id for this config.
- getId() - Method in class org.appng.xml.platform.Bean
-
The id of the bean as defined in the applications beans.xml
file.
- getId() - Method in class org.appng.xml.platform.Datasource
-
The globally unique id of this datasource.
- getId() - Method in class org.appng.xml.platform.DatasourceRef
-
- getId() - Method in class org.appng.xml.platform.Event
-
The globally unique id of the event.
- getId() - Method in class org.appng.xml.platform.Label
-
The id of the Label
, used as a key to retrieve the content from the applications dictionary.
- getId() - Method in class org.appng.xml.platform.Link
-
The unqiue id of this
Link
within the owning
Linkpanel
- getId() - Method in class org.appng.xml.platform.Linkpanel
-
The unique id of this Linkpanel
- getId() - Method in class org.appng.xml.platform.OptionGroup
-
The id of this group.
- getId() - Method in class org.appng.xml.platform.OutputFormat
-
- getId() - Method in class org.appng.xml.platform.OutputType
-
The unique Id for this OutputType within the parent
OutputFormat
.
- getId() - Method in class org.appng.xml.platform.PageDefinition
-
The unique id of the page.
- getId() - Method in class org.appng.xml.platform.PageReference
-
The unique id of the page.
- getId() - Method in class org.appng.xml.platform.Selection
-
- getId() - Method in class org.appng.xml.platform.SessionInfo
-
The globally unique id of the session.
- getId() - Method in class org.appng.xml.platform.TextElement
-
Gets the value of the id property.
- getId() - Method in class org.appng.xml.transformation.StyleSheetProvider
-
- getIdType() - Method in class org.appng.api.support.XmlGenerator.Entity
-
- getImage() - Method in interface org.appng.api.search.Document
-
- getImage() - Method in class org.appng.search.indexer.SimpleDocument
-
- getImage() - Method in class org.appng.search.json.Result
-
- getImage() - Method in class org.appng.tools.image.ImageProcessor
-
Executes the convert-command with all the previously applied options and returns the target-file this
ImageProcessor
was created with.
- getImageCache() - Method in interface org.appng.api.model.FeatureProvider
-
Returns the folder to use for caching images, only available if featureImageProcessing
is enabled.
- getImageCache(Nameable, Nameable) - Method in class org.appng.core.model.CacheProvider
-
Returns the root image cache directory for an application.
- getImageCache(String, String) - Method in class org.appng.core.model.CacheProvider
-
Returns the root image cache directory for an application.
- getImageCache() - Method in class org.appng.core.model.FeatureProviderImpl
-
- getImageCache() - Method in class org.appng.testsupport.TestBase.SimpleFeatureProvider
-
- getImageProcessor(File, String) - Method in interface org.appng.api.model.FeatureProvider
-
- getImageProcessor(File, String) - Method in class org.appng.core.model.FeatureProviderImpl
-
- getImageProcessor(File, String) - Method in class org.appng.testsupport.TestBase.SimpleFeatureProvider
-
- getImplementationTitle() - Method in class org.appng.core.model.JarInfo
-
- getImplementationVendor() - Method in class org.appng.core.model.JarInfo
-
- getImplementationVendorId() - Method in class org.appng.core.model.JarInfo
-
- getImplementationVersion() - Method in class org.appng.core.model.JarInfo
-
- getIndex() - Method in class org.appng.core.security.signing.SignatureWrapper
-
- getIndex() - Method in class org.appng.core.xml.repository.Certification
-
Gets the value of the index property.
- getIndex() - Method in class org.appng.taglib.search.Searchable
-
- getIndex() - Method in class org.appng.xml.platform.Authentication
-
Set to 'index' to mark this authentication as the default.
- getIndexer() - Method in interface org.appng.api.model.FeatureProvider
-
- getIndexer() - Method in class org.appng.core.model.FeatureProviderImpl
-
- getIndexer() - Method in class org.appng.testsupport.TestBase.SimpleFeatureProvider
-
- getInput() - Method in class org.appng.xml.platform.UserData
-
Gets the value of the input property.
- getInputStream() - Method in interface org.appng.mail.Attachment
-
- getInputStream() - Method in class org.appng.mail.impl.AttachmentImpl
-
- getInputTag() - Method in class org.appng.formtags.FormElement
-
- getInputType() - Method in class org.appng.formtags.FormElement
-
- getInsertBefore() - Method in class org.appng.xml.transformation.StyleSheetProvider
-
Returns the actual insertion-point
- getInstallablePackages(List<Identifier>) - Method in class org.appng.core.domain.RepositoryImpl
-
- getInstallablePackages(List<Identifier>) - Method in interface org.appng.core.model.Repository
-
- getInstalled() - Method in class org.appng.appngizer.model.xml.SchemaVersion
-
Gets the value of the installed property.
- getInstalledTemplates() - Method in class org.appng.core.service.TemplateService
-
Returns a list of all installed templates.
- getInstalledVersion() - Method in class org.appng.core.model.InstallablePackage
-
- getInstance(String, String) - Static method in class org.appng.search.indexer.IndexConfig
-
Parses a given String to an
IndexConfig
, using the pipe '|' for separating folders.
format:
<folder>;<language>;<analyzer-class>|
Example:
/de;de-DE;GermanAnalyzer|/en;en-US;org.apache.lucene.analysis.en.EnglishAnalyzer|/assets;de-DE;GermanAnalyzer
- getInstance(List<String>, String) - Static method in class org.appng.search.indexer.IndexConfig
-
- getInstance(ZipCodeCountry) - Static method in class org.appng.tools.zipcode.ZipCodeValidatorFactory
-
- getInstance(String) - Static method in class org.appng.tools.zipcode.ZipCodeValidatorFactory
-
- getInteger(String) - Method in interface org.appng.api.model.Properties
-
- getInteger(String, Integer) - Method in interface org.appng.api.model.Properties
-
Returns an
Integer
parsed from the given
Property
(if existing), or the default-value.
- getInteger() - Method in interface org.appng.api.model.Property
-
- getInteger() - Method in class org.appng.api.model.SimpleProperty
-
- getInteger(String, Integer) - Method in class org.appng.api.support.PropertyHolder
-
- getInteger(String) - Method in class org.appng.api.support.PropertyHolder
-
- getInteger() - Method in class org.appng.xml.platform.Digits
-
The maximum number of integral digits.
- getIp() - Method in class org.appng.core.controller.Session
-
- getItem() - Method in class org.appng.api.DataContainer
-
Returns the single item
- getItem() - Method in class org.appng.xml.platform.Navigation
-
Gets the value of the item property.
- getItem() - Method in class org.appng.xml.platform.NavigationItem
-
Gets the value of the item property.
- getItems() - Method in class org.appng.api.DataContainer
-
Returns the items previously set via one of the setItems(...)
-methods
- getItemsCount() - Method in class org.appng.search.json.FilterConfig
-
- getJarInfo(File) - Static method in class org.appng.core.model.JarInfo.JarInfoBuilder
-
- getJarInfo(File, String) - Static method in class org.appng.core.model.JarInfo.JarInfoBuilder
-
- getJarInfos() - Method in class org.appng.core.model.ApplicationProvider
-
- getJdbcUrl() - Method in class org.appng.core.domain.DatabaseConnection
-
- getJdbcUrl() - Method in class org.appng.testsupport.persistence.ConnectionInfo
-
- getJedis() - Method in class org.appng.core.controller.messaging.JedisBase
-
- getJobDataMap() - Method in interface org.appng.api.ScheduledJob
-
Returns a
Map
containing some data needed the execute the job
- getJsonResponse(URL) - Method in class org.appng.tools.locator.GMapGeoLocator
-
- getJspHandler() - Method in class org.appng.core.controller.Controller
-
- getJspUrlParameters() - Method in interface org.appng.api.Path
-
Returns a
List
containing the values of the JSP-Paramters of a JSP-call.
- getJspUrlParameters() - Method in class org.appng.api.PathInfo
-
- getKeys(Locale) - Method in class org.appng.api.support.ResourceBundleMessageSource
-
Returns the keys for the given locale
- getLabel() - Method in class org.appng.api.FieldWrapper
-
- getLabel() - Method in class org.appng.search.json.FilterConfig
-
- getLabel() - Method in class org.appng.search.json.FilterData
-
- getLabel() - Method in class org.appng.xml.platform.FieldDef
-
Gets the value of the label property.
- getLabel() - Method in class org.appng.xml.platform.Icon
-
The label for this icon.
- getLabel() - Method in class org.appng.xml.platform.Link
-
Gets the value of the label property.
- getLabel() - Method in class org.appng.xml.platform.NavigationItem
-
Gets the value of the label property.
- getLabel() - Method in class org.appng.xml.platform.OptionGroup
-
Gets the value of the label property.
- getLabel() - Method in class org.appng.xml.platform.Textelements
-
Gets the value of the label property.
- getLabels() - Method in class org.appng.xml.platform.Config
-
Gets the value of the labels property.
- getLabels() - Method in class org.appng.xml.platform.Labels
-
Gets the value of the labels property.
- getLabels() - Method in class org.appng.xml.platform.PlatformConfig
-
Gets the value of the labels property.
- getLabelSupport() - Method in class org.appng.api.support.ApplicationRequest
-
- getLanguage() - Method in interface org.appng.api.model.Account
-
Returns the language tag for this
Account
in the
IETF BCP
47 notation:
<lang>-<country>
.
Examples:
en
en-US
de
de-CH
- getLanguage() - Method in interface org.appng.api.search.Document
-
- getLanguage() - Method in class org.appng.appngizer.model.xml.Subject
-
Gets the value of the language property.
- getLanguage() - Method in class org.appng.core.domain.SubjectImpl
-
- getLanguage() - Method in class org.appng.core.model.ApplicationSubjectImpl
-
- getLanguage() - Method in class org.appng.search.indexer.IndexConfig.ConfigEntry
-
- getLanguage() - Method in class org.appng.search.indexer.SimpleDocument
-
- getLanguage() - Method in class org.appng.search.json.Result
-
- getLanguage() - Method in class org.appng.taglib.search.SearchPart
-
- getLanguage() - Method in class org.appng.xml.platform.Localization
-
Gets the value of the language property.
- getLastAccessedTime() - Method in class org.appng.core.controller.AppngCache
-
- getLastAccessedTime() - Method in class org.appng.core.controller.Session
-
- getLastchunk() - Method in class org.appng.tools.ui.Pagination
-
- getLastchunk() - Method in class org.appng.xml.platform.Resultset
-
The number of the last chunk.
- getLastElement() - Method in interface org.appng.api.Path
-
Returns the last element of this Path
.
- getLastElement() - Method in class org.appng.api.PathInfo
-
- getLastModified() - Method in class org.appng.core.model.JarInfo
-
- getLastUpdateTime() - Method in class org.appng.core.controller.AppngCache
-
- getLatestRelease() - Method in class org.appng.core.model.InstallablePackage
-
- getLatestRelease() - Method in class org.appng.core.model.PackageWrapper
-
- getLatestRelease() - Method in class org.appng.core.xml.repository.Package
-
Reference to the latest release version of this
Package.
- getLatestSnapshot() - Method in class org.appng.core.model.InstallablePackage
-
- getLatestSnapshot() - Method in class org.appng.core.model.PackageWrapper
-
- getLatestSnapshot() - Method in class org.appng.core.xml.repository.Package
-
Reference to the latest snapshot version of this
Package.
- getLatitude() - Method in class org.appng.tools.locator.Coordinate
-
- getLayout() - Method in class org.appng.search.json.Results
-
- getLength() - Method in class org.appng.core.model.JarInfo
-
- getLightbox() - Method in class org.appng.xml.platform.Textelements
-
Gets the value of the lightbox property.
- getLine() - Method in class org.appng.api.support.ConfigValidationError
-
- getLink() - Method in class org.appng.appngizer.model.xml.Links
-
Gets the value of the link property.
- getLink() - Method in class org.appng.search.json.Result
-
- getLinkPanel(String) - Method in interface org.appng.api.FieldProcessor
-
Returns the
Linkpanel
with the given name, if existing.
- getLinkpanel() - Method in class org.appng.api.FieldWrapper
-
- getLinkPanel(String) - Method in class org.appng.api.support.FieldProcessorImpl
-
- getLinkpanel() - Method in class org.appng.xml.platform.DataConfig
-
Gets the value of the linkpanel property.
- getLinkpanel() - Method in class org.appng.xml.platform.PageConfig
-
Gets the value of the linkpanel property.
- getLinkpanel() - Method in class org.appng.xml.platform.Result
-
Gets the value of the linkpanel property.
- getLinkpanels() - Method in class org.appng.api.FieldConverter.DatafieldOwner
-
Returns the
Linkpanel
s owned by this
DatafieldOwner
.
- getLinkpanels() - Method in class org.appng.api.FieldConverter.FieldDefOwner
-
Returns the
Linkpanel
s owned by this
FieldDefOwner
.
- getLinkPanels() - Method in class org.appng.api.support.FieldProcessorImpl
-
- getLinks() - Method in interface org.appng.appngizer.model.UriAware
-
- getLinks() - Method in class org.appng.appngizer.model.xml.Linkable
-
Gets the value of the links property.
- getLinks() - Method in class org.appng.xml.platform.Linkpanel
-
Gets the value of the links property.
- getList(String, String, String) - Method in interface org.appng.api.model.Properties
-
Returns a
List
of
String
s which is parsed from the value of the
Property
with the given
name (if present) or from the default-value.
- getList(String, String) - Method in interface org.appng.api.model.Properties
-
Returns a
List
of
String
s which is parsed from the value of the
Property
with the given
name (if present).
- getList(String, String, String) - Method in class org.appng.api.support.PropertyHolder
-
- getList(String, String) - Method in class org.appng.api.support.PropertyHolder
-
- getLocale() - Method in interface org.appng.api.Environment
-
- getLocale() - Method in interface org.appng.api.Request
-
- getLocale() - Method in class org.appng.api.support.ApplicationRequest
-
- getLocale() - Method in class org.appng.api.support.environment.DefaultEnvironment
-
- getLocalization() - Method in class org.appng.xml.platform.Subject
-
Gets the value of the localization property.
- getLocation() - Method in class org.appng.xml.platform.Linkpanel
-
Defines the location of this Linkpanel.
- getLongDescription() - Method in interface org.appng.api.model.Identifier
-
Returns the description.
- getLongDescription() - Method in class org.appng.core.domain.ApplicationImpl
-
- getLongDescription() - Method in class org.appng.core.domain.Template
-
- getLongDescription() - Method in class org.appng.core.model.ApplicationProvider
-
- getLongDescription() - Method in class org.appng.core.model.InstallablePackage
-
- getLongDescription() - Method in class org.appng.core.model.PackageVersion
-
- getLongDescription() - Method in class org.appng.core.model.PackageWrapper
-
- getLongDescription() - Method in class org.appng.core.xml.repository.Package
-
Description of the current release or snapshot.
- getLongDescription() - Method in class org.appng.testsupport.TestBase.SimpleApplication
-
- getLongDescription() - Method in class org.appng.xml.application.PackageInfo
-
Gets the value of the longDescription property.
- getLongitude() - Method in class org.appng.tools.locator.Coordinate
-
- getMailAsString(Mail) - Method in class org.appng.mail.impl.DefaultTransport
-
- getMailAsString(Mail) - Method in interface org.appng.mail.MailTransport
-
Returns a string-representation if the given
Mail
.
Attention: The
Mail
may contain sensitive informations like passwords!
- getMandatoryMessage() - Method in class org.appng.formtags.FormElement
-
- getMandatoryMessage() - Method in class org.appng.formtags.FormGroup
-
- getMandatoryMessage() - Method in class org.appng.taglib.form.FormElement
-
- getMandatoryMessage() - Method in class org.appng.taglib.form.FormGroup
-
- getMarshallService() - Method in class org.appng.core.model.AbstractRequestProcessor
-
- getMarshallService() - Method in class org.appng.taglib.TagletProcessor
-
- getMarshallService() - Static method in class org.appng.xml.MarshallService
-
- getMax() - Method in class org.appng.core.controller.messaging.NodeEvent.MemoryUsage
-
- getMax() - Method in class org.appng.xml.platform.Size
-
The maximum length.
- getMax() - Method in class org.appng.xml.platform.Validation
-
Gets the value of the max property.
- getMaxConnections() - Method in class org.appng.core.domain.DatabaseConnection
-
- getMaxCount() - Method in class org.appng.xml.platform.FileUpload
-
The maximum number of files.
- getMaxhits() - Method in class org.appng.tools.ui.Pagination
-
- getMaxInactiveInterval() - Method in class org.appng.core.controller.Session
-
- getMaxItems() - Method in interface org.appng.search.json.FilterItem.DataCounter
-
- getMaxRow(Sheet) - Method in class org.appng.tools.poi.WorkBookHelper
-
- getMaxSize() - Method in interface org.appng.forms.FormUpload
-
Returns the maximum size (in bytes) for the uploaded
File
(default: -1, which means there is no limit).
- getMaxSize() - Method in class org.appng.forms.impl.FormUploadBean
-
- getMaxSize() - Method in class org.appng.xml.platform.FileUpload
-
The maximum size of each file.
- getMd5Digest(String) - Static method in class org.appng.api.auth.AuthTools
-
Returns a MD5 digest.
- getMemberNames(Attributes) - Method in class org.appng.core.service.LdapService
-
- getMembersOfGroup(Properties, String) - Method in class org.appng.core.service.LdapService
-
- getMessage(Locale, String, Object...) - Method in interface org.appng.api.model.Application
-
- getMessage(String, Object...) - Method in interface org.appng.api.RequestSupport
-
- getMessage(String, Object...) - Method in class org.appng.api.support.ApplicationRequest
-
- getMessage() - Method in class org.appng.api.support.ConfigValidationError
-
- getMessage(String, Object[], String, Locale) - Method in class org.appng.api.support.MessageSourceChain
-
- getMessage(String, Object[], Locale) - Method in class org.appng.api.support.MessageSourceChain
-
- getMessage(MessageSourceResolvable, Locale) - Method in class org.appng.api.support.MessageSourceChain
-
- getMessage(String, Object...) - Method in class org.appng.api.support.RequestSupportImpl
-
- getMessage(Locale, String, Object...) - Method in class org.appng.core.domain.ApplicationImpl
-
- getMessage(Locale, String, Object...) - Method in class org.appng.core.model.ApplicationProvider
-
- getMessage(Locale, String, Object...) - Method in class org.appng.testsupport.TestBase.SimpleApplication
-
- getMessage() - Method in class org.appng.xml.platform.ValidationRule
-
Gets the value of the message property.
- getMessageArgs() - Method in exception org.appng.api.ApplicationException
-
- getMessageArgs() - Method in exception org.appng.api.BusinessException
-
- getMessageArgs() - Method in interface org.appng.api.MessageParam
-
- getMessageDispatchInterceptor() - Method in class org.appng.core.controller.messaging.TribesReceiver
-
- getMessageKey() - Method in exception org.appng.api.ApplicationException
-
- getMessageKey() - Method in exception org.appng.api.BusinessException
-
- getMessageKey() - Method in interface org.appng.api.MessageParam
-
Returns the key for the message in order to retrieve the real message from a
ResourceBundle
.
- getMessageList() - Method in class org.appng.xml.platform.Messages
-
Gets the value of the messageList property.
- getMessages() - Method in interface org.appng.api.FieldProcessor
-
Returns a new
Messages
-object containing all
Message
s previously added
using
addXXMessage(String message)
.
- getMessages() - Method in class org.appng.api.FieldWrapper
-
- getMessages(Environment) - Method in class org.appng.api.support.ElementHelper
-
- getMessages() - Method in class org.appng.api.support.FieldProcessorImpl
-
- getMessages() - Method in class org.appng.xml.platform.Action
-
Gets the value of the messages property.
- getMessages() - Method in class org.appng.xml.platform.FieldDef
-
Gets the value of the messages property.
- getMessages() - Method in class org.appng.xml.platform.PageReference
-
Gets the value of the messages property.
- getMessageSender(Environment) - Static method in class org.appng.api.messaging.Messaging
-
- getMessageSource() - Method in interface org.appng.api.RequestSupport
-
- getMessageSource() - Method in class org.appng.api.support.ApplicationRequest
-
- getMessageSource() - Method in class org.appng.api.support.field.FieldConversionFactory
-
- getMessageSource() - Method in class org.appng.cli.CliEnvironment
-
- getMessageSources() - Method in class org.appng.api.support.MessageSourceChain
-
- getMetaData() - Method in interface org.appng.api.FieldProcessor
-
- getMetaData() - Method in class org.appng.api.support.FieldProcessorImpl
-
- getMetaData() - Method in class org.appng.tools.image.ImageProcessor
-
- getMetaData() - Method in class org.appng.xml.platform.DataConfig
-
Gets the value of the metaData property.
- getMethod() - Method in class org.appng.taglib.form.FormConfirmation
-
- getMethod() - Method in class org.appng.taglib.search.SearchPart
-
- getMimeType() - Method in interface org.appng.mail.Attachment
-
- getMimeType() - Method in class org.appng.mail.impl.AttachmentImpl
-
- getMin() - Method in class org.appng.xml.platform.Size
-
The minimum length.
- getMin() - Method in class org.appng.xml.platform.Validation
-
Gets the value of the min property.
- getMinConnections() - Method in class org.appng.core.domain.DatabaseConnection
-
- getMinCount() - Method in class org.appng.xml.platform.FileUpload
-
The minimum number of files.
- getMinSize() - Method in interface org.appng.forms.FormUpload
-
Returns the minimum size (in bytes) for the uploaded file (default: 0).
- getMinSize() - Method in class org.appng.forms.impl.FormUploadBean
-
- getMinSize() - Method in class org.appng.xml.platform.FileUpload
-
The minimum size of each file.
- getMode() - Method in class org.appng.appngizer.model.xml.Repository
-
Gets the value of the mode property.
- getMode() - Method in class org.appng.formtags.FormConfirmation
-
- getMode() - Method in class org.appng.formtags.FormData
-
- getMode() - Method in class org.appng.taglib.Attribute
-
- getMode() - Method in class org.appng.xml.platform.Datasource
-
If the appNG-template or the application's custom XSL supports some custom display mode(s), this property can be used to control this custom behavior.
- getMode() - Method in class org.appng.xml.platform.DatasourceRef
-
If the appNG-template or the application's custom XSL supports some custom display mode(s), this property can be used to control this custom behavior.
- getMode() - Method in class org.appng.xml.platform.FieldPermissions
-
The mode for the field permission
- getMode() - Method in class org.appng.xml.platform.Link
-
The
Linkmode
used when displaying this link.
- getMode() - Method in class org.appng.xml.platform.Permission
-
The mode for this permission.
- getMode() - Method in class org.appng.xml.platform.Sectionelement
-
The display mode for this element to be used by the template.
- getMode() - Method in class org.appng.xml.platform.SectionelementDef
-
The display mode for this element to be used by the template.
- getMultiSiteSupport(HttpServletRequest, Environment) - Method in class org.appng.taglib.TagletAdapter
-
- getMySqlConnectionInfo() - Static method in class org.appng.testsupport.persistence.ConnectionHelper
-
- getMySqlConnectionInfo(String, String, String, String) - Static method in class org.appng.testsupport.persistence.ConnectionHelper
-
- getName() - Method in class org.appng.api.FieldWrapper
-
- getName() - Method in interface org.appng.api.model.Nameable
-
Returns the name.
- getName(T) - Method in interface org.appng.api.model.NameProvider
-
Returns the name for the given instance
- getName() - Method in interface org.appng.api.model.Property
-
Returns the name of this Property
, as used in Properties.getXXX(String)
.
- getName() - Method in class org.appng.api.model.SimpleProperty
-
- getName() - Method in interface org.appng.api.Option
-
Returns the name of this option.
- getName() - Method in class org.appng.api.PermissionOwner
-
- getName() - Method in interface org.appng.api.search.Document
-
- getName() - Method in class org.appng.api.search.DocumentProducer
-
- getName() - Method in class org.appng.api.support.OptionImpl
-
- getName() - Method in class org.appng.api.support.XmlGenerator.Entity
-
- getName() - Method in class org.appng.appngizer.model.xml.Nameable
-
Gets the value of the name property.
- getName() - Method in class org.appng.core.domain.ApplicationImpl
-
- getName() - Method in class org.appng.core.domain.DatabaseConnection
-
- getName() - Method in class org.appng.core.domain.GroupImpl
-
- getName() - Method in class org.appng.core.domain.PermissionImpl
-
- getName() - Method in class org.appng.core.domain.PropertyImpl
-
- getName() - Method in class org.appng.core.domain.RepositoryImpl
-
- getName() - Method in class org.appng.core.domain.ResourceImpl
-
- getName() - Method in class org.appng.core.domain.RoleImpl
-
- getName() - Method in class org.appng.core.domain.SiteImpl
-
- getName() - Method in class org.appng.core.domain.SubjectImpl
-
- getName() - Method in class org.appng.core.domain.Template
-
- getName() - Method in class org.appng.core.domain.TemplateResource
-
- getName() - Method in class org.appng.core.model.ApplicationProvider
-
- getName() - Method in class org.appng.core.model.InstallablePackage
-
- getName() - Method in class org.appng.core.model.PackageVersion
-
- getName() - Method in class org.appng.core.model.PackageWrapper
-
- getName() - Method in class org.appng.core.xml.repository.Package
-
Package name.
- getName() - Method in class org.appng.formtags.FormElement
-
- getName() - Method in class org.appng.formtags.FormGroup
-
- getName() - Method in class org.appng.mail.Address
-
- getName() - Method in interface org.appng.mail.Attachment
-
- getName() - Method in class org.appng.mail.impl.AttachmentImpl
-
- getName() - Method in class org.appng.search.indexer.SimpleDocument
-
- getName() - Method in class org.appng.search.json.FilterConfig
-
- getName() - Method in class org.appng.search.json.Result.Field
-
- getName() - Method in class org.appng.taglib.Attribute
-
- getName() - Method in class org.appng.taglib.form.Form
-
- getName() - Method in class org.appng.taglib.form.FormElement
-
- getName() - Method in class org.appng.taglib.form.FormGroup
-
- getName() - Method in class org.appng.taglib.Parameter
-
- getName() - Method in class org.appng.testsupport.TestBase.SimpleApplication
-
- getName() - Method in class org.appng.tools.poi.ColumnDefinition
-
- getName() - Method in class org.appng.xml.application.PackageInfo
-
Gets the value of the name property.
- getName() - Method in class org.appng.xml.application.Role
-
Gets the value of the name property.
- getName() - Method in class org.appng.xml.platform.ApplicationRootConfig
-
Gets the value of the name property.
- getName() - Method in class org.appng.xml.platform.BeanOption
-
The unique name of this option within the enclosing
Bean
.
- getName() - Method in class org.appng.xml.platform.Datafield
-
The name of the datafield.
- getName() - Method in class org.appng.xml.platform.FieldDef
-
The name of the field.
- getName() - Method in class org.appng.xml.platform.NavigationItem
-
The name of this navigation item.
- getName() - Method in class org.appng.xml.platform.Option
-
The name of the option.
- getName() - Method in class org.appng.xml.platform.Param
-
The name of the parameter, must start with a character, after that only characters, digits and
underscore are allowed.
- getName() - Method in class org.appng.xml.platform.Rule
-
Gets the value of the name property.
- getName() - Method in class org.appng.xml.platform.Rule.Option
-
Gets the value of the name property.
- getName() - Method in class org.appng.xml.platform.Sort
-
The name of the property to be used in the search query.
- getName() - Method in class org.appng.xml.platform.Subject
-
Gets the value of the name property.
- getName() - Method in class org.appng.xml.platform.UserInputField
-
- getName() - Method in class org.appng.xml.transformation.StyleSheetProvider
-
- getNamespace() - Method in enum org.appng.xml.MarshallService.AppNGSchema
-
- getNavigation() - Method in class org.appng.xml.platform.ApplicationRootConfig
-
Gets the value of the navigation property.
- getNavigation() - Method in class org.appng.xml.platform.Platform
-
Gets the value of the navigation property.
- getNewProperty(String) - Method in class org.appng.api.support.PropertyHolder
-
- getNewProperty(String) - Method in class org.appng.core.domain.PersistentPropertyHolder
-
- getNextchunk() - Method in class org.appng.tools.ui.Pagination
-
- getNextchunk() - Method in class org.appng.xml.platform.Resultset
-
The number of the next chunk.
- getNode(String) - Method in class org.appng.api.XPathProcessor
-
Parses the given
xpathExpression
to retrieve a
Node
.
- getNode(Node, String) - Method in class org.appng.api.XPathProcessor
-
Parses the given
xpathExpression
to retrieve a
Node
.
- getNodeAddress() - Method in class org.appng.core.controller.messaging.TribesReceiver
-
- getNodeId() - Method in class org.appng.api.messaging.Event
-
Returns the node id of this event, i.e.
- getNodeId() - Method in class org.appng.api.messaging.Serializer
-
Returns to node id used when creating this serializer
- getNodeId() - Method in class org.appng.core.controller.messaging.NodeEvent.NodeState
-
- getNodes(String) - Method in class org.appng.api.XPathProcessor
-
Parses the given
xpathExpression
to retrieve a
NodeList
.
- getNodes(Node, String) - Method in class org.appng.api.XPathProcessor
-
Parses the given
xpathExpression
to retrieve a
NodeList
.
- getNonHeap() - Method in class org.appng.core.controller.messaging.NodeEvent.NodeState
-
- getNotNull() - Method in class org.appng.xml.platform.Validation
-
Gets the value of the notNull property.
- getNumber(String) - Method in class org.appng.api.XPathProcessor
-
Parses the given
xpathExpression
to retrieve a
Number
.
- getNumber(Node, String) - Method in class org.appng.api.XPathProcessor
-
Parses the given
xpathExpression
to retrieve a
Number
.
- getNumberFromField(Document, String, List<IndexableField>) - Static method in class org.appng.search.indexer.SimpleDocument
-
- getNumberOfElements() - Method in class org.appng.search.json.Page
-
- getNumberOfPages() - Method in class org.appng.search.json.Page
-
- getObject() - Method in class org.appng.api.FieldWrapper
-
Returns the property that this FieldWrapper
handles.
- getObject() - Method in class org.appng.api.support.environment.EnvironmentFactoryBean
-
- getObject() - Method in class org.appng.api.support.RequestFactoryBean
-
- getObject() - Method in class org.appng.core.repository.config.DataSourceFactory
-
- getObject() - Method in class org.appng.testsupport.persistence.HsqlServerFactoryBean
-
- getObjectType() - Method in class org.appng.api.support.environment.EnvironmentFactoryBean
-
- getObjectType() - Method in class org.appng.api.support.RequestFactoryBean
-
- getObjectType() - Method in class org.appng.core.repository.config.DataSourceFactory
-
- getObjectType() - Method in class org.appng.testsupport.persistence.HsqlServerFactoryBean
-
- getObservable() - Method in class org.appng.search.indexer.SimpleDocument
-
- getOnSuccess() - Method in class org.appng.api.support.CallableAction
-
- getOnSuccess() - Method in class org.appng.xml.platform.Action
-
The URI to forward to after successfully performing the action.
- getOnSuccess() - Method in class org.appng.xml.platform.ActionRef
-
The URI to forward to after successfully performing the action.
- getOp() - Method in class org.appng.tools.image.ImageProcessor
-
- getOpenMode() - Method in class org.appng.search.indexer.IndexConfig
-
- getOption(String) - Method in interface org.appng.api.Options
-
Returns the
Option
with the given name, if present.
- getOption(String) - Method in class org.appng.api.support.OptionsImpl
-
- getOption() - Method in class org.appng.xml.platform.Rule
-
Gets the value of the option property.
- getOptionGroups() - Method in class org.appng.xml.platform.Selection
-
Gets the value of the optionGroups property.
- getOptionNames() - Method in interface org.appng.api.Options
-
Returns the names of all available
Option
s
- getOptionNames() - Method in class org.appng.api.support.OptionsImpl
-
- getOptions() - Method in interface org.appng.api.support.OptionOwner
-
- getOptions() - Method in class org.appng.api.support.OptionOwner.OptionOwnerBase
-
- getOptions() - Method in class org.appng.xml.platform.Bean
-
Gets the value of the options property.
- getOptions() - Method in class org.appng.xml.platform.OptionGroup
-
Gets the value of the options property.
- getOptions() - Method in class org.appng.xml.platform.Selection
-
Gets the value of the options property.
- getOptionValue(String, String) - Method in interface org.appng.api.Options
-
Returns the attribute with the given name for the
Option
with the given name.
- getOptionValue(String, String) - Method in class org.appng.api.support.OptionsImpl
-
- getOrder() - Method in class org.appng.core.repository.config.ApplicationPostProcessor
-
- getOrder() - Method in class org.appng.xml.platform.Sort
-
The direction of sorting.
- getOriginalFilename() - Method in interface org.appng.forms.FormUpload
-
Returns the name of the original (without any path prefix) file which was uploaded.
- getOriginalFilename() - Method in class org.appng.forms.impl.FormUploadBean
-
- getOtherAttributes() - Method in class org.appng.xml.platform.BeanOption
-
Gets a map that contains attributes that aren't bound to any typed property on this class.
- getOutput() - Method in class org.appng.xml.platform.PlatformConfig
-
Gets the value of the output property.
- getOutputFormat() - Method in interface org.appng.api.Path
-
- getOutputFormat() - Method in class org.appng.api.PathInfo
-
- getOutputFormat() - Method in class org.appng.core.model.AbstractRequestProcessor
-
- getOutputFormat() - Method in class org.appng.core.model.PlatformTransformer
-
- getOutputFormat() - Method in class org.appng.xml.platform.PlatformConfig
-
Gets the value of the outputFormat property.
- getOutputPrefix() - Method in interface org.appng.api.Path
-
- getOutputPrefix() - Method in class org.appng.api.PathInfo
-
- getOutputType() - Method in interface org.appng.api.Path
-
Returns the ID of
OutputType
.
An
OutputType
may be defined by adding
_<type>
after the output-format, e.g.
- getOutputType() - Method in class org.appng.api.PathInfo
-
- getOutputType() - Method in class org.appng.core.model.AbstractRequestProcessor
-
- getOutputType() - Method in class org.appng.core.model.PlatformTransformer
-
- getOutputType() - Method in class org.appng.xml.platform.OutputFormat
-
Gets the value of the outputType property.
- getOutputType() - Method in class org.appng.xml.platform.Template
-
- getOwner(String, String) - Method in class org.appng.api.support.OptionGroupFactory
-
- getOwner(String, String) - Method in class org.appng.api.support.SelectionFactory
-
- getPackage(Identifier, Identifier, PackageInfo) - Method in class org.appng.appngizer.controller.RepositoryController
-
- getPackage() - Method in class org.appng.appngizer.model.xml.Packages
-
Gets the value of the package property.
- getPackage() - Method in class org.appng.core.model.PackageWrapper
-
- getPackage(Repository, File, String) - Static method in class org.appng.core.model.RepositoryUtils
-
- getPackage() - Method in class org.appng.core.xml.repository.Packages
-
Gets the value of the package property.
- getPackage() - Method in class org.appng.core.xml.repository.PackageVersions
-
Gets the value of the package property.
- getPackageArchive(String, String, String) - Method in class org.appng.core.domain.RepositoryImpl
-
- getPackageArchive(String, String, String) - Method in interface org.appng.core.model.Repository
-
- getPackageInfo() - Method in class org.appng.core.domain.PackageArchiveImpl
-
- getPackageInfo() - Method in interface org.appng.core.model.PackageArchive
-
- getPackageInfo() - Method in class org.appng.core.model.PackageVersion
-
- getPackageName() - Method in class org.appng.core.xml.repository.GetPackageRequest
-
Gets the value of the packageName property.
- getPackageName() - Method in class org.appng.core.xml.repository.GetPackageVersionsRequest
-
Gets the value of the packageName property.
- GetPackageRequest - Class in org.appng.core.xml.repository
-
Java class for anonymous complex type.
- GetPackageRequest() - Constructor for class org.appng.core.xml.repository.GetPackageRequest
-
- GetPackageResponse - Class in org.appng.core.xml.repository
-
Java class for anonymous complex type.
- GetPackageResponse() - Constructor for class org.appng.core.xml.repository.GetPackageResponse
-
- getPackages() - Method in class org.appng.appngizer.model.xml.Repository
-
Gets the value of the packages property.
- getPackages() - Method in class org.appng.core.domain.RepositoryImpl
-
- getPackages() - Method in interface org.appng.core.model.Repository
-
Returns the
Packages
offered by this repository, containing a list of all available
Package
s
- getPackages() - Method in class org.appng.core.xml.repository.GetPackagesResponse
-
Gets the value of the packages property.
- GetPackagesRequest - Class in org.appng.core.xml.repository
-
Java class for anonymous complex type.
- GetPackagesRequest() - Constructor for class org.appng.core.xml.repository.GetPackagesRequest
-
- GetPackagesResponse - Class in org.appng.core.xml.repository
-
Java class for anonymous complex type.
- GetPackagesResponse() - Constructor for class org.appng.core.xml.repository.GetPackagesResponse
-
- getPackageTimestamp() - Method in class org.appng.core.xml.repository.GetPackageRequest
-
Gets the value of the packageTimestamp property.
- getPackageVersion() - Method in interface org.appng.api.model.Identifier
-
Returns the version.
- getPackageVersion() - Method in class org.appng.core.domain.ApplicationImpl
-
- getPackageVersion() - Method in class org.appng.core.domain.Template
-
- getPackageVersion() - Method in class org.appng.core.model.ApplicationProvider
-
- getPackageVersion() - Method in class org.appng.core.model.PackageVersion
-
- getPackageVersion() - Method in class org.appng.core.xml.repository.GetPackageRequest
-
Gets the value of the packageVersion property.
- getPackageVersion() - Method in class org.appng.testsupport.TestBase.SimpleApplication
-
- getPackageVersions(List<Identifier>, String) - Method in class org.appng.core.domain.RepositoryImpl
-
- getPackageVersions(String) - Method in class org.appng.core.domain.RepositoryImpl
-
- getPackageVersions(String) - Method in interface org.appng.core.model.Repository
-
- getPackageVersions() - Method in class org.appng.core.xml.repository.GetPackageVersionsResponse
-
Gets the value of the packageVersions property.
- GetPackageVersionsRequest - Class in org.appng.core.xml.repository
-
Java class for anonymous complex type.
- GetPackageVersionsRequest() - Constructor for class org.appng.core.xml.repository.GetPackageVersionsRequest
-
- GetPackageVersionsResponse - Class in org.appng.core.xml.repository
-
Java class for anonymous complex type.
- GetPackageVersionsResponse() - Constructor for class org.appng.core.xml.repository.GetPackageVersionsResponse
-
- getPackageWrapper() - Method in class org.appng.core.model.InstallablePackage
-
- getPage(String) - Method in interface org.appng.api.ApplicationConfigProvider
-
- getPage() - Method in class org.appng.api.DataContainer
-
Returns the
Page
(may be
null
) for this
DataContainer
- getPage() - Method in interface org.appng.api.Path
-
Returns the name of the currently selected page, if present
- getPage() - Method in class org.appng.api.PathInfo
-
- getPage(String) - Method in class org.appng.api.support.ApplicationConfigProviderImpl
-
- getPage() - Method in class org.appng.search.json.Page
-
- getPage() - Method in class org.appng.search.searcher.SearchFormatter
-
- getPage() - Method in class org.appng.xml.platform.NavigationItem
-
The id of the page this item refers to.
- getPage() - Method in class org.appng.xml.platform.PagesReference
-
Gets the value of the page property.
- getPageable() - Method in class org.appng.api.DataContainer
-
Returns the
Pageable
(may be
null
) for this
DataContainer
- getPageable() - Method in interface org.appng.api.FieldProcessor
-
- getPageable() - Method in class org.appng.api.support.FieldProcessorImpl
-
- getPageList() - Method in class org.appng.xml.platform.Pages
-
Gets the value of the pageList property.
- getPageParam() - Method in class org.appng.search.json.Page
-
- getPageParamName() - Method in class org.appng.search.searcher.SearchFormatter
-
- getPages() - Method in interface org.appng.api.ApplicationConfigProvider
-
- getPages() - Method in class org.appng.api.support.ApplicationConfigProviderImpl
-
- getPages() - Method in class org.appng.xml.platform.ApplicationReference
-
Gets the value of the pages property.
- getPages() - Method in class org.appng.xml.platform.ApplicationRootConfig
-
Gets the value of the pages property.
- getPageSize() - Method in class org.appng.search.json.Page
-
- getPageSize() - Method in class org.appng.search.searcher.SearchFormatter
-
- getPageSize() - Method in class org.appng.xml.platform.DatasourceRef
-
The default page size for the datasource
- getPageSizeParam() - Method in class org.appng.search.json.Page
-
- getPageSizeParamName() - Method in class org.appng.search.searcher.SearchFormatter
-
- getPagination() - Method in class org.appng.search.json.Results
-
- getPagination(int, int, Chunk) - Static method in class org.appng.tools.ui.Pagination
-
- getParam() - Method in class org.appng.xml.platform.Params
-
Gets the value of the param property.
- getParameter(String) - Method in class org.appng.api.support.ApplicationRequest
-
- getParameter(String) - Method in class org.appng.forms.impl.RequestBean
-
- getParameter(String) - Method in interface org.appng.forms.RequestContainer
-
Returns the value for the parameter with the given name.
Note that for a multi-valued parameter, any of the submitted values is returned.
- getParameterList(String) - Method in class org.appng.api.support.ApplicationRequest
-
- getParameterList(String) - Method in class org.appng.forms.impl.RequestBean
-
- getParameterList(String) - Method in interface org.appng.forms.RequestContainer
-
Returns a
List
containing all the values for the parameter with the given name.
- getParameterNames() - Method in interface org.appng.api.ParameterSupport
-
- getParameterNames() - Method in class org.appng.api.support.ApplicationRequest
-
- getParameterNames() - Method in class org.appng.api.support.ParameterSupportBase
-
- getParameterNames() - Method in class org.appng.forms.impl.RequestBean
-
- getParameterNames() - Method in interface org.appng.forms.RequestContainer
-
Returns an immutable
Set
containing the names of all request parameters.
- getParameters(String) - Method in interface org.appng.api.ParameterSupport
-
Returns the names of all parameters used in the given String
, without affixes.
- getParameters() - Method in interface org.appng.api.ParameterSupport
-
- getParameters() - Method in class org.appng.api.support.ApplicationRequest
-
- getParameters(String) - Method in class org.appng.api.support.ParameterSupportBase
-
- getParameters() - Method in class org.appng.api.support.ParameterSupportBase
-
- getParameters() - Method in class org.appng.cli.commands.CommandMain
-
- getParameters() - Method in class org.appng.forms.impl.RequestBean
-
- getParameters() - Method in interface org.appng.forms.RequestContainer
-
Returns an immutable
Map
containing the name of each request-parameter as a key and a single parameter
value as the map's value.
Note that for multi-valued parameters, the returned map contains any of the submitted values.
- getParameters() - Method in class org.appng.taglib.search.SearchPart
-
- getParametersList() - Method in class org.appng.api.support.ApplicationRequest
-
- getParametersList() - Method in class org.appng.forms.impl.RequestBean
-
- getParametersList() - Method in interface org.appng.forms.RequestContainer
-
Returns an immutable
Map
containing the name of each request-parameter as a key and the list of submitted
values as value.
- getParameterSupportDollar() - Method in interface org.appng.api.Request
-
- getParameterSupportDollar() - Method in class org.appng.api.support.ApplicationRequest
-
- getParamList() - Method in class org.appng.xml.platform.GetParams
-
Gets the value of the paramList property.
- getParamList() - Method in class org.appng.xml.platform.PostParams
-
Gets the value of the paramList property.
- getParamList() - Method in class org.appng.xml.platform.UrlParams
-
Gets the value of the paramList property.
- getParams() - Method in class org.appng.testsupport.TestBase.ActionCall
-
- getParams() - Method in class org.appng.testsupport.TestBase.DataSourceCall
-
- getParams() - Method in class org.appng.xml.platform.ActionRef
-
Gets the value of the params property.
- getParams() - Method in class org.appng.xml.platform.DataConfig
-
Gets the value of the params property.
- getParams() - Method in class org.appng.xml.platform.DatasourceRef
-
Gets the value of the params property.
- GetParams - Class in org.appng.xml.platform
-
Those are the GET-
Param
eters which can be used on the page.
- GetParams() - Constructor for class org.appng.xml.platform.GetParams
-
- getParams() - Method in class org.appng.xml.platform.Label
-
A Label
can be parameterized, using a String (e.g.
- getParams - Variable in class org.appng.xml.platform.UrlSchema
-
- getPart() - Method in class org.appng.search.json.Part
-
- getParts() - Method in class org.appng.search.searcher.SearchFormatter
-
- getParts() - Method in class org.appng.taglib.search.Search
-
- getPassive() - Method in class org.appng.xml.platform.Sectionelement
-
If evaluating to
true
, the
Sectionelement
will not determine the title of the tab.
- getPassive() - Method in class org.appng.xml.platform.SectionelementDef
-
If evaluating to
true
, the resulting
Sectionelement
will not determine the title of the tab.
- getPassword() - Method in class org.appng.appngizer.model.xml.Database
-
Gets the value of the password property.
- getPassword() - Method in class org.appng.core.domain.DatabaseConnection
-
- getPassword() - Method in class org.appng.testsupport.persistence.ConnectionInfo
-
- getPasswordHandler(AuthSubject) - Method in class org.appng.core.service.CoreService
-
- getPasswordPlain() - Method in class org.appng.core.domain.DatabaseConnection
-
- getPasswordPolicy() - Method in interface org.appng.api.model.Site
-
- getPasswordPolicy() - Method in class org.appng.core.domain.SiteImpl
-
- getPasswordResetDigest() - Method in class org.appng.core.security.BCryptPasswordHandler
-
- getPasswordResetDigest() - Method in interface org.appng.core.security.PasswordHandler
-
Returns a digest which can be used for the "Forgot password?" function.
- getPasswordResetDigest() - Method in class org.appng.core.security.Sha1PasswordHandler
-
- getPast() - Method in class org.appng.xml.platform.Validation
-
Gets the value of the past property.
- getPath() - Method in interface org.appng.api.search.Document
-
Returns the path of this
Document
, relative to the
Site
s domain.
- getPath() - Method in class org.appng.search.indexer.SimpleDocument
-
- getPath() - Method in class org.appng.xml.platform.Template
-
The path to the template resource, relative to /xsl
of the appNG-template or -application.
- getPathInfo(Environment, Site, String) - Static method in class org.appng.api.RequestUtil
-
Creates and returns a
PathInfo
-object based upon the given parameters.
- getPattern() - Method in class org.appng.xml.platform.Validation
-
Gets the value of the pattern property.
- getPermission(String, String) - Method in class org.appng.appngizer.controller.PermissionController
-
- getPermission() - Method in class org.appng.appngizer.model.xml.Permissions
-
Gets the value of the permission property.
- getPermission(String, String) - Method in class org.appng.core.service.CoreService
-
- getPermission() - Method in class org.appng.taglib.Permission
-
- getPermission() - Method in class org.appng.xml.application.Permissions
-
Gets the value of the permission property.
- getPermission() - Method in class org.appng.xml.application.Role
-
Gets the value of the permission property.
- getPermission() - Method in class org.appng.xml.platform.FieldPermissions
-
Gets the value of the permission property.
- getPermissionList() - Method in class org.appng.xml.platform.Permissions
-
Gets the value of the permissionList property.
- getPermissionProcessor() - Method in interface org.appng.api.Request
-
- getPermissionProcessor() - Method in class org.appng.api.support.ApplicationRequest
-
- getPermissions() - Method in class org.appng.api.FieldWrapper
-
- getPermissions() - Method in interface org.appng.api.model.Application
-
- getPermissions() - Method in interface org.appng.api.model.Role
-
- getPermissions() - Method in class org.appng.api.PermissionOwner
-
- getPermissions() - Method in class org.appng.appngizer.model.xml.Role
-
Gets the value of the permissions property.
- getPermissions() - Method in class org.appng.core.domain.ApplicationImpl
-
- getPermissions() - Method in class org.appng.core.domain.RoleImpl
-
- getPermissions() - Method in class org.appng.core.model.ApplicationProvider
-
- getPermissions() - Method in class org.appng.core.model.PackageVersion
-
- getPermissions() - Method in class org.appng.testsupport.TestBase.SimpleApplication
-
- getPermissions() - Method in class org.appng.xml.application.ApplicationInfo
-
Gets the value of the permissions property.
- getPermissions() - Method in class org.appng.xml.platform.ActionRef
-
Gets the value of the permissions property.
- getPermissions() - Method in class org.appng.xml.platform.Config
-
Gets the value of the permissions property.
- getPermissions() - Method in class org.appng.xml.platform.DatasourceRef
-
Gets the value of the permissions property.
- getPermissions() - Method in class org.appng.xml.platform.FieldDef
-
Gets the value of the permissions property.
- getPermissions() - Method in class org.appng.xml.platform.Link
-
Gets the value of the permissions property.
- getPermissions() - Method in class org.appng.xml.platform.Linkpanel
-
Gets the value of the permissions property.
- getPermissions() - Method in class org.appng.xml.platform.OutputFormat
-
Gets the value of the permissions property.
- getPermissions() - Method in class org.appng.xml.platform.OutputType
-
Gets the value of the permissions property.
- getPermissionsForApplication(Integer) - Method in class org.appng.core.service.CoreService
-
- getPersistenceUnit() - Method in class org.appng.testsupport.persistence.ConnectionInfo
-
- getPlaceholderConfigurer(Properties) - Method in class org.appng.core.service.InitializerService
-
- getPlain() - Method in class org.appng.xml.platform.TextElement
-
Gets the value of the plain property.
- getPlainProperties() - Method in interface org.appng.api.model.Properties
-
- getPlainProperties() - Method in class org.appng.api.support.PropertyHolder
-
- getPlatform(MarshallService, Path) - Method in class org.appng.core.model.AbstractRequestProcessor
-
- getPlatform(MarshallService, Path) - Method in class org.appng.core.model.PlatformProcessor
-
- getPlatform(MarshallService, Path) - Method in class org.appng.core.model.PlatformTransformer
-
- getPlatformCache() - Method in class org.appng.core.model.CacheProvider
-
Returns the root directory of the platform cache.
- getPlatformCache(Nameable) - Method in class org.appng.core.model.CacheProvider
-
Returns the root platform cache directory for a site.
- getPlatformCache(String) - Method in class org.appng.core.model.CacheProvider
-
Returns the root platform cache directory for a site.
- getPlatformCache(Nameable, Nameable) - Method in class org.appng.core.model.CacheProvider
-
Returns the root platform cache directory for an application.
- getPlatformCache(String, String) - Method in class org.appng.core.model.CacheProvider
-
Returns the root platform cache directory for an application.
- getPlatformConfig(Environment) - Static method in class org.appng.api.messaging.Messaging
-
- getPlatformConfig() - Method in class org.appng.api.messaging.Serializer
-
- getPlatformConfig() - Method in class org.appng.cli.CliEnvironment
-
Returns the appNG platform configuration.
- getPlatformConfig(Environment) - Method in class org.appng.core.service.CoreService
-
- getPlatformConnection(Properties) - Method in class org.appng.core.service.MigrationService
-
- getPlatformProperties() - Method in class org.appng.core.service.CoreService
-
- getPlatformProperties(String) - Method in class org.appng.testsupport.TestBase
-
- getPlatformTransformer() - Method in class org.appng.core.model.PlatformProcessor
-
- getPlatformUrl() - Method in interface org.appng.api.Path
-
Returns the complete absolute URL this
Path
represents, which is the
Site
s domain plus the
servlet-path
- getPlatformUrl() - Method in class org.appng.api.PathInfo
-
- getPlatformUrl() - Method in class org.appng.xml.platform.PlatformConfig
-
Gets the value of the platformUrl property.
- getPlural() - Method in class org.appng.api.support.XmlGenerator.Entity
-
- getPluralLower() - Method in class org.appng.api.support.XmlGenerator.Entity
-
- getPort() - Method in class org.appng.core.controller.messaging.JedisReceiver
-
- getPort() - Method in class org.appng.testsupport.persistence.ConnectionInfo
-
- getPort() - Method in class org.appng.testsupport.persistence.HsqlServerFactoryBean
-
- getPostParams() - Method in class org.appng.xml.platform.UrlSchema
-
Gets the value of the postParams property.
- getPrefix() - Static method in class org.appng.core.security.BCryptPasswordHandler
-
Returns the identifier of the bcrypt algorithm.
- getPrettyTable() - Method in class org.appng.cli.commands.CommandList
-
- getPreviouschunk() - Method in class org.appng.tools.ui.Pagination
-
- getPreviouschunk() - Method in class org.appng.xml.platform.Resultset
-
The number of the previous chunk.
- getPrio() - Method in class org.appng.xml.platform.Sort
-
The priority of sorting, needed to support multiple sort criterias.
- getProperties() - Method in interface org.appng.api.model.Application
-
- getProperties(String) - Method in interface org.appng.api.model.Properties
-
- getProperties() - Method in interface org.appng.api.model.Site
-
- getProperties(String) - Method in class org.appng.api.support.PropertyHolder
-
- getProperties() - Method in class org.appng.api.support.XmlGenerator.Entity
-
- getProperties() - Method in class org.appng.core.domain.ApplicationImpl
-
- getProperties() - Method in class org.appng.core.domain.SiteImpl
-
- getProperties() - Method in class org.appng.core.model.ApplicationProvider
-
- getProperties() - Method in class org.appng.core.model.PackageVersion
-
- getProperties(String, String) - Method in class org.appng.core.service.CoreService
-
- getProperties(String, String, Pageable) - Method in class org.appng.core.service.CoreService
-
- getProperties(Integer, Integer) - Method in class org.appng.core.service.CoreService
-
- getProperties(Integer, Integer, Pageable) - Method in class org.appng.core.service.CoreService
-
- getProperties(Properties, Site, Application, boolean) - Static method in class org.appng.core.service.PropertySupport
-
Aggregates the
Properties
of the platform, the given
Site
and given
Application
to a
single
Properties
object, using a prefix for determining the origin of a certain property.The
prefix for a site-property is
site.
, for a platform-property it's
"platform.".
- getProperties() - Method in class org.appng.testsupport.TestBase
-
- getProperties() - Method in class org.appng.testsupport.TestBase.SimpleApplication
-
- getProperties() - Method in class org.appng.xml.application.ApplicationInfo
-
Gets the value of the properties property.
- getProperty(String) - Method in class org.appng.api.support.PropertyHolder
-
- getProperty(String, String) - Method in class org.appng.appngizer.controller.ApplicationController
-
- getProperty(String) - Method in class org.appng.appngizer.controller.PlatformPropertyController
-
- getProperty(String, String, String) - Method in class org.appng.appngizer.controller.SiteApplicationPropertyController
-
- getProperty(String, String) - Method in class org.appng.appngizer.controller.SitePropertyController
-
- getProperty() - Method in class org.appng.appngizer.model.xml.Properties
-
Gets the value of the property property.
- getProperty(String) - Method in class org.appng.core.service.CoreService
-
- getProperty() - Method in class org.appng.xml.application.Properties
-
Gets the value of the property property.
- getPropertyName(Site, Application, String) - Static method in class org.appng.core.service.PropertySupport
-
Returns the dot-separated full name for a given property, depending on whether a
Site
and/or an
Application
are given.
- getPropertyName() - Method in class org.appng.tools.poi.ColumnDefinition
-
- getPropertyNames() - Method in interface org.appng.api.model.Properties
-
- getPropertyNames() - Method in class org.appng.api.support.PropertyHolder
-
- getPropertyPrefix(Site, Application) - Static method in class org.appng.core.service.PropertySupport
-
Returns the dot-separated property-prefix, depending on whether a
Site
and/or an
Application
are
given.
- getProps() - Method in class org.appng.appngizer.controller.AppNGizerConfigurer
-
- getProps() - Method in class org.appng.core.controller.messaging.NodeEvent.NodeState
-
- getPublishedApplicationWrapper(String) - Method in interface org.appng.core.model.RepositoryCache
-
- getQuery(String[], String, Analyzer, String, String[]) - Method in class org.appng.search.searcher.StandardSearcher
-
- getQueryParam() - Method in class org.appng.search.searcher.SearchFormatter
-
- getQueryParamName() - Method in class org.appng.search.searcher.SearchFormatter
-
- getQueryString() - Method in class org.appng.core.controller.CacheElementBase
-
- getRandomSalt(int) - Static method in class org.appng.api.auth.AuthTools
-
Returns a random salt with a given length.
- getReadonly() - Method in class org.appng.api.FieldWrapper
-
- getReadonly() - Method in class org.appng.xml.platform.FieldDef
-
If evaluating to true
, the field's value is readonly.
- getReadTimeout() - Method in class org.appng.api.SoapClient
-
- getRealname() - Method in interface org.appng.api.model.Account
-
Returns the real name of this
Account
, e.g.
- getRealName() - Method in class org.appng.appngizer.model.xml.Subject
-
Gets the value of the realName property.
- getRealname() - Method in class org.appng.core.domain.SubjectImpl
-
- getRealname() - Method in class org.appng.core.model.ApplicationSubjectImpl
-
- getReceivers() - Method in class org.appng.mail.impl.MailImpl
-
- getReceivers() - Method in interface org.appng.mail.Mail
-
- getRedirectRules(String) - Static method in class org.appng.core.controller.filter.RedirectFilter
-
- getRedirectTarget() - Method in class org.appng.api.support.ApplicationRequest
-
- getRef() - Method in class org.appng.xml.platform.Message
-
- getRef() - Method in class org.appng.xml.platform.Messages
-
- getRef() - Method in class org.appng.xml.platform.NavigationItem
-
The URL-reference for this item, meaning it contains the navigation path.
- getRef() - Method in class org.appng.xml.platform.Permission
-
The unique name of the permission which is required.
- getReference() - Method in interface org.appng.api.FieldProcessor
-
- getReference() - Method in class org.appng.api.support.FieldProcessorImpl
-
- getRegexp() - Method in class org.appng.xml.platform.Pattern
-
The regular expression for the field.
- getRelativePlatformCache(Nameable, Nameable) - Method in class org.appng.core.model.CacheProvider
-
Returns the relative platform cache directory for an application.
- getRelease() - Method in class org.appng.appngizer.model.xml.Package
-
Gets the value of the release property.
- getRemoteCerts() - Method in class org.appng.core.domain.RepositoryImpl
-
Returns the certificate chain, if this is a signed remote repository.
- getRemoteName() - Method in class org.appng.appngizer.model.xml.Repository
-
Gets the value of the remoteName property.
- getRemoteRepositoryName() - Method in class org.appng.core.domain.RepositoryImpl
-
- getRemoteRepositoryName() - Method in interface org.appng.core.model.Repository
-
In case the type for this repository is
RepositoryType.REMOTE
, returns the name of the referred remote
repository.
- getReplyTo() - Method in class org.appng.mail.impl.MailImpl
-
- getReplyTo() - Method in interface org.appng.mail.Mail
-
- getRepository(String) - Method in class org.appng.appngizer.controller.RepositoryController
-
- getRepository() - Method in class org.appng.appngizer.model.xml.Repositories
-
Gets the value of the repository property.
- getRepositoryBase() - Method in class org.appng.testsupport.TestBase
-
- getRepositoryMode() - Method in class org.appng.core.domain.RepositoryImpl
-
- getRepositoryMode() - Method in interface org.appng.core.model.Repository
-
The mode for this repository,
- getRepositoryName() - Method in class org.appng.core.xml.repository.GetCertificationRequest
-
Gets the value of the repositoryName property.
- getRepositoryName() - Method in class org.appng.core.xml.repository.GetPackageRequest
-
Gets the value of the repositoryName property.
- getRepositoryName() - Method in class org.appng.core.xml.repository.GetPackagesRequest
-
Gets the value of the repositoryName property.
- getRepositoryName() - Method in class org.appng.core.xml.repository.GetPackageVersionsRequest
-
Gets the value of the repositoryName property.
- getRepositoryPackage(String, String, String, String) - Method in class org.appng.appngizer.controller.RepositoryController
-
- getRepositoryPackages(String, String) - Method in class org.appng.appngizer.controller.RepositoryController
-
- getRepositoryType() - Method in class org.appng.core.domain.RepositoryImpl
-
- getRepositoryType() - Method in interface org.appng.core.model.Repository
-
The type for this repository.
- getRepoValidator(ValidatorConfig, byte[], byte[]) - Static method in class org.appng.core.security.signing.Signer
-
- getRepoValidator(ValidatorConfig, byte[], byte[], Collection<X509Certificate>) - Static method in class org.appng.core.security.signing.Signer
-
- getRequest() - Method in class org.appng.formtags.Form
-
- getRequest(PageContext) - Static method in class org.appng.taglib.TagletAdapter
-
- getRequests() - Method in class org.appng.core.controller.Session
-
- getRequests() - Method in class org.appng.core.domain.SiteImpl
-
- getRequestSupport() - Method in class org.appng.api.support.ApplicationRequest
-
- getRequestValues() - Method in class org.appng.formtags.FormElement
-
- getResource(ResourceType, String) - Method in interface org.appng.api.model.Resources
-
Returns the
Resource
of the given type with the given name, if any.
- getResource(Integer) - Method in interface org.appng.api.model.Resources
-
- getResource(ResourceType, String) - Method in class org.appng.api.support.ApplicationResourceHolder
-
- getResource(Integer) - Method in class org.appng.api.support.ApplicationResourceHolder
-
- getResourceName() - Method in class org.appng.api.support.ConfigValidationError
-
- getResourceNameForApplicationRootConfig() - Method in interface org.appng.api.ApplicationConfigProvider
-
- getResourceNameForApplicationRootConfig() - Method in class org.appng.api.support.ApplicationConfigProviderImpl
-
- getResourceNameForDataSource(String) - Method in interface org.appng.api.ApplicationConfigProvider
-
- getResourceNameForDataSource(String) - Method in class org.appng.api.support.ApplicationConfigProviderImpl
-
- getResourceNameForEvent(String) - Method in interface org.appng.api.ApplicationConfigProvider
-
Returns the name of the
Resource
where the
Event
with the given id was defined.
- getResourceNameForEvent(String) - Method in class org.appng.api.support.ApplicationConfigProviderImpl
-
- getResourceNameForPage(String) - Method in interface org.appng.api.ApplicationConfigProvider
-
- getResourceNameForPage(String) - Method in class org.appng.api.support.ApplicationConfigProviderImpl
-
- getResources() - Method in interface org.appng.api.ApplicationConfigProvider
-
- getResources() - Method in interface org.appng.api.model.Application
-
- getResources(ResourceType) - Method in interface org.appng.api.model.Resources
-
- getResources() - Method in interface org.appng.api.model.Resources
-
- getResources() - Method in class org.appng.api.support.ApplicationConfigProviderImpl
-
- getResources(ResourceType) - Method in class org.appng.api.support.ApplicationResourceHolder
-
- getResources() - Method in class org.appng.api.support.ApplicationResourceHolder
-
- getResources() - Method in class org.appng.core.domain.ApplicationImpl
-
- getResources() - Method in class org.appng.core.domain.Template
-
- getResources() - Method in interface org.appng.core.model.AccessibleApplication
-
- getResources() - Method in class org.appng.core.model.ApplicationProvider
-
- getResources(Application, File, File) - Method in class org.appng.core.service.CoreService
-
- getResources() - Method in class org.appng.testsupport.TestBase.SimpleApplication
-
- getResourceSet() - Method in interface org.appng.api.model.Application
-
- getResourceSet() - Method in class org.appng.core.domain.ApplicationImpl
-
- getResourceSet() - Method in class org.appng.core.model.ApplicationProvider
-
- getResourceSet() - Method in class org.appng.testsupport.TestBase.SimpleApplication
-
- getResourceType() - Method in interface org.appng.api.model.Resource
-
- getResourceType() - Method in class org.appng.core.domain.ResourceImpl
-
- getResourceType() - Method in class org.appng.core.domain.TemplateResource
-
- getResponseCode() - Method in class org.appng.cli.commands.site.CheckSiteRunning
-
- getResponseType() - Method in class org.appng.core.controller.CacheElementBase
-
- getRestoreRequestData() - Method in class org.appng.formtags.Form
-
- getResult(FieldProcessor, Object) - Method in interface org.appng.api.ResultService
-
- getResult(FieldProcessor, Object) - Method in class org.appng.api.support.ResultServiceImpl
-
- getResult() - Method in class org.appng.cli.CliEnvironment
-
Retrieves the result of a
ExecutableCliCommand
-execution, which is a string to output on the console.
- getResult() - Method in interface org.appng.tools.os.Command.StreamConsumer
-
Returns the result for this StreamConsumer
.
- getResult() - Method in class org.appng.tools.os.StringConsumer
-
- getResult() - Method in class org.appng.xml.platform.Data
-
Gets the value of the result property.
- getResults() - Method in class org.appng.search.json.Search
-
- getResults() - Method in class org.appng.xml.platform.Resultset
-
Gets the value of the results property.
- getResultsCount() - Method in class org.appng.search.json.FilterData
-
- getResultSelector() - Method in class org.appng.xml.platform.MetaData
-
An expression defining when the actual
Result
should be marked as selected.
- getResultset(FieldProcessor, Page<?>) - Method in interface org.appng.api.ResultService
-
- getResultset(FieldProcessor, Collection<?>) - Method in interface org.appng.api.ResultService
-
- getResultset(FieldProcessor, Collection<?>) - Method in class org.appng.api.support.ResultServiceImpl
-
- getResultset(FieldProcessor, Page<?>) - Method in class org.appng.api.support.ResultServiceImpl
-
- getResultset() - Method in class org.appng.xml.platform.Data
-
Gets the value of the resultset property.
- getRevision() - Method in interface org.appng.api.model.RevisionAware
-
- getRevision(ID, Number) - Method in interface org.appng.persistence.repository.SearchRepository
-
Returns the requested revision of the entity with the requested ID (if the domain-class is audited);
- getRevision(ID, Number) - Method in class org.appng.persistence.repository.SearchRepositoryImpl
-
- getRevisionEntity() - Method in class org.appng.persistence.repository.EnversSearchRepositoryImpl
-
Can be overwritten by extending class to support alternative RevisionEntity implementations
- getRevisionNumber(ID) - Method in interface org.appng.persistence.repository.SearchRepository
-
If the domain-class is audited, the latest revision number of the entity is returned.
- getRevisionNumber(ID) - Method in class org.appng.persistence.repository.SearchRepositoryImpl
-
- getRole(String, String) - Method in class org.appng.appngizer.controller.RoleController
-
- getRole() - Method in class org.appng.appngizer.model.xml.Roles
-
Gets the value of the role property.
- getRole() - Method in class org.appng.xml.application.Roles
-
Gets the value of the role property.
- getRoleIds() - Method in interface org.appng.api.model.Authorizable
-
Returns a list containing the IDs of all
Role
s which are authorized to access this
Authorizable
.
- getRoles() - Method in interface org.appng.api.model.Application
-
- getRoles() - Method in interface org.appng.api.model.ApplicationSubject
-
- getRoles() - Method in interface org.appng.api.model.Group
-
- getRoles() - Method in class org.appng.appngizer.model.xml.Group
-
Gets the value of the roles property.
- getRoles() - Method in class org.appng.core.domain.ApplicationImpl
-
- getRoles() - Method in class org.appng.core.domain.GroupImpl
-
- getRoles() - Method in class org.appng.core.model.ApplicationProvider
-
- getRoles() - Method in class org.appng.core.model.ApplicationSubjectImpl
-
- getRoles() - Method in class org.appng.core.model.PackageVersion
-
- getRoles() - Method in class org.appng.testsupport.TestBase.SimpleApplication
-
- getRoles() - Method in class org.appng.xml.application.ApplicationInfo
-
Gets the value of the roles property.
- getRootPath() - Method in interface org.appng.api.Path
-
Returns the root-path of this Path
, which is the first element, or /
if there is no first element
- getRootPath() - Method in class org.appng.api.PathInfo
-
- getRow(Sheet, int) - Method in class org.appng.tools.poi.WorkBookHelper
-
- getRows() - Method in class org.appng.cli.prettytable.PrettyTable
-
- getRule(Annotation, String) - Method in class org.appng.api.support.validation.DefaultValidationProvider
-
- getRule() - Method in class org.appng.formtags.FormElement
-
- getRule() - Method in class org.appng.taglib.form.FormElement
-
- getRules() - Method in class org.appng.core.controller.filter.RedirectFilter.UrlRewriteConfig
-
- getRules() - Method in class org.appng.xml.platform.Validation
-
Gets the value of the rules property.
- getRuleValidation() - Method in class org.appng.formtags.Form
-
- getSalt() - Method in interface org.appng.api.model.AuthSubject
-
- getSalt() - Method in class org.appng.core.domain.SubjectImpl
-
- getSalt() - Method in interface org.appng.core.security.SaltedDigest
-
Generates a random salt.
- getSalt() - Method in class org.appng.core.security.SaltedDigestSha1
-
- getSchema() - Method in class org.appng.xml.MarshallService
-
- getSchemaLocation() - Method in interface org.appng.api.SoapService
-
Returns the location of the xsd-schema used by the webservice (classpath-relative)
- getSchemaLocation() - Method in class org.appng.xml.MarshallService
-
- getSchemes(RepositoryType) - Static method in enum org.appng.core.model.RepositoryScheme
-
- getScope() - Method in class org.appng.taglib.Attribute
-
- getScore() - Method in interface org.appng.api.search.Document
-
- getScore() - Method in class org.appng.search.indexer.SimpleDocument
-
- getScore() - Method in class org.appng.search.json.Result
-
- getSearch() - Method in class org.appng.search.json.SearchFilter
-
- getSearchTerm(String) - Method in class org.appng.search.searcher.GermanSearchTermProcessor
-
- getSearchTerm(String) - Method in interface org.appng.search.searcher.SearchTermProcessor
-
Processes the search term.
- getSearchTerm(String, String) - Method in class org.appng.search.searcher.StandardSearcher
-
- getSection() - Method in class org.appng.xml.platform.Structure
-
Gets the value of the section property.
- getSection() - Method in class org.appng.xml.platform.StructureDef
-
Gets the value of the section property.
- getSelectionGroups() - Method in class org.appng.api.DataContainer
-
- getSelectionGroups() - Method in class org.appng.xml.platform.Data
-
Gets the value of the selectionGroups property.
- getSelections() - Method in class org.appng.api.DataContainer
-
- getSelections() - Method in class org.appng.xml.platform.Data
-
Gets the value of the selections property.
- getSelections() - Method in class org.appng.xml.platform.SelectionGroup
-
Gets the value of the selections property.
- getSelf() - Method in interface org.appng.appngizer.model.UriAware
-
- getSelf() - Method in class org.appng.appngizer.model.xml.Linkable
-
Gets the value of the self property.
- getService() - Method in interface org.appng.api.Path
-
Return the name of the service addressed by this Path
- getService() - Method in class org.appng.api.PathInfo
-
- getService(Environment, ServletContext) - Method in class org.appng.core.controller.PlatformStartup
-
- getServicePath() - Method in interface org.appng.api.Path
-
Returns the path element that addresses a service
- getServicePath() - Method in class org.appng.api.PathInfo
-
- getServletContext() - Method in class org.appng.api.support.environment.DefaultEnvironment
-
- getServletPath() - Method in interface org.appng.api.Path
-
Returns the complete servlet-path this Path
was built from
- getServletPath() - Method in class org.appng.api.PathInfo
-
- getServletPath() - Method in class org.appng.core.controller.CacheElementBase
-
- getServletRequest() - Method in class org.appng.api.support.environment.DefaultEnvironment
-
- getServletResponse() - Method in class org.appng.api.support.environment.DefaultEnvironment
-
- getSession() - Method in class org.appng.xml.platform.ApplicationConfig
-
Gets the value of the session property.
- getSession() - Method in class org.appng.xml.platform.PlatformConfig
-
Gets the value of the session property.
- getSessionParam() - Method in class org.appng.xml.platform.SessionParams
-
Gets the value of the sessionParam property.
- getSessionParamKey(Site) - Method in interface org.appng.api.model.Application
-
Returns the key to retrieve the session-parameters for this
Application
within the given
Site
from an
Environment
.
- getSessionParamKey(Site) - Method in class org.appng.core.domain.ApplicationImpl
-
- getSessionParamKey(Site) - Method in class org.appng.core.model.ApplicationProvider
-
- getSessionParamKey(Site) - Method in class org.appng.testsupport.TestBase.SimpleApplication
-
- getSessionParams(Site, Environment) - Method in interface org.appng.api.model.Application
-
Retrieves the session-parameters for for this
Application
within the given
Site
from the given
Environment
.
- getSessionParams() - Method in class org.appng.api.support.ApplicationConfigProviderImpl
-
- getSessionParams(Site, Environment) - Method in class org.appng.core.domain.ApplicationImpl
-
- getSessionParams(Site, Environment) - Method in class org.appng.core.model.ApplicationProvider
-
- getSessionParams(Site, Environment) - Method in class org.appng.testsupport.TestBase.SimpleApplication
-
- getSessionParams() - Method in class org.appng.xml.platform.Session
-
Gets the value of the sessionParams property.
- getSha1Digest(String) - Static method in class org.appng.api.auth.AuthTools
-
Returns a SHA-1 digest.
- getSha512Digest(String) - Static method in class org.appng.api.auth.AuthTools
-
Returns a SHA-512 digest.
- getSharedSecret() - Method in class org.appng.appngizer.controller.ControllerBase
-
- getShortId() - Method in class org.appng.core.controller.Session
-
- getSignature() - Method in class org.appng.core.security.signing.SignatureWrapper
-
- getSignature() - Method in class org.appng.core.xml.repository.Certification
-
Gets the value of the signature property.
- getSimpleName() - Method in class org.appng.api.support.XmlGenerator.Entity
-
- getSimpleNameLower() - Method in class org.appng.api.support.XmlGenerator.Entity
-
- getSimpleSelection(String, String, String, SelectionType) - Method in class org.appng.api.support.SelectionFactory
-
- getSingleItemDatasource(XmlGenerator.Entity, OutputStream, String...) - Method in class org.appng.api.support.XmlGenerator
-
- getSite() - Method in exception org.appng.api.InvalidConfigurationException
-
Returns the
Site
where the error occurred, if present.
- getSite(String) - Method in class org.appng.api.messaging.Serializer
-
Returns the
Site
with the given name
- getSite(Environment, ServletRequest) - Static method in class org.appng.api.RequestUtil
-
Retrieves a
Site
by its host-identifier.
- getSite(String) - Method in class org.appng.api.support.SiteAwareObjectInputStream
-
Retrieves the org.appng.api.model.Site
with the given name
- getSite(String) - Method in class org.appng.appngizer.controller.SiteController
-
- getSite() - Method in class org.appng.appngizer.model.xml.Sites
-
Gets the value of the site property.
- getSite() - Method in class org.appng.core.controller.AppngCache
-
- getSite() - Method in class org.appng.core.controller.Session
-
- getSite() - Method in class org.appng.core.domain.DatabaseConnection
-
- getSite() - Method in class org.appng.core.domain.SiteApplication
-
- getSite() - Method in class org.appng.core.model.ApplicationContext
-
Returns the
Site
this context belongs to, only available if this context belongs to a core-
Application
.
- getSite() - Method in class org.appng.core.model.ApplicationProvider
-
- getSite(Integer) - Method in class org.appng.core.service.CoreService
-
- getSite() - Method in class org.appng.xml.platform.NavigationItem
-
The name of the site this item belongs to.
- getSiteApplication(String) - Method in class org.appng.core.domain.SiteImpl
-
- getSiteApplication(String, String) - Method in class org.appng.core.service.CoreService
-
- getSiteApplicationId() - Method in class org.appng.core.domain.SiteApplication
-
- getSiteApplications() - Method in class org.appng.core.domain.SiteImpl
-
- getSiteByHost(Environment, String) - Static method in class org.appng.api.RequestUtil
-
Retrieves a
Site
by its host.
- getSiteByName(Environment, String) - Static method in class org.appng.api.RequestUtil
-
Retrieves a
Site
by its name.
- getSiteByName(String) - Method in class org.appng.core.service.CoreService
-
- getSiteClassLoader() - Method in interface org.appng.api.model.Site
-
- getSiteClassloader(String) - Method in class org.appng.api.support.SiteAwareObjectInputStream
-
- getSiteClassLoader() - Method in class org.appng.core.domain.SiteImpl
-
- getSiteId() - Method in class org.appng.core.domain.SiteApplicationPK
-
- getSiteIds() - Method in interface org.appng.core.repository.SiteRepository
-
- getSiteName() - Method in class org.appng.api.messaging.Event
-
Returns the name of the origin
Site
this event was created for
- getSiteName() - Method in interface org.appng.api.Path
-
Returns the name of the
Site
which is being addressed by this
Path
- getSiteName() - Method in class org.appng.api.PathInfo
-
- getSiteName() - Method in class org.appng.api.support.environment.AttributeWrapper
-
- getSiteName() - Method in class org.appng.api.support.SiteClassLoader
-
- getSiteName() - Method in class org.appng.core.model.ThymeleafProcessor.AppNG
-
- getSiteNames(Environment) - Static method in class org.appng.api.RequestUtil
-
Returns an immutable
Set
containing all the
Site
names.
- getSiteNavigation() - Method in class org.appng.core.model.ThymeleafProcessor.AppNG
-
- getSitePrefix(Site) - Static method in class org.appng.core.service.PropertySupport
-
Returns the dot-separated property-prefix for a site-property.
- getSiteProperties(String) - Method in class org.appng.testsupport.TestBase
-
- getSites() - Method in class org.appng.core.service.CoreService
-
- getSiteStates() - Method in class org.appng.core.controller.messaging.NodeEvent.NodeState
-
- getSize() - Method in interface org.appng.api.model.Resource
-
Returns the size (in bytes) of this
Resource
.
- getSize() - Method in class org.appng.core.controller.messaging.NodeEvent.MemoryUsage
-
- getSize() - Method in class org.appng.core.domain.ResourceImpl
-
- getSize() - Method in class org.appng.core.domain.TemplateResource
-
- getSize() - Method in class org.appng.xml.platform.Validation
-
Gets the value of the size property.
- getSnapshot() - Method in class org.appng.appngizer.model.xml.Package
-
Gets the value of the snapshot property.
- getSort() - Method in class org.appng.api.FieldWrapper
-
- getSort() - Method in class org.appng.xml.platform.FieldDef
-
Gets the value of the sort property.
- getSortedDocs() - Method in class org.appng.search.searcher.SearchFormatter
-
- getSource() - Method in class org.appng.xml.platform.Action
-
The fully qualified class name of the underlying bean.
- getSource() - Method in class org.appng.xml.platform.Datasource
-
The fully qualified class name of the underlying bean.
- getStarttime() - Method in class org.appng.xml.platform.SessionInfo
-
The unix time at session start.
- getStartupTime() - Method in interface org.appng.api.model.Site
-
Returns the time at which the site has been loaded during platform-startup.
- getStartupTime() - Method in class org.appng.core.domain.SiteImpl
-
- getState() - Method in interface org.appng.api.model.Site
-
- getState() - Method in class org.appng.appngizer.model.xml.SchemaVersion
-
Gets the value of the state property.
- getState() - Method in class org.appng.core.controller.messaging.SiteStateEvent
-
- getState() - Method in class org.appng.core.domain.SiteImpl
-
- getStatus() - Method in interface org.appng.api.Webservice
-
returns the HTTP status code for this service
- getStatus() - Method in class org.appng.cli.CliCore
-
- getString(String) - Method in interface org.appng.api.model.Properties
-
Returns the string-value of the given
Property
.
- getString(String, String) - Method in interface org.appng.api.model.Properties
-
Returns the string-value of the given
Property
(if existing), or the default-value.
- getString() - Method in interface org.appng.api.model.Property
-
Returns the String
-value of this Property
- getString() - Method in class org.appng.api.model.SimpleProperty
-
- getString(String, String) - Method in class org.appng.api.support.PropertyHolder
-
- getString(String) - Method in class org.appng.api.support.PropertyHolder
-
- getString(String) - Method in class org.appng.api.XPathProcessor
-
Parses the given
xpathExpression
to retrieve a
String
.
- getString(Node, String) - Method in class org.appng.api.XPathProcessor
-
Parses the given
xpathExpression
to retrieve a
String
.
- getString(String) - Method in class org.appng.el.ExpressionEvaluator
-
Evaluates the given expression to a
String
, if possible.
- getStringValue() - Method in class org.appng.api.FieldWrapper
-
Returns the
String
-value of the property that this
FieldWrapper
handles.
- getStructure() - Method in class org.appng.xml.platform.PageDefinition
-
Gets the value of the structure property.
- getStructure() - Method in class org.appng.xml.platform.PageReference
-
Gets the value of the structure property.
- getStyleClass() - Method in class org.appng.formtags.FormGroup
-
- getStyleClass() - Method in class org.appng.taglib.form.FormGroup
-
- getStyleSheet(boolean) - Method in class org.appng.xml.transformation.StyleSheetProvider
-
- getStyleSheet(boolean, OutputStream) - Method in class org.appng.xml.transformation.StyleSheetProvider
-
- getStyleSheetProvider() - Method in class org.appng.core.model.PlatformTransformer
-
- getStyleSheetProvider() - Method in class org.appng.taglib.TagletProcessor
-
- getSubject() - Method in interface org.appng.api.Environment
-
- getSubject() - Method in interface org.appng.api.Request
-
- getSubject() - Method in class org.appng.api.support.ApplicationRequest
-
- getSubject() - Method in class org.appng.api.support.environment.DefaultEnvironment
-
- getSubject(String) - Method in class org.appng.appngizer.controller.SubjectController
-
- getSubject() - Method in class org.appng.appngizer.model.xml.Subjects
-
Gets the value of the subject property.
- getSubject() - Method in class org.appng.core.model.ThymeleafProcessor.AppNG
-
- getSubject() - Method in class org.appng.mail.impl.MailImpl
-
- getSubject() - Method in interface org.appng.mail.Mail
-
- getSubject() - Method in class org.appng.xml.platform.Platform
-
Gets the value of the subject property.
- getSubjectByEmail(String) - Method in class org.appng.core.service.CoreService
-
- getSubjectById(Integer, boolean) - Method in class org.appng.core.service.CoreService
-
- getSubjectByName(String, boolean) - Method in class org.appng.core.service.CoreService
-
- getSubjects() - Method in interface org.appng.api.model.Group
-
- getSubjects() - Method in class org.appng.core.domain.GroupImpl
-
- getSubjects() - Method in class org.appng.core.service.CoreService
-
- getSubjectsByType(UserType) - Method in class org.appng.core.service.CoreService
-
- getSupportedRepositoryType() - Method in enum org.appng.core.model.RepositoryScheme
-
- getTableNames() - Method in class org.appng.testsupport.persistence.ConnectionInfo
-
- getTag(String) - Static method in class org.appng.tools.markup.XHTML
-
Retrieves the tag's name
- getTagPrefix() - Method in class org.appng.search.indexer.IndexConfig
-
- getTarget() - Method in class org.appng.xml.platform.Link
-
- getTarget() - Method in class org.appng.xml.platform.Textelements
-
Gets the value of the target property.
- getTargetClass() - Method in class org.appng.api.FieldWrapper
-
Returns the target-type for the property that this FieldWrapper
handles.
- getTemplate() - Method in class org.appng.core.domain.TemplateResource
-
- getTemplate(String) - Method in class org.appng.core.service.TemplateService
-
- getTemplateByDisplayName(String) - Method in class org.appng.core.service.TemplateService
-
- getTemplateByName(String) - Method in class org.appng.core.service.TemplateService
-
- getTemplateExtractor() - Method in class org.appng.core.service.TemplateService
-
- getTemplateInfo(String) - Static method in class org.appng.core.service.TemplateService
-
- getTemplatePath() - Method in class org.appng.core.model.AbstractRequestProcessor
-
- getTemplateRepoFolder(Properties, Properties) - Static method in class org.appng.core.service.TemplateService
-
- getTemplates() - Method in class org.appng.xml.platform.Config
-
Gets the value of the templates property.
- getTemplates() - Method in class org.appng.xml.platform.OutputType
-
Gets the value of the templates property.
- getTemplateUrl() - Method in enum org.appng.core.domain.DatabaseConnection.DatabaseType
-
an example JDBC-URL
- getText() - Method in class org.appng.search.json.Result
-
- getText() - Method in class org.appng.xml.platform.Textelements
-
Gets the value of the text property.
- getTextContent() - Method in class org.appng.mail.impl.MailImpl
-
- getTextContent() - Method in interface org.appng.mail.Mail
-
- getTextelements() - Method in class org.appng.xml.platform.Config
-
Gets the value of the textelements property.
- getTextelements() - Method in class org.appng.xml.platform.Link
-
Gets the value of the textelements property.
- getTextelements() - Method in class org.appng.xml.platform.PlatformConfig
-
Gets the value of the textelements property.
- getTextelements() - Method in class org.appng.xml.platform.SectionConfig
-
Gets the value of the textelements property.
- getTextelements() - Method in class org.appng.xml.platform.Textcontents
-
Gets the value of the textelements property.
- getTextSelection(String, String, String) - Method in class org.appng.api.support.SelectionFactory
-
- getTime() - Method in class org.appng.search.json.Results
-
- getTime() - Method in class org.appng.search.searcher.SearchFormatter
-
- getTimeout() - Method in class org.appng.core.controller.messaging.JedisReceiver
-
- getTimeout() - Method in class org.appng.xml.platform.SessionInfo
-
The timeout of the session in seconds.
- getTimestamp() - Method in interface org.appng.api.model.Identifier
-
- getTimestamp() - Method in class org.appng.appngizer.model.xml.Package
-
Gets the value of the timestamp property.
- getTimestamp() - Method in class org.appng.core.domain.ApplicationImpl
-
- getTimestamp() - Method in class org.appng.core.domain.Template
-
- getTimestamp() - Method in class org.appng.core.model.ApplicationProvider
-
- getTimestamp() - Method in class org.appng.core.model.PackageVersion
-
- getTimestamp() - Method in class org.appng.core.security.DigestValidator
-
Returns the timestamp that was extracted from the digest.
- getTimestamp() - Method in class org.appng.testsupport.TestBase.SimpleApplication
-
- getTimestamp() - Method in class org.appng.xml.application.PackageInfo
-
Gets the value of the timestamp property.
- getTimeToIdle() - Method in class org.appng.core.controller.AppngCache
-
- getTimeToLive() - Method in class org.appng.core.controller.AppngCache
-
- getTimeZone() - Method in interface org.appng.api.Environment
-
- getTimeZone() - Method in interface org.appng.api.model.Account
-
Returns the timezone for this
Account
, e.g.
- getTimeZone() - Method in class org.appng.api.support.environment.DefaultEnvironment
-
- getTimeZone() - Method in class org.appng.appngizer.model.xml.Subject
-
Gets the value of the timeZone property.
- getTimeZone() - Method in class org.appng.core.domain.SubjectImpl
-
- getTimeZone() - Method in class org.appng.core.model.ApplicationSubjectImpl
-
- getTitle() - Method in class org.appng.search.json.Result
-
- getTitle() - Method in class org.appng.taglib.search.SearchPart
-
- getTitle() - Method in class org.appng.xml.platform.Config
-
Gets the value of the title property.
- getTitle() - Method in class org.appng.xml.platform.Section
-
Gets the value of the title property.
- getTitle() - Method in class org.appng.xml.platform.SectionConfig
-
Gets the value of the title property.
- getTitle() - Method in class org.appng.xml.platform.SectionDef
-
Gets the value of the title property.
- getTitle() - Method in class org.appng.xml.platform.Sectionelement
-
Gets the value of the title property.
- getTitle() - Method in class org.appng.xml.platform.SectionelementDef
-
Gets the value of the title property.
- getTitle() - Method in class org.appng.xml.platform.Selection
-
Gets the value of the title property.
- getTitle() - Method in class org.appng.xml.platform.Textelements
-
Gets the value of the title property.
- getTooltip() - Method in class org.appng.xml.platform.Textelements
-
Gets the value of the tooltip property.
- getTransformer() - Method in class org.appng.xml.transformation.StyleSheetProvider
-
- getTransformerFactory() - Method in class org.appng.xml.MarshallService
-
- getTransformerFactory() - Method in class org.appng.xml.transformation.StyleSheetProvider
-
- getTrustedCertChain() - Method in class org.appng.core.domain.RepositoryImpl
-
- getTrustedCertChain() - Method in interface org.appng.core.model.Repository
-
Returns the certificate chain, if this is a remote repository and a certificate chain to be trusted has been
defined
- getType() - Method in class org.appng.api.FieldWrapper
-
- getType() - Method in interface org.appng.api.search.Document
-
Returns the type of this
Document
, to be used when searching
Document
s of a certain type.
- getType() - Method in class org.appng.api.support.XmlGenerator.Entity
-
- getType() - Method in class org.appng.appngizer.model.xml.Database
-
Gets the value of the type property.
- getType() - Method in class org.appng.appngizer.model.xml.Package
-
Gets the value of the type property.
- getType() - Method in class org.appng.appngizer.model.xml.Repository
-
Gets the value of the type property.
- getType() - Method in class org.appng.appngizer.model.xml.Subject
-
Gets the value of the type property.
- getType() - Method in class org.appng.core.domain.DatabaseConnection
-
- getType() - Method in class org.appng.core.domain.PackageArchiveImpl
-
- getType() - Method in class org.appng.core.domain.Template
-
- getType() - Method in class org.appng.core.model.InstallablePackage
-
- getType() - Method in interface org.appng.core.model.PackageArchive
-
- getType() - Method in class org.appng.core.model.PackageWrapper
-
- getType() - Method in exception org.appng.core.security.signing.SigningException
-
- getType() - Method in class org.appng.core.xml.repository.Package
-
Gets the value of the type property.
- getType() - Method in class org.appng.mail.Receiver
-
- getType() - Method in class org.appng.search.indexer.SimpleDocument
-
- getType() - Method in class org.appng.search.json.FilterConfig
-
- getType() - Method in class org.appng.search.json.Result
-
- getType() - Method in class org.appng.xml.application.Datasource
-
Gets the value of the type property.
- getType() - Method in class org.appng.xml.application.Template
-
Gets the value of the type property.
- getType() - Method in class org.appng.xml.platform.Datafield
-
- getType() - Method in class org.appng.xml.platform.FieldDef
-
The
FieldType
, which decides about how the field is being displayed.
- getType() - Method in class org.appng.xml.platform.Icon
-
- getType() - Method in class org.appng.xml.platform.NavigationItem
-
The type of this item.
- getType() - Method in class org.appng.xml.platform.Output
-
Defines the output-type to be used.
- getType() - Method in class org.appng.xml.platform.PageDefinition
-
The type of the page, currently only 'index' is supported.
- getType() - Method in class org.appng.xml.platform.PageReference
-
The type of the page, currently only 'index' is supported.
- getType() - Method in class org.appng.xml.platform.Param
-
- getType() - Method in class org.appng.xml.platform.Rule
-
Gets the value of the type property.
- getType() - Method in class org.appng.xml.platform.Selection
-
The type of the selection.
- getType() - Method in class org.appng.xml.platform.Template
-
The type of the template.
- getType() - Method in class org.appng.xml.platform.Validation
-
Gets the value of the type property.
- getTypeName() - Method in class org.appng.core.domain.SubjectImpl
-
- getTypeName(int, long, int, int) - Method in class org.appng.persistence.dialect.HSQLDialect
-
- getTypeName(int, long, int, int) - Method in class org.appng.persistence.dialect.MySqlTextDialect
-
- getUnit() - Method in class org.appng.xml.platform.FileUpload
-
The unit to use for size restrictions.
- getUri() - Method in class org.appng.appngizer.model.xml.Repository
-
Gets the value of the uri property.
- getUri() - Method in class org.appng.core.domain.RepositoryImpl
-
- getUri() - Method in interface org.appng.core.model.Repository
-
The URI for this
Repository
, may refer to to local filesystem or a remote address
- getUrl() - Method in class org.appng.appngizer.model.xml.Database
-
Gets the value of the url property.
- getUrlParameters() - Method in interface org.appng.api.Request
-
Returns a list of URL-Parameters for a JSP-page, which are those path-elements appearing after the name of the
JSP-page itself.
- getUrlParameters() - Method in class org.appng.api.support.ApplicationRequest
-
- getUrlParams() - Method in class org.appng.xml.platform.UrlSchema
-
Gets the value of the urlParams property.
- getUrlRewriter(ServletRequest, ServletResponse, FilterChain) - Method in class org.appng.core.controller.filter.RedirectFilter
-
- getUrlSchema() - Method in class org.appng.xml.platform.PageConfig
-
Gets the value of the urlSchema property.
- getUsed() - Method in class org.appng.core.controller.messaging.NodeEvent.MemoryUsage
-
- getUsedPercent() - Method in class org.appng.core.controller.messaging.NodeEvent.MemoryUsage
-
- getUser() - Method in class org.appng.appngizer.model.xml.Database
-
Gets the value of the user property.
- getUser() - Method in class org.appng.core.controller.Session
-
- getUser() - Method in class org.appng.testsupport.persistence.ConnectionInfo
-
- getUserAgent() - Method in class org.appng.core.controller.Session
-
- getUserdata() - Method in class org.appng.xml.platform.Action
-
Gets the value of the userdata property.
- getUserName() - Method in class org.appng.core.domain.DatabaseConnection
-
- getUsername() - Method in class org.appng.core.security.DigestValidator
-
Returns the username that was extracted from the digest.
- getUserName(Site, Application) - Method in class org.appng.core.service.DatabaseService
-
- getUsername() - Method in class org.appng.xml.platform.Subject
-
Gets the value of the username property.
- getUserType() - Method in interface org.appng.api.model.Subject
-
- getUserType() - Method in class org.appng.core.domain.SubjectImpl
-
- getUtcOffset() - Method in class org.appng.core.security.DigestValidator
-
Returns the UTC offset that was extracted from the digest.
- getValidation() - Method in class org.appng.api.FieldWrapper
-
- getValidation() - Method in class org.appng.xml.platform.FieldDef
-
Gets the value of the validation property.
- getValidation() - Method in class org.appng.xml.platform.MetaData
-
Gets the value of the validation property.
- getValidationGroups(MetaData, Object) - Method in class org.appng.api.support.ElementHelper
-
- getValidationPeriod() - Method in class org.appng.core.domain.DatabaseConnection
-
- getValidationProvider() - Method in class org.appng.api.support.ApplicationRequest
-
- getValidationQuery() - Method in class org.appng.core.domain.DatabaseConnection
-
- getValue() - Method in class org.appng.api.support.environment.AttributeWrapper
-
- getValue() - Method in class org.appng.appngizer.model.xml.Property
-
Gets the value of the value property.
- getValue() - Method in class org.appng.formtags.FormElement
-
- getValue() - Method in class org.appng.search.json.FilterData
-
- getValue() - Method in class org.appng.search.json.Result.Field
-
- getValue() - Method in class org.appng.taglib.Attribute
-
- getValue() - Method in class org.appng.xml.application.Permission
-
Gets the value of the value property.
- getValue() - Method in class org.appng.xml.application.Property
-
Gets the value of the value property.
- getValue() - Method in class org.appng.xml.platform.Datafield
-
Gets the value of the value property.
- getValue() - Method in class org.appng.xml.platform.Label
-
Gets the value of the value property.
- getValue() - Method in class org.appng.xml.platform.Max
-
The maximal value for the field.
- getValue() - Method in class org.appng.xml.platform.Min
-
The minimum value for the field.
- getValue() - Method in class org.appng.xml.platform.Option
-
The value of the option.
- getValue() - Method in class org.appng.xml.platform.Param
-
Gets the value of the value property.
- getValue() - Method in class org.appng.xml.platform.Permission
-
whether or not the permission is present
- getValue() - Method in class org.appng.xml.platform.Rule.Option
-
Gets the value of the value property.
- getValueAt(int) - Method in class org.appng.cli.prettytable.TableRow
-
- getVariables() - Method in class org.appng.cli.commands.CommandBatch
-
- getVersion() - Method in class org.appng.api.model.SimpleProperty
-
- getVersion() - Method in interface org.appng.api.model.Versionable
-
Returns the version.
- getVersion() - Method in class org.appng.appngizer.model.xml.Application
-
Gets the value of the version property.
- getVersion() - Method in class org.appng.appngizer.model.xml.Home
-
Gets the value of the version property.
- getVersion() - Method in class org.appng.appngizer.model.xml.Package
-
Gets the value of the version property.
- getVersion() - Method in class org.appng.appngizer.model.xml.SchemaVersion
-
Gets the value of the version property.
- getVersion() - Method in class org.appng.appngizer.model.xml.Versions
-
Gets the value of the version property.
- getVersion() - Method in class org.appng.cli.commands.site.CheckSiteRunning
-
- getVersion() - Method in class org.appng.core.domain.ApplicationImpl
-
- getVersion() - Method in class org.appng.core.domain.DatabaseConnection
-
- getVersion() - Method in class org.appng.core.domain.GroupImpl
-
- getVersion() - Method in class org.appng.core.domain.PermissionImpl
-
- getVersion() - Method in class org.appng.core.domain.PropertyImpl
-
- getVersion() - Method in class org.appng.core.domain.RepositoryImpl
-
- getVersion() - Method in class org.appng.core.domain.ResourceImpl
-
- getVersion() - Method in class org.appng.core.domain.RoleImpl
-
- getVersion() - Method in class org.appng.core.domain.SiteImpl
-
- getVersion() - Method in class org.appng.core.domain.SubjectImpl
-
- getVersion() - Method in class org.appng.core.domain.Template
-
- getVersion() - Method in class org.appng.core.domain.TemplateResource
-
- getVersion() - Method in class org.appng.core.model.ApplicationProvider
-
- getVersion() - Method in class org.appng.core.model.JarInfo
-
- getVersion() - Method in class org.appng.core.model.PackageVersion
-
- getVersion() - Method in class org.appng.core.xml.repository.Package
-
The version of this package.
- getVersion() - Method in class org.appng.testsupport.TestBase.SimpleApplication
-
- getVersion() - Method in class org.appng.xml.application.PackageInfo
-
Gets the value of the version property.
- getVersion() - Method in class org.appng.xml.platform.ApplicationReference
-
Gets the value of the version property.
- getVersion() - Method in class org.appng.xml.platform.Platform
-
Gets the value of the version property.
- getVersions() - Method in class org.appng.appngizer.model.xml.Database
-
Gets the value of the versions property.
- getVersions(String) - Method in interface org.appng.core.model.RepositoryCache
-
Returns all available versions of a application.
- getVisible() - Method in class org.appng.taglib.search.Searchable
-
- getVisibleItemsCount() - Method in class org.appng.search.json.FilterConfig
-
- getWarnings() - Method in class org.appng.api.support.ConfigValidator
-
- getWidth() - Method in class org.appng.tools.image.ImageMetaData
-
- getWithTimeout(long) - Method in class org.appng.api.search.BlockingQueueAccessor
-
Retrieves and removes the head of the queue, waiting up to timeoutMillis
milliseconds if necessary.
- getWrappedClass() - Method in class org.appng.api.support.ClassWrapper
-
- getWrappedData() - Method in class org.appng.api.DataContainer
-
Returns the
Data
wrapped within this
DataContainer
- getWrappedForm() - Method in class org.appng.taglib.form.Form
-
- getWrappedFormData() - Method in class org.appng.taglib.form.FormData
-
- getWrappedFormElement() - Method in class org.appng.taglib.form.FormElement
-
- getWrappedFormGroup() - Method in class org.appng.taglib.form.FormGroup
-
- getWrappedRequest() - Method in class org.appng.api.support.ApplicationRequest
-
- getWrappedRequest(HttpServletRequest) - Method in class org.appng.core.controller.handler.RestService
-
- getWrapper() - Method in class org.appng.appngizer.controller.AppNGizerServlet
-
- getWrapper() - Method in class org.appng.core.controller.Controller
-
- getX509CertFactory() - Static method in class org.appng.core.security.signing.CertTools
-
- getXml(Node) - Method in class org.appng.api.XPathProcessor
-
Returns the XML-fragment represented by the given
Node
.
- getXml(Node, OutputStream) - Method in class org.appng.api.XPathProcessor
-
- getXml() - Method in class org.appng.api.XPathProcessor
-
- getXml(OutputStream) - Method in class org.appng.api.XPathProcessor
-
- getXml(NodeList) - Method in class org.appng.api.XPathProcessor
-
Returns the XML-fragment represented by the given
NodeList
.
- getXml() - Method in class org.appng.xml.platform.TextElement
-
Gets the value of the xml property.
- getXsd() - Method in enum org.appng.xml.MarshallService.AppNGSchema
-
- getXslStylesheet() - Method in class org.appng.search.searcher.SearchFormatter
-
- getXssUtil(Properties, String...) - Static method in class org.appng.api.support.XSSHelper
-
Creates and returns a
XSSUtil
.
If the boolean property
xssProtect
of the given
Properties
is
true
, a new
XSSUtil
is being created.
- getXssUtil() - Method in class org.appng.forms.impl.RequestBean
-
- GlobalIndexer - Class in org.appng.search.indexer
-
Builds the global lucene search index for a
Site
.
- GlobalIndexer(Consumer<DocumentEvent, DocumentProducer>) - Constructor for class org.appng.search.indexer.GlobalIndexer
-
- GlobalTaglet - Interface in org.appng.api
-
A
GlobalTaglet
is a specialized kind of a
Taglet
.
- GlobalXMLTaglet - Interface in org.appng.api
-
A
GlobalXMLTaglet
is a specialized kind of a
XMLTaglet
.
- GMapGeoLocator - Class in org.appng.tools.locator
-
Retrieves coordinates from Google Maps via its
JSON API.
- GMapGeoLocator() - Constructor for class org.appng.tools.locator.GMapGeoLocator
-
- GOOGLE_CLIENT_ID - Static variable in class org.appng.tools.locator.GMapGeoLocator
-
- GOOGLE_SIGNING_KEY - Static variable in class org.appng.tools.locator.GMapGeoLocator
-
- GOOGLE_SUFFIX - Static variable in class org.appng.tools.locator.GMapGeoLocator
-
- GOOGLE_URI - Static variable in class org.appng.tools.locator.GMapGeoLocator
-
- greaterEquals(String, Object) - Method in class org.appng.persistence.repository.SearchQuery
-
Checks if the attribute is greater or equals the given value.
JPQL-fragment:
- greaterThan(String, Object) - Method in class org.appng.persistence.repository.SearchQuery
-
Checks if the attribute is greater than the given value.
JPQL-fragment:
- Group - Interface in org.appng.api.model
-
- Group - Class in org.appng.appngizer.model
-
- Group() - Constructor for class org.appng.appngizer.model.Group
-
- Group - Class in org.appng.appngizer.model.xml
-
Java class for anonymous complex type.
- Group() - Constructor for class org.appng.appngizer.model.xml.Group
-
- group - Variable in class org.appng.appngizer.model.xml.Groups
-
- Group() - Constructor for class org.appng.xml.platform.ValidationGroups.Group
-
- GroupController - Class in org.appng.appngizer.controller
-
- GroupController() - Constructor for class org.appng.appngizer.controller.GroupController
-
- GroupImpl - Class in org.appng.core.domain
-
Default
Group
-implementation
- GroupImpl() - Constructor for class org.appng.core.domain.GroupImpl
-
- groupingSeparator - Variable in class org.appng.xml.platform.Localization
-
- GroupRepository - Interface in org.appng.core.repository
-
- groupRepository - Variable in class org.appng.core.service.CoreService
-
- Groups - Class in org.appng.appngizer.model
-
- Groups() - Constructor for class org.appng.appngizer.model.Groups
-
- Groups(List<Group>) - Constructor for class org.appng.appngizer.model.Groups
-
- Groups - Class in org.appng.appngizer.model.xml
-
Java class for anonymous complex type.
- Groups() - Constructor for class org.appng.appngizer.model.xml.Groups
-
- groups - Variable in class org.appng.appngizer.model.xml.Subject
-
- groups - Variable in class org.appng.xml.platform.ValidationGroups
-
- GuiHandler - Class in org.appng.core.controller.handler
-
- GuiHandler() - Constructor for class org.appng.core.controller.handler.GuiHandler
-