Uses of Class
org.apache.juneau.rest.RestSession.Builder
Packages that use RestSession.Builder
-
Uses of RestSession.Builder in org.apache.juneau.rest
Methods in org.apache.juneau.rest that return RestSession.BuilderModifier and TypeMethodDescriptionstatic RestSession.Builder
RestSession.create
(RestContext ctx) Creates a builder of this object.RestContext.createSession()
RestSession.Builder.logger
(CallLogger value) Specifies the logger to use for this session.Adds resolved variable values to this call.@Resource (path)RestSession.Builder.req
(jakarta.servlet.http.HttpServletRequest value) Specifies the HTTP servlet request object on this call.RestSession.Builder.res
(jakarta.servlet.http.HttpServletResponse value) Specifies the HTTP servlet response object on this call.Specifies the servlet implementation bean.Methods in org.apache.juneau.rest with parameters of type RestSession.BuilderModifier and TypeMethodDescriptionRestChildren.findMatch
(RestSession.Builder builder) Looks through the registered children of this object and returns the best match.Constructors in org.apache.juneau.rest with parameters of type RestSession.Builder