A B C D E F G H I J K L M N O P R S T U V W X Y Z 
All Classes All Packages

A

AbstractFileContent - Class in com.wavemaker.commons.io
Abstract base class for FileContent.
AbstractFileContent() - Constructor for class com.wavemaker.commons.io.AbstractFileContent
 
AbstractPrimitiveWrapper<T> - Class in com.wavemaker.commons.wrapper
 
AbstractPrimitiveWrapper(T) - Constructor for class com.wavemaker.commons.wrapper.AbstractPrimitiveWrapper
 
AbstractReadOnlyFile - Class in com.wavemaker.commons.io
Abstract base class for read-only File implementations that are not contained in any parent Folder.
AbstractReadOnlyFile() - Constructor for class com.wavemaker.commons.io.AbstractReadOnlyFile
 
AbstractResources<T extends Resource> - Class in com.wavemaker.commons.io
Abstract base for Resources implementations.
AbstractResources() - Constructor for class com.wavemaker.commons.io.AbstractResources
 
acceptJsonFormatVisitor(JsonFormatVisitorWrapper, JavaType) - Method in class com.wavemaker.commons.json.module.CircularLoopHandlingSerializer
 
ACCESS_DENIED - Static variable in class com.wavemaker.commons.MessageResource
 
ACCESS_TOKEN - Static variable in class com.wavemaker.commons.auth.oauth2.OAuth2Constants
 
AccessDeniedException - Exception in com.wavemaker.commons
Created by srujant on 25/9/18.
AccessDeniedException() - Constructor for exception com.wavemaker.commons.AccessDeniedException
 
AccessTokenExtractor - Interface in com.wavemaker.commons.auth.oauth2.extractors
Created by srujant on 24/8/17.
AccessTokenInObjectExtractor - Class in com.wavemaker.commons.auth.oauth2.extractors
Extract's access token from access_token.token path.
AccessTokenInObjectExtractor() - Constructor for class com.wavemaker.commons.auth.oauth2.extractors.AccessTokenInObjectExtractor
 
AccessTokenRequestContext - Class in com.wavemaker.commons.auth.oauth2.extractors
Model to store contentType and accessToken response sent by the OAuth2 authorization server.
AccessTokenRequestContext(MediaType, String, String) - Constructor for class com.wavemaker.commons.auth.oauth2.extractors.AccessTokenRequestContext
 
AccessTokenResponseExtractor - Class in com.wavemaker.commons.auth.oauth2.extractors
Created by srujant on 24/8/17.
AccessTokenResponseExtractor() - Constructor for class com.wavemaker.commons.auth.oauth2.extractors.AccessTokenResponseExtractor
 
acquire(int, int, TimeUnit) - Method in class com.wavemaker.commons.util.concurrent.WMSemaphore
 
acquire(int, TimeUnit) - Method in class com.wavemaker.commons.util.concurrent.WMSemaphore
 
add(String, String) - Method in class com.wavemaker.commons.io.BulkReplaceOperation
 
addAll(Map<String, String>) - Method in class com.wavemaker.commons.io.BulkReplaceOperation
 
addAttribute(String...) - Method in class com.wavemaker.commons.util.XMLWriter
Adds attributes to current XML element.
addAttribute(String, String) - Method in class com.wavemaker.commons.util.XMLWriter
Adds attribute (name and value) to current XML element.
addAttribute(Map<String, String>) - Method in class com.wavemaker.commons.util.XMLWriter
Adds attributes to current XML element, represented as Map.
addCDATA(String) - Method in class com.wavemaker.commons.util.XMLWriter
 
addClosedElement(String) - Method in class com.wavemaker.commons.util.XMLWriter
Adds a single closed element.
addClosedElement(String, String...) - Method in class com.wavemaker.commons.util.XMLWriter
Adds a closed element with attributes
addClosedElements(String...) - Method in class com.wavemaker.commons.util.XMLWriter
Adds many closed elements.
addClosedTextElement(String, String, String...) - Method in class com.wavemaker.commons.util.XMLWriter
Writes a new, closed, XML element to PrintWriter.
addComment(String) - Method in class com.wavemaker.commons.util.XMLWriter
 
addConsumes(List<String>) - Method in class com.wavemaker.commons.servicedef.model.WMServiceOperationInfo
 
addContentType(String) - Method in class com.wavemaker.commons.servicedef.model.Parameter
 
addController(String) - Method in class com.wavemaker.commons.servicedef.model.ServiceDefinition
 
addCrudOperationId(String) - Method in class com.wavemaker.commons.servicedef.model.ServiceDefinition
 
addDefinitions(Map<String, Set<Parameter>>) - Method in class com.wavemaker.commons.servicedef.model.WMServiceOperationInfo
 
addDirectPath(String) - Method in class com.wavemaker.commons.servicedef.model.WMServiceOperationInfo
 
addDoctype(String, String, String) - Method in class com.wavemaker.commons.util.XMLWriter
Writes DOCTYPE, publicID, privateID.
addElement(String) - Method in class com.wavemaker.commons.util.XMLWriter
Writes a new XML element to PrintWriter.
addElement(String, String) - Method in class com.wavemaker.commons.util.XMLWriter
Convenience method for passing parent and child text element.
addElement(String, String...) - Method in class com.wavemaker.commons.util.XMLWriter
Writes a new XML element to PrintWriter.
addElement(String, Map<String, String>) - Method in class com.wavemaker.commons.util.XMLWriter
Writes a new XML element to PrintWriter.
addHttpMethod(String) - Method in class com.wavemaker.commons.servicedef.model.WMServiceOperationInfo
 
addId(String) - Method in class com.wavemaker.commons.servicedef.model.ServiceDefinition
 
addMethodType(String) - Method in class com.wavemaker.commons.servicedef.model.WMServiceOperationInfo
 
addName(String) - Method in class com.wavemaker.commons.servicedef.model.Parameter
 
addName(String) - Method in class com.wavemaker.commons.servicedef.model.WMServiceOperationInfo
 
addNamespace(String, String) - Method in class com.wavemaker.commons.util.XMLWriter
 
addNestedElements(String...) - Method in class com.wavemaker.commons.util.XMLWriter
Adds nested closed elements.
addOperationType(String) - Method in class com.wavemaker.commons.servicedef.model.ServiceDefinition
 
addParameter(String) - Method in class com.wavemaker.commons.core.web.rest.ErrorResponse
 
addParameters(List<Parameter>) - Method in class com.wavemaker.commons.servicedef.model.WMServiceOperationInfo
 
addParameterType(String) - Method in class com.wavemaker.commons.servicedef.model.Parameter
 
addProduces(List<String>) - Method in class com.wavemaker.commons.servicedef.model.WMServiceOperationInfo
 
addProxySettings(RuntimeProxySettings) - Method in class com.wavemaker.commons.servicedef.model.WMServiceOperationInfo
 
addReadOnly(Boolean) - Method in class com.wavemaker.commons.servicedef.model.Parameter
 
addRelativePath(String) - Method in class com.wavemaker.commons.servicedef.model.WMServiceOperationInfo
 
addRequired(boolean) - Method in class com.wavemaker.commons.servicedef.model.Parameter
 
addSecurityDefinitions(List<SecuritySchemeDefinition>) - Method in class com.wavemaker.commons.servicedef.model.WMServiceOperationInfo
 
addServerTimingMetric(ServerTimingMetric) - Method in class com.wavemaker.commons.web.filter.Request
 
addServerTimingMetrics(ServerTimingMetric) - Method in class com.wavemaker.commons.web.filter.RequestTrackingFilter
 
addServerTimingMetricsForSubRequest(HttpHeaders) - Method in class com.wavemaker.commons.web.filter.RequestTrackingFilter
 
addService(String) - Method in class com.wavemaker.commons.servicedef.model.ServiceDefinition
 
addText(String) - Method in class com.wavemaker.commons.util.XMLWriter
Writes Text as child element to the current element.
addText(String, boolean) - Method in class com.wavemaker.commons.util.XMLWriter
 
addType(String) - Method in class com.wavemaker.commons.servicedef.model.Parameter
 
addType(String) - Method in class com.wavemaker.commons.servicedef.model.ServiceDefinition
 
addVersion() - Method in class com.wavemaker.commons.util.XMLWriter
Add version.
addVersion(boolean) - Method in class com.wavemaker.commons.util.XMLWriter
 
addWmServiceOperationInfo(WMServiceOperationInfo) - Method in class com.wavemaker.commons.servicedef.model.ServiceDefinition
 
afterPropertiesSet() - Method in class com.wavemaker.commons.properties.EnvironmentRegisteringPropertySourcesPlaceHolderConfigurer
 
ALPHA_NUMBERIC - Static variable in class com.wavemaker.commons.util.RegexConstants
 
antPattern(FilterOn.PathStyle, String...) - Static method in class com.wavemaker.commons.io.FilterOn
Returns an resource filter based on ant patterns.
antPattern(String...) - Static method in class com.wavemaker.commons.io.FilterOn
Returns an resource filter based on ant patterns.
APP_BUILD_UI_MODE - Static variable in class com.wavemaker.commons.proxy.AppPropertiesConstants
 
APP_BUILD_UI_NG_CONFIG - Static variable in class com.wavemaker.commons.proxy.AppPropertiesConstants
 
APP_BUILD_UI_SPA_CONFIG - Static variable in class com.wavemaker.commons.proxy.AppPropertiesConstants
 
APP_COMPRESSION_ENABLED - Static variable in class com.wavemaker.commons.proxy.AppPropertiesConstants
 
APP_COMPRESSION_EXCLUDE_TYPES - Static variable in class com.wavemaker.commons.proxy.AppPropertiesConstants
 
APP_COMPRESSION_INCLUDE_TYPES - Static variable in class com.wavemaker.commons.proxy.AppPropertiesConstants
 
APP_COMPRESSION_MIN_SIZE - Static variable in class com.wavemaker.commons.proxy.AppPropertiesConstants
 
APP_PREFIX - Static variable in class com.wavemaker.commons.proxy.AppPropertiesConstants
 
APP_PROXY_ENABLED - Static variable in class com.wavemaker.commons.proxy.AppPropertiesConstants
 
APP_PROXY_EXCLUDE_URLS - Static variable in class com.wavemaker.commons.proxy.AppPropertiesConstants
 
APP_PROXY_HOST - Static variable in class com.wavemaker.commons.proxy.AppPropertiesConstants
 
APP_PROXY_INCLUDE_URLS - Static variable in class com.wavemaker.commons.proxy.AppPropertiesConstants
 
APP_PROXY_PASSWORD - Static variable in class com.wavemaker.commons.proxy.AppPropertiesConstants
 
APP_PROXY_PORT - Static variable in class com.wavemaker.commons.proxy.AppPropertiesConstants
 
APP_PROXY_USERNAME - Static variable in class com.wavemaker.commons.proxy.AppPropertiesConstants
 
append(ResourcePath) - Method in class com.wavemaker.commons.io.ResourcePath
Append the given path to this path
AppPropertiesConstants - Class in com.wavemaker.commons.proxy
Created by srujant on 26/12/16.
ARRAY - Static variable in class com.wavemaker.commons.swaggerdoc.util.SwaggerDocUtil
 
asBytes() - Method in class com.wavemaker.commons.io.AbstractFileContent
 
asBytes() - Method in interface com.wavemaker.commons.io.FileContent
Return the contents of the file as a new byte array.
asInputStream() - Method in interface com.wavemaker.commons.io.FileContent
Return an InputStream that can be used to access file contents.
asOutputStream() - Method in interface com.wavemaker.commons.io.FileContent
Return an OutputStream that can be used to write file contents.
asOutputStream(boolean) - Method in interface com.wavemaker.commons.io.FileContent
 
asReader() - Method in class com.wavemaker.commons.io.AbstractFileContent
 
asReader() - Method in interface com.wavemaker.commons.io.FileContent
Return a Reader that can be used to access file contents.
asString() - Method in class com.wavemaker.commons.io.AbstractFileContent
 
asString() - Method in interface com.wavemaker.commons.io.FileContent
Return the contents of the file as a String.
asString() - Method in class com.wavemaker.commons.web.filter.ServerTimingMetric
 
asWriter() - Method in class com.wavemaker.commons.io.AbstractFileContent
 
asWriter() - Method in interface com.wavemaker.commons.io.FileContent
Return a Writer that can be used to write file contents.
asWriter(boolean) - Method in class com.wavemaker.commons.io.AbstractFileContent
 
asWriter(boolean) - Method in interface com.wavemaker.commons.io.FileContent
 
AttributeFilter(FilterOn.AttributeFilter, ResourceFilter) - Constructor for class com.wavemaker.commons.io.FilterOn.AttributeFilter
 
AttributeFilter(FilterOn.ResourceAttribute) - Constructor for class com.wavemaker.commons.io.FilterOn.AttributeFilter
 
attributesToMap(String, XMLStreamReader) - Static method in class com.wavemaker.commons.util.XMLUtils
 
attributesToMap(XMLStreamReader) - Static method in class com.wavemaker.commons.util.XMLUtils
 
AUTHORIZATION_CODE - com.wavemaker.commons.auth.oauth2.OAuth2Flow
 

B

BooleanWrapper - Class in com.wavemaker.commons.wrapper
Created by nileshk on 11/11/14.
BooleanWrapper(Boolean) - Constructor for class com.wavemaker.commons.wrapper.BooleanWrapper
 
buildProperty(String, String) - Static method in class com.wavemaker.commons.swaggerdoc.util.SwaggerDocUtil
Builds property based on given type and format.
BulkReplaceOperation - Class in com.wavemaker.commons.io
This operation can be used for bulk replace of tokens.
BulkReplaceOperation() - Constructor for class com.wavemaker.commons.io.BulkReplaceOperation
 
ByteArrayToStringSerializer - Class in com.wavemaker.commons.json.serializer
 
ByteArrayToStringSerializer() - Constructor for class com.wavemaker.commons.json.serializer.ByteArrayToStringSerializer
 
ByteWrapper - Class in com.wavemaker.commons.wrapper
Created by Kishore Routhu on 31/8/16 2:32 PM.
ByteWrapper(Byte) - Constructor for class com.wavemaker.commons.wrapper.ByteWrapper
 

C

call() - Method in interface com.wavemaker.commons.classloader.WMCallable
 
canRead(MediaType) - Method in class com.wavemaker.commons.auth.oauth2.extractors.FormUrlEncodedFormatAccessTokenExtractor
 
canRead(MediaType) - Method in class com.wavemaker.commons.auth.oauth2.extractors.JsonFormatAccessTokenExtractor
 
canRead(MediaType) - Method in class com.wavemaker.commons.auth.oauth2.extractors.MediaTypeBasedAccessTokenExtractor
 
canRead(MediaType) - Method in class com.wavemaker.commons.auth.oauth2.extractors.XmlFormatAccessTokenExtractor
 
caseSensitiveNames() - Static method in class com.wavemaker.commons.io.FilterOn
Start filtering based on Resource names.
caseSensitivePaths() - Static method in class com.wavemaker.commons.io.FilterOn
Start filtering based on Resource paths.
caseSensitivePaths(FilterOn.PathStyle) - Static method in class com.wavemaker.commons.io.FilterOn
Start filtering based on Resource paths.
cast(Collection<?>) - Static method in class com.wavemaker.commons.util.CastUtils
 
cast(Collection<?>, Class<T>) - Static method in class com.wavemaker.commons.util.CastUtils
 
cast(Enumeration<?>) - Static method in class com.wavemaker.commons.util.CastUtils
 
cast(Iterator<?>) - Static method in class com.wavemaker.commons.util.CastUtils
 
cast(List<?>) - Static method in class com.wavemaker.commons.util.CastUtils
 
cast(List<?>, Class<T>) - Static method in class com.wavemaker.commons.util.CastUtils
 
cast(Map<?, ?>) - Static method in class com.wavemaker.commons.util.CastUtils
 
cast(Set<?>) - Static method in class com.wavemaker.commons.util.CastUtils
 
CastUtils - Class in com.wavemaker.commons.util
 
CharacterWrapper - Class in com.wavemaker.commons.wrapper
Created by Kishore Routhu on 31/8/16 2:36 PM.
CharacterWrapper(Character) - Constructor for class com.wavemaker.commons.wrapper.CharacterWrapper
 
checkAndReturnForMultiDimensionalArrays(String) - Static method in class com.wavemaker.commons.util.TypeConversionUtils
Method to check Multi-Dimensional Array for import.
checkClientTrusted(X509Certificate[], String) - Method in class com.wavemaker.commons.util.SSLUtils.NoCheckTrustManager
 
checkPrimitiveAndPrimitiveArrays(String) - Static method in class com.wavemaker.commons.util.TypeConversionUtils
 
checkServerTrusted(X509Certificate[], String) - Method in class com.wavemaker.commons.util.SSLUtils.NoCheckTrustManager
 
CircularLoopHandlingSerializer<T> - Class in com.wavemaker.commons.json.module
 
CircularLoopHandlingSerializer(BeanSerializerBase, boolean) - Constructor for class com.wavemaker.commons.json.module.CircularLoopHandlingSerializer
 
CLASS_NOT_FOUND - Static variable in class com.wavemaker.commons.MessageResource
 
ClassLoaderUtils - Class in com.wavemaker.commons.classloader
 
classNameToClassFilePath(String) - Static method in class com.wavemaker.commons.util.StringUtils
 
ClassPathFile - Class in com.wavemaker.commons.io
Exposes a class-path resource as a read-only File.
ClassPathFile(Class<?>, String) - Constructor for class com.wavemaker.commons.io.ClassPathFile
Create a new ClassPathFile instance.
ClassPathFile(ClassLoader, String) - Constructor for class com.wavemaker.commons.io.ClassPathFile
Create a new ClassPathFile instance.
ClassPathFile(String) - Constructor for class com.wavemaker.commons.io.ClassPathFile
Create a new ClassPathFile instance.
ClassUtils - Class in com.wavemaker.commons.util
Utility methods that work with Class instances (see ObjectUtils, as well).
cleanDirectorySilently(File) - Static method in class com.wavemaker.commons.util.WMIOUtils
 
cleanFolder(Folder) - Static method in class com.wavemaker.commons.util.WMIOUtils
 
cleanFolderSilently(Folder) - Static method in class com.wavemaker.commons.util.WMIOUtils
 
CLIENT_ID - Static variable in class com.wavemaker.commons.auth.oauth2.OAuth2Constants
 
CLIENT_SECRET - Static variable in class com.wavemaker.commons.auth.oauth2.OAuth2Constants
 
close() - Method in class com.wavemaker.commons.io.DeleteTempFileOnCloseInputStream
 
close() - Method in class com.wavemaker.commons.io.NoCloseInputStream
Intentionally ignoring the implementation to avoid closing the enclosing stream in such cases like iterating through zip entries...
close() - Method in class com.wavemaker.commons.zip.DynamicZipInputStream
 
closeByLogging(AutoCloseable) - Static method in class com.wavemaker.commons.util.WMIOUtils
 
closeElement() - Method in class com.wavemaker.commons.util.XMLWriter
Closes the last XML element that has been written.
closeElement(boolean) - Method in class com.wavemaker.commons.util.XMLWriter
 
closeSilently(AutoCloseable) - Static method in class com.wavemaker.commons.util.WMIOUtils
 
CODE - Static variable in class com.wavemaker.commons.auth.oauth2.OAuth2Constants
 
com.wavemaker.commons - package com.wavemaker.commons
 
com.wavemaker.commons.auth.oauth2 - package com.wavemaker.commons.auth.oauth2
 
com.wavemaker.commons.auth.oauth2.extractors - package com.wavemaker.commons.auth.oauth2.extractors
 
com.wavemaker.commons.classloader - package com.wavemaker.commons.classloader
 
com.wavemaker.commons.comparator - package com.wavemaker.commons.comparator
 
com.wavemaker.commons.core.web.rest - package com.wavemaker.commons.core.web.rest
 
com.wavemaker.commons.crypto - package com.wavemaker.commons.crypto
 
com.wavemaker.commons.event - package com.wavemaker.commons.event
 
com.wavemaker.commons.i18n - package com.wavemaker.commons.i18n
 
com.wavemaker.commons.io - package com.wavemaker.commons.io
 
com.wavemaker.commons.io.exception - package com.wavemaker.commons.io.exception
 
com.wavemaker.commons.io.local - package com.wavemaker.commons.io.local
 
com.wavemaker.commons.io.store - package com.wavemaker.commons.io.store
 
com.wavemaker.commons.json - package com.wavemaker.commons.json
 
com.wavemaker.commons.json.deserializer - package com.wavemaker.commons.json.deserializer
 
com.wavemaker.commons.json.module - package com.wavemaker.commons.json.module
 
com.wavemaker.commons.json.serializer - package com.wavemaker.commons.json.serializer
 
com.wavemaker.commons.json.views - package com.wavemaker.commons.json.views
 
com.wavemaker.commons.pattern - package com.wavemaker.commons.pattern
 
com.wavemaker.commons.properties - package com.wavemaker.commons.properties
 
com.wavemaker.commons.proxy - package com.wavemaker.commons.proxy
 
com.wavemaker.commons.rest - package com.wavemaker.commons.rest
 
com.wavemaker.commons.rest.error - package com.wavemaker.commons.rest.error
 
com.wavemaker.commons.servicedef.model - package com.wavemaker.commons.servicedef.model
 
com.wavemaker.commons.swaggerdoc.constants - package com.wavemaker.commons.swaggerdoc.constants
 
com.wavemaker.commons.swaggerdoc.handler - package com.wavemaker.commons.swaggerdoc.handler
 
com.wavemaker.commons.swaggerdoc.util - package com.wavemaker.commons.swaggerdoc.util
 
com.wavemaker.commons.util - package com.wavemaker.commons.util
 
com.wavemaker.commons.util.concurrent - package com.wavemaker.commons.util.concurrent
 
com.wavemaker.commons.validations - package com.wavemaker.commons.validations
 
com.wavemaker.commons.web - package com.wavemaker.commons.web
 
com.wavemaker.commons.web.filter - package com.wavemaker.commons.web.filter
 
com.wavemaker.commons.wrapper - package com.wavemaker.commons.wrapper
 
com.wavemaker.commons.zip - package com.wavemaker.commons.zip
 
CommonConstants - Class in com.wavemaker.commons
 
compare(InputStream, InputStream) - Static method in class com.wavemaker.commons.util.WMIOUtils
 
compare(T, T) - Method in class com.wavemaker.commons.comparator.UrlComparator
 
compare(T, T) - Method in class com.wavemaker.commons.comparator.UrlStringComparator
 
compareTo(Version) - Method in class com.wavemaker.commons.util.Version
 
CompoundEnumeration(Enumeration<E>[]) - Constructor for class com.wavemaker.commons.classloader.WMUrlClassLoader.CompoundEnumeration
 
compress(Folder) - Static method in class com.wavemaker.commons.zip.ZipArchive
Create a InputStream containing a zip representation of the given folder.
compress(Folder, File) - Static method in class com.wavemaker.commons.zip.ZipArchive
 
compress(Folder, String) - Static method in class com.wavemaker.commons.zip.ZipArchive
Create a InputStream containing a zip representation of the given folder.
compress(Resources<?>) - Static method in class com.wavemaker.commons.zip.ZipArchive
Create a InputStream containing a zip representation of the given resources.
compress(Resources<?>, String) - Static method in class com.wavemaker.commons.zip.ZipArchive
Create a InputStream containing a zip representation of the given resources.
constructPattern(String) - Static method in class com.wavemaker.commons.pattern.URLPattern
 
containing(CharSequence...) - Method in class com.wavemaker.commons.io.FilterOn.AttributeFilter
Filter attributes containing with the specified string.
ConversionUtils - Class in com.wavemaker.commons.util
Helper class for transitioning from using File to Resource
convert(Object, Class<T>) - Static method in class com.wavemaker.commons.json.JSONUtils
 
convertToFileList(List<Resource>) - Static method in class com.wavemaker.commons.util.ConversionUtils
 
convertToResourceList(List<File>) - Static method in class com.wavemaker.commons.util.ConversionUtils
 
copy(File, File) - Static method in class com.wavemaker.commons.util.WMIOUtils
Copy from: file to file, directory to directory, file to directory.
copy(File, File, String, String) - Static method in class com.wavemaker.commons.util.WMIOUtils
 
copy(File, File, List<String>) - Static method in class com.wavemaker.commons.util.WMIOUtils
Copy from: file to file, directory to directory, file to directory.
copy(File, File, List<String>, List<String>) - Static method in class com.wavemaker.commons.util.WMIOUtils
Copy from: file to file, directory to directory, file to directory.
copy(InputStream, OutputStream) - Static method in class com.wavemaker.commons.util.WMIOUtils
copies content of InputStream into OutputStream os.
copy(Reader, Writer) - Static method in class com.wavemaker.commons.util.WMIOUtils
Copies content of reader into Writer.
copyContent(File, File) - Static method in class com.wavemaker.commons.util.WMIOUtils
 
copyContentsTo(Folder) - Method in interface com.wavemaker.commons.io.Folder
Convenience methods to move the contents of the folder.
copyContentsTo(Folder) - Method in class com.wavemaker.commons.io.store.StoredFolder
 
copyFile(File, File) - Static method in class com.wavemaker.commons.util.WMIOUtils
 
copyTo(Folder) - Method in class com.wavemaker.commons.io.AbstractReadOnlyFile
 
copyTo(Folder) - Method in class com.wavemaker.commons.io.AbstractResources
 
copyTo(Folder) - Method in interface com.wavemaker.commons.io.File
 
copyTo(Folder) - Method in interface com.wavemaker.commons.io.Folder
 
copyTo(Folder) - Method in interface com.wavemaker.commons.io.Resource
Recursively copy this resource to the specified folder.
copyTo(Folder) - Method in interface com.wavemaker.commons.io.Resources
Recursively copy this resource to the specified folder.
copyTo(Folder) - Method in class com.wavemaker.commons.io.store.StoredFile
 
copyTo(Folder) - Method in class com.wavemaker.commons.io.store.StoredFolder
 
copyTo(OutputStream) - Method in class com.wavemaker.commons.io.AbstractFileContent
 
copyTo(OutputStream) - Method in interface com.wavemaker.commons.io.FileContent
Copy the contents of the file to another stream, closing the stream when complete.
copyTo(Writer) - Method in class com.wavemaker.commons.io.AbstractFileContent
 
copyTo(Writer) - Method in interface com.wavemaker.commons.io.FileContent
Copy the contents of the file to another writer, closing the writer when complete.
copyToIfNewer(Folder) - Method in class com.wavemaker.commons.io.ClassPathFile
 
copyToIfNewer(Folder) - Method in interface com.wavemaker.commons.io.File
RCopy this file to the specified folder if this file is newer than the destination.
copyToIfNewer(Folder) - Method in class com.wavemaker.commons.io.store.StoredFile
 
CoreFilterUtil - Class in com.wavemaker.commons.util
Created by sunilp on 7/10/15.
create() - Method in interface com.wavemaker.commons.io.store.ResourceStore
Create the resource when it does not exist.
create(String) - Static method in class com.wavemaker.commons.MessageResource
 
createContextual(SerializerProvider, BeanProperty) - Method in class com.wavemaker.commons.json.module.CircularLoopHandlingSerializer
 
createFile(String) - Static method in class com.wavemaker.commons.util.WMIOUtils
Create a file at given location.
createIfMissing() - Method in class com.wavemaker.commons.io.AbstractReadOnlyFile
 
createIfMissing() - Method in interface com.wavemaker.commons.io.Resource
Recursively creates an empty representation of this resource and all parents.
createIfMissing() - Method in class com.wavemaker.commons.io.store.StoredFile
 
createIfMissing() - Method in class com.wavemaker.commons.io.store.StoredFolder
 
createParentIfMissing() - Method in class com.wavemaker.commons.io.store.StoredResource
 
createTempDirectory() - Static method in class com.wavemaker.commons.util.WMIOUtils
Create a temporary directory, which will be deleted when the VM exits.
createTempDirectory(String) - Static method in class com.wavemaker.commons.util.WMIOUtils
Create a temporary directory, which will be deleted when the VM exits.
createTempFile(String, String) - Static method in class com.wavemaker.commons.util.WMIOUtils
 
createTempFolder() - Static method in class com.wavemaker.commons.util.WMIOUtils
 
createTempFolder(String) - Static method in class com.wavemaker.commons.util.WMIOUtils
 
CryptoUtils - Class in com.wavemaker.commons.crypto
 
CUSTOM_URL_SCHEME - Static variable in class com.wavemaker.commons.auth.oauth2.OAuth2Constants
 

D

DATA_INTEGRITY_VIOALATION - Static variable in class com.wavemaker.commons.MessageResource
 
DATABASE_CONNECTION_EXCEPTION - Static variable in class com.wavemaker.commons.MessageResource
 
DATE_TIME_WM_TYPE_CODE - Static variable in class com.wavemaker.commons.CommonConstants
 
DateWrapper - Class in com.wavemaker.commons.wrapper
Created by Kishore Routhu on 31/8/16 3:57 PM.
DateWrapper(Date) - Constructor for class com.wavemaker.commons.wrapper.DateWrapper
 
DB_VALIDATIONS_JSON_FILE - Static variable in class com.wavemaker.commons.validations.DbValidationsConstants
 
DbMetaData - Class in com.wavemaker.commons.validations
Created by srujant on 17/8/17.
DbMetaData() - Constructor for class com.wavemaker.commons.validations.DbMetaData
 
DbValidationsConstants - Class in com.wavemaker.commons.validations
Created by srujant on 23/8/17.
decode(String) - Static method in class com.wavemaker.commons.util.EncodeUtils
 
decodeRequestURI(String) - Static method in class com.wavemaker.commons.util.WMUtils
 
decrypt(String) - Static method in class com.wavemaker.commons.util.SystemUtils
 
decrypt(String, String) - Static method in class com.wavemaker.commons.crypto.CryptoUtils
 
decryptIfEncrypted(String) - Static method in class com.wavemaker.commons.util.SystemUtils
 
DEFAULT_EXCLUDE_COMPRESSION_MIME_TYPES - Static variable in class com.wavemaker.commons.proxy.AppPropertiesConstants
 
DefaultLocaleProvider - Class in com.wavemaker.commons.i18n
Created by prakashb on 11/7/18.
DefaultLocaleProvider() - Constructor for class com.wavemaker.commons.i18n.DefaultLocaleProvider
 
DefaultYamlProcessor - Class in com.wavemaker.commons.util
This class uses YamlProcessor to convert the yaml resources to properties.
DefaultYamlProcessor() - Constructor for class com.wavemaker.commons.util.DefaultYamlProcessor
 
delete() - Method in class com.wavemaker.commons.io.AbstractReadOnlyFile
 
delete() - Method in class com.wavemaker.commons.io.AbstractResources
 
delete() - Method in interface com.wavemaker.commons.io.Resource
Delete the current resource (and any children).
delete() - Method in interface com.wavemaker.commons.io.Resources
Delete the current resource (and any children).
delete() - Method in interface com.wavemaker.commons.io.store.ResourceStore
Delete the resource.
delete() - Method in class com.wavemaker.commons.io.store.StoredFile
 
delete() - Method in class com.wavemaker.commons.io.store.StoredFolder
 
deleteDirectorySilently(File) - Static method in class com.wavemaker.commons.util.WMIOUtils
 
deleteFile(File) - Static method in class com.wavemaker.commons.util.WMIOUtils
 
deleteFileSilently(File, boolean) - Static method in class com.wavemaker.commons.util.WMIOUtils
 
deleteRecursive(File) - Static method in class com.wavemaker.commons.util.WMIOUtils
Delete a directory or file; if a directory, delete its children recursively.
deleteResourceSilently(Resource) - Static method in class com.wavemaker.commons.util.WMIOUtils
 
deleteResourceSilently(Resource, boolean) - Static method in class com.wavemaker.commons.util.WMIOUtils
 
DeleteTempFileOnCloseInputStream - Class in com.wavemaker.commons.io
 
DeleteTempFileOnCloseInputStream(File) - Constructor for class com.wavemaker.commons.io.DeleteTempFileOnCloseInputStream
 
DeleteTempFileOnCloseInputStream(File) - Constructor for class com.wavemaker.commons.io.DeleteTempFileOnCloseInputStream
 
deRegister(String) - Method in class com.wavemaker.commons.io.TempFilesStorageManager
 
deserialize(JsonParser, DeserializationContext) - Method in class com.wavemaker.commons.json.deserializer.HttpHeadersDeSerializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.wavemaker.commons.json.deserializer.StringifiedByteArrayDeSerializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.wavemaker.commons.json.deserializer.WMDateDeSerializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.wavemaker.commons.json.deserializer.WMLocalDateTimeDeSerializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.wavemaker.commons.json.deserializer.WMLocalTimeDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.wavemaker.commons.json.deserializer.WMSqlDateDeSerializer
 
destroy() - Method in class com.wavemaker.commons.web.filter.RequestTrackingFilter
 
destroy() - Method in class com.wavemaker.commons.web.filter.ThrowableTranslationFilter
 
DirectoryURLPattern - Class in com.wavemaker.commons.pattern
Created by sunilp on 7/10/15.
disable() - Method in class com.wavemaker.commons.properties.ThreadLocalSystemProperties
Will only disable ThreadLocalProperties at the vm level Vm level properties previously set will still be present
doClose() - Method in class com.wavemaker.commons.io.NoCloseInputStream
 
doesClientSupportEtag(HttpServletRequest) - Method in class com.wavemaker.commons.web.filter.EtagFilter
To disable etag header for clients which doesn't support etag header.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.wavemaker.commons.web.filter.RequestTrackingFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.wavemaker.commons.web.filter.ThrowableTranslationFilter
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class com.wavemaker.commons.web.filter.EtagFilter
 
DoubleWrapper - Class in com.wavemaker.commons.wrapper
Created by Kishore Routhu on 31/8/16 2:37 PM.
DoubleWrapper(Double) - Constructor for class com.wavemaker.commons.wrapper.DoubleWrapper
 
DUPLICATE_CONSTRAINT - Static variable in class com.wavemaker.commons.MessageResource
 
DYNAMIC_ERROR_MESSAGE - Static variable in class com.wavemaker.commons.MessageResource
 
DynamicZipInputStream - Class in com.wavemaker.commons.zip
InputStream that dynamically creates ZIP contents as the stream is read without consuming too much memory.
DynamicZipInputStream(Iterable<DynamicZipInputStream.Entry>) - Constructor for class com.wavemaker.commons.zip.DynamicZipInputStream
Create a new DynamicZipInputStream instance.
DynamicZipInputStream.Entry - Interface in com.wavemaker.commons.zip
Represents a single entry from a ZIP files.

E

enable() - Method in class com.wavemaker.commons.properties.ThreadLocalSystemProperties
Will set ThreadLocalProperties as the default System properties at the vm level Existing System properties are still available by default at global level across all threads
encode(String) - Static method in class com.wavemaker.commons.util.EncodeUtils
 
EncodeUtils - Class in com.wavemaker.commons.util
 
encrypt(String) - Static method in class com.wavemaker.commons.util.SystemUtils
 
encrypt(String, String) - Static method in class com.wavemaker.commons.crypto.CryptoUtils
 
encryptIfNotEncrypted(String) - Static method in class com.wavemaker.commons.util.SystemUtils
 
ending(CharSequence...) - Method in class com.wavemaker.commons.io.FilterOn.AttributeFilter
Filter attributes ending with the specified string.
ensureExists() - Method in class com.wavemaker.commons.io.store.StoredResource
 
ENTITY_NOT_FOUND - Static variable in class com.wavemaker.commons.MessageResource
 
entrySet() - Method in class com.wavemaker.commons.properties.SortedProperties
 
entrySet() - Method in class com.wavemaker.commons.properties.ThreadLocalSystemProperties
 
EnvironmentRegisteringPropertySourcesPlaceHolderConfigurer - Class in com.wavemaker.commons.properties
 
EnvironmentRegisteringPropertySourcesPlaceHolderConfigurer() - Constructor for class com.wavemaker.commons.properties.EnvironmentRegisteringPropertySourcesPlaceHolderConfigurer
 
equals(Object) - Method in class com.wavemaker.commons.io.AbstractReadOnlyFile
 
equals(Object) - Method in class com.wavemaker.commons.io.JailedResourcePath
 
equals(Object) - Method in interface com.wavemaker.commons.io.Resource
Determines if this resource is equal to another object.
equals(Object) - Method in class com.wavemaker.commons.io.ResourcePath
 
equals(Object) - Method in interface com.wavemaker.commons.io.store.ResourceStore
Implementations must provide a suitable equals based on the underlying resource.
equals(Object) - Method in class com.wavemaker.commons.io.store.StoredResource
 
equals(Object) - Method in class com.wavemaker.commons.servicedef.model.Parameter
 
equals(Object) - Method in class com.wavemaker.commons.servicedef.model.RuntimeProxySettings
 
equals(Object) - Method in class com.wavemaker.commons.servicedef.model.ServiceDefinition
 
equals(Object) - Method in class com.wavemaker.commons.util.Version
 
equals(Object) - Method in class com.wavemaker.commons.web.filter.ServerTimingMetric
 
ERROR - Static variable in class com.wavemaker.commons.auth.oauth2.OAuth2Constants
 
ErrorResponse - Class in com.wavemaker.commons.core.web.rest
 
ErrorResponse() - Constructor for class com.wavemaker.commons.core.web.rest.ErrorResponse
 
ErrorResponse(String, String) - Constructor for class com.wavemaker.commons.core.web.rest.ErrorResponse
 
ErrorResponses - Class in com.wavemaker.commons.core.web.rest
 
ErrorResponses(List<ErrorResponse>) - Constructor for class com.wavemaker.commons.core.web.rest.ErrorResponses
 
ErrorResponsesUtil - Class in com.wavemaker.commons.core.web.rest
 
ErrorResponsesUtil() - Constructor for class com.wavemaker.commons.core.web.rest.ErrorResponsesUtil
 
ErrorResponsesWrapper - Class in com.wavemaker.commons.core.web.rest
 
ErrorResponsesWrapper() - Constructor for class com.wavemaker.commons.core.web.rest.ErrorResponsesWrapper
 
escape(String) - Static method in class com.wavemaker.commons.util.XMLUtils
 
EtagFilter - Class in com.wavemaker.commons.web.filter
Created by jvenugopal on 05-05-2015.
EtagFilter() - Constructor for class com.wavemaker.commons.web.filter.EtagFilter
 
ExactURLPattern - Class in com.wavemaker.commons.pattern
Created by sunilp on 7/10/15.
exclude(ResourceFilter...) - Method in class com.wavemaker.commons.io.AbstractResources
 
exclude(ResourceFilter...) - Method in interface com.wavemaker.commons.io.Resources
Return a new Resources instance removing items that match any of the specified filters.
exclude(Resources<T>, ResourceFilter...) - Static method in class com.wavemaker.commons.io.FilteredResources
 
executeInSubRequestScope(String, Supplier<T>) - Method in class com.wavemaker.commons.web.filter.RequestTrackingFilter
 
executeInThreadLocalSystemProperties(Runnable) - Static method in class com.wavemaker.commons.properties.ThreadLocalSystemProperties
 
executeNewSubRequest(String, Function<String, T>) - Method in class com.wavemaker.commons.web.filter.RequestTrackingFilter
 
exists() - Method in class com.wavemaker.commons.io.AbstractReadOnlyFile
 
exists() - Method in interface com.wavemaker.commons.io.Resource
Returns true if the resource exists in the underlying store.
exists() - Method in interface com.wavemaker.commons.io.store.ResourceStore
Returns true if the resource exists.
exists() - Method in class com.wavemaker.commons.io.store.StoredResource
 
ExtensionURLPattern - Class in com.wavemaker.commons.pattern
Created by sunilp on 7/10/15.
extractAccessToken(AccessTokenRequestContext) - Static method in class com.wavemaker.commons.auth.oauth2.OAuth2Helper
 
extractExcludedUrlsList(String) - Static method in class com.wavemaker.commons.util.CoreFilterUtil
 

F

fetchAll() - Method in class com.wavemaker.commons.io.AbstractResources
 
fetchAll() - Method in interface com.wavemaker.commons.io.Resources
Fetch all Resources from this collection and return the result as a List.
File - Interface in com.wavemaker.commons.io
A file Resource that may be stored on a physical disk or using some other mechanism.
FILE - Static variable in class com.wavemaker.commons.swaggerdoc.util.SwaggerDocUtil
 
FileAccessException - Exception in com.wavemaker.commons.util
 
FileAccessException(MessageResource, Object...) - Constructor for exception com.wavemaker.commons.util.FileAccessException
 
FileContent - Interface in com.wavemaker.commons.io
Provides access to File content in a variety of ways.
FilePatternMatchVisitor - Class in com.wavemaker.commons.util
Created by kishorer on 9/5/16.
FilePatternMatchVisitor(String, String) - Constructor for class com.wavemaker.commons.util.FilePatternMatchVisitor
 
files() - Method in class com.wavemaker.commons.io.AbstractResources
 
files() - Method in interface com.wavemaker.commons.io.Resources
Return a new Resources instance containing only Files from this collection.
FileStore - Interface in com.wavemaker.commons.io.store
Store for a single File.
FileValidationUtils - Class in com.wavemaker.commons.util
 
FileValidationUtils() - Constructor for class com.wavemaker.commons.util.FileValidationUtils
 
FilteredIterator<E> - Class in com.wavemaker.commons.io
Base for Iterators that selectively filters items from an underlying source.
FilteredIterator(Iterator<E>) - Constructor for class com.wavemaker.commons.io.FilteredIterator
Create a new FilteredIterator instance.
FilteredResources<T extends Resource> - Class in com.wavemaker.commons.io
Implementation of of Resources that dynamically filters items based on a ResourceFilter.
FilterOn - Class in com.wavemaker.commons.io
Builder class that can be used to easily construct ResourceFilters.
FilterOn() - Constructor for class com.wavemaker.commons.io.FilterOn
 
FilterOn.AttributeFilter - Class in com.wavemaker.commons.io
The ResourceFilter and builder used to further restrict filtering.
FilterOn.PathStyle - Enum in com.wavemaker.commons.io
 
FilterOn.ResourceAttribute - Class in com.wavemaker.commons.io
Various attributes that can be used to filter resources.
finalize() - Method in class com.wavemaker.commons.io.DeleteTempFileOnCloseInputStream
 
find() - Method in interface com.wavemaker.commons.io.Folder
Recursively find all immediate and nested children of this folder.
find() - Method in class com.wavemaker.commons.io.store.StoredFolder
 
findClass(String) - Method in class com.wavemaker.commons.classloader.ThrowawayFileClassLoader
 
findDateType(DateProperty) - Static method in class com.wavemaker.commons.swaggerdoc.util.SwaggerDocUtil
 
findLoadedClass(ClassLoader, String) - Static method in class com.wavemaker.commons.classloader.ClassLoaderUtils
returns the loaded class in the given class loader,returns null if class is not yet loaded
findMatchedRelativePaths(String, String) - Static method in class com.wavemaker.commons.util.WMFileUtils
 
findResource(String) - Method in class com.wavemaker.commons.classloader.ThrowawayFileClassLoader
 
finish() - Method in class com.wavemaker.commons.util.XMLWriter
Closes all XML elements that have been added, and not yet closed, and flushes the underlying PrintWriter.
FIRST_OCCURENCE_OF_ANY_CHARSEQUENCE - Static variable in class com.wavemaker.commons.util.RegexConstants
 
FloatWrapper - Class in com.wavemaker.commons.wrapper
Created by Kishore Routhu on 31/8/16 2:38 PM.
FloatWrapper(Float) - Constructor for class com.wavemaker.commons.wrapper.FloatWrapper
 
flush() - Method in class com.wavemaker.commons.util.XMLWriter
Calls flush on underlying PrintWriter.
Folder - Interface in com.wavemaker.commons.io
A folder Resource that may be stored on a physical disk or using some other mechanism.
folders() - Method in class com.wavemaker.commons.io.AbstractResources
 
folders() - Method in interface com.wavemaker.commons.io.Resources
Return a new Resources instance containing only Folderss from this collection.
FolderStore - Interface in com.wavemaker.commons.io.store
Store for a Folder.
forceCloseOnNewLine() - Method in class com.wavemaker.commons.util.XMLWriter
The current element will be closed on a new line, and attributes added will each be on a new line.
FormUrlEncodedFormatAccessTokenExtractor - Class in com.wavemaker.commons.auth.oauth2.extractors
Created by srujant on 24/8/17.
FormUrlEncodedFormatAccessTokenExtractor() - Constructor for class com.wavemaker.commons.auth.oauth2.extractors.FormUrlEncodedFormatAccessTokenExtractor
 
forName(String) - Method in class com.wavemaker.commons.util.ObjectAccess
 
fq(String, String) - Static method in class com.wavemaker.commons.util.StringUtils
 
fromFirstOccurrence(String, String, int) - Static method in class com.wavemaker.commons.util.StringUtils
 
fromLastOccurrence(String, String, int) - Static method in class com.wavemaker.commons.util.StringUtils
 
fromString(Class<?>, String) - Static method in class com.wavemaker.commons.util.TypeConversionUtils
 
fromString(Class<?>, String, boolean) - Static method in class com.wavemaker.commons.util.TypeConversionUtils
 
fromValue(String) - Static method in enum com.wavemaker.commons.auth.oauth2.OAuth2Flow
 
FULL - com.wavemaker.commons.io.FilterOn.PathStyle
 
FULL - com.wavemaker.commons.io.ResourceStringFormat
The full name of the resource, for example "/folder/file.txt" or "/folder/".

G

generateNewSubRequestId(String) - Method in class com.wavemaker.commons.web.filter.RequestTrackingFilter
 
get() - Method in class com.wavemaker.commons.util.Version
 
get(Resource) - Static method in class com.wavemaker.commons.io.ResourceURL
Get a URL for the given Resource.
get(ResourceFilterContext, Resource) - Method in class com.wavemaker.commons.io.FilterOn.ResourceAttribute
 
get(Resource, boolean) - Static method in class com.wavemaker.commons.io.ResourceURL
Get a URL for the given Resource.
get(String) - Method in class com.wavemaker.commons.io.JailedResourcePath
Get a new path relative to this one.
get(String) - Method in class com.wavemaker.commons.io.ResourcePath
Get a new path relative to this one.
get(String, Class<T>) - Method in interface com.wavemaker.commons.io.Folder
Get a child file or folder of the current folder.
get(String, Class<T>) - Method in class com.wavemaker.commons.io.store.StoredFolder
 
getAcceptedIssuers() - Method in class com.wavemaker.commons.util.SSLUtils.NoCheckTrustManager
 
getAccessToken(AccessTokenRequestContext) - Method in interface com.wavemaker.commons.auth.oauth2.extractors.AccessTokenExtractor
 
getAccessToken(AccessTokenRequestContext) - Method in class com.wavemaker.commons.auth.oauth2.extractors.AccessTokenInObjectExtractor
 
getAccessToken(AccessTokenRequestContext) - Method in class com.wavemaker.commons.auth.oauth2.extractors.AccessTokenResponseExtractor
Extracts access_token from #getResonseBody() using AccessTokenExtractor.
getAccessToken(AccessTokenRequestContext) - Method in class com.wavemaker.commons.auth.oauth2.extractors.MediaTypeBasedAccessTokenExtractor
 
getAccessTokenApiRequestBody(OAuth2ProviderConfig, String, String) - Static method in class com.wavemaker.commons.auth.oauth2.OAuth2Helper
 
getAccessTokenParamName() - Method in class com.wavemaker.commons.auth.oauth2.OAuth2ProviderConfig
 
getAccessTokenUrl() - Method in class com.wavemaker.commons.auth.oauth2.extractors.AccessTokenRequestContext
 
getAccessTokenUrl() - Method in class com.wavemaker.commons.auth.oauth2.OAuth2ProviderConfig
 
getAllTrustedCertificateSSLContext() - Static method in class com.wavemaker.commons.util.SSLUtils
 
getAltPropertyGetterName(String) - Static method in class com.wavemaker.commons.util.ClassUtils
 
getAndIncrementSubRequestCounter() - Method in class com.wavemaker.commons.web.filter.Request
 
getApplicationBaseUrl(HttpServletRequest) - Static method in class com.wavemaker.commons.util.HttpRequestUtils
 
getArgs() - Method in class com.wavemaker.commons.MessageResourceHolder
 
getAuthorizationUrl() - Method in class com.wavemaker.commons.auth.oauth2.OAuth2ProviderConfig
 
getAuthorizationUrl(OAuth2ProviderConfig, String, String) - Static method in class com.wavemaker.commons.auth.oauth2.OAuth2Helper
Build the authorizationUrl of the oauth2 provider using OAuth2ProviderConfig.
getBaseUrl(String) - Static method in class com.wavemaker.commons.util.HttpRequestUtils
 
getBaseUrl(URI) - Static method in class com.wavemaker.commons.util.HttpRequestUtils
 
getBaseUrl(HttpServletRequest) - Static method in class com.wavemaker.commons.util.HttpRequestUtils
 
getCallbackResponse(String, String, String, String) - Static method in class com.wavemaker.commons.auth.oauth2.OAuth2Helper
 
getCausedBy() - Method in class com.wavemaker.commons.event.WMEvent
 
getChallengeMethod() - Method in class com.wavemaker.commons.auth.oauth2.OAuth2Pkce
 
getClassLoader() - Static method in class com.wavemaker.commons.classloader.ClassLoaderUtils
Returns the context ClassLoader.
getClassLoaderForResources(boolean, ClassLoader, Resource...) - Static method in class com.wavemaker.commons.classloader.ResourceClassLoaderUtils
 
getClassLoaderForResources(ClassLoader, Resource...) - Static method in class com.wavemaker.commons.classloader.ResourceClassLoaderUtils
 
getClassName(String) - Static method in class com.wavemaker.commons.util.StringUtils
 
getClientId() - Method in class com.wavemaker.commons.auth.oauth2.OAuth2ProviderConfig
 
getClientSecret() - Method in class com.wavemaker.commons.auth.oauth2.OAuth2ProviderConfig
 
getConstraints() - Method in class com.wavemaker.commons.validations.TableColumnMetaData
 
getConsumes() - Method in class com.wavemaker.commons.servicedef.model.WMServiceOperationInfo
 
getContent() - Method in class com.wavemaker.commons.io.AbstractReadOnlyFile
 
getContent() - Method in interface com.wavemaker.commons.io.File
Provides access to file content.
getContent() - Method in class com.wavemaker.commons.io.store.StoredFile
 
getContentType() - Method in class com.wavemaker.commons.rest.WmFileSystemResource
 
getContentType() - Method in class com.wavemaker.commons.servicedef.model.Parameter
 
getController() - Method in class com.wavemaker.commons.servicedef.model.ServiceDefinition
 
getCrudOperationId() - Method in class com.wavemaker.commons.servicedef.model.ServiceDefinition
 
getDate(String) - Static method in class com.wavemaker.commons.json.deserializer.WMDateDeSerializer
 
getDate(String) - Static method in class com.wavemaker.commons.json.deserializer.WMSqlDateDeSerializer
 
getDefinitions() - Method in class com.wavemaker.commons.servicedef.model.WMServiceOperationInfo
 
getDelegatee() - Method in class com.wavemaker.commons.json.module.CircularLoopHandlingSerializer
 
getDescription() - Method in class com.wavemaker.commons.web.filter.ServerTimingMetric
 
getDetailedMesage() - Method in exception com.wavemaker.commons.WMUnfinishedProcException
 
getDirectPath() - Method in class com.wavemaker.commons.servicedef.model.WMServiceOperationInfo
 
getDocument() - Method in class com.wavemaker.commons.util.XmlDocument
 
getDocument(File) - Static method in class com.wavemaker.commons.util.XMLUtils
 
getDocument(InputStream) - Static method in class com.wavemaker.commons.util.XMLUtils
 
getDocument(String) - Static method in class com.wavemaker.commons.util.XMLUtils
 
getError() - Method in class com.wavemaker.commons.core.web.rest.ErrorResponses
 
getErrorMessage(String) - Static method in class com.wavemaker.commons.core.web.rest.ErrorResponsesUtil
 
getErrors() - Method in class com.wavemaker.commons.core.web.rest.ErrorResponsesWrapper
 
getExisting(JailedResourcePath) - Method in interface com.wavemaker.commons.io.store.ResourceStore
Return an existing resource for the specified path or null if no resource exists.
getExisting(String) - Method in interface com.wavemaker.commons.io.Folder
Return a child from the current folder that refers to an existing File or Folder.
getExisting(String) - Method in class com.wavemaker.commons.io.store.StoredFolder
 
getExMessage(String, Class<?>, Class<?>[]) - Static method in exception com.wavemaker.commons.MethodNotFoundRuntimeException
 
getFile(JailedResourcePath) - Method in interface com.wavemaker.commons.io.store.ResourceStore
Return a file for the specified path.
getFile(String) - Method in interface com.wavemaker.commons.io.Folder
Get a child file of the current folder.
getFile(String) - Method in class com.wavemaker.commons.io.store.StoredFolder
 
getFile(String) - Method in class com.wavemaker.commons.io.TempFilesStorageManager
 
getFileExtensionFromFileName(String) - Static method in class com.wavemaker.commons.util.WMUtils
 
getFileInputStream(String) - Method in class com.wavemaker.commons.io.TempFilesStorageManager
 
getFileName(String) - Method in class com.wavemaker.commons.io.TempFilesStorageManager
 
getFileOutputStream(String) - Method in class com.wavemaker.commons.io.TempFilesStorageManager
 
getFilePath(String) - Method in class com.wavemaker.commons.io.TempFilesStorageManager
 
getFiles() - Method in class com.wavemaker.commons.i18n.LocaleData
 
getFiles(File) - Static method in class com.wavemaker.commons.util.WMIOUtils
Get all files (excluding directories) under dir.
getFirstLevelElementsByTagName(Element, String) - Static method in class com.wavemaker.commons.util.XMLUtils
 
getFolder(JailedResourcePath) - Method in interface com.wavemaker.commons.io.store.ResourceStore
Return a folder for the specified path.
getFolder(String) - Method in interface com.wavemaker.commons.io.Folder
Get a child folder of the current folder.
getFolder(String) - Method in class com.wavemaker.commons.io.store.StoredFolder
 
getFor(FilterOn.ResourceAttribute) - Static method in class com.wavemaker.commons.io.FilterOn
Start filtering based on the specified resource type and attribute.
getFormats() - Method in class com.wavemaker.commons.i18n.LocaleData
 
getFormattedDate() - Static method in class com.wavemaker.commons.util.StringUtils
 
getForResources(Iterable<? extends Resource>) - Static method in class com.wavemaker.commons.io.ResourceURL
Get a List of URLs for the given Resources.
getForResources(Iterable<? extends Resource>, boolean) - Static method in class com.wavemaker.commons.io.ResourceURL
Get a List of URLs for the given Resources.
getFullyQualifiedArgumentReturnType() - Method in class com.wavemaker.commons.swaggerdoc.handler.OperationHandler
 
getFullyQualifiedReturnType() - Method in class com.wavemaker.commons.swaggerdoc.handler.OperationHandler
 
getGenericReturnTypes(Class<?>, String, int) - Method in class com.wavemaker.commons.util.ObjectAccess
 
getHttpMethod() - Method in class com.wavemaker.commons.servicedef.model.WMServiceOperationInfo
 
getHttpStatus() - Method in exception com.wavemaker.commons.ValidationFailureException
 
getId() - Method in class com.wavemaker.commons.servicedef.model.ServiceDefinition
 
getId() - Method in class com.wavemaker.commons.web.filter.Request
 
getIndent() - Method in class com.wavemaker.commons.util.XMLWriter
 
getInputStream() - Method in class com.wavemaker.commons.io.AbstractReadOnlyFile
Return the input stream for the contents of the File or null if the file does not exist.
getInputStream() - Method in class com.wavemaker.commons.io.ClassPathFile
 
getInputStream() - Method in interface com.wavemaker.commons.io.store.FileStore
Access the file content as an input stream.
getInputStream() - Method in interface com.wavemaker.commons.zip.DynamicZipInputStream.Entry
Opens a new stream that can be used to read the contents of the entry.
getInstance() - Static method in class com.wavemaker.commons.i18n.MessageFactory
 
getInstance() - Static method in class com.wavemaker.commons.i18n.ResourceManager
 
getInstance() - Static method in class com.wavemaker.commons.util.ObjectAccess
 
getItemsStartingWith(Collection<String>, String, boolean) - Static method in class com.wavemaker.commons.util.StringUtils
 
getJailPath() - Method in class com.wavemaker.commons.io.JailedResourcePath
Returns the jail path.
getJavaIOFile(Resource) - Static method in class com.wavemaker.commons.util.WMIOUtils
 
getJAXBContext(String) - Static method in class com.wavemaker.commons.util.JAXBUtils
 
getLastModified() - Method in class com.wavemaker.commons.io.AbstractReadOnlyFile
 
getLastModified() - Method in interface com.wavemaker.commons.io.Resource
Gets the time this resource object was last modified.
getLastModified() - Method in interface com.wavemaker.commons.io.store.FileStore
Return the date/time that the file was last modified.
getLastModified() - Method in class com.wavemaker.commons.io.store.StoredFile
 
getLastModified() - Method in class com.wavemaker.commons.io.store.StoredResource
 
getLineBreak() - Static method in class com.wavemaker.commons.util.SystemUtils
Get the native line separator.
getLineSep() - Method in class com.wavemaker.commons.util.XMLWriter
 
getLocalDateTime(String) - Static method in class com.wavemaker.commons.json.deserializer.WMLocalDateTimeDeSerializer
 
getLocalDateTime(String) - Static method in class com.wavemaker.commons.json.deserializer.WMLocalTimeDeserializer
 
getLocaleMessage(String[], MessageResource, String) - Method in interface com.wavemaker.commons.i18n.LocaleMessageProvider
 
getLocaleMessage(String[], MessageResource, String) - Method in class com.wavemaker.commons.i18n.LocaleMessageProviderImpl
 
getLocaleMessage(String[], MessageResource, String, Object[]) - Method in interface com.wavemaker.commons.i18n.LocaleMessageProvider
 
getLocaleMessage(String[], MessageResource, String, Object[]) - Method in class com.wavemaker.commons.i18n.LocaleMessageProviderImpl
 
getLocaleMessageProvider() - Method in class com.wavemaker.commons.i18n.MessageFactory
 
getLocaleProvider() - Method in class com.wavemaker.commons.i18n.MessageFactory
 
getLocales() - Method in class com.wavemaker.commons.i18n.DefaultLocaleProvider
 
getLocales() - Method in interface com.wavemaker.commons.i18n.LocaleProvider
Will return the list of locales with descending priroty for the current request
getLocalFile() - Method in class com.wavemaker.commons.io.local.LocalFile
Returns access to the underlying local File.
getLocalFile() - Method in class com.wavemaker.commons.io.local.LocalFolder
Returns access to the underlying local File.
getMatchedPaths() - Method in class com.wavemaker.commons.util.FilePatternMatchVisitor
 
getMediaType() - Method in class com.wavemaker.commons.auth.oauth2.extractors.AccessTokenRequestContext
 
getMessage() - Method in class com.wavemaker.commons.core.web.rest.ErrorResponse
 
getMessage() - Method in class com.wavemaker.commons.MessageResourceHolder
 
getMessage() - Method in exception com.wavemaker.commons.WMException
 
getMessage() - Method in exception com.wavemaker.commons.WMRuntimeException
 
getMessage(Object...) - Method in class com.wavemaker.commons.MessageResource
 
getMessage(String) - Method in class com.wavemaker.commons.i18n.ResourceManager
 
getMessage(String, Object...) - Method in class com.wavemaker.commons.i18n.ResourceManager
 
getMessage(String, Object[], String, Locale) - Method in class com.wavemaker.commons.i18n.MessageSourceImpl
 
getMessage(String, Object[], Locale) - Method in class com.wavemaker.commons.i18n.MessageSourceImpl
 
getMessage(MessageSourceResolvable, Locale) - Method in class com.wavemaker.commons.i18n.MessageSourceImpl
 
getMessageId() - Method in exception com.wavemaker.commons.WMUnfinishedProcException
 
getMessageKey() - Method in class com.wavemaker.commons.core.web.rest.ErrorResponse
 
getMessageKey() - Method in class com.wavemaker.commons.MessageResource
 
getMessageResource() - Method in class com.wavemaker.commons.MessageResourceHolder
 
getMessageResourceHolder() - Method in interface com.wavemaker.commons.WMCommonException
 
getMessageResourceHolder() - Method in exception com.wavemaker.commons.WMException
 
getMessageResourceHolder() - Method in exception com.wavemaker.commons.WMRuntimeException
 
getMessages() - Method in class com.wavemaker.commons.i18n.LocaleData
 
getMessageWithPlaceholders() - Method in class com.wavemaker.commons.MessageResource
 
getMethodParamTypes(Class<?>, String, int) - Method in class com.wavemaker.commons.util.ObjectAccess
 
getMethodReturnType(Class<?>, String, int) - Method in class com.wavemaker.commons.util.ObjectAccess
 
getMethodType() - Method in class com.wavemaker.commons.servicedef.model.WMServiceOperationInfo
 
getModuleName() - Method in class com.wavemaker.commons.json.module.WMJacksonModule
 
getName() - Method in class com.wavemaker.commons.auth.oauth2.Scope
 
getName() - Method in class com.wavemaker.commons.io.ClassPathFile
 
getName() - Method in interface com.wavemaker.commons.io.Resource
Returns the name of the resource.
getName() - Method in class com.wavemaker.commons.io.ResourcePath
Returns the name of the path element.
getName() - Method in class com.wavemaker.commons.io.store.StoredResource
 
getName() - Method in class com.wavemaker.commons.servicedef.model.Parameter
 
getName() - Method in class com.wavemaker.commons.servicedef.model.WMServiceOperationInfo
 
getName() - Method in class com.wavemaker.commons.web.filter.ServerTimingMetric
 
getName() - Method in interface com.wavemaker.commons.zip.DynamicZipInputStream.Entry
Returns the name of the entry complete with path, equivalent to ZipEntry.getName().
getNewDocument() - Static method in class com.wavemaker.commons.util.XMLUtils
 
getNewDOMDocument() - Static method in class com.wavemaker.commons.util.XMLUtils
 
getNewInstance() - Static method in class com.wavemaker.commons.servicedef.model.Parameter
 
getNewInstance() - Static method in class com.wavemaker.commons.servicedef.model.ServiceDefinition
 
getNewInstance() - Static method in class com.wavemaker.commons.servicedef.model.WMServiceOperationInfo
 
getOauth2Flow() - Method in class com.wavemaker.commons.auth.oauth2.OAuth2ProviderConfig
 
getoAuth2Pkce() - Method in class com.wavemaker.commons.auth.oauth2.OAuth2ProviderConfig
 
getObject() - Method in class com.wavemaker.commons.util.XmlDocument
 
getOperation(Swagger, String, String) - Static method in class com.wavemaker.commons.swaggerdoc.util.SwaggerDocUtil
Return Operation from the Swagger object based on operationUid in provided endPoint.
getOperationByUid(Swagger, String) - Static method in class com.wavemaker.commons.swaggerdoc.util.SwaggerDocUtil
Return Operation from the Swagger object based on first occurrence in paths
getOperationType() - Method in class com.wavemaker.commons.servicedef.model.ServiceDefinition
 
getOperationType(Path, String) - Static method in class com.wavemaker.commons.swaggerdoc.util.SwaggerDocUtil
Return method type of the operation in a path
getOperationType(String) - Method in class com.wavemaker.commons.swaggerdoc.handler.PathHandler
 
getOutputStream() - Method in interface com.wavemaker.commons.io.store.FileStore
Access the file content as an output stream.
getOutputStream() - Method in class com.wavemaker.commons.web.RequestTrackingResponseWrapper
 
getOutputStream(boolean) - Method in interface com.wavemaker.commons.io.store.FileStore
 
getPackage(String) - Static method in class com.wavemaker.commons.util.StringUtils
 
getParameters() - Method in class com.wavemaker.commons.core.web.rest.ErrorResponse
 
getParameters() - Method in class com.wavemaker.commons.servicedef.model.WMServiceOperationInfo
 
getParameterType() - Method in class com.wavemaker.commons.servicedef.model.Parameter
 
getParameterType(Parameter) - Static method in class com.wavemaker.commons.swaggerdoc.util.SwaggerDocUtil
 
getParent() - Method in class com.wavemaker.commons.io.AbstractReadOnlyFile
 
getParent() - Method in class com.wavemaker.commons.io.JailedResourcePath
Returns the parent JailedResourcePath of this instance or null if there is no parent.
getParent() - Method in interface com.wavemaker.commons.io.Resource
Returns the parent folder of the resource or null if this is the root folder.
getParent() - Method in class com.wavemaker.commons.io.ResourcePath
Returns the parent of the path or null if this is a root path.
getParent() - Method in class com.wavemaker.commons.io.store.StoredResource
 
getPath() - Method in exception com.wavemaker.commons.io.exception.ResourceTypeMismatchException
 
getPath() - Method in class com.wavemaker.commons.io.JailedResourcePath
Returns the path.
getPath() - Method in interface com.wavemaker.commons.io.store.ResourceStore
Return the path of the current resource.
getPath() - Method in class com.wavemaker.commons.io.store.StoredResource
 
getPathByEndPoint(Swagger, String) - Static method in class com.wavemaker.commons.swaggerdoc.util.SwaggerDocUtil
Return Path from the Swagger object based on endPoint
getPathByOperationUid(Swagger, String) - Static method in class com.wavemaker.commons.swaggerdoc.util.SwaggerDocUtil
Return Operation from the Path object based on first occurrence in paths
getPaths() - Method in class com.wavemaker.commons.core.web.rest.ValidationErrorResponse
 
getPatternString() - Method in class com.wavemaker.commons.pattern.URLPattern
 
getPrefabMessages() - Method in class com.wavemaker.commons.i18n.LocaleData
 
getProcessingTime() - Method in class com.wavemaker.commons.web.filter.ServerTimingMetric
 
getProduces() - Method in class com.wavemaker.commons.servicedef.model.WMServiceOperationInfo
 
getProperties() - Method in class com.wavemaker.commons.util.DefaultYamlProcessor
 
getProperties() - Method in class com.wavemaker.commons.validations.DbMetaData
 
getProperties(Swagger, Model) - Static method in class com.wavemaker.commons.swaggerdoc.util.SwaggerDocUtil
 
getProperties(Swagger, Property) - Static method in class com.wavemaker.commons.swaggerdoc.util.SwaggerDocUtil
 
getProperties(Class<?>) - Method in class com.wavemaker.commons.util.ObjectAccess
 
getProperty(Object, String) - Method in class com.wavemaker.commons.util.ObjectAccess
 
getProperty(String) - Method in class com.wavemaker.commons.properties.ThreadLocalSystemProperties
 
getProperty(String, String) - Method in class com.wavemaker.commons.properties.ThreadLocalSystemProperties
 
getPropertyGetterName(String) - Static method in class com.wavemaker.commons.util.ClassUtils
 
getPropertyNames(Class<?>) - Method in class com.wavemaker.commons.util.ObjectAccess
 
getPropertySetterName(String) - Static method in class com.wavemaker.commons.util.ClassUtils
 
getPropertyType(Class<?>, String) - Method in class com.wavemaker.commons.util.ObjectAccess
 
getProviderId() - Method in class com.wavemaker.commons.auth.oauth2.OAuth2ProviderConfig
 
getProxySettings() - Method in class com.wavemaker.commons.servicedef.model.WMServiceOperationInfo
 
getRelativePath() - Method in class com.wavemaker.commons.servicedef.model.WMServiceOperationInfo
 
getRequestTrackingHeaderName() - Method in class com.wavemaker.commons.web.filter.RequestTrackingFilter
 
getRequestTrackingIdPrefix() - Method in class com.wavemaker.commons.web.filter.RequestTrackingFilter
 
getResource(String) - Method in class com.wavemaker.commons.classloader.WMUrlClassLoader
If we want to load a resource and it is available in both the parent classloader and the child classloader, then the default behaviour is, first it will check in the parent classloader if it not found then it will check in the child classloader.
getResourceAsStream(String) - Static method in class com.wavemaker.commons.classloader.ClassLoaderUtils
 
getResourceAsStream(String) - Method in class com.wavemaker.commons.classloader.ThrowawayFileClassLoader
 
getResourceFilterContext() - Method in class com.wavemaker.commons.io.AbstractResources
 
getResources(String) - Method in class com.wavemaker.commons.classloader.WMUrlClassLoader
 
getResources(String, String) - Method in class com.wavemaker.commons.i18n.LocaleMessageProviderImpl
 
getResponseBody() - Method in class com.wavemaker.commons.auth.oauth2.extractors.AccessTokenRequestContext
 
getResponseBody(ClientHttpResponse) - Method in class com.wavemaker.commons.rest.error.WMDefaultResponseErrorHandler
 
getResponseType() - Method in class com.wavemaker.commons.auth.oauth2.OAuth2ProviderConfig
 
getResult() - Method in class com.wavemaker.commons.wrapper.AbstractPrimitiveWrapper
 
getRootException(Throwable) - Static method in class com.wavemaker.commons.util.SystemUtils
 
getRunnableInSubRequestScope(Runnable) - Method in class com.wavemaker.commons.web.filter.RequestTrackingFilter
 
getScopes() - Method in class com.wavemaker.commons.auth.oauth2.OAuth2ProviderConfig
 
getSecurityDefinitions() - Method in class com.wavemaker.commons.servicedef.model.WMServiceOperationInfo
 
getSendAccessTokenAs() - Method in class com.wavemaker.commons.auth.oauth2.OAuth2ProviderConfig
 
getServerTimingMetricList() - Method in class com.wavemaker.commons.web.filter.Request
 
getService() - Method in class com.wavemaker.commons.servicedef.model.ServiceDefinition
 
getSize() - Method in class com.wavemaker.commons.io.AbstractReadOnlyFile
 
getSize() - Method in interface com.wavemaker.commons.io.File
Returns the size in bytes of the virtual file.
getSize() - Method in interface com.wavemaker.commons.io.store.FileStore
Return the size of the file.
getSize() - Method in class com.wavemaker.commons.io.store.StoredFile
 
getSource() - Method in class com.wavemaker.commons.io.FilteredResources
 
getSource() - Method in interface com.wavemaker.commons.io.ResourceFilterContext
Returns the source folder that triggered the filter.
getSource() - Method in interface com.wavemaker.commons.io.Resources
Returns the source of the resources.
getSource() - Method in class com.wavemaker.commons.io.ResourcesCollection
 
getStartTime() - Method in class com.wavemaker.commons.web.filter.Request
 
getStateObject(String) - Static method in class com.wavemaker.commons.auth.oauth2.OAuth2Helper
Decodes jsonString {@param stateParameter} and deserializes the jsonString to Map.
getStateParameterValue(Map<String, String>) - Static method in class com.wavemaker.commons.auth.oauth2.OAuth2Helper
Creates a encoded json string representation of {@param stateObject} ( Serializtion of stateObject map to json string).
getStore() - Method in class com.wavemaker.commons.io.local.LocalFile
 
getStore() - Method in class com.wavemaker.commons.io.local.LocalFolder
 
getStore() - Method in class com.wavemaker.commons.io.store.StoredFile
 
getStore() - Method in class com.wavemaker.commons.io.store.StoredFolder
 
getStore() - Method in class com.wavemaker.commons.io.store.StoredResource
 
getStore() - Method in class com.wavemaker.commons.zip.ZipArchive
 
getStringFromBytes(byte[]) - Static method in class com.wavemaker.commons.util.StringUtils
 
getStringList(Object) - Static method in class com.wavemaker.commons.util.WMUtils
 
getSubRequestScope() - Method in class com.wavemaker.commons.web.filter.Request
 
getTempFile() - Method in class com.wavemaker.commons.io.DeleteTempFileOnCloseInputStream
 
getType() - Method in class com.wavemaker.commons.servicedef.model.Parameter
 
getType() - Method in class com.wavemaker.commons.servicedef.model.ServiceDefinition
 
getUniqueDirectory(String) - Method in class com.wavemaker.commons.io.TempFilesStorageManager
 
getUniqueName(String, String) - Static method in class com.wavemaker.commons.util.StringUtils
 
getUniqueName(String, Collection<String>) - Static method in class com.wavemaker.commons.util.StringUtils
 
getUnjailedPath() - Method in class com.wavemaker.commons.io.JailedResourcePath
Returns the complete unjailed path
getUnsignedValue(byte[]) - Static method in class com.wavemaker.commons.util.SystemUtils
Converts byte array to long, assuming the bytes are unsigned.
getUrlPattern(T) - Method in class com.wavemaker.commons.comparator.UrlComparator
 
getUrlPattern(T) - Method in class com.wavemaker.commons.comparator.UrlStringComparator
 
getValue() - Method in class com.wavemaker.commons.auth.oauth2.Scope
 
getValue() - Method in class com.wavemaker.commons.io.LatestLastModified
 
getValue() - Method in class com.wavemaker.commons.wrapper.RawStringWrapper
 
getValueString(Class<?>, String) - Static method in class com.wavemaker.commons.util.TypeConversionUtils
 
getWmServiceOperationInfo() - Method in class com.wavemaker.commons.servicedef.model.ServiceDefinition
 
getWrapperPropertyFQType(Property) - Static method in class com.wavemaker.commons.swaggerdoc.util.SwaggerDocUtil
Constructs fully qualified name for the give property based on property type and format.
getWriter() - Method in class com.wavemaker.commons.web.RequestTrackingResponseWrapper
 
GRANT_TYPE - Static variable in class com.wavemaker.commons.auth.oauth2.OAuth2Constants
 
greaterThan(Version) - Method in class com.wavemaker.commons.util.Version
 
greaterThan(String, String) - Static method in class com.wavemaker.commons.util.Version
 
greaterThanOrEqualTo(Version) - Method in class com.wavemaker.commons.util.Version
 
greaterThanOrEqualTo(String, String) - Static method in class com.wavemaker.commons.util.Version
 

H

handleCyclicReference(JsonGenerator, SerializerProvider) - Method in class com.wavemaker.commons.json.module.CircularLoopHandlingSerializer
 
handledType() - Method in class com.wavemaker.commons.json.module.CircularLoopHandlingSerializer
 
hasAnnotation(Class<T>, Object, String) - Method in class com.wavemaker.commons.util.ObjectAccess
 
hasAnnotation(Class<T>, Object, String, int) - Method in class com.wavemaker.commons.util.ObjectAccess
 
hasAnnotation(Class<T>, Object, String, Class<?>...) - Method in class com.wavemaker.commons.util.ObjectAccess
 
hasCyclicReference(Object) - Method in class com.wavemaker.commons.json.module.CircularLoopHandlingSerializer
Check for the cycle in object serialization stack.
hasExisting(String) - Method in interface com.wavemaker.commons.io.Folder
Returns true if this folder already contains a resource with the specified name.
hasExisting(String) - Method in class com.wavemaker.commons.io.store.StoredFolder
 
hashCode() - Method in class com.wavemaker.commons.io.AbstractReadOnlyFile
 
hashCode() - Method in class com.wavemaker.commons.io.JailedResourcePath
 
hashCode() - Method in class com.wavemaker.commons.io.ResourcePath
 
hashCode() - Method in interface com.wavemaker.commons.io.store.ResourceStore
Implementations must provide a suitable hashcode based on the underlying resource.
hashCode() - Method in class com.wavemaker.commons.io.store.StoredResource
 
hashCode() - Method in class com.wavemaker.commons.servicedef.model.Parameter
 
hashCode() - Method in class com.wavemaker.commons.servicedef.model.RuntimeProxySettings
 
hashCode() - Method in class com.wavemaker.commons.servicedef.model.ServiceDefinition
 
hashCode() - Method in class com.wavemaker.commons.util.Version
 
hashCode() - Method in class com.wavemaker.commons.web.filter.ServerTimingMetric
 
hasMethod(Class<?>, String, int) - Method in class com.wavemaker.commons.util.ObjectAccess
 
hasMoreElements() - Method in class com.wavemaker.commons.classloader.WMUrlClassLoader.CompoundEnumeration
 
hasNext() - Method in class com.wavemaker.commons.io.FilteredIterator
 
hasProperty(Class<?>, String) - Method in class com.wavemaker.commons.util.ObjectAccess
 
hasUpperCase(String) - Static method in class com.wavemaker.commons.util.StringUtils
 
hidden() - Static method in class com.wavemaker.commons.io.FilterOn
Filter all hidden resources (ie resource names starting '.')
HttpHeadersDeSerializer - Class in com.wavemaker.commons.json.deserializer
 
HttpHeadersDeSerializer() - Constructor for class com.wavemaker.commons.json.deserializer.HttpHeadersDeSerializer
 
HttpRequestUtils - Class in com.wavemaker.commons.util
 

I

IMPLICIT - com.wavemaker.commons.auth.oauth2.OAuth2Flow
 
include(ResourceFilter...) - Method in class com.wavemaker.commons.io.AbstractResources
 
include(ResourceFilter...) - Method in interface com.wavemaker.commons.io.Resources
Return a new Resources instance containing items that match any of the specified filters.
include(Resources<T>, ResourceFilter...) - Static method in class com.wavemaker.commons.io.FilteredResources
 
init(FilterConfig) - Method in class com.wavemaker.commons.web.filter.ThrowableTranslationFilter
 
INSTANCE - Static variable in class com.wavemaker.commons.util.SSLUtils.NoCheckTrustManager
 
IntegerWrapper - Class in com.wavemaker.commons.wrapper
Created by nileshk on 11/11/14.
IntegerWrapper(Integer) - Constructor for class com.wavemaker.commons.wrapper.IntegerWrapper
 
INVALID_FIELD_VALUE - Static variable in class com.wavemaker.commons.MessageResource
 
INVALID_INPUT - Static variable in class com.wavemaker.commons.MessageResource
 
INVALID_JSON - Static variable in class com.wavemaker.commons.MessageResource
 
INVALID_OBJECT - Static variable in class com.wavemaker.commons.MessageResource
 
INVALID_TYPE_AS_UNIQUE - Static variable in class com.wavemaker.commons.MessageResource
 
InvalidInputException - Exception in com.wavemaker.commons
 
InvalidInputException(MessageResource, Object...) - Constructor for exception com.wavemaker.commons.InvalidInputException
 
InvalidInputException(String) - Constructor for exception com.wavemaker.commons.InvalidInputException
 
InvalidInputException(String, Throwable) - Constructor for exception com.wavemaker.commons.InvalidInputException
 
InvalidInvocationException - Exception in com.wavemaker.commons
 
InvalidInvocationException() - Constructor for exception com.wavemaker.commons.InvalidInvocationException
 
InvalidInvocationException(MessageResource, Object...) - Constructor for exception com.wavemaker.commons.InvalidInvocationException
 
InvalidInvocationException(String) - Constructor for exception com.wavemaker.commons.InvalidInvocationException
 
invoke(Object, String) - Method in class com.wavemaker.commons.util.ObjectAccess
 
invoke(Object, String, Object...) - Method in class com.wavemaker.commons.util.ObjectAccess
 
isAjaxRequest(HttpServletRequest) - Static method in class com.wavemaker.commons.util.HttpRequestUtils
 
isArray(Class<?>) - Static method in class com.wavemaker.commons.util.TypeConversionUtils
Return true iff the parameter is an Array or a Collection.
isBlankOrEquals(String, String) - Static method in class com.wavemaker.commons.util.StringUtils
 
isElementFiltered(E) - Method in class com.wavemaker.commons.io.FilteredIterator
Determines if the element should be filtered.
isEligibleForEtag(HttpServletRequest, HttpServletResponse, int, InputStream) - Method in class com.wavemaker.commons.web.filter.EtagFilter
 
isEmpty(SerializerProvider, T) - Method in class com.wavemaker.commons.json.module.CircularLoopHandlingSerializer
 
isEmpty(T) - Method in class com.wavemaker.commons.json.module.CircularLoopHandlingSerializer
 
isEnabled() - Method in class com.wavemaker.commons.auth.oauth2.OAuth2Pkce
 
isEncrypted(String) - Static method in class com.wavemaker.commons.util.SystemUtils
 
isExcluded(HttpServletRequest, List<URLPattern>) - Static method in class com.wavemaker.commons.util.CoreFilterUtil
 
isExecuteListenersAsyncIfNeeded() - Method in class com.wavemaker.commons.event.WMEvent
 
isExists(Resource) - Static method in class com.wavemaker.commons.util.WMFileUtils
 
isFailOnCircularReferences() - Method in class com.wavemaker.commons.json.module.WMJacksonModule
 
isFullyQualified(String) - Static method in class com.wavemaker.commons.util.StringUtils
 
isIgnoreCase() - Method in class com.wavemaker.commons.io.FilterOn.ResourceAttribute
 
isInJavaLangPackage(String) - Static method in class com.wavemaker.commons.util.StringUtils
 
isJavaKeyword(String) - Static method in class com.wavemaker.commons.util.StringUtils
 
isMap(Class<?>) - Static method in class com.wavemaker.commons.util.TypeConversionUtils
Return true iff the parameter is a Map.
isMobile() - Method in class com.wavemaker.commons.servicedef.model.RuntimeProxySettings
 
isModifiedAfter(long) - Method in class com.wavemaker.commons.io.ClassPathFile
 
isModifiedAfter(long) - Method in interface com.wavemaker.commons.io.Resource
 
isModifiedAfter(long) - Method in class com.wavemaker.commons.io.store.StoredResource
 
isModifiedAfter(Resource) - Method in class com.wavemaker.commons.io.ClassPathFile
 
isModifiedAfter(Resource) - Method in interface com.wavemaker.commons.io.Resource
 
isModifiedAfter(Resource) - Method in class com.wavemaker.commons.io.store.StoredResource
 
isModifiedBefore(long) - Method in class com.wavemaker.commons.io.ClassPathFile
 
isModifiedBefore(long) - Method in interface com.wavemaker.commons.io.Resource
 
isModifiedBefore(long) - Method in class com.wavemaker.commons.io.store.StoredResource
 
isModifiedBefore(Resource) - Method in class com.wavemaker.commons.io.ClassPathFile
 
isModifiedBefore(Resource) - Method in interface com.wavemaker.commons.io.Resource
 
isModifiedBefore(Resource) - Method in class com.wavemaker.commons.io.store.StoredResource
 
isNumber(String) - Static method in class com.wavemaker.commons.util.StringUtils
 
isPrimitive(String) - Static method in class com.wavemaker.commons.util.TypeConversionUtils
 
isPrimitiveOrEnum(Type) - Static method in class com.wavemaker.commons.util.TypeConversionUtils
 
isPrimitiveOrWrapper(Class<?>) - Static method in class com.wavemaker.commons.util.TypeConversionUtils
Returns true iff the Class clazz represents a primitive (boolean, int) or a primitive wrapper (Integer), including Big{Integer,Decimal} and Atomic{Integer,Long}.
isReadOnly() - Method in class com.wavemaker.commons.servicedef.model.Parameter
 
isRelativeTo(Folder) - Method in class com.wavemaker.commons.io.ClassPathFile
 
isRelativeTo(Folder) - Method in interface com.wavemaker.commons.io.Resource
 
isRelativeTo(Folder) - Method in class com.wavemaker.commons.io.store.StoredResource
 
isRequestedFromIEBrowser(HttpServletRequest) - Static method in class com.wavemaker.commons.util.HttpRequestUtils
 
isRequired() - Method in class com.wavemaker.commons.servicedef.model.Parameter
 
isRootPath() - Method in class com.wavemaker.commons.io.ResourcePath
Returns true if this path is a root path.
isServletClass(String) - Static method in class com.wavemaker.commons.util.TypeConversionUtils
 
isUnwrappingSerializer() - Method in class com.wavemaker.commons.json.module.CircularLoopHandlingSerializer
 
isWeb() - Method in class com.wavemaker.commons.servicedef.model.RuntimeProxySettings
 
isWithCredentials() - Method in class com.wavemaker.commons.servicedef.model.RuntimeProxySettings
 
iterator() - Method in class com.wavemaker.commons.io.FilteredResources
 
iterator() - Method in class com.wavemaker.commons.io.ResourcesCollection
 
iterator() - Method in class com.wavemaker.commons.io.store.StoredFolder
 

J

jail() - Method in interface com.wavemaker.commons.io.Folder
Return a new folder that is jailed at the current location.
jail() - Method in class com.wavemaker.commons.io.store.StoredFolder
 
JailedResourcePath - Class in com.wavemaker.commons.io
A ResourcePath that is jailed to a specific location.
JailedResourcePath() - Constructor for class com.wavemaker.commons.io.JailedResourcePath
Create a new JailedResourcePath with a root jail and root path.
JailedResourcePath(ResourcePath, ResourcePath) - Constructor for class com.wavemaker.commons.io.JailedResourcePath
Create a new JailedResourcePath instance.
JAXBUtils - Class in com.wavemaker.commons.util
 
JsonFormatAccessTokenExtractor - Class in com.wavemaker.commons.auth.oauth2.extractors
Created by srujant on 24/8/17.
JsonFormatAccessTokenExtractor() - Constructor for class com.wavemaker.commons.auth.oauth2.extractors.JsonFormatAccessTokenExtractor
 
JSONUtils - Class in com.wavemaker.commons.json
Created by venuj on 19-05-2014.
JsonViews - Class in com.wavemaker.commons.json.views
 
JsonViews() - Constructor for class com.wavemaker.commons.json.views.JsonViews
 
JsonViews.BlobAsUrlView - Interface in com.wavemaker.commons.json.views
 

K

keys() - Method in class com.wavemaker.commons.properties.SortedProperties
 
keySet() - Method in class com.wavemaker.commons.properties.ThreadLocalSystemProperties
 

L

LatestLastModified - Class in com.wavemaker.commons.io
ResourceOperation to get the latest last modified value.
LatestLastModified() - Constructor for class com.wavemaker.commons.io.LatestLastModified
 
lessThan(Version) - Method in class com.wavemaker.commons.util.Version
 
lessThan(String, String) - Static method in class com.wavemaker.commons.util.Version
 
lessThanOrEqualTo(Version) - Method in class com.wavemaker.commons.util.Version
 
lessThanOrEqualTo(String, String) - Static method in class com.wavemaker.commons.util.Version
 
list() - Method in interface com.wavemaker.commons.io.Folder
List all immediate child resources of this folder.
list() - Method in interface com.wavemaker.commons.io.store.FolderStore
List the contents of the folder.
list() - Method in class com.wavemaker.commons.io.store.StoredFolder
 
list(PrintStream) - Method in class com.wavemaker.commons.properties.ThreadLocalSystemProperties
 
list(PrintWriter) - Method in class com.wavemaker.commons.properties.ThreadLocalSystemProperties
 
loadClass(String) - Static method in class com.wavemaker.commons.classloader.ClassLoaderUtils
Loads class specified by className from the ContextClassLoader.
loadClass(String, boolean) - Static method in class com.wavemaker.commons.classloader.ClassLoaderUtils
Loads class specified by className from the ContextClassLoader.
loadClass(String, boolean, ClassLoader) - Static method in class com.wavemaker.commons.classloader.ClassLoaderUtils
Loads class specified by className, using passed ClassLoader.
loadClass(String, ClassLoader) - Static method in class com.wavemaker.commons.classloader.ClassLoaderUtils
Loads class specified by className, using passed ClassLoader, and initializing the class.
loadFromXml(File) - Static method in class com.wavemaker.commons.util.PropertiesFileUtils
 
loadLocaleMessages(String) - Method in class com.wavemaker.commons.i18n.LocaleMessageProviderImpl
 
loadProperties(File) - Static method in class com.wavemaker.commons.util.PropertiesFileUtils
 
loadProperties(InputStream) - Static method in class com.wavemaker.commons.util.PropertiesFileUtils
 
loadPropertiesFromYamlFile(File) - Static method in class com.wavemaker.commons.util.YamlFileUtils
 
LocaleData - Class in com.wavemaker.commons.i18n
Created by srujant on 3/9/18.
LocaleData() - Constructor for class com.wavemaker.commons.i18n.LocaleData
 
LocaleData(Map<String, String>, Map<String, String>) - Constructor for class com.wavemaker.commons.i18n.LocaleData
 
LocaleData(Map<String, String>, Map<String, String>, Map<String, String>, Map<String, Map<String, String>>) - Constructor for class com.wavemaker.commons.i18n.LocaleData
 
LocaleData(Map<String, String>, Map<String, String>, Map<String, Map<String, String>>) - Constructor for class com.wavemaker.commons.i18n.LocaleData
 
LocaleMessageProvider - Interface in com.wavemaker.commons.i18n
Created by prakashb on 19/7/18.
LocaleMessageProviderImpl - Class in com.wavemaker.commons.i18n
Created by prakashb on 19/7/18.
LocaleMessageProviderImpl() - Constructor for class com.wavemaker.commons.i18n.LocaleMessageProviderImpl
 
LocaleMessageProviderImpl(List<String>, ResourcePatternResolver) - Constructor for class com.wavemaker.commons.i18n.LocaleMessageProviderImpl
 
LocaleProvider - Interface in com.wavemaker.commons.i18n
Created by prakashb on 11/7/18.
LocalFile - Class in com.wavemaker.commons.io.local
A File implementation backed by standard java.io.Files.
LocalFolder - Class in com.wavemaker.commons.io.local
A Folder implementation backed by standard java.io.Files.
LocalFolder(File) - Constructor for class com.wavemaker.commons.io.local.LocalFolder
Create a new LocalFolder for the specified folder.
LocalFolder(String) - Constructor for class com.wavemaker.commons.io.local.LocalFolder
Create a new LocalFolder for the specified folder.
LongWrapper - Class in com.wavemaker.commons.wrapper
Created by Kishore Routhu on 31/8/16 2:39 PM.
LongWrapper(Long) - Constructor for class com.wavemaker.commons.wrapper.LongWrapper
 

M

makeDirectories(File, File) - Static method in class com.wavemaker.commons.util.WMIOUtils
Create intermediate directories so that the File represented by newFile can be created.
marshall(JAXBContext, OutputStream, Object) - Static method in class com.wavemaker.commons.util.JAXBUtils
 
match(ResourceFilterContext, Resource) - Method in class com.wavemaker.commons.io.FilterOn.AttributeFilter
 
match(ResourceFilterContext, Resource) - Method in interface com.wavemaker.commons.io.ResourceFilter
 
matches(String) - Method in class com.wavemaker.commons.pattern.DirectoryURLPattern
 
matches(String) - Method in class com.wavemaker.commons.pattern.ExactURLPattern
 
matches(String) - Method in class com.wavemaker.commons.pattern.ExtensionURLPattern
 
matches(String) - Method in class com.wavemaker.commons.pattern.URLPattern
This method, takes a request URI, and checks whether this uri matches this pattern or not.
matching(CharSequence...) - Method in class com.wavemaker.commons.io.FilterOn.AttributeFilter
Filter attributes matching the specified string
MediaTypeBasedAccessTokenExtractor - Class in com.wavemaker.commons.auth.oauth2.extractors
Created by srujant on 29/8/17.
MediaTypeBasedAccessTokenExtractor() - Constructor for class com.wavemaker.commons.auth.oauth2.extractors.MediaTypeBasedAccessTokenExtractor
 
MESSAGE_NOT_READABLE - Static variable in class com.wavemaker.commons.MessageResource
 
MessageFactory - Class in com.wavemaker.commons.i18n
Created by prakashb on 7/7/18.
MessageResource - Class in com.wavemaker.commons
All known resources defined in our resource bundles.
MessageResource(String) - Constructor for class com.wavemaker.commons.MessageResource
 
MessageResourceHolder - Class in com.wavemaker.commons
N Created by prakashb on 27/7/18.
MessageResourceHolder() - Constructor for class com.wavemaker.commons.MessageResourceHolder
 
MessageResourceHolder(MessageResource, Object[], String) - Constructor for class com.wavemaker.commons.MessageResourceHolder
 
MessageSourceImpl - Class in com.wavemaker.commons.i18n
 
MessageSourceImpl() - Constructor for class com.wavemaker.commons.i18n.MessageSourceImpl
 
MethodNotFoundRuntimeException - Exception in com.wavemaker.commons
Add more details about method we're trying to invoke here.
MethodNotFoundRuntimeException(String, Class<?>, Class<?>[]) - Constructor for exception com.wavemaker.commons.MethodNotFoundRuntimeException
 
modifySerializer(SerializationConfig, BeanDescription, JsonSerializer<?>) - Method in class com.wavemaker.commons.json.module.WMBeanSerializerModifier
 
moveContentsTo(Folder) - Method in interface com.wavemaker.commons.io.Folder
Convenience methods to move the contents of the folder.
moveContentsTo(Folder) - Method in class com.wavemaker.commons.io.store.StoredFolder
 
moveTo(Folder) - Method in class com.wavemaker.commons.io.AbstractReadOnlyFile
 
moveTo(Folder) - Method in class com.wavemaker.commons.io.AbstractResources
 
moveTo(Folder) - Method in interface com.wavemaker.commons.io.File
 
moveTo(Folder) - Method in interface com.wavemaker.commons.io.Folder
 
moveTo(Folder) - Method in interface com.wavemaker.commons.io.Resource
Move this resource to the specified folder.
moveTo(Folder) - Method in interface com.wavemaker.commons.io.Resources
Move this resource to the specified folder.
moveTo(Folder) - Method in class com.wavemaker.commons.io.store.StoredFile
 
moveTo(Folder) - Method in class com.wavemaker.commons.io.store.StoredFolder
 
MULTILINE_FLAG - Static variable in class com.wavemaker.commons.util.RegexConstants
 
MultipleReloadableResourceBundleMessageSource - Class in com.wavemaker.commons.i18n
Created by saddhamp on 23/3/16.
MultipleReloadableResourceBundleMessageSource() - Constructor for class com.wavemaker.commons.i18n.MultipleReloadableResourceBundleMessageSource
 

N

names() - Static method in class com.wavemaker.commons.io.FilterOn
Start filtering based on Resource names.
newInstance(Class<?>) - Static method in class com.wavemaker.commons.util.ClassUtils
 
newInstance(Class<?>) - Method in class com.wavemaker.commons.util.ObjectAccess
 
newReadOnlyResourceException() - Method in class com.wavemaker.commons.io.AbstractReadOnlyFile
Return the ReadOnlyResourceException that should be thrown on error.
newWriter(Properties) - Static method in class com.wavemaker.commons.properties.PropertiesWriter
 
newXMLWriter(PrintWriter) - Static method in class com.wavemaker.commons.util.XMLUtils
 
next() - Method in class com.wavemaker.commons.io.FilteredIterator
 
nextElement() - Method in class com.wavemaker.commons.classloader.WMUrlClassLoader.CompoundEnumeration
 
NoCloseInputStream - Class in com.wavemaker.commons.io
InputStream that does not perform any operation when NoCloseInputStream.close() is called.
NoCloseInputStream(InputStream) - Constructor for class com.wavemaker.commons.io.NoCloseInputStream
 
nonHidden() - Static method in class com.wavemaker.commons.io.FilterOn
Filter all non-hidden resources (ie resource names not starting '.');
NoOpByteArraySerializer - Class in com.wavemaker.commons.json.serializer
Created by sunilp on 10/12/14.
NoOpByteArraySerializer() - Constructor for class com.wavemaker.commons.json.serializer.NoOpByteArraySerializer
 
notContaining(CharSequence...) - Method in class com.wavemaker.commons.io.FilterOn.AttributeFilter
Filter attributes not containing with the specified string.
notEnding(CharSequence...) - Method in class com.wavemaker.commons.io.FilterOn.AttributeFilter
Filter attributes not ending with the specified string.
notifyEndSerialization() - Method in class com.wavemaker.commons.json.module.CircularLoopHandlingSerializer
Removes the last added object from the stack.
notifyStartSerialization(Object) - Method in class com.wavemaker.commons.json.module.CircularLoopHandlingSerializer
 
notMatching(CharSequence...) - Method in class com.wavemaker.commons.io.FilterOn.AttributeFilter
Filter attributes not matching the specified string
notStarting(CharSequence...) - Method in class com.wavemaker.commons.io.FilterOn.AttributeFilter
Filter attributes not starting with the specified string.
NotYetImplementedException - Exception in com.wavemaker.commons
 
NotYetImplementedException() - Constructor for exception com.wavemaker.commons.NotYetImplementedException
 
NotYetImplementedException(MessageResource) - Constructor for exception com.wavemaker.commons.NotYetImplementedException
 
NotYetImplementedException(MessageResource, Object...) - Constructor for exception com.wavemaker.commons.NotYetImplementedException
 
NULL_CLASS - Static variable in class com.wavemaker.commons.MessageResource
 

O

OAuth2Constants - Class in com.wavemaker.commons.auth.oauth2
Created by srujant on 24/8/17.
OAuth2Flow - Enum in com.wavemaker.commons.auth.oauth2
 
OAuth2Helper - Class in com.wavemaker.commons.auth.oauth2
Created by srujant on 26/7/17.
OAuth2Pkce - Class in com.wavemaker.commons.auth.oauth2
 
OAuth2Pkce(boolean, String) - Constructor for class com.wavemaker.commons.auth.oauth2.OAuth2Pkce
 
OAuth2ProviderConfig - Class in com.wavemaker.commons.auth.oauth2
da Created by srujant on 18/7/17.
OAuth2ProviderConfig() - Constructor for class com.wavemaker.commons.auth.oauth2.OAuth2ProviderConfig
 
ObjectAccess - Class in com.wavemaker.commons.util
Encapsulates logic for Class/instance access using reflection.
ObjectLiteralParser - Class in com.wavemaker.commons.util
Parses an object literal (javascript syntax) into an object graph.
ObjectLiteralParser(String, Class<?>) - Constructor for class com.wavemaker.commons.util.ObjectLiteralParser
 
ObjectLiteralParser(String, String) - Constructor for class com.wavemaker.commons.util.ObjectLiteralParser
 
objectToString(Object) - Method in class com.wavemaker.commons.util.ObjectAccess
 
objectToString(Object, boolean) - Method in class com.wavemaker.commons.util.ObjectAccess
 
obtainAccessToken(AccessTokenRequestContext) - Method in class com.wavemaker.commons.auth.oauth2.extractors.FormUrlEncodedFormatAccessTokenExtractor
 
obtainAccessToken(AccessTokenRequestContext) - Method in class com.wavemaker.commons.auth.oauth2.extractors.JsonFormatAccessTokenExtractor
 
obtainAccessToken(AccessTokenRequestContext) - Method in class com.wavemaker.commons.auth.oauth2.extractors.MediaTypeBasedAccessTokenExtractor
 
obtainAccessToken(AccessTokenRequestContext) - Method in class com.wavemaker.commons.auth.oauth2.extractors.XmlFormatAccessTokenExtractor
 
OperationHandler - Class in com.wavemaker.commons.swaggerdoc.handler
Created by sunilp on 29/5/15.
OperationHandler(Operation, Map<String, Model>) - Constructor for class com.wavemaker.commons.swaggerdoc.handler.OperationHandler
 
OperationNotExistException - Exception in com.wavemaker.commons
 
OperationNotExistException(String) - Constructor for exception com.wavemaker.commons.OperationNotExistException
 
OperationNotExistException(String, Throwable) - Constructor for exception com.wavemaker.commons.OperationNotExistException
 

P

packageToSrcFilePath(String) - Static method in class com.wavemaker.commons.util.StringUtils
 
PageDoesNotExistException - Exception in com.wavemaker.commons
 
PageDoesNotExistException(MessageResource, Object...) - Constructor for exception com.wavemaker.commons.PageDoesNotExistException
 
PageDoesNotExistException(String) - Constructor for exception com.wavemaker.commons.PageDoesNotExistException
 
PageException - Exception in com.wavemaker.commons
 
PageException(MessageResource, Object...) - Constructor for exception com.wavemaker.commons.PageException
 
PageException(String) - Constructor for exception com.wavemaker.commons.PageException
 
Parameter - Class in com.wavemaker.commons.servicedef.model
 
Parameter() - Constructor for class com.wavemaker.commons.servicedef.model.Parameter
 
parse() - Method in class com.wavemaker.commons.util.ObjectLiteralParser
 
parse(String) - Static method in class com.wavemaker.commons.web.filter.ServerTimingMetric
 
PathHandler - Class in com.wavemaker.commons.swaggerdoc.handler
Created by sunilp on 4/6/15.
PathHandler(Path) - Constructor for class com.wavemaker.commons.swaggerdoc.handler.PathHandler
 
paths() - Static method in class com.wavemaker.commons.io.FilterOn
Start filtering based on Resource paths.
paths(FilterOn.PathStyle) - Static method in class com.wavemaker.commons.io.FilterOn
Start filtering based on Resource paths.
PatternMatchingReplaceReader - Class in com.wavemaker.commons.util
 
PatternMatchingReplaceReader(Reader, String, String, Function<String, String>) - Constructor for class com.wavemaker.commons.util.PatternMatchingReplaceReader
 
perform(File) - Method in class com.wavemaker.commons.io.BulkReplaceOperation
 
perform(File) - Method in class com.wavemaker.commons.io.LatestLastModified
 
perform(File) - Method in class com.wavemaker.commons.io.ReplaceOperation
 
perform(T) - Method in interface com.wavemaker.commons.io.ResourceOperation
Perform the given operation on the resource.
performOperation(O) - Method in class com.wavemaker.commons.io.AbstractReadOnlyFile
 
performOperation(O) - Method in interface com.wavemaker.commons.io.Resource
 
performOperation(O) - Method in interface com.wavemaker.commons.io.Resources
Perform the given operation with each Resource in this collection.
performOperation(O) - Method in class com.wavemaker.commons.io.store.StoredResource
 
performOperation(OPERATION) - Method in class com.wavemaker.commons.io.AbstractResources
 
prettifyJSON(String) - Static method in class com.wavemaker.commons.json.JSONUtils
 
prettifyJSON(String, File) - Static method in class com.wavemaker.commons.json.JSONUtils
 
preVisitDirectory(Path, BasicFileAttributes) - Method in class com.wavemaker.commons.util.FilePatternMatchVisitor
 
primitiveArraysForName(String) - Static method in class com.wavemaker.commons.util.TypeConversionUtils
 
primitiveForName(String) - Static method in class com.wavemaker.commons.util.TypeConversionUtils
 
primitivesMatch(Class<?>, Class<?>) - Static method in class com.wavemaker.commons.util.TypeConversionUtils
 
primitiveWrapperClassByName(String) - Static method in class com.wavemaker.commons.util.TypeConversionUtils
 
process(YamlProcessor.MatchCallback) - Method in class com.wavemaker.commons.util.WMYamlProcessor
 
properties() - Method in class com.wavemaker.commons.json.module.CircularLoopHandlingSerializer
 
PropertiesFileUtils - Class in com.wavemaker.commons.util
 
propertiesToMapConverter(Properties) - Static method in class com.wavemaker.commons.util.PropertiesToMapConverter
Converts the given properties to a nested map.
PropertiesToMapConverter - Class in com.wavemaker.commons.util
 
PropertiesToMapConverter() - Constructor for class com.wavemaker.commons.util.PropertiesToMapConverter
 
PropertiesWriter - Class in com.wavemaker.commons.properties
 
PropertiesWriter(Properties) - Constructor for class com.wavemaker.commons.properties.PropertiesWriter
 
propertyIsNull(Object, String) - Method in class com.wavemaker.commons.util.ObjectAccess
 
propertyNames() - Method in class com.wavemaker.commons.properties.ThreadLocalSystemProperties
 
PROTOCOL - Static variable in class com.wavemaker.commons.io.ResourceURL
 
publish(WMEvent) - Method in interface com.wavemaker.commons.event.WMEventPublisher
 
publish(WMEvent) - Method in class com.wavemaker.commons.event.WMEventPublisherImpl
 
putSimpleTextElement(Document, Element, String, String) - Static method in class com.wavemaker.commons.util.XMLUtils
 

R

RawStringWrapper - Class in com.wavemaker.commons.wrapper
 
RawStringWrapper(String) - Constructor for class com.wavemaker.commons.wrapper.RawStringWrapper
 
read() - Method in class com.wavemaker.commons.util.PatternMatchingReplaceReader
 
read() - Method in class com.wavemaker.commons.zip.DynamicZipInputStream
 
read(byte[], int, int) - Method in class com.wavemaker.commons.zip.DynamicZipInputStream
 
read(char[]) - Method in class com.wavemaker.commons.util.PatternMatchingReplaceReader
 
read(char[], int, int) - Method in class com.wavemaker.commons.util.PatternMatchingReplaceReader
 
read(File) - Static method in class com.wavemaker.commons.util.WMIOUtils
Read an entire File into a String.
readDocument(File) - Static method in class com.wavemaker.commons.util.XMLUtils
 
readDocument(InputStream) - Static method in class com.wavemaker.commons.util.XMLUtils
 
readFileToString(File) - Static method in class com.wavemaker.commons.util.WMFileUtils
 
ReadOnlyResourceException - Exception in com.wavemaker.commons.io.exception
 
ReadOnlyResourceException() - Constructor for exception com.wavemaker.commons.io.exception.ReadOnlyResourceException
 
ReadOnlyResourceException(MessageResource, Object...) - Constructor for exception com.wavemaker.commons.io.exception.ReadOnlyResourceException
 
readTree(InputStream) - Static method in class com.wavemaker.commons.json.JSONUtils
 
readTree(String) - Static method in class com.wavemaker.commons.json.JSONUtils
 
REDIRECT_URI - Static variable in class com.wavemaker.commons.auth.oauth2.OAuth2Constants
 
refreshProperties(String, ReloadableResourceBundleMessageSource.PropertiesHolder) - Method in class com.wavemaker.commons.i18n.MultipleReloadableResourceBundleMessageSource
 
RegexConstants - Class in com.wavemaker.commons.util
Created by saddhamp on 21/3/16.
registerModule(Module) - Static method in class com.wavemaker.commons.json.JSONUtils
 
registerNewFile(InputStream, String) - Method in class com.wavemaker.commons.io.TempFilesStorageManager
 
registerNewFile(String) - Method in class com.wavemaker.commons.io.TempFilesStorageManager
 
registerNewFile(MultipartFile) - Method in class com.wavemaker.commons.io.TempFilesStorageManager
 
RELATION_WITH_IDENTITY_COLUMN_NOT_POSSIBLE - Static variable in class com.wavemaker.commons.MessageResource
 
RELATIVE_TO_SOURCE - com.wavemaker.commons.io.FilterOn.PathStyle
 
release() - Method in class com.wavemaker.commons.util.concurrent.WMSemaphore
 
release(int) - Method in class com.wavemaker.commons.util.concurrent.WMSemaphore
 
remove() - Method in class com.wavemaker.commons.io.FilteredIterator
 
removeLineFeed(String) - Static method in class com.wavemaker.commons.util.StringUtils
Removes LF/CR and white spaces
rename(String) - Method in class com.wavemaker.commons.io.AbstractReadOnlyFile
 
rename(String) - Method in interface com.wavemaker.commons.io.File
 
rename(String) - Method in interface com.wavemaker.commons.io.Folder
 
rename(String) - Method in interface com.wavemaker.commons.io.Resource
Rename the current resource.
rename(String) - Method in interface com.wavemaker.commons.io.store.ResourceStore
Rename the resource.
rename(String) - Method in class com.wavemaker.commons.io.store.StoredFile
 
rename(String) - Method in class com.wavemaker.commons.io.store.StoredFolder
 
rename(String) - Method in class com.wavemaker.commons.io.store.StoredResource
 
renameFile(Resource, String) - Static method in class com.wavemaker.commons.util.WMFileUtils
 
replaceDelegatee(JsonSerializer<?>) - Method in class com.wavemaker.commons.json.module.CircularLoopHandlingSerializer
 
ReplaceOperation - Class in com.wavemaker.commons.io
 
ReplaceOperation(String, String) - Constructor for class com.wavemaker.commons.io.ReplaceOperation
 
replacePlainStr(String, String, String) - Static method in class com.wavemaker.commons.util.StringUtils
Return a String with all occurrences of the "from" String within "original" replaced with the "to" String.
Request - Class in com.wavemaker.commons.web.filter
 
Request(String) - Constructor for class com.wavemaker.commons.web.filter.Request
 
REQUEST_ID_SEPARATOR - Static variable in class com.wavemaker.commons.web.filter.RequestTrackingFilter
 
REQUEST_SOURCE_TYPE - Static variable in class com.wavemaker.commons.auth.oauth2.OAuth2Constants
 
RequestTrackingFilter - Class in com.wavemaker.commons.web.filter
 
RequestTrackingFilter() - Constructor for class com.wavemaker.commons.web.filter.RequestTrackingFilter
 
RequestTrackingResponseWrapper - Class in com.wavemaker.commons.web
Created by srujant on 13/9/18.
RequestTrackingResponseWrapper(HttpServletResponse, Request) - Constructor for class com.wavemaker.commons.web.RequestTrackingResponseWrapper
 
resolve(SerializerProvider) - Method in class com.wavemaker.commons.json.module.CircularLoopHandlingSerializer
 
Resource - Interface in com.wavemaker.commons.io
Base abstract for Files and Folders that may be stored on a physical disk or using some other mechanism.
ResourceAlreadyExistException - Exception in com.wavemaker.commons
 
ResourceAlreadyExistException(MessageResource, Object...) - Constructor for exception com.wavemaker.commons.ResourceAlreadyExistException
 
ResourceAttribute(boolean) - Constructor for class com.wavemaker.commons.io.FilterOn.ResourceAttribute
 
ResourceClassLoaderUtils - Class in com.wavemaker.commons.classloader
Class Loader Utils specifically designed to work with Resources.
ResourceDoesNotExistException - Exception in com.wavemaker.commons.io.exception
ResourceException thrown when a requested resource does not exist.
ResourceDoesNotExistException(Folder, String) - Constructor for exception com.wavemaker.commons.io.exception.ResourceDoesNotExistException
 
ResourceDoesNotExistException(Resource) - Constructor for exception com.wavemaker.commons.io.exception.ResourceDoesNotExistException
 
ResourceDoesNotExistException(File) - Constructor for exception com.wavemaker.commons.io.exception.ResourceDoesNotExistException
 
ResourceException - Exception in com.wavemaker.commons.io.exception
RuntimeException used to wrap Resource Exceptions.
ResourceException() - Constructor for exception com.wavemaker.commons.io.exception.ResourceException
 
ResourceException(MessageResource) - Constructor for exception com.wavemaker.commons.io.exception.ResourceException
 
ResourceException(MessageResource, Object...) - Constructor for exception com.wavemaker.commons.io.exception.ResourceException
 
ResourceException(MessageResource, Throwable) - Constructor for exception com.wavemaker.commons.io.exception.ResourceException
 
ResourceException(String) - Constructor for exception com.wavemaker.commons.io.exception.ResourceException
 
ResourceException(String, Throwable) - Constructor for exception com.wavemaker.commons.io.exception.ResourceException
 
ResourceException(Throwable) - Constructor for exception com.wavemaker.commons.io.exception.ResourceException
 
ResourceExistsException - Exception in com.wavemaker.commons.io.exception
ResourceException thrown when a resource already exists.
ResourceExistsException(String) - Constructor for exception com.wavemaker.commons.io.exception.ResourceExistsException
 
ResourceExistsException(String, Throwable) - Constructor for exception com.wavemaker.commons.io.exception.ResourceExistsException
 
ResourceFilter - Interface in com.wavemaker.commons.io
A filter used to restrict Resources.
ResourceFilterContext - Interface in com.wavemaker.commons.io
Context for ResourceFilters.
ResourceManager - Class in com.wavemaker.commons.i18n
Handles the logic for looking up values from resource bundles.
ResourceManager() - Constructor for class com.wavemaker.commons.i18n.ResourceManager
 
ResourceNotDeletedException - Exception in com.wavemaker.commons
Created by gauravs on 18/2/14.
ResourceNotDeletedException(MessageResource, Object...) - Constructor for exception com.wavemaker.commons.ResourceNotDeletedException
 
ResourceNotDeletedException(Throwable, MessageResource, Object...) - Constructor for exception com.wavemaker.commons.ResourceNotDeletedException
 
ResourceNotFoundException - Exception in com.wavemaker.commons
 
ResourceNotFoundException(MessageResource) - Constructor for exception com.wavemaker.commons.ResourceNotFoundException
 
ResourceNotFoundException(MessageResource, Object...) - Constructor for exception com.wavemaker.commons.ResourceNotFoundException
 
ResourceNotFoundException(MessageResource, Throwable, Object...) - Constructor for exception com.wavemaker.commons.ResourceNotFoundException
 
ResourceNotFoundException(WMRuntimeException) - Constructor for exception com.wavemaker.commons.ResourceNotFoundException
 
ResourceNotFoundException(String) - Constructor for exception com.wavemaker.commons.ResourceNotFoundException
 
ResourceOperation<T extends Resource> - Interface in com.wavemaker.commons.io
An operation that can be performed on a Resources.
ResourcePath - Class in com.wavemaker.commons.io
A file or folder path.
ResourcePath() - Constructor for class com.wavemaker.commons.io.ResourcePath
Create a new root path instance.
Resources<T extends Resource> - Interface in com.wavemaker.commons.io
An Iterable collections of Resources that also support various operations.
ResourcesCollection<T extends Resource> - Class in com.wavemaker.commons.io
Implementation of Resources backed by a Collection.
ResourcesCollection(Folder, Collection<T>) - Constructor for class com.wavemaker.commons.io.ResourcesCollection
 
ResourcesCollection(Folder, T...) - Constructor for class com.wavemaker.commons.io.ResourcesCollection
 
ResourceStore - Interface in com.wavemaker.commons.io.store
Base interface for FileStore and FolderStore.
ResourceStringFormat - Enum in com.wavemaker.commons.io
Formats that can be used to display a Resource name.
ResourceTypeMismatchException - Exception in com.wavemaker.commons.io.exception
Exception thrown when a Resource is requested as a particular type but an existing resource of another type already exists.
ResourceTypeMismatchException(ResourcePath, boolean) - Constructor for exception com.wavemaker.commons.io.exception.ResourceTypeMismatchException
Create a new ResourceTypeMismatchException instance.
ResourceURL - Class in com.wavemaker.commons.io
Factory class that can be used to construct a URL for a given Resource.
RESPONSE_TYPE - Static variable in class com.wavemaker.commons.auth.oauth2.OAuth2Constants
 
REST_SERVICE_INVOKE_FAILED - Static variable in class com.wavemaker.commons.MessageResource
 
runInClassLoaderContext(WMCallable<V>, ClassLoader) - Static method in class com.wavemaker.commons.classloader.ResourceClassLoaderUtils
 
runInClassLoaderContext(WMCallable<V>, Runnable, ClassLoader) - Static method in class com.wavemaker.commons.classloader.ResourceClassLoaderUtils
 
runInClassLoaderContext(Runnable, ClassLoader) - Static method in class com.wavemaker.commons.classloader.ResourceClassLoaderUtils
 
RuntimeProxySettings - Class in com.wavemaker.commons.servicedef.model
Created by kishorer on 26/7/16.
RuntimeProxySettings() - Constructor for class com.wavemaker.commons.servicedef.model.RuntimeProxySettings
 
RuntimeProxySettings(boolean, boolean, boolean) - Constructor for class com.wavemaker.commons.servicedef.model.RuntimeProxySettings
 

S

Scope - Class in com.wavemaker.commons.auth.oauth2
Created by srujant on 11/8/17.
Scope() - Constructor for class com.wavemaker.commons.auth.oauth2.Scope
 
SCOPE - Static variable in class com.wavemaker.commons.auth.oauth2.OAuth2Constants
 
SCOPE_SEP - Static variable in class com.wavemaker.commons.util.XMLUtils
 
SEMAPHORE_ACQUISITION_TIMEOUT - Static variable in class com.wavemaker.commons.MessageResource
 
SemaphoreAcquisitionTimeoutException - Exception in com.wavemaker.commons
An exception which is thrown when the semaphore acquistion is timed out
SemaphoreAcquisitionTimeoutException() - Constructor for exception com.wavemaker.commons.SemaphoreAcquisitionTimeoutException
 
SemaphoreAcquisitionTimeoutException(MessageResource) - Constructor for exception com.wavemaker.commons.SemaphoreAcquisitionTimeoutException
 
SemaphoreAcquisitionTimeoutException(String) - Constructor for exception com.wavemaker.commons.SemaphoreAcquisitionTimeoutException
 
serialize(byte[], JsonGenerator, SerializerProvider) - Method in class com.wavemaker.commons.json.serializer.ByteArrayToStringSerializer
 
serialize(byte[], JsonGenerator, SerializerProvider) - Method in class com.wavemaker.commons.json.serializer.NoOpByteArraySerializer
 
serialize(LocalDateTime, JsonGenerator, SerializerProvider) - Method in class com.wavemaker.commons.json.serializer.WMLocalDateTimeSerializer
 
serialize(LocalTime, JsonGenerator, SerializerProvider) - Method in class com.wavemaker.commons.json.serializer.WMLocalTimeSerializer
 
serialize(T, JsonGenerator, SerializerProvider) - Method in class com.wavemaker.commons.json.module.CircularLoopHandlingSerializer
 
serializeWithType(T, JsonGenerator, SerializerProvider, TypeSerializer) - Method in class com.wavemaker.commons.json.module.CircularLoopHandlingSerializer
 
ServerTimingMetric - Class in com.wavemaker.commons.web.filter
 
ServerTimingMetric(String, Long, String) - Constructor for class com.wavemaker.commons.web.filter.ServerTimingMetric
 
ServiceDefinition - Class in com.wavemaker.commons.servicedef.model
 
ServiceDefinition() - Constructor for class com.wavemaker.commons.servicedef.model.ServiceDefinition
 
ServiceNotFoundException - Exception in com.wavemaker.commons
 
ServiceNotFoundException(MessageResource, Object...) - Constructor for exception com.wavemaker.commons.ServiceNotFoundException
 
setAccessTokenParamName(String) - Method in class com.wavemaker.commons.auth.oauth2.OAuth2ProviderConfig
 
setAccessTokenUrl(String) - Method in class com.wavemaker.commons.auth.oauth2.OAuth2ProviderConfig
 
setApplicationEventPublisher(ApplicationEventPublisher) - Method in class com.wavemaker.commons.event.WMEventPublisherImpl
 
setArgs(Object[]) - Method in class com.wavemaker.commons.MessageResourceHolder
 
setAuthorizationUrl(String) - Method in class com.wavemaker.commons.auth.oauth2.OAuth2ProviderConfig
 
setChallengeMethod(String) - Method in class com.wavemaker.commons.auth.oauth2.OAuth2Pkce
 
setClientId(String) - Method in class com.wavemaker.commons.auth.oauth2.OAuth2ProviderConfig
 
setClientSecret(String) - Method in class com.wavemaker.commons.auth.oauth2.OAuth2ProviderConfig
 
setComments(String) - Method in class com.wavemaker.commons.properties.PropertiesWriter
 
setConstraints(List<Constraint>) - Method in class com.wavemaker.commons.validations.TableColumnMetaData
 
setConsumes(List<String>) - Method in class com.wavemaker.commons.servicedef.model.WMServiceOperationInfo
 
setContentType(String) - Method in class com.wavemaker.commons.servicedef.model.Parameter
 
setController(String) - Method in class com.wavemaker.commons.servicedef.model.ServiceDefinition
 
setCrudOperationId(String) - Method in class com.wavemaker.commons.servicedef.model.ServiceDefinition
 
setCurrentShortNS(String) - Method in class com.wavemaker.commons.util.XMLWriter
 
setDefinitions(Map<String, Set<Parameter>>) - Method in class com.wavemaker.commons.servicedef.model.WMServiceOperationInfo
 
setDescription(String) - Method in class com.wavemaker.commons.web.filter.ServerTimingMetric
 
setDirectPath(String) - Method in class com.wavemaker.commons.servicedef.model.WMServiceOperationInfo
 
setEnabled(boolean) - Method in class com.wavemaker.commons.auth.oauth2.OAuth2Pkce
 
setEnvironment(Environment) - Method in class com.wavemaker.commons.properties.EnvironmentRegisteringPropertySourcesPlaceHolderConfigurer
 
setError(List<ErrorResponse>) - Method in class com.wavemaker.commons.core.web.rest.ErrorResponses
 
setErrors(ErrorResponses) - Method in class com.wavemaker.commons.core.web.rest.ErrorResponsesWrapper
 
setExecuteListenersAsyncIfNeeded(boolean) - Method in class com.wavemaker.commons.event.WMEvent
 
setFiles(Map<String, String>) - Method in class com.wavemaker.commons.i18n.LocaleData
 
setFormats(Map<String, String>) - Method in class com.wavemaker.commons.i18n.LocaleData
 
setHttpMethod(String) - Method in class com.wavemaker.commons.servicedef.model.WMServiceOperationInfo
 
setId(String) - Method in class com.wavemaker.commons.servicedef.model.ServiceDefinition
 
setLocaleMessageProvider(LocaleMessageProvider) - Method in class com.wavemaker.commons.i18n.MessageFactory
 
setLocaleProvider(LocaleProvider) - Method in class com.wavemaker.commons.i18n.MessageFactory
 
setMessage(String) - Method in class com.wavemaker.commons.core.web.rest.ErrorResponse
 
setMessage(String) - Method in class com.wavemaker.commons.MessageResourceHolder
 
setMessageKey(String) - Method in class com.wavemaker.commons.core.web.rest.ErrorResponse
 
setMessageResource(MessageResource) - Method in class com.wavemaker.commons.MessageResourceHolder
 
setMessages(Map<String, String>) - Method in class com.wavemaker.commons.i18n.LocaleData
 
setMethodType(String) - Method in class com.wavemaker.commons.servicedef.model.WMServiceOperationInfo
 
setMobile(boolean) - Method in class com.wavemaker.commons.servicedef.model.RuntimeProxySettings
 
setName(String) - Method in class com.wavemaker.commons.auth.oauth2.Scope
 
setName(String) - Method in class com.wavemaker.commons.servicedef.model.Parameter
 
setName(String) - Method in class com.wavemaker.commons.servicedef.model.WMServiceOperationInfo
 
setName(String) - Method in class com.wavemaker.commons.web.filter.ServerTimingMetric
 
setOauth2Flow(OAuth2Flow) - Method in class com.wavemaker.commons.auth.oauth2.OAuth2ProviderConfig
 
setoAuth2Pkce(OAuth2Pkce) - Method in class com.wavemaker.commons.auth.oauth2.OAuth2ProviderConfig
 
setOperationType(String) - Method in class com.wavemaker.commons.servicedef.model.ServiceDefinition
 
setParameters(List<Parameter>) - Method in class com.wavemaker.commons.servicedef.model.WMServiceOperationInfo
 
setParameters(List<String>) - Method in class com.wavemaker.commons.core.web.rest.ErrorResponse
 
setParameterType(String) - Method in class com.wavemaker.commons.servicedef.model.Parameter
 
setPaths(Map<String, String>) - Method in class com.wavemaker.commons.core.web.rest.ValidationErrorResponse
 
setPrefabMessages(Map<String, Map<String, String>>) - Method in class com.wavemaker.commons.i18n.LocaleData
 
setProcessingTime(Long) - Method in class com.wavemaker.commons.web.filter.ServerTimingMetric
 
setProduces(List<String>) - Method in class com.wavemaker.commons.servicedef.model.WMServiceOperationInfo
 
setProperties(Map<String, TableColumnMetaData>) - Method in class com.wavemaker.commons.validations.DbMetaData
 
setProperty(Object, String, Object) - Method in class com.wavemaker.commons.util.ObjectAccess
 
setProperty(String, String) - Method in class com.wavemaker.commons.properties.ThreadLocalSystemProperties
 
setPropertySourceName(String) - Method in class com.wavemaker.commons.properties.EnvironmentRegisteringPropertySourcesPlaceHolderConfigurer
 
setProviderId(String) - Method in class com.wavemaker.commons.auth.oauth2.OAuth2ProviderConfig
 
setProxySettings(RuntimeProxySettings) - Method in class com.wavemaker.commons.servicedef.model.WMServiceOperationInfo
 
setReadOnly(boolean) - Method in class com.wavemaker.commons.servicedef.model.Parameter
 
setRelativePath(String) - Method in class com.wavemaker.commons.servicedef.model.WMServiceOperationInfo
 
setRequestTrackingHeaderName(String) - Method in class com.wavemaker.commons.web.filter.RequestTrackingFilter
 
setRequestTrackingIdPrefix(String) - Method in class com.wavemaker.commons.web.filter.RequestTrackingFilter
 
setRequired(boolean) - Method in class com.wavemaker.commons.servicedef.model.Parameter
 
setResponseType(String) - Method in class com.wavemaker.commons.auth.oauth2.OAuth2ProviderConfig
 
setSansDate(boolean) - Method in class com.wavemaker.commons.properties.PropertiesWriter
 
setScopes(List<Scope>) - Method in class com.wavemaker.commons.auth.oauth2.OAuth2ProviderConfig
 
setSecurityDefinitions(List<SecuritySchemeDefinition>) - Method in class com.wavemaker.commons.servicedef.model.WMServiceOperationInfo
 
setSendAccessTokenAs(String) - Method in class com.wavemaker.commons.auth.oauth2.OAuth2ProviderConfig
 
setServerTimingsEnabled(boolean) - Method in class com.wavemaker.commons.web.filter.RequestTrackingFilter
 
setService(String) - Method in class com.wavemaker.commons.servicedef.model.ServiceDefinition
 
setSortProperties(boolean) - Method in class com.wavemaker.commons.properties.PropertiesWriter
 
setStartIndent(int) - Method in class com.wavemaker.commons.util.XMLWriter
 
setSubRequestScope(String) - Method in class com.wavemaker.commons.web.filter.Request
 
setTextOnSameLineAsParentElement(boolean) - Method in class com.wavemaker.commons.util.XMLWriter
Switches the behavior for addElementWithTextChild.
setToXML(boolean) - Method in class com.wavemaker.commons.properties.PropertiesWriter
 
setType(String) - Method in class com.wavemaker.commons.servicedef.model.Parameter
 
setType(String) - Method in class com.wavemaker.commons.servicedef.model.ServiceDefinition
 
setupModule(Module.SetupContext) - Method in class com.wavemaker.commons.json.module.WMJacksonModule
 
setValue(String) - Method in class com.wavemaker.commons.auth.oauth2.Scope
 
setWeb(boolean) - Method in class com.wavemaker.commons.servicedef.model.RuntimeProxySettings
 
setWithCredentials(boolean) - Method in class com.wavemaker.commons.servicedef.model.RuntimeProxySettings
 
setWmServiceOperationInfo(WMServiceOperationInfo) - Method in class com.wavemaker.commons.servicedef.model.ServiceDefinition
 
ShortWrapper - Class in com.wavemaker.commons.wrapper
Created by Kishore Routhu on 31/8/16 2:40 PM.
ShortWrapper(Short) - Constructor for class com.wavemaker.commons.wrapper.ShortWrapper
 
shouldNotFilter(HttpServletRequest) - Method in class com.wavemaker.commons.web.filter.EtagFilter
 
size() - Method in class com.wavemaker.commons.properties.ThreadLocalSystemProperties
 
SKIP_ETAG - Static variable in class com.wavemaker.commons.web.filter.EtagFilter
 
sort() - Method in class com.wavemaker.commons.properties.PropertiesWriter
 
SortedProperties - Class in com.wavemaker.commons.properties
 
SortedProperties() - Constructor for class com.wavemaker.commons.properties.SortedProperties
 
sortProperties(Properties) - Static method in class com.wavemaker.commons.util.PropertiesFileUtils
 
split(String) - Static method in class com.wavemaker.commons.util.StringUtils
split by ',', except if within {},[] or quotes.
split(String, Collection<Character>) - Static method in class com.wavemaker.commons.util.StringUtils
split by sep, except if within {},[] or quotes.
splitPackageAndClass(String) - Static method in class com.wavemaker.commons.util.StringUtils
Given a fully qualified class name a.b.c, returns a Tuple.Two instance with the package and the class name: (a.b, c).
SSLUtils - Class in com.wavemaker.commons.util
 
SSLUtils.NoCheckTrustManager - Class in com.wavemaker.commons.util
 
starting(CharSequence...) - Method in class com.wavemaker.commons.io.FilterOn.AttributeFilter
Filter attributes starting with the specified string.
STATE - Static variable in class com.wavemaker.commons.auth.oauth2.OAuth2Constants
 
StoredFile - Class in com.wavemaker.commons.io.store
A File that is backed by a FileStore.
StoredFile() - Constructor for class com.wavemaker.commons.io.store.StoredFile
 
StoredFolder - Class in com.wavemaker.commons.io.store
A Folder that is backed by a FolderStore.
StoredFolder() - Constructor for class com.wavemaker.commons.io.store.StoredFolder
 
StoredResource - Class in com.wavemaker.commons.io.store
Base for StoredFile and StoredFolder.
StoredResource() - Constructor for class com.wavemaker.commons.io.store.StoredResource
 
storeProperties(OutputStream) - Method in class com.wavemaker.commons.properties.PropertiesWriter
 
storeSansDate(OutputStream) - Method in class com.wavemaker.commons.properties.PropertiesWriter
This api use apache commons property configuration to persist properties into file and this api will avoid writing current date as comment into property file.
storeToXml(OutputStream) - Method in class com.wavemaker.commons.properties.PropertiesWriter
 
storeToXml(Properties, File, String) - Static method in class com.wavemaker.commons.util.PropertiesFileUtils
 
STRING - Static variable in class com.wavemaker.commons.swaggerdoc.util.SwaggerDocUtil
 
StringifiedByteArrayDeSerializer - Class in com.wavemaker.commons.json.deserializer
 
StringifiedByteArrayDeSerializer() - Constructor for class com.wavemaker.commons.json.deserializer.StringifiedByteArrayDeSerializer
 
stringPropertyNames() - Method in class com.wavemaker.commons.properties.SortedProperties
 
stringPropertyNames() - Method in class com.wavemaker.commons.properties.ThreadLocalSystemProperties
 
StringTemplate - Class in com.wavemaker.commons.util
Utility Class for formatting string with string as keys and optional values depending on keys.
StringTemplate(String) - Constructor for class com.wavemaker.commons.util.StringTemplate
 
StringTemplate(String, boolean) - Constructor for class com.wavemaker.commons.util.StringTemplate
 
StringUtils - Class in com.wavemaker.commons.util
 
StringWrapper - Class in com.wavemaker.commons.wrapper
Created by sunilp on 7/11/14.
StringWrapper(String) - Constructor for class com.wavemaker.commons.wrapper.StringWrapper
 
substitute(Map<String, ?>) - Method in class com.wavemaker.commons.util.StringTemplate
 
SUCCESS - Static variable in class com.wavemaker.commons.util.WMUtils
 
SUCCESS_RESPONSE - Static variable in class com.wavemaker.commons.util.WMUtils
 
SwaggerDocUtil - Class in com.wavemaker.commons.swaggerdoc.util
SwaggerDocUtils is used to provided required component/s from the swagger document.
SwaggerDocUtil() - Constructor for class com.wavemaker.commons.swaggerdoc.util.SwaggerDocUtil
 
SwaggerException - Exception in com.wavemaker.commons
Created by sunilp on 6/6/15.
SwaggerException(MessageResource, Object...) - Constructor for exception com.wavemaker.commons.SwaggerException
 
SwaggerException(String) - Constructor for exception com.wavemaker.commons.SwaggerException
 
SwaggerException(String, Throwable) - Constructor for exception com.wavemaker.commons.SwaggerException
 
SystemUtils - Class in com.wavemaker.commons.util
 

T

TableColumnMetaData - Class in com.wavemaker.commons.validations
Created by srujant on 17/8/17.
TableColumnMetaData() - Constructor for class com.wavemaker.commons.validations.TableColumnMetaData
 
tail(File, int) - Static method in class com.wavemaker.commons.util.WMIOUtils
Read the bottom of a File into a String.
TempFilesStorageManager - Class in com.wavemaker.commons.io
 
TempFilesStorageManager() - Constructor for class com.wavemaker.commons.io.TempFilesStorageManager
 
ThreadInterruptedException - Exception in com.wavemaker.commons
An unchecked execption class which can be used to wrap Interrupted exception
ThreadInterruptedException(InterruptedException) - Constructor for exception com.wavemaker.commons.ThreadInterruptedException
 
ThreadInterruptedException(String, InterruptedException) - Constructor for exception com.wavemaker.commons.ThreadInterruptedException
 
ThreadLocalSystemProperties - Class in com.wavemaker.commons.properties
Support for storing System.setProperty calls in thread local.
ThrowableTranslationFilter - Class in com.wavemaker.commons.web.filter
 
ThrowableTranslationFilter() - Constructor for class com.wavemaker.commons.web.filter.ThrowableTranslationFilter
 
ThrowawayFileClassLoader - Class in com.wavemaker.commons.classloader
A ClassLoader that takes a File (as the root to search in), and searches for classes within that root.
ThrowawayFileClassLoader(List<Resource>, ClassLoader) - Constructor for class com.wavemaker.commons.classloader.ThrowawayFileClassLoader
 
TimeoutException - Exception in com.wavemaker.commons
 
TimeoutException(MessageResource) - Constructor for exception com.wavemaker.commons.TimeoutException
 
TimeoutException(MessageResource, String) - Constructor for exception com.wavemaker.commons.TimeoutException
 
TIMESTAMP_WITH_LOCAL_TIMEZONE_SQL_CODE - Static variable in class com.wavemaker.commons.CommonConstants
 
TIMESTAMP_WITH_TIMEZONE_SQL_CODE - Static variable in class com.wavemaker.commons.CommonConstants
 
toFieldName(String) - Static method in class com.wavemaker.commons.util.StringUtils
Converts the given snake case string to Java Field name.
toJavaIdentifier(String) - Static method in class com.wavemaker.commons.util.StringUtils
 
toJavaIdentifier(String, char) - Static method in class com.wavemaker.commons.util.StringUtils
 
toJavaIdentifier(String, CharSequence, char) - Static method in class com.wavemaker.commons.util.StringUtils
 
toJavaIdentifier(String, CharSequence, char, boolean) - Static method in class com.wavemaker.commons.util.StringUtils
 
toJSON(File, Object) - Static method in class com.wavemaker.commons.json.JSONUtils
 
toJSON(File, Object, boolean) - Static method in class com.wavemaker.commons.json.JSONUtils
 
toJSON(OutputStream, Object) - Static method in class com.wavemaker.commons.json.JSONUtils
 
toJSON(OutputStream, Object, boolean) - Static method in class com.wavemaker.commons.json.JSONUtils
 
toJSON(Writer, Object) - Static method in class com.wavemaker.commons.json.JSONUtils
 
toJSON(Writer, Object, boolean) - Static method in class com.wavemaker.commons.json.JSONUtils
 
toJSON(Object) - Static method in class com.wavemaker.commons.json.JSONUtils
 
toJSON(Object, boolean) - Static method in class com.wavemaker.commons.json.JSONUtils
 
toObject(File, JavaType) - Static method in class com.wavemaker.commons.json.JSONUtils
 
toObject(File, Class<T>) - Static method in class com.wavemaker.commons.json.JSONUtils
 
toObject(InputStream, TypeReference<T>) - Static method in class com.wavemaker.commons.json.JSONUtils
 
toObject(InputStream, Class<T>) - Static method in class com.wavemaker.commons.json.JSONUtils
 
toObject(Reader, TypeReference<T>) - Static method in class com.wavemaker.commons.json.JSONUtils
 
toObject(Reader, Class<T>) - Static method in class com.wavemaker.commons.json.JSONUtils
 
toObject(String, TypeReference<T>) - Static method in class com.wavemaker.commons.json.JSONUtils
 
toObject(String, Class<T>) - Static method in class com.wavemaker.commons.json.JSONUtils
 
toString() - Method in class com.wavemaker.commons.classloader.WMUrlClassLoader
 
toString() - Method in class com.wavemaker.commons.io.AbstractReadOnlyFile
 
toString() - Method in class com.wavemaker.commons.io.JailedResourcePath
Return the path string.
toString() - Method in interface com.wavemaker.commons.io.Resource
Returns the complete name of the resource.
toString() - Method in class com.wavemaker.commons.io.ResourcePath
Returns the full path value.
toString() - Method in class com.wavemaker.commons.io.store.StoredResource
 
toString() - Method in class com.wavemaker.commons.pattern.DirectoryURLPattern
 
toString() - Method in class com.wavemaker.commons.pattern.ExactURLPattern
 
toString() - Method in class com.wavemaker.commons.pattern.ExtensionURLPattern
 
toString() - Method in class com.wavemaker.commons.servicedef.model.Parameter
 
toString() - Method in class com.wavemaker.commons.servicedef.model.RuntimeProxySettings
 
toString() - Method in class com.wavemaker.commons.servicedef.model.WMServiceOperationInfo
 
toString() - Method in class com.wavemaker.commons.util.concurrent.WMSemaphore
 
toString() - Method in class com.wavemaker.commons.util.Version
 
toString() - Method in class com.wavemaker.commons.web.filter.ServerTimingMetric
 
toString(ResourceStringFormat) - Method in class com.wavemaker.commons.io.ClassPathFile
 
toString(ResourceStringFormat) - Method in class com.wavemaker.commons.io.JailedResourcePath
 
toString(ResourceStringFormat) - Method in interface com.wavemaker.commons.io.Resource
Returns the name of the resource in the specified format.
toString(ResourceStringFormat) - Method in class com.wavemaker.commons.io.store.StoredFolder
 
toString(ResourceStringFormat) - Method in class com.wavemaker.commons.io.store.StoredResource
 
toString(InputStream) - Static method in class com.wavemaker.commons.util.WMIOUtils
 
toString(Reader) - Static method in class com.wavemaker.commons.util.WMIOUtils
 
toString(Throwable) - Static method in class com.wavemaker.commons.util.StringUtils
 
toStringRelativeTo(Folder) - Method in class com.wavemaker.commons.io.ClassPathFile
 
toStringRelativeTo(Folder) - Method in interface com.wavemaker.commons.io.Resource
Returns the the complete name of this resource (including path elements) relative to the specified source folder.
toStringRelativeTo(Folder) - Method in class com.wavemaker.commons.io.store.StoredResource
 
toStringRelativeTo(ResourcePath) - Method in class com.wavemaker.commons.io.ResourcePath
 
toStringRelativeTo(String) - Method in class com.wavemaker.commons.io.ResourcePath
 
touch() - Method in class com.wavemaker.commons.io.AbstractReadOnlyFile
 
touch() - Method in interface com.wavemaker.commons.io.File
Update the last modified timestamp of the file to now.
touch() - Method in interface com.wavemaker.commons.io.store.FileStore
Touch the file to update the FileStore.getLastModified() date.
touch() - Method in class com.wavemaker.commons.io.store.StoredFile
 
touch(File) - Static method in class com.wavemaker.commons.util.WMIOUtils
Touch a file (see touch(1)).
TYPE_MAPPING_FAILURE - Static variable in class com.wavemaker.commons.MessageResource
 
TypeConversionUtils - Class in com.wavemaker.commons.util
 

U

UnAuthorizedResourceAccessException - Exception in com.wavemaker.commons
 
UnAuthorizedResourceAccessException(MessageResource) - Constructor for exception com.wavemaker.commons.UnAuthorizedResourceAccessException
 
UnAuthorizedResourceAccessException(MessageResource, Object...) - Constructor for exception com.wavemaker.commons.UnAuthorizedResourceAccessException
 
UnAuthorizedResourceAccessException(MessageResource, Throwable, Object...) - Constructor for exception com.wavemaker.commons.UnAuthorizedResourceAccessException
 
UnAuthorizedResourceAccessException(WMRuntimeException) - Constructor for exception com.wavemaker.commons.UnAuthorizedResourceAccessException
 
UnAuthorizedResourceAccessException(String) - Constructor for exception com.wavemaker.commons.UnAuthorizedResourceAccessException
 
UNEXPECTED_ERROR - Static variable in class com.wavemaker.commons.MessageResource
 
UNIQUE_KEY_FOR_PRIMARY_KEY - Static variable in class com.wavemaker.commons.MessageResource
 
unjail() - Method in class com.wavemaker.commons.io.JailedResourcePath
Unjail the specified resource path
UNJAILED - com.wavemaker.commons.io.ResourceStringFormat
The full unjailed path of the resource, for example "/jail/folder/file.txt" or "/jail/folder/".
UNKNOWN_FIELD_NAME - Static variable in class com.wavemaker.commons.MessageResource
 
unMarshall(JAXBContext, InputStream) - Static method in class com.wavemaker.commons.util.JAXBUtils
 
unpack(File, Folder) - Static method in class com.wavemaker.commons.zip.ZipArchive
Unzip the specified zip file into a folder.
unpack(InputStream, Folder) - Static method in class com.wavemaker.commons.zip.ZipArchive
Unzip the specified input stream into a folder.
unquote(String) - Static method in class com.wavemaker.commons.util.StringUtils
 
UNRECOGNIZED_FIELD - Static variable in class com.wavemaker.commons.MessageResource
 
unsetCurrentShortNS() - Method in class com.wavemaker.commons.util.XMLWriter
 
unwrappingSerializer(NameTransformer) - Method in class com.wavemaker.commons.json.module.CircularLoopHandlingSerializer
 
UrlComparator<T> - Class in com.wavemaker.commons.comparator
Inspired from AntPathMatcher.AntPatternComparator.
UrlComparator() - Constructor for class com.wavemaker.commons.comparator.UrlComparator
 
URLPattern - Class in com.wavemaker.commons.pattern
Created by sunilp on 7/10/15.
URLPattern(String) - Constructor for class com.wavemaker.commons.pattern.URLPattern
 
UrlStringComparator<T> - Class in com.wavemaker.commons.comparator
Works in tandem with UrlComparator.
UrlStringComparator() - Constructor for class com.wavemaker.commons.comparator.UrlStringComparator
 
USE_PROXY_FOR_MOBILE - Static variable in class com.wavemaker.commons.swaggerdoc.constants.WebSwaggerConstants
 
USE_PROXY_FOR_WEB - Static variable in class com.wavemaker.commons.swaggerdoc.constants.WebSwaggerConstants
 
USE_WITH_CREDENTIALS - Static variable in class com.wavemaker.commons.swaggerdoc.constants.WebSwaggerConstants
 
usesObjectId() - Method in class com.wavemaker.commons.json.module.CircularLoopHandlingSerializer
 
UTIL_FILEUTILS_PATHDNE - Static variable in class com.wavemaker.commons.MessageResource
 
UTIL_FILEUTILS_PATHNOTDIR - Static variable in class com.wavemaker.commons.MessageResource
 
UTIL_FILEUTILS_REACHEDROOT - Static variable in class com.wavemaker.commons.MessageResource
 

V

validateFilePath(String) - Static method in class com.wavemaker.commons.util.FileValidationUtils
 
validateJavaIdentifier(String, boolean) - Static method in class com.wavemaker.commons.util.StringUtils
 
validatePackageName(String) - Static method in class com.wavemaker.commons.util.StringUtils
 
ValidationErrorResponse - Class in com.wavemaker.commons.core.web.rest
 
ValidationErrorResponse(String, String, Map<String, String>) - Constructor for class com.wavemaker.commons.core.web.rest.ValidationErrorResponse
 
ValidationFailureException - Exception in com.wavemaker.commons
 
ValidationFailureException(MessageResource, Object...) - Constructor for exception com.wavemaker.commons.ValidationFailureException
 
ValidationFailureException(MessageResource, HttpStatus, Object...) - Constructor for exception com.wavemaker.commons.ValidationFailureException
 
ValidationFailureException(String) - Constructor for exception com.wavemaker.commons.ValidationFailureException
 
valueOf(String) - Static method in enum com.wavemaker.commons.auth.oauth2.OAuth2Flow
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.wavemaker.commons.io.FilterOn.PathStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.wavemaker.commons.io.ResourceStringFormat
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.wavemaker.commons.auth.oauth2.OAuth2Flow
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.wavemaker.commons.io.FilterOn.PathStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.wavemaker.commons.io.ResourceStringFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class com.wavemaker.commons.properties.ThreadLocalSystemProperties
 
version() - Method in class com.wavemaker.commons.json.module.WMJacksonModule
 
Version - Class in com.wavemaker.commons.util
 
Version(String) - Constructor for class com.wavemaker.commons.util.Version
 
visitFile(Path, BasicFileAttributes) - Method in class com.wavemaker.commons.util.FilePatternMatchVisitor
 

W

WebSwaggerConstants - Class in com.wavemaker.commons.swaggerdoc.constants
Created by kishorer on 19/7/16.
willCloseOnNewLine() - Method in class com.wavemaker.commons.util.XMLWriter
 
withFilterId(Object) - Method in class com.wavemaker.commons.json.module.CircularLoopHandlingSerializer
 
WM_SYSTEM_PROPERTY_PREFIX - Static variable in class com.wavemaker.commons.CommonConstants
 
WMApplicationListener<E extends org.springframework.context.ApplicationEvent> - Interface in com.wavemaker.commons.event
 
WMBeanSerializerModifier - Class in com.wavemaker.commons.json.module
 
WMBeanSerializerModifier(WMJacksonModule) - Constructor for class com.wavemaker.commons.json.module.WMBeanSerializerModifier
 
WMCallable<V> - Interface in com.wavemaker.commons.classloader
 
WMCommonException - Interface in com.wavemaker.commons
N Created by prakashb on 27/7/18.
WMDateDeSerializer - Class in com.wavemaker.commons.json.deserializer
can deserialize date objects represented in one of the three formats "yyyy-MM-dd HH:mm:ss", "HH:mm:ss", ""yyyy-MM-dd".
WMDateDeSerializer() - Constructor for class com.wavemaker.commons.json.deserializer.WMDateDeSerializer
 
WMDefaultResponseErrorHandler - Class in com.wavemaker.commons.rest.error
 
WMDefaultResponseErrorHandler() - Constructor for class com.wavemaker.commons.rest.error.WMDefaultResponseErrorHandler
 
WMError - Error in com.wavemaker.commons
Created by prakashb on 23/7/18.
WMError(String) - Constructor for error com.wavemaker.commons.WMError
 
WMError(String, Throwable) - Constructor for error com.wavemaker.commons.WMError
 
WMError(Throwable) - Constructor for error com.wavemaker.commons.WMError
 
WMEvent - Class in com.wavemaker.commons.event
 
WMEvent(Object, boolean) - Constructor for class com.wavemaker.commons.event.WMEvent
 
WMEvent(Object, Object, boolean) - Constructor for class com.wavemaker.commons.event.WMEvent
 
WMEvent(String) - Constructor for class com.wavemaker.commons.event.WMEvent
 
WMEvent(String, Object) - Constructor for class com.wavemaker.commons.event.WMEvent
 
WMEventPublisher - Interface in com.wavemaker.commons.event
 
WMEventPublisherImpl - Class in com.wavemaker.commons.event
 
WMEventPublisherImpl() - Constructor for class com.wavemaker.commons.event.WMEventPublisherImpl
 
WMException - Exception in com.wavemaker.commons
 
WMException(MessageResource, Object...) - Constructor for exception com.wavemaker.commons.WMException
 
WMException(MessageResource, Throwable) - Constructor for exception com.wavemaker.commons.WMException
 
WMException(MessageResource, Throwable, Object...) - Constructor for exception com.wavemaker.commons.WMException
 
WMException(String) - Constructor for exception com.wavemaker.commons.WMException
 
WMException(Throwable) - Constructor for exception com.wavemaker.commons.WMException
 
WmFileSystemResource - Class in com.wavemaker.commons.rest
Created by srujant on 14/2/17.
WmFileSystemResource(File, String) - Constructor for class com.wavemaker.commons.rest.WmFileSystemResource
 
WMFileUtils - Class in com.wavemaker.commons.util
 
WMIOUtils - Class in com.wavemaker.commons.util
 
WMJacksonModule - Class in com.wavemaker.commons.json.module
 
WMJacksonModule(boolean) - Constructor for class com.wavemaker.commons.json.module.WMJacksonModule
 
WMLocalDateTimeDeSerializer - Class in com.wavemaker.commons.json.deserializer
 
WMLocalDateTimeDeSerializer() - Constructor for class com.wavemaker.commons.json.deserializer.WMLocalDateTimeDeSerializer
 
WMLocalDateTimeSerializer - Class in com.wavemaker.commons.json.serializer
 
WMLocalDateTimeSerializer() - Constructor for class com.wavemaker.commons.json.serializer.WMLocalDateTimeSerializer
 
WMLocalTimeDeserializer - Class in com.wavemaker.commons.json.deserializer
Created by saddhamp on 11/7/16.
WMLocalTimeDeserializer() - Constructor for class com.wavemaker.commons.json.deserializer.WMLocalTimeDeserializer
 
WMLocalTimeSerializer - Class in com.wavemaker.commons.json.serializer
Created by saddhamp on 12/7/16.
WMLocalTimeSerializer() - Constructor for class com.wavemaker.commons.json.serializer.WMLocalTimeSerializer
 
wmPrimitiveWrapperClassByName(String) - Static method in class com.wavemaker.commons.util.TypeConversionUtils
 
WMRuntimeException - Exception in com.wavemaker.commons
 
WMRuntimeException() - Constructor for exception com.wavemaker.commons.WMRuntimeException
 
WMRuntimeException(MessageResource) - Constructor for exception com.wavemaker.commons.WMRuntimeException
 
WMRuntimeException(MessageResource, Object...) - Constructor for exception com.wavemaker.commons.WMRuntimeException
 
WMRuntimeException(MessageResource, String, Throwable) - Constructor for exception com.wavemaker.commons.WMRuntimeException
 
WMRuntimeException(MessageResource, String, Throwable, Object...) - Constructor for exception com.wavemaker.commons.WMRuntimeException
 
WMRuntimeException(MessageResource, Throwable) - Constructor for exception com.wavemaker.commons.WMRuntimeException
 
WMRuntimeException(MessageResource, Throwable, Object...) - Constructor for exception com.wavemaker.commons.WMRuntimeException
 
WMRuntimeException(String) - Constructor for exception com.wavemaker.commons.WMRuntimeException
 
WMRuntimeException(String, Throwable) - Constructor for exception com.wavemaker.commons.WMRuntimeException
 
WMRuntimeException(Throwable) - Constructor for exception com.wavemaker.commons.WMRuntimeException
 
WMRuntimeInitException - Exception in com.wavemaker.commons
 
WMRuntimeInitException(String) - Constructor for exception com.wavemaker.commons.WMRuntimeInitException
 
WMRuntimeInitException(String, String) - Constructor for exception com.wavemaker.commons.WMRuntimeInitException
 
WMRuntimeInitException(String, String, Integer, Throwable) - Constructor for exception com.wavemaker.commons.WMRuntimeInitException
 
WMRuntimeInitException(String, String, Throwable) - Constructor for exception com.wavemaker.commons.WMRuntimeInitException
 
WMSemaphore - Class in com.wavemaker.commons.util.concurrent
A class which wraps the Semaphore fuctionality with extra timeout and thread interruption handling
WMSemaphore(String, int) - Constructor for class com.wavemaker.commons.util.concurrent.WMSemaphore
 
WMSemaphore(String, int, boolean) - Constructor for class com.wavemaker.commons.util.concurrent.WMSemaphore
 
WMServiceOperationInfo - Class in com.wavemaker.commons.servicedef.model
 
WMServiceOperationInfo() - Constructor for class com.wavemaker.commons.servicedef.model.WMServiceOperationInfo
 
WMSqlDateDeSerializer - Class in com.wavemaker.commons.json.deserializer
can deserialize java.sql.date objects represented in the format "yyyy-MM-dd".
WMSqlDateDeSerializer() - Constructor for class com.wavemaker.commons.json.deserializer.WMSqlDateDeSerializer
 
WMUnfinishedProcException - Exception in com.wavemaker.commons
 
WMUnfinishedProcException(String) - Constructor for exception com.wavemaker.commons.WMUnfinishedProcException
 
WMUnfinishedProcException(String, String) - Constructor for exception com.wavemaker.commons.WMUnfinishedProcException
 
WMUnfinishedProcException(String, String, Integer, Throwable) - Constructor for exception com.wavemaker.commons.WMUnfinishedProcException
 
WMUnfinishedProcException(String, String, Throwable) - Constructor for exception com.wavemaker.commons.WMUnfinishedProcException
 
WMUrlClassLoader - Class in com.wavemaker.commons.classloader
 
WMUrlClassLoader(URL[], String) - Constructor for class com.wavemaker.commons.classloader.WMUrlClassLoader
 
WMUrlClassLoader(URL[], String, ClassLoader) - Constructor for class com.wavemaker.commons.classloader.WMUrlClassLoader
 
WMUrlClassLoader.CompoundEnumeration<E> - Class in com.wavemaker.commons.classloader
 
WMUtils - Class in com.wavemaker.commons.util
 
WMYamlProcessor - Class in com.wavemaker.commons.util
This class uses YamlProcessor overrides the DefaultYamlProcessor to convert the yaml resources to properties with property values having List, Set etc objects instead of [0],[1] etc.
WMYamlProcessor() - Constructor for class com.wavemaker.commons.util.WMYamlProcessor
 
wrapBoolean(Boolean) - Static method in class com.wavemaker.commons.util.WMUtils
 
wrapInteger(Integer) - Static method in class com.wavemaker.commons.util.WMUtils
 
wrapString(String) - Static method in class com.wavemaker.commons.util.WMUtils
 
write(File) - Method in class com.wavemaker.commons.io.AbstractFileContent
 
write(File) - Method in interface com.wavemaker.commons.io.FileContent
Write the contents of the specified file to this file.
write(File) - Method in class com.wavemaker.commons.io.store.StoredFile
Called to write the contents of another file to this file.
write(File) - Method in class com.wavemaker.commons.properties.PropertiesWriter
 
write(File) - Method in class com.wavemaker.commons.properties.PropertiesWriter
 
write(File, String) - Static method in class com.wavemaker.commons.util.WMIOUtils
 
write(InputStream) - Method in class com.wavemaker.commons.io.AbstractFileContent
 
write(InputStream) - Method in interface com.wavemaker.commons.io.FileContent
Write the contents of the specified output stream to this file, closing the stream when complete.
write(OutputStream) - Method in class com.wavemaker.commons.properties.PropertiesWriter
 
write(OutputStream, String) - Static method in class com.wavemaker.commons.util.WMIOUtils
 
write(Reader) - Method in class com.wavemaker.commons.io.AbstractFileContent
 
write(Reader) - Method in interface com.wavemaker.commons.io.FileContent
Write the contents of the specified reader to this file, closing the reader when complete.
write(String) - Method in class com.wavemaker.commons.io.AbstractFileContent
 
write(String) - Method in interface com.wavemaker.commons.io.FileContent
Write the contents of the specified string to this file.
writeJsonErrorResponse(MessageResource, int, HttpServletResponse) - Static method in class com.wavemaker.commons.util.HttpRequestUtils
 
writeJsonErrorResponse(String, int, HttpServletResponse) - Static method in class com.wavemaker.commons.util.HttpRequestUtils
 
writeMoreData() - Method in class com.wavemaker.commons.zip.DynamicZipInputStream
 
writePropertiesToYamlFile(Properties, File) - Static method in class com.wavemaker.commons.util.YamlFileUtils
 
writeServerTimingResponseHeader() - Method in class com.wavemaker.commons.web.RequestTrackingResponseWrapper
 
writeStringToFile(File, String) - Static method in class com.wavemaker.commons.util.WMFileUtils
 

X

XmlDocument<T> - Class in com.wavemaker.commons.util
 
XmlDocument(Document, T) - Constructor for class com.wavemaker.commons.util.XmlDocument
 
XMLException - Exception in com.wavemaker.commons
 
XMLException(MessageResource, Throwable) - Constructor for exception com.wavemaker.commons.XMLException
 
XmlFormatAccessTokenExtractor - Class in com.wavemaker.commons.auth.oauth2.extractors
Extracts access token when the response body type is application/xml Used by Github if Accept-Type is set to application/xml in the request.
XmlFormatAccessTokenExtractor() - Constructor for class com.wavemaker.commons.auth.oauth2.extractors.XmlFormatAccessTokenExtractor
 
XMLUtils - Class in com.wavemaker.commons.util
 
XMLWriter - Class in com.wavemaker.commons.util
API for writing XML.
XMLWriter(PrintWriter) - Constructor for class com.wavemaker.commons.util.XMLWriter
 
XMLWriter(PrintWriter, int) - Constructor for class com.wavemaker.commons.util.XMLWriter
 
XMLWriter(PrintWriter, int, int) - Constructor for class com.wavemaker.commons.util.XMLWriter
 

Y

YamlFileUtils - Class in com.wavemaker.commons.util
 
YamlFileUtils() - Constructor for class com.wavemaker.commons.util.YamlFileUtils
 

Z

ZipArchive - Class in com.wavemaker.commons.zip
Adapter class that can be used present a zip file as a Folder.
ZipArchive(File) - Constructor for class com.wavemaker.commons.zip.ZipArchive
Create a new ZipArchive instance from the specified zip file.
A B C D E F G H I J K L M N O P R S T U V W X Y Z 
All Classes All Packages