- redirect(String) - Static method in class juzu.Response
-
- REDIRECT_AFTER_ACTION - Static variable in class juzu.PropertyType
-
Redirect after action.
- remove(PropertyType<T>) - Method in class juzu.PropertyMap
-
- render(RenderRequest, RenderResponse) - Method in class juzu.bridge.portlet.JuzuPortlet
-
- render(TemplateRenderContext) - Method in interface juzu.template.Renderable
-
- render(TemplateRenderContext, Renderable, Map<String, String>) - Method in class juzu.template.TagHandler
-
- render() - Method in class juzu.template.Template.Builder
-
Renders the template and set the response on the current
MimeContext
- render() - Method in class juzu.template.Template
-
Renders the template and set the response on the current
MimeContext
- render(Locale) - Method in class juzu.template.Template
-
Renders the template and set a the response on the current
MimeContext
.
- render(Map<String, ?>) - Method in class juzu.template.Template
-
Renders the template and set a the response on the current
MimeContext
.
- render(Map<String, ?>, Locale) - Method in class juzu.template.Template
-
Renders the template and set a the response on the current
MimeContext
.
- render() - Method in class juzu.template.TemplateRenderContext
-
- render(Stream) - Method in class juzu.template.TemplateRenderContext
-
- Renderable - Interface in juzu.template
-
- RenderContext - Class in juzu.request
-
- RenderContext(Request, Method, RenderBridge) - Constructor for class juzu.request.RenderContext
-
- renderTo(A) - Method in class juzu.template.Template.Builder
-
Renders the template to the specified appendable.
- renderTo(Stream) - Method in class juzu.template.Template.Builder
-
Renders the template to the specified printer.
- renderTo(A) - Method in class juzu.template.Template
-
Renders the template to the specified appendable.
- renderTo(A, Locale) - Method in class juzu.template.Template
-
Renders the template to the specified appendable.
- renderTo(A, Map<String, ?>) - Method in class juzu.template.Template
-
Renders the template to the specified appendable.
- renderTo(Stream) - Method in class juzu.template.Template
-
Renders the template to the specified printer.
- renderTo(Stream, Locale) - Method in class juzu.template.Template
-
Renders the template to the specified printer.
- renderTo(Stream, Map<String, ?>) - Method in class juzu.template.Template
-
Renders the template to the specified printer.
- RequestContext - Class in juzu.request
-
- RequestContext(Request, Method) - Constructor for class juzu.request.RequestContext
-
- RequestLifeCycle - Interface in juzu.request
-
This interface can be implemented by a controller to be aware of the dispatch of a request on the controller.
- RequestParameter - Class in juzu.request
-
A unmodifiable request parameter, it provides access to the parameter name and the parameter values.
- RequestScoped - Annotation Type in juzu
-
- resolveBean(String) - Method in class juzu.template.TemplateRenderContext
-
- resolveBundle(Locale) - Method in interface juzu.request.ApplicationContext
-
Resolves a resource bundle for the specified locale and return it.
- resolveMessage(MessageKey) - Method in class juzu.template.TemplateRenderContext
-
- resolveTemplate(String) - Method in class juzu.template.TemplateRenderContext
-
- RESOURCE - Static variable in class juzu.request.Phase
-
Resource phase.
- Resource - Annotation Type in juzu
-
Annotate a method for declaring a resource serving controller method.
- ResourceContext - Class in juzu.request
-
- ResourceContext(Request, Method, ResourceBridge) - Constructor for class juzu.request.ResourceContext
-
- Response - Class in juzu
-
A response object signalling to the portal the action to take after an interaction.
- Response.Action - Class in juzu
-
- Response.Action() - Constructor for class juzu.Response.Action
-
- Response.Body - Class in juzu
-
- Response.Content - Class in juzu
-
- Response.Content(int, PropertyMap, Streamable) - Constructor for class juzu.Response.Content
-
- Response.Content(int, Streamable) - Constructor for class juzu.Response.Content
-
- Response.Content(PropertyMap, Streamable) - Constructor for class juzu.Response.Content
-
- Response.Content(Streamable) - Constructor for class juzu.Response.Content
-
- Response.Error - Class in juzu
-
- Response.Error(Throwable) - Constructor for class juzu.Response.Error
-
- Response.Error(String) - Constructor for class juzu.Response.Error
-
- Response.Redirect - Class in juzu
-
A response instructing to execute an HTTP redirection after the current interaction.
- Response.Redirect(String) - Constructor for class juzu.Response.Redirect
-
- Response.Status - Class in juzu
-
- Response.Status(int) - Constructor for class juzu.Response.Status
-
- Response.Status(int, PropertyMap) - Constructor for class juzu.Response.Status
-
- Response.View - Class in juzu
-
A response instructing to execute a render phase of a controller method after the current interaction.
- Response.View() - Constructor for class juzu.Response.View
-
- ResponseParameter - Class in juzu.request
-
- RFC3986 - Static variable in class juzu.io.Encoding
-
.
- Route - Annotation Type in juzu
-
Defines a route when Juzu is exposes the application over the HTTP protocol.