parent
4a9c7e631c
commit
caf6760ddd
|
|
@ -26,7 +26,7 @@ import javax.annotation.Nullable;
|
|||
* terminology).
|
||||
*
|
||||
* <p>A runtime joinpoint is an <i>event</i> that occurs on a static
|
||||
* joinpoint (i.e. a location in a the program). For instance, an
|
||||
* joinpoint (i.e. a location in a program). For instance, an
|
||||
* invocation is the runtime joinpoint on a method (static joinpoint).
|
||||
* The static part of a given joinpoint can be generically retrieved
|
||||
* using the {@link #getStaticPart()} method.
|
||||
|
|
|
|||
|
|
@ -190,7 +190,7 @@ public class UrlPathHelper {
|
|||
|
||||
/**
|
||||
* {@link #getLookupPathForRequest Resolve} the lookupPath and cache it in a
|
||||
* a request attribute with the key {@link #PATH_ATTRIBUTE} for subsequent
|
||||
* request attribute with the key {@link #PATH_ATTRIBUTE} for subsequent
|
||||
* access via {@link #getResolvedLookupPath(ServletRequest)}.
|
||||
* @param request the current request
|
||||
* @return the resolved path
|
||||
|
|
|
|||
|
|
@ -71,7 +71,7 @@ public interface RequestPredicate {
|
|||
|
||||
/**
|
||||
* Transform the given request into a request used for a nested route. For instance,
|
||||
* a path-based predicate can return a {@code ServerRequest} with a the path remaining
|
||||
* a path-based predicate can return a {@code ServerRequest} with a path remaining
|
||||
* after a match.
|
||||
* <p>The default implementation returns an {@code Optional} wrapping the given request if
|
||||
* {@link #test(ServerRequest)} evaluates to {@code true}; or {@link Optional#empty()}
|
||||
|
|
|
|||
|
|
@ -71,7 +71,7 @@ public interface RequestPredicate {
|
|||
|
||||
/**
|
||||
* Transform the given request into a request used for a nested route. For instance,
|
||||
* a path-based predicate can return a {@code ServerRequest} with a the path remaining
|
||||
* a path-based predicate can return a {@code ServerRequest} with a path remaining
|
||||
* after a match.
|
||||
* <p>The default implementation returns an {@code Optional} wrapping the given request if
|
||||
* {@link #test(ServerRequest)} evaluates to {@code true}; or {@link Optional#empty()}
|
||||
|
|
|
|||
|
|
@ -183,7 +183,7 @@ public abstract class ConvertingEncoderDecoderSupport<T, M> {
|
|||
}
|
||||
|
||||
/**
|
||||
* Decode the a message into an object.
|
||||
* Decode the message into an object.
|
||||
* @see javax.websocket.Decoder.Text#decode(String)
|
||||
* @see javax.websocket.Decoder.Binary#decode(ByteBuffer)
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue