Uses of Class
com.aspectran.core.lang.Nullable
-
Packages that use Nullable Package Description com.aspectran.core.activity A package for handling an activity that perform requests, business logic, and responses.com.aspectran.core.component.bean com.aspectran.core.context.config com.aspectran.core.support.i18n.locale Locale support classes for Aspectran.com.aspectran.core.util com.aspectran.core.util.security com.aspectran.shell Package required to build shell (aka command line) applications.com.aspectran.shell.command com.aspectran.web.activity.request com.aspectran.web.support.http com.aspectran.web.support.i18n.locale com.aspectran.web.support.tags com.aspectran.web.support.util com.aspectran.websocket.jsr356 -
-
Uses of Nullable in com.aspectran.core.activity
Method parameters in com.aspectran.core.activity with annotations of type Nullable Modifier and Type Method Description protected voidCoreActivity. reserveResponse(Response response) -
Uses of Nullable in com.aspectran.core.component.bean
Method parameters in com.aspectran.core.component.bean with annotations of type Nullable Modifier and Type Method Description booleanDefaultBeanRegistry. containsBean(java.lang.Class<?> type, java.lang.String id)<V> VDefaultBeanRegistry. getBean(java.lang.Class<V> type, java.lang.String id) -
Uses of Nullable in com.aspectran.core.context.config
Method parameters in com.aspectran.core.context.config with annotations of type Nullable Modifier and Type Method Description static java.io.FileAspectranConfig. determineAspectranConfigFile(java.lang.String[] args)static java.lang.StringAspectranConfig. determineBasePath(java.lang.String[] args) -
Uses of Nullable in com.aspectran.core.support.i18n.locale
Methods in com.aspectran.core.support.i18n.locale with annotations of type Nullable Modifier and Type Method Description java.util.TimeZoneAbstractLocaleResolver. getDefaultTimeZone()Return the default TimeZone that this resolver is supposed to fall back to, if any.protected java.util.LocaleLocaleChangeInterceptor. parseLocaleValue(java.lang.String localeValue)Parse the given locale value as coming from a request parameter. -
Uses of Nullable in com.aspectran.core.util
Methods in com.aspectran.core.util with annotations of type Nullable Modifier and Type Method Description VLinkedCaseInsensitiveMap. computeIfAbsent(java.lang.String key, java.util.function.Function<? super java.lang.String,? extends V> mappingFunction)static java.lang.ObjectSerializationUtils. deserialize(byte[] bytes)Deserialize the byte array into an object.<T> TConcurrentReferenceHashMap.Segment. doTask(int hash, java.lang.Object key, com.aspectran.core.util.ConcurrentReferenceHashMap.Task<T> task)Apply an update operation to this segment.VConcurrentReferenceHashMap. get(java.lang.Object key)ConcurrentReferenceHashMap.Entry<K,V>ConcurrentReferenceHashMap.Reference. get()Return the referenced entry, ornullif the entry is no longer available.VLinkedCaseInsensitiveMap. get(java.lang.Object key)java.util.List<V>LinkedMultiValueMap. get(java.lang.Object key)VLinkedMultiValueMap. getFirst(K key)KConcurrentReferenceHashMap.Entry. getKey()ConcurrentReferenceHashMap.Reference<K,V>ConcurrentReferenceHashMap.Reference. getNext()Return the next reference in the chain, ornullif none.VConcurrentReferenceHashMap. getOrDefault(java.lang.Object key, V defaultValue)VLinkedCaseInsensitiveMap. getOrDefault(java.lang.Object key, V defaultValue)protected ConcurrentReferenceHashMap.Reference<K,V>ConcurrentReferenceHashMap. getReference(java.lang.Object key, ConcurrentReferenceHashMap.Restructure restructure)Return aConcurrentReferenceHashMap.Referenceto theConcurrentReferenceHashMap.Entryfor the specifiedkey, ornullif not found.ConcurrentReferenceHashMap.Reference<K,V>ConcurrentReferenceHashMap.Segment. getReference(java.lang.Object key, int hash, ConcurrentReferenceHashMap.Restructure restructure)VConcurrentReferenceHashMap.Entry. getValue()static java.lang.ClassLoaderClassUtils. overrideThreadContextClassLoader(java.lang.ClassLoader classLoaderToUse)Override the thread context ClassLoader with the environment's bean ClassLoader if necessary, i.e.ConcurrentReferenceHashMap.Reference<K,V>ConcurrentReferenceHashMap.ReferenceManager. pollForPurge()Return any reference that has been garbage collected and can be purged from the underlying structure ornullif no references need purging.VConcurrentReferenceHashMap. put(K key, V value)VLinkedCaseInsensitiveMap. put(java.lang.String key, V value)java.util.List<V>LinkedMultiValueMap. put(K key, java.util.List<V> value)VConcurrentReferenceHashMap. putIfAbsent(K key, V value)VLinkedCaseInsensitiveMap. putIfAbsent(java.lang.String key, V value)VConcurrentReferenceHashMap. remove(java.lang.Object key)VLinkedCaseInsensitiveMap. remove(java.lang.Object key)java.util.List<V>LinkedMultiValueMap. remove(java.lang.Object key)VConcurrentReferenceHashMap. replace(K key, V value)static byte[]SerializationUtils. serialize(java.lang.Object object)Serialize the given object to a byte array.VConcurrentReferenceHashMap.Entry. setValue(V value)Method parameters in com.aspectran.core.util with annotations of type Nullable Modifier and Type Method Description voidLinkedMultiValueMap. add(K key, V value)default voidMultiValueMap. addIfAbsent(K key, V value)Addthe given value, only when the map does notcontainthe given key.booleanConcurrentReferenceHashMap. containsKey(java.lang.Object key)ConcurrentReferenceHashMap.Reference<K,V>ConcurrentReferenceHashMap.ReferenceManager. createReference(ConcurrentReferenceHashMap.Entry<K,V> entry, int hash, ConcurrentReferenceHashMap.Reference<K,V> next)Factory method used to create a newConcurrentReferenceHashMap.Reference.static java.lang.ObjectSerializationUtils. deserialize(byte[] bytes)Deserialize the byte array into an object.static voidAssert. doesNotContain(java.lang.String textToSearch, java.lang.String substring, java.lang.String message)Assert that the given text does not contain the given substring.static voidAssert. doesNotContain(java.lang.String textToSearch, java.lang.String substring, java.util.function.Supplier<java.lang.String> messageSupplier)Assert that the given text does not contain the given substring.<T> TConcurrentReferenceHashMap.Segment. doTask(int hash, java.lang.Object key, com.aspectran.core.util.ConcurrentReferenceHashMap.Task<T> task)Apply an update operation to this segment.booleanConcurrentReferenceHashMap.Entry. equals(java.lang.Object other)booleanLinkedCaseInsensitiveMap. equals(java.lang.Object obj)booleanLinkedCaseInsensitiveMultiValueMap. equals(java.lang.Object other)booleanLinkedMultiValueMap. equals(java.lang.Object obj)VConcurrentReferenceHashMap. get(java.lang.Object key)static java.lang.StringObjectUtils. getDisplayString(java.lang.Object obj)Return a content-based String representation ifobjis notnull; otherwise returns an empty String.protected intConcurrentReferenceHashMap. getHash(java.lang.Object o)Get the hash for a given object, apply an additional hash function to reduce collisions.VConcurrentReferenceHashMap. getOrDefault(java.lang.Object key, V defaultValue)VConcurrentReferenceHashMap. getOrDefault(java.lang.Object key, V defaultValue)protected ConcurrentReferenceHashMap.Reference<K,V>ConcurrentReferenceHashMap. getReference(java.lang.Object key, ConcurrentReferenceHashMap.Restructure restructure)Return aConcurrentReferenceHashMap.Referenceto theConcurrentReferenceHashMap.Entryfor the specifiedkey, ornullif not found.ConcurrentReferenceHashMap.Reference<K,V>ConcurrentReferenceHashMap.Segment. getReference(java.lang.Object key, int hash, ConcurrentReferenceHashMap.Restructure restructure)static voidAssert. hasLength(java.lang.String text, java.lang.String message)Assert that the given String is not empty; that is, it must not benulland not the empty String.static voidAssert. hasLength(java.lang.String text, java.util.function.Supplier<java.lang.String> messageSupplier)Assert that the given String is not empty; that is, it must not benulland not the empty String.static voidAssert. hasText(java.lang.String text, java.lang.String message)Assert that the given String contains valid text content; that is, it must not benulland must contain at least one non-whitespace character.static voidAssert. hasText(java.lang.String text, java.util.function.Supplier<java.lang.String> messageSupplier)Assert that the given String contains valid text content; that is, it must not benulland must contain at least one non-whitespace character.static booleanObjectUtils. isArray(java.lang.Object obj)Determine whether the given object is an array: either an Object array or a primitive array.static voidAssert. isAssignable(java.lang.Class<?> superType, java.lang.Class<?> subType, java.lang.String message)Assert thatsuperType.isAssignableFrom(subType)istrue.static voidAssert. isAssignable(java.lang.Class<?> superType, java.lang.Class<?> subType, java.util.function.Supplier<java.lang.String> messageSupplier)Assert thatsuperType.isAssignableFrom(subType)istrue.static booleanObjectUtils. isEmpty(java.lang.Object obj)Determine whether the given object is empty.static booleanObjectUtils. isEmpty(java.lang.Object[] array)Determine whether the given array is empty: i.e.static voidAssert. isInstanceOf(java.lang.Class<?> type, java.lang.Object obj)Assert that the provided object is an instance of the provided class.static voidAssert. isInstanceOf(java.lang.Class<?> type, java.lang.Object obj, java.lang.String message)Assert that the provided object is an instance of the provided class.static voidAssert. isInstanceOf(java.lang.Class<?> type, java.lang.Object obj, java.util.function.Supplier<java.lang.String> messageSupplier)Assert that the provided object is an instance of the provided class.static voidAssert. isNull(java.lang.Object object, java.lang.String message)Assert that an object isnull.static voidAssert. isNull(java.lang.Object object, java.util.function.Supplier<java.lang.String> messageSupplier)Assert that an object isnull.static booleanResourceUtils. isUrl(java.lang.String resourceLocation)Return whether the given resource location is a URL: either a special "classpath" pseudo URL or a standard URL.static voidAssert. noNullElements(java.lang.Object[] array, java.lang.String message)Assert that an array contains nonullelements.static voidAssert. noNullElements(java.lang.Object[] array, java.util.function.Supplier<java.lang.String> messageSupplier)Assert that an array contains nonullelements.static voidAssert. notEmpty(java.lang.Object[] array, java.lang.String message)Assert that an array contains elements; that is, it must not benulland must contain at least one element.static voidAssert. notEmpty(java.lang.Object[] array, java.util.function.Supplier<java.lang.String> messageSupplier)Assert that an array contains elements; that is, it must not benulland must contain at least one element.static voidAssert. notEmpty(java.util.Collection<?> collection, java.lang.String message)Assert that a collection contains elements; that is, it must not benulland must contain at least one element.static voidAssert. notEmpty(java.util.Collection<?> collection, java.util.function.Supplier<java.lang.String> messageSupplier)Assert that a collection contains elements; that is, it must not benulland must contain at least one element.static voidAssert. notEmpty(java.util.Map<?,?> map, java.lang.String message)Assert that a Map contains entries; that is, it must not benulland must contain at least one entry.static voidAssert. notEmpty(java.util.Map<?,?> map, java.util.function.Supplier<java.lang.String> messageSupplier)Assert that a Map contains entries; that is, it must not benulland must contain at least one entry.static voidAssert. notNull(java.lang.Object object, java.lang.String message)Assert that an object is notnull.static voidAssert. notNull(java.lang.Object object, java.util.function.Supplier<java.lang.String> messageSupplier)Assert that an object is notnull.static java.lang.StringObjectUtils. nullSafeClassName(java.lang.Object obj)Determine the class name for the given object.static java.lang.StringObjectUtils. nullSafeToString(boolean[] array)Return a String representation of the contents of the specified array.static java.lang.StringObjectUtils. nullSafeToString(byte[] array)Return a String representation of the contents of the specified array.static java.lang.StringObjectUtils. nullSafeToString(char[] array)Return a String representation of the contents of the specified array.static java.lang.StringObjectUtils. nullSafeToString(double[] array)Return a String representation of the contents of the specified array.static java.lang.StringObjectUtils. nullSafeToString(float[] array)Return a String representation of the contents of the specified array.static java.lang.StringObjectUtils. nullSafeToString(int[] array)Return a String representation of the contents of the specified array.static java.lang.StringObjectUtils. nullSafeToString(long[] array)Return a String representation of the contents of the specified array.static java.lang.StringObjectUtils. nullSafeToString(short[] array)Return a String representation of the contents of the specified array.static java.lang.StringObjectUtils. nullSafeToString(java.lang.Object obj)Return a String representation of the specified Object.static java.lang.StringObjectUtils. nullSafeToString(java.lang.Object[] array)Return a String representation of the contents of the specified array.static java.lang.ClassLoaderClassUtils. overrideThreadContextClassLoader(java.lang.ClassLoader classLoaderToUse)Override the thread context ClassLoader with the environment's bean ClassLoader if necessary, i.e.VConcurrentReferenceHashMap. put(K key, V value)VConcurrentReferenceHashMap. put(K key, V value)VLinkedCaseInsensitiveMap. put(java.lang.String key, V value)VConcurrentReferenceHashMap. putIfAbsent(K key, V value)VConcurrentReferenceHashMap. putIfAbsent(K key, V value)VLinkedCaseInsensitiveMap. putIfAbsent(java.lang.String key, V value)static voidClassUtils. restoreThreadContextClassLoader(java.lang.ClassLoader classLoader)static byte[]SerializationUtils. serialize(java.lang.Object object)Serialize the given object to a byte array.voidLinkedMultiValueMap. set(K key, V value)VConcurrentReferenceHashMap.Entry. setValue(V value)static java.lang.Object[]ObjectUtils. toObjectArray(java.lang.Object source)Convert the given array (which may be a primitive array) to an object array (if necessary of primitive wrapper objects).Constructor parameters in com.aspectran.core.util with annotations of type Nullable Constructor Description Entry(K key, V value)Entry(K key, V value)LinkedCaseInsensitiveMap(int initialCapacity, java.util.Locale locale)Create a new LinkedCaseInsensitiveMap that wraps aLinkedHashMapwith the given initial capacity and stores case-insensitive keys according to the given Locale (by default in lower case).LinkedCaseInsensitiveMap(java.util.Locale locale)Create a new LinkedCaseInsensitiveMap that stores case-insensitive keys according to the given Locale (by default in lower case). -
Uses of Nullable in com.aspectran.core.util.security
Method parameters in com.aspectran.core.util.security with annotations of type Nullable Modifier and Type Method Description <T extends Parameters>
TPBTokenIssuer. parseToken(java.lang.String token, java.lang.Class<T> payloadType)<T extends Parameters>
TTimeLimitedPBTokenIssuer. parseToken(java.lang.String token, java.lang.Class<T> payloadType) -
Uses of Nullable in com.aspectran.shell
Method parameters in com.aspectran.shell with annotations of type Nullable Modifier and Type Method Description static voidAspectranShell. bootstrap(java.lang.String basePath, java.io.File aspectranConfigFile, Console console) -
Uses of Nullable in com.aspectran.shell.command
Method parameters in com.aspectran.shell.command with annotations of type Nullable Modifier and Type Method Description voidShellCommandInterpreter. init(java.lang.String basePath, java.io.File aspectranConfigFile) -
Uses of Nullable in com.aspectran.web.activity.request
Method parameters in com.aspectran.web.activity.request with annotations of type Nullable Modifier and Type Method Description static <T extends Parameters>
TWebRequestBodyParser. parseBodyAsParameters(RequestAdapter requestAdapter, MediaType mediaType, java.lang.Class<T> requiredType)voidRequestAttributeMap. putAll(java.util.Map<? extends java.lang.String,?> map) -
Uses of Nullable in com.aspectran.web.support.http
Methods in com.aspectran.web.support.http with annotations of type Nullable Modifier and Type Method Description java.nio.charset.CharsetMediaType. getCharset()Return the character set, as indicated by acharsetparameter, if any.MediaTypeHttpMediaTypeNotSupportedException. getContentType()Return the HTTP request content type method that caused the failure.java.lang.StringMediaType. getParameter(java.lang.String name)Return a generic parameter value, given a parameter name.Method parameters in com.aspectran.web.support.http with annotations of type Nullable Modifier and Type Method Description booleanMediaType. equals(java.lang.Object other)booleanMediaType. equalsTypeAndSubtype(MediaType other)Similar toMediaType.equals(Object)but based on the type and subtype only, i.e.booleanMediaType. includes(MediaType other)Indicate whether thisMediaTypeincludes the given media type.booleanMediaType. isCompatibleWith(MediaType other)Indicate whether thisMediaTypeis compatible with the given media type.static java.util.List<MediaType>MediaType. parseMediaTypes(java.lang.String mediaTypes)Parse the comma-separated string into a list ofMediaTypeobjects.static java.util.List<MediaType>MediaType. parseMediaTypes(java.util.List<java.lang.String> mediaTypes)Parse the given list of (potentially) comma-separated strings into a list ofMediaTypeobjects.Constructor parameters in com.aspectran.web.support.http with annotations of type Nullable Constructor Description HttpMediaTypeNotSupportedException(MediaType contentType, java.util.List<MediaType> supportedMediaTypes)Create a new HttpMediaTypeNotSupportedException.HttpMediaTypeNotSupportedException(MediaType contentType, java.util.List<MediaType> supportedMediaTypes, java.lang.String msg)Create a new HttpMediaTypeNotSupportedException.MediaType(MediaType other, java.util.Map<java.lang.String,java.lang.String> parameters)Copy-constructor that copies the type and subtype of the givenMediaType, and allows for different parameter.MediaType(java.lang.String type, java.lang.String subtype, java.util.Map<java.lang.String,java.lang.String> parameters)Create a newMediaTypefor the given type, subtype, and parameters. -
Uses of Nullable in com.aspectran.web.support.i18n.locale
Methods in com.aspectran.web.support.i18n.locale with annotations of type Nullable Modifier and Type Method Description protected java.util.LocaleCookieLocaleResolver. parseLocaleValue(java.lang.String localeValue)Parse the given locale value coming from an incoming cookie. -
Uses of Nullable in com.aspectran.web.support.tags
Methods in com.aspectran.web.support.tags with annotations of type Nullable Modifier and Type Method Description protected java.lang.Object[]MessageTag. resolveArguments(java.lang.Object arguments)Resolve the given arguments Object into an arguments array.Method parameters in com.aspectran.web.support.tags with annotations of type Nullable Modifier and Type Method Description voidArgumentAware. addArgument(java.lang.Object argument)Callback hook for nested spring:argument tags to pass their value to the parent tag.voidMessageTag. addArgument(java.lang.Object argument)protected java.lang.Object[]MessageTag. resolveArguments(java.lang.Object arguments)Resolve the given arguments Object into an arguments array.voidMessageTag. setArguments(java.lang.Object arguments)Set optional message arguments for this tag, as a comma-delimited String (each String argument can contain JSP EL), an Object array (used as argument array), or a single Object (used as single argument).voidEscapeBodyTag. setBodyContent(javax.servlet.jsp.tagext.BodyContent bodyContent)voidMessageTag. setCode(java.lang.String code)Set the message code for this tag.voidEvalTag. setExpression(java.lang.String expression)Set the expression to evaluate.voidTokenTag. setExpression(java.lang.String expression)Set the expression to evaluate.voidMessageTag. setText(java.lang.String text)Set the message text for this tag.voidTokenTag. setType(java.lang.String type)Set the toke type to evaluate.voidEvalTag. setVar(java.lang.String var)Set the variable name to expose the evaluation result under.voidMessageTag. setVar(java.lang.String var)Set PageContext attribute name under which to expose a variable that contains the resolved message.voidTokenTag. setVar(java.lang.String var)Set the variable name to expose the evaluation result under. -
Uses of Nullable in com.aspectran.web.support.util
Methods in com.aspectran.web.support.util with annotations of type Nullable Modifier and Type Method Description static javax.servlet.http.CookieWebUtils. getCookie(Translet translet, java.lang.String name)Retrieve the first cookie with the given name.static javax.servlet.http.CookieWebUtils. getCookie(javax.servlet.http.HttpServletRequest request, java.lang.String name)Retrieve the first cookie with the given name.java.lang.StringCookieGenerator. getCookieDomain()Return the domain for cookies created by this generator, if any.java.lang.IntegerCookieGenerator. getCookieMaxAge()Return the maximum age for cookies created by this generator.java.lang.StringCookieGenerator. getCookieName()Return the given name for cookies created by this generator.Method parameters in com.aspectran.web.support.util with annotations of type Nullable Modifier and Type Method Description voidCookieGenerator. setCookieDomain(java.lang.String cookieDomain)Use the given domain for cookies created by this generator.voidCookieGenerator. setCookieMaxAge(java.lang.Integer cookieMaxAge)Use the given maximum age (in seconds) for cookies created by this generator.voidCookieGenerator. setCookieName(java.lang.String cookieName)Use the given name for cookies created by this generator. -
Uses of Nullable in com.aspectran.websocket.jsr356
Methods in com.aspectran.websocket.jsr356 with annotations of type Nullable Modifier and Type Method Description javax.websocket.server.ServerContainerServerEndpointExporter. getServerContainer()Return the JSR-356ServerContainerto use for endpoint registration.Method parameters in com.aspectran.websocket.jsr356 with annotations of type Nullable Modifier and Type Method Description voidServerEndpointExporter. setServerContainer(javax.websocket.server.ServerContainer serverContainer)Set the JSR-356ServerContainerto use for endpoint registration.
-