Uses of Class
org.apache.juneau.rest.RestSession.Builder
Packages that use RestSession.Builder
- 
Uses of RestSession.Builder in org.apache.juneau.restMethods in org.apache.juneau.rest that return RestSession.BuilderModifier and TypeMethodDescriptionstatic RestSession.BuilderRestSession.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@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