A B C D E F G H I J L M N O P R S T U V W 

A

Action - Annotation Type in juzu
Annotate a method for declaring a view controller method.
ACTION - Static variable in class juzu.request.Phase
Action phase.
ActionContext - Class in juzu.request
 
ActionContext(Request, Method, ActionBridge) - Constructor for class juzu.request.ActionContext
 
addTo(M) - Method in class juzu.request.ResponseParameter
 
addValue(PropertyType<T>, T) - Method in class juzu.PropertyMap
 
addValues(PropertyType<T>, T...) - Method in class juzu.PropertyMap
 
addValues(PropertyType<T>, Iterable<? extends T>) - Method in class juzu.PropertyMap
 
Ajax - Annotation Type in juzu.plugin.ajax
 
Alias - Annotation Type in juzu
Declares an alias for a string value.
annotation - Variable in class juzu.request.Phase
.
append(CharSequence) - Method in class juzu.io.AppendableStream
 
append(CharSequence, int, int) - Method in class juzu.io.AppendableStream
 
append(char) - Method in class juzu.io.AppendableStream
 
append(CharSequence) - Method in class juzu.io.AsyncStreamable
 
append(CharSequence, int, int) - Method in class juzu.io.AsyncStreamable
 
append(char) - Method in class juzu.io.AsyncStreamable
 
append(byte[], int, int) - Method in class juzu.io.BinaryOutputStream
 
append(byte[]) - Method in class juzu.io.BinaryOutputStream
 
append(CharBuffer) - Method in class juzu.io.BinaryStream
 
append(byte[], int, int) - Method in class juzu.io.BinaryStream
 
append(byte[]) - Method in class juzu.io.BinaryStream
 
append(ByteBuffer) - Method in class juzu.io.BinaryStream
 
append(CharSequence) - Method in class juzu.io.BinaryStream
 
append(CharSequence, int, int) - Method in class juzu.io.BinaryStream
 
append(char) - Method in class juzu.io.BinaryStream
 
append(CharSequence) - Method in class juzu.io.CharStream
 
append(CharSequence, int, int) - Method in class juzu.io.CharStream
 
append(char) - Method in class juzu.io.CharStream
 
append(byte[]) - Method in class juzu.io.CharStream
 
append(byte[], int, int) - Method in class juzu.io.CharStream
 
append(ByteBuffer) - Method in class juzu.io.CharStream
 
append(CharBuffer) - Method in class juzu.io.CharStream
 
append(CharBuffer) - Method in interface juzu.io.Stream
 
append(CharSequence) - Method in interface juzu.io.Stream
 
append(CharSequence, int, int) - Method in interface juzu.io.Stream
 
append(ByteBuffer) - Method in interface juzu.io.Stream
 
append(char) - Method in interface juzu.io.Stream
 
append(byte[]) - Method in interface juzu.io.Stream
 
append(byte[], int, int) - Method in interface juzu.io.Stream
 
append(RequestParameter) - Method in class juzu.request.RequestParameter
 
append(String[]) - Method in class juzu.request.RequestParameter
 
appendable(Charset, Appendable) - Static method in class juzu.io.Streams
 
AppendableStream - Class in juzu.io
 
AppendableStream(Charset, Appendable) - Constructor for class juzu.io.AppendableStream
 
AppendableStream(Charset, Appendable, Flushable, Closeable) - Constructor for class juzu.io.AppendableStream
 
appendTo(M) - Method in class juzu.request.RequestParameter
Add this parameter to a map.
Application - Annotation Type in juzu
A package annotation for declaring an application.
ApplicationContext - Interface in juzu.request
The context of an application.
AssetLocation - Enum in juzu.asset
 
Assets - Annotation Type in juzu.plugin.asset
Declares assets.
AsyncStreamable - Class in juzu.io
Basic implementation of an asynchronous streamable.
AsyncStreamable() - Constructor for class juzu.io.AsyncStreamable
 

B

beginRequest(RequestContext) - Method in interface juzu.request.RequestLifeCycle
Signals to the controller that a request begins.
BinaryOutputStream - Class in juzu.io
 
BinaryOutputStream(Charset, OutputStream) - Constructor for class juzu.io.BinaryOutputStream
 
BinaryStream - Class in juzu.io
 
Binding - Annotation Type in juzu.plugin.binding
Declares a bean binding, i.e an external bean that is not managed by Juzu.
Bindings - Annotation Type in juzu.plugin.binding
An holder for a list of Binding declarations.
body(Streamable) - Method in class juzu.Response.Status
 
body(CharSequence) - Method in class juzu.Response.Status
 
body(byte[]) - Method in class juzu.Response.Status
 
body(InputStream) - Method in class juzu.Response.Status
 
BUFFER_SIZE - Static variable in class juzu.io.BinaryStream
.
BUFFER_SIZE - Static variable in interface juzu.io.Stream
.

C

cast(Object) - Method in class juzu.PropertyType
 
CHARSET - Static variable in class juzu.PropertyType
Charset.
CharStream - Class in juzu.io
 
CharStream(Charset) - Constructor for class juzu.io.CharStream
 
ClientContext - Interface in juzu.request
 
close() - Method in class juzu.io.AppendableStream
 
close() - Method in class juzu.io.AsyncStreamable
 
close() - Method in class juzu.io.BinaryOutputStream
 
closeable(Charset, A) - Static method in class juzu.io.Streams
 
closeable(Charset, A) - Static method in class juzu.io.Streams
 
Consumes - Annotation Type in juzu
Annotate a method for declaring an event consumer controller method.
contains(PropertyType<T>) - Method in class juzu.PropertyMap
 
content(int, byte[]) - Static method in class juzu.Response
 
content(int, InputStream) - Static method in class juzu.Response
 
content(int, Readable) - Static method in class juzu.Response
 
content(int, CharSequence) - Static method in class juzu.Response
 
content(int, Streamable) - Static method in class juzu.Response
 
content(Streamable) - Method in class juzu.Response.Status
 
content(CharSequence) - Method in class juzu.Response.Status
 
content(byte[]) - Method in class juzu.Response.Status
 
content(InputStream) - Method in class juzu.Response.Status
 
create(String, String) - Static method in class juzu.request.RequestParameter
Create new parameter.
create(String, String, String) - Static method in class juzu.request.RequestParameter
Create new parameter.
create(String, String[]) - Static method in class juzu.request.RequestParameter
Create new parameter.
create(Map.Entry<String, String[]>) - Static method in class juzu.request.RequestParameter
Create new parameter.
create(String, String) - Static method in class juzu.request.ResponseParameter
 
create(String, String...) - Static method in class juzu.request.ResponseParameter
 
create(Encoding, String, String) - Static method in class juzu.request.ResponseParameter
 
create(Encoding, String, String...) - Static method in class juzu.request.ResponseParameter
 
createActionDispatch(Method<Phase.Action>) - Method in class juzu.request.RequestContext
 
createActionDispatch(Method<Phase.Action>, Object) - Method in class juzu.request.RequestContext
 
createActionDispatch(Method<Phase.Action>, Object[]) - Method in class juzu.request.RequestContext
 
createDispatch(Method<?>) - Method in class juzu.request.RequestContext
Create a dispatch object with unset parameters.
createResourceDispatch(Method<Phase.Resource>) - Method in class juzu.request.RequestContext
 
createResourceDispatch(Method<Phase.Resource>, Object) - Method in class juzu.request.RequestContext
 
createResourceDispatch(Method<Phase.Resource>, Object[]) - Method in class juzu.request.RequestContext
 
createResponse(Method<Phase.View>) - Method in class juzu.request.ActionContext
 
createResponse(Method<Phase.View>, Object) - Method in class juzu.request.ActionContext
 
createResponse(Method<Phase.View>, Object[]) - Method in class juzu.request.ActionContext
 
createViewDispatch(Method<Phase.View>) - Method in class juzu.request.RequestContext
 
createViewDispatch(Method<Phase.View>, Object) - Method in class juzu.request.RequestContext
 
createViewDispatch(Method<Phase.View>, Object[]) - Method in class juzu.request.RequestContext
 

D

destroy() - Method in class juzu.bridge.portlet.JuzuPortlet
 
Dispatch - Interface in juzu.request
The Dispatch object represents the dispatch to a controller method.

E

empty() - Static method in class juzu.io.Streams
 
encodeQueryParamName(CharSequence, Appendable) - Method in class juzu.io.Encoding
 
encodeQueryParamValue(CharSequence, Appendable) - Method in class juzu.io.Encoding
 
encodeSegment(CharSequence, Appendable) - Method in class juzu.io.Encoding
 
Encoding - Class in juzu.io
 
Encoding(String) - Constructor for class juzu.io.Encoding
 
endRequest(RequestContext) - Method in interface juzu.request.RequestLifeCycle
Signals to the controller that a request ends.
equals(Object) - Method in class juzu.PropertyType
 
equals(Object) - Method in class juzu.request.Phase.View.Dispatch
 
equals(Object) - Method in class juzu.request.RequestParameter
 
equals(Object) - Method in class juzu.Response.Redirect
 
equals(Object) - Method in class juzu.Response.View
 
error(Throwable) - Static method in class juzu.Response
 
error(String) - Static method in class juzu.Response
 
ESCAPE_XML - Static variable in class juzu.PropertyType
Escape XML.
escapeXML(Boolean) - Method in interface juzu.request.Dispatch
 
escapeXML(Boolean) - Method in class juzu.request.Phase.Action.Dispatch
 
escapeXML(Boolean) - Method in class juzu.request.Phase.Resource.Dispatch
 
escapeXML(Boolean) - Method in class juzu.request.Phase.View.Dispatch
 
Event<P> - Class in juzu
An event.
Event(String, P) - Constructor for class juzu.Event
 
EVENT - Static variable in class juzu.request.Phase
Action phase.
EventContext - Class in juzu.request
 
EventContext(Request, Method, EventBridge) - Constructor for class juzu.request.EventContext
 
EventQueue<P> - Interface in juzu
 

F

FlashScoped - Annotation Type in juzu
 
flush() - Method in class juzu.io.AppendableStream
 
flush() - Method in class juzu.io.BinaryOutputStream
 
flushable(Charset, A) - Static method in class juzu.io.Streams
 

G

get(int) - Method in class juzu.request.RequestParameter
 
get(int) - Method in class juzu.request.ResponseParameter
 
getAnnotationType() - Method in enum juzu.Scope
 
getApplicationContext() - Method in class juzu.request.RequestContext
 
getAt() - Method in class juzu.Response.Error
 
getAttributes() - Method in class juzu.template.TemplateRenderContext
 
getCause() - Method in exception juzu.io.UndeclaredIOException
 
getCause() - Method in class juzu.Response.Error
 
getCharacterEncoding() - Method in interface juzu.request.ClientContext
 
getCharset() - Method in class juzu.Response.Body
 
getClientContext() - Method in class juzu.request.ActionContext
 
getClientContext() - Method in class juzu.request.ResourceContext
 
getCode() - Method in class juzu.Response.Status
 
getContentLenth() - Method in interface juzu.request.ClientContext
 
getContentType() - Method in interface juzu.request.ClientContext
 
getContextPath() - Method in interface juzu.request.HttpContext
 
getCookies() - Method in interface juzu.request.HttpContext
 
getDisplayName() - Method in class juzu.io.Encoding
 
getEncoding() - Method in class juzu.request.ResponseParameter
 
getHttpContext() - Method in class juzu.request.RequestContext
 
getId() - Method in interface juzu.request.WindowContext
 
getInputStream() - Method in interface juzu.request.ClientContext
 
getLineNumber() - Method in exception juzu.template.TemplateExecutionException
 
getLocale() - Method in interface juzu.request.UserContext
 
getLocale() - Method in class juzu.template.TemplateRenderContext
 
getLocales() - Method in interface juzu.request.UserContext
 
getLocation() - Method in class juzu.Response.Redirect
 
getMessage() - Method in class juzu.Response.Error
 
getMessage() - Method in exception juzu.template.TemplateExecutionException
 
getMethod() - Method in interface juzu.request.HttpContext
Returns the http method.
getMethod() - Method in class juzu.request.RequestContext
 
getMimeType() - Method in class juzu.Response.Body
 
getName() - Method in class juzu.Event
 
getName() - Method in class juzu.request.RequestParameter
 
getName() - Method in class juzu.request.ResponseParameter
 
getNamespace() - Method in interface juzu.request.WindowContext
 
getParameters() - Method in class juzu.request.Phase.View.Dispatch
 
getParameters() - Method in class juzu.request.RequestContext
 
getParameters() - Method in class juzu.Response.Action
 
getPath() - Method in class juzu.template.Template
Returns the template path.
getPayload() - Method in class juzu.Event
 
getPhase() - Method in class juzu.request.ActionContext
 
getPhase() - Method in class juzu.request.EventContext
 
getPhase() - Method in class juzu.request.RenderContext
 
getPhase() - Method in class juzu.request.RequestContext
 
getPhase() - Method in class juzu.request.ResourceContext
 
getPrinter() - Method in class juzu.template.TemplateRenderContext
 
getProperties() - Method in class juzu.Response
 
getProperty(PropertyType<T>) - Method in class juzu.request.RequestContext
 
getProvider(Class<T>) - Method in interface juzu.inject.ProviderFactory
Returns a provider for a specific type or null if it cannot be produced.
getRaw(int) - Method in class juzu.request.RequestParameter
Returns the value at specified index.
getRemoteUser() - Method in interface juzu.request.SecurityContext
 
getResponse() - Method in class juzu.request.RequestContext
 
getScheme() - Method in interface juzu.request.HttpContext
 
getSecurityContext() - Method in class juzu.request.RequestContext
 
getServerName() - Method in interface juzu.request.HttpContext
 
getServerPort() - Method in interface juzu.request.HttpContext
 
getStreamable() - Method in class juzu.Response.Body
 
getTarget() - Method in class juzu.request.Phase.View.Dispatch
 
getText() - Method in exception juzu.template.TemplateExecutionException
 
getTitle() - Method in class juzu.Response.Content
 
getUserContext() - Method in class juzu.request.RequestContext
 
getUserPrincipal() - Method in interface juzu.request.SecurityContext
 
getValue(PropertyType<T>) - Method in class juzu.PropertyMap
 
getValue() - Method in class juzu.request.RequestParameter
 
getValues(PropertyType<T>) - Method in class juzu.PropertyMap
 

H

hashCode() - Method in class juzu.PropertyType
 
HEADER - Static variable in class juzu.PropertyType
Header.
HttpContext - Interface in juzu.request
 

I

id(Annotation) - Method in class juzu.request.Phase.Action
 
id(Annotation) - Method in class juzu.request.Phase.Event
 
id(Annotation) - Method in class juzu.request.Phase
 
id(Annotation) - Method in class juzu.request.Phase.Resource
 
id(Annotation) - Method in class juzu.request.Phase.View
 
IdentityScoped - Annotation Type in juzu
 
init(PortletConfig) - Method in class juzu.bridge.portlet.JuzuPortlet
 
isBuiltIn() - Method in enum juzu.Scope
 
isUserInRole(String) - Method in interface juzu.request.SecurityContext
 
iterator() - Method in class juzu.PropertyMap
 

J

juzu - package juzu
 
juzu.asset - package juzu.asset
 
juzu.bridge.portlet - package juzu.bridge.portlet
 
juzu.bridge.servlet - package juzu.bridge.servlet
 
juzu.inject - package juzu.inject
 
juzu.io - package juzu.io
 
juzu.plugin.ajax - package juzu.plugin.ajax
 
juzu.plugin.asset - package juzu.plugin.asset
 
juzu.plugin.binding - package juzu.plugin.binding
The binding plugin provides custom bean binding in the dependency injection container used by a Juzu application.
juzu.plugin.less - package juzu.plugin.less
 
juzu.plugin.portlet - package juzu.plugin.portlet
 
juzu.processor - package juzu.processor
 
juzu.request - package juzu.request
 
juzu.template - package juzu.template
 
JuzuPortlet - Class in juzu.bridge.portlet
 
JuzuPortlet() - Constructor for class juzu.bridge.portlet.JuzuPortlet
 
JuzuServlet - Class in juzu.bridge.servlet
 
JuzuServlet() - Constructor for class juzu.bridge.servlet.JuzuServlet
 

L

Less - Annotation Type in juzu.plugin.less
This annotation trigger declares a less stylesheet.
locale(Locale) - Method in class juzu.template.Template.Builder
Update the locale.

M

MainProcessor - Class in juzu.processor
 
MainProcessor() - Constructor for class juzu.processor.MainProcessor
 
Mapped - Annotation Type in juzu
This annotation declares a java type to be a valid controller method parameter type:

META_TAG - Static variable in class juzu.PropertyType
Header.
Method - Enum in juzu
Http methods.
MIME_TYPE - Static variable in class juzu.PropertyType
Mime type.
MimeContext - Class in juzu.request
 

N

name() - Method in class juzu.request.Phase.Action
 
name() - Method in class juzu.request.Phase.Event
 
name() - Method in class juzu.request.Phase
 
name() - Method in class juzu.request.Phase.Resource
 
name() - Method in class juzu.request.Phase.View
 
notFound() - Static method in class juzu.Response
 
notFound(byte[]) - Static method in class juzu.Response
 
notFound(InputStream) - Static method in class juzu.Response
 
notFound(Readable) - Static method in class juzu.Response
 
notFound(CharSequence) - Static method in class juzu.Response
 
notFound() - Method in class juzu.template.Template.Builder
Renders the template and returns a response with the not found status.
notFound() - Method in class juzu.template.Template
Renders the template.
notFound(Locale) - Method in class juzu.template.Template
Renders the template.
notFound(Map<String, ?>) - Method in class juzu.template.Template
Renders the template.
notFound(Map<String, ?>, Locale) - Method in class juzu.template.Template
Renders the template.

O

ok() - Static method in class juzu.Response
 
ok(InputStream) - Static method in class juzu.Response
 
ok(byte[]) - Static method in class juzu.Response
 
ok(Readable) - Static method in class juzu.Response
 
ok(CharSequence) - Static method in class juzu.Response
 
ok() - Method in class juzu.template.Template.Builder
Renders the template and set the response on the current MimeContext.
ok() - Method in class juzu.template.Template
Renders the template.
ok(Locale) - Method in class juzu.template.Template
Renders the template.
ok(Map<String, ?>) - Method in class juzu.template.Template
Renders the template and set the response on the current MimeContext.
ok(Map<String, ?>, Locale) - Method in class juzu.template.Template
Renders the template.

P

Param - Annotation Type in juzu
An annotation describing a parameter.
Path - Annotation Type in juzu
Defines the path to a resource that can be injected in Juzu.
PATH - Static variable in class juzu.PropertyType
Path.
Phase - Class in juzu.request
A phase.
Phase.Action - Class in juzu.request
 
Phase.Action() - Constructor for class juzu.request.Phase.Action
 
Phase.Action.Dispatch - Class in juzu.request
 
Phase.Action.Dispatch(DispatchBridge) - Constructor for class juzu.request.Phase.Action.Dispatch
 
Phase.Event - Class in juzu.request
 
Phase.Event() - Constructor for class juzu.request.Phase.Event
 
Phase.Resource - Class in juzu.request
 
Phase.Resource() - Constructor for class juzu.request.Phase.Resource
 
Phase.Resource.Dispatch - Class in juzu.request
 
Phase.Resource.Dispatch(DispatchBridge) - Constructor for class juzu.request.Phase.Resource.Dispatch
 
Phase.View - Class in juzu.request
 
Phase.View() - Constructor for class juzu.request.Phase.View
 
Phase.View.Dispatch - Class in juzu.request
 
Phase.View.Dispatch(DispatchBridge) - Constructor for class juzu.request.Phase.View.Dispatch
 
Portlet - Annotation Type in juzu.plugin.portlet
 
PORTLET_MODE - Static variable in class juzu.bridge.portlet.JuzuPortlet
.
processAction(ActionRequest, ActionResponse) - Method in class juzu.bridge.portlet.JuzuPortlet
 
processEvent(EventRequest, EventResponse) - Method in class juzu.bridge.portlet.JuzuPortlet
 
PropertyMap - Class in juzu
A map that holds properties as expressed by PropertyType.
PropertyMap() - Constructor for class juzu.PropertyMap
 
PropertyMap(PropertyMap) - Constructor for class juzu.PropertyMap
 
PropertyType<T> - Class in juzu
A property type describe a property associated with a generic type for providing type safetyness when dealing with properties.
ProviderFactory - Interface in juzu.inject
The provider factory is the main entry point for providing custom providers.

R

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.

S

safeValueOf(String) - Static method in enum juzu.asset.AssetLocation
 
Scope - Enum in juzu
 
Script - Annotation Type in juzu.plugin.asset
A script asset.
SCRIPT - Static variable in class juzu.PropertyType
Script.
SecurityContext - Interface in juzu.request
 
send(String) - Method in interface juzu.EventQueue
Send an event.
send(String, P) - Method in interface juzu.EventQueue
Send an event.
send(Stream) - Method in class juzu.io.AsyncStreamable
 
send(Stream) - Method in class juzu.io.Streamable.Bytes
 
send(Stream) - Method in class juzu.io.Streamable.CharSequence
 
send(Stream) - Method in class juzu.io.Streamable.InputStream
 
send(Stream) - Method in interface juzu.io.Streamable
 
serveResource(ResourceRequest, ResourceResponse) - Method in class juzu.bridge.portlet.JuzuPortlet
 
SessionScoped - Annotation Type in juzu
 
set(String, Object) - Method in class juzu.template.Template.Builder
Update a parameter, if the value is not null the parameter with the specified name is set, otherwise the parameter is removed.
setParameter(String, String) - Method in interface juzu.request.Dispatch
Set a parameter on the URL that will be built by this builder.
setParameter(Encoding, String, String) - Method in interface juzu.request.Dispatch
Set a parameter on the URL that will be built by this builder.
setParameter(String, String[]) - Method in interface juzu.request.Dispatch
Set a parameter.
setParameter(Encoding, String, String[]) - Method in interface juzu.request.Dispatch
Set a parameter on the URL that will be built by this builder.
setParameter(String, String) - Method in class juzu.request.Phase.Action.Dispatch
 
setParameter(Encoding, String, String) - Method in class juzu.request.Phase.Action.Dispatch
 
setParameter(String, String[]) - Method in class juzu.request.Phase.Action.Dispatch
 
setParameter(Encoding, String, String[]) - Method in class juzu.request.Phase.Action.Dispatch
 
setParameter(String, String) - Method in class juzu.request.Phase.Resource.Dispatch
 
setParameter(Encoding, String, String) - Method in class juzu.request.Phase.Resource.Dispatch
 
setParameter(String, String[]) - Method in class juzu.request.Phase.Resource.Dispatch
 
setParameter(Encoding, String, String[]) - Method in class juzu.request.Phase.Resource.Dispatch
 
setParameter(String, String) - Method in class juzu.request.Phase.View.Dispatch
 
setParameter(Encoding, String, String) - Method in class juzu.request.Phase.View.Dispatch
 
setParameter(String, String[]) - Method in class juzu.request.Phase.View.Dispatch
 
setParameter(Encoding, String, String[]) - Method in class juzu.request.Phase.View.Dispatch
 
setProperty(PropertyType<T>, T) - Method in interface juzu.request.Dispatch
Set or clear a property of the URL.
setProperty(PropertyType<T>, T) - Method in class juzu.request.Phase.Action.Dispatch
 
setProperty(PropertyType<T>, T) - Method in class juzu.request.Phase.Resource.Dispatch
 
setProperty(PropertyType<T>, T) - Method in class juzu.request.Phase.View.Dispatch
 
setResponse(Response.Content) - Method in class juzu.request.MimeContext
 
setResponse(Response) - Method in class juzu.request.RequestContext
 
setTitle(String) - Method in class juzu.template.TemplateRenderContext
 
setValue(PropertyType<T>, T) - Method in class juzu.PropertyMap
 
setValues(PropertyType<T>, T...) - Method in class juzu.PropertyMap
 
setValues(PropertyType<T>, Iterable<? extends T>) - Method in class juzu.PropertyMap
 
size() - Method in class juzu.request.RequestParameter
 
size() - Method in class juzu.request.ResponseParameter
 
status(int) - Static method in class juzu.Response
 
status(int) - Method in class juzu.template.Template.Builder
Renders the template and returns a response with the specified status.
Stream - Interface in juzu.io
 
Streamable - Interface in juzu.io
 
streamable(Readable) - Static method in class juzu.io.Streams
 
Streamable.Bytes - Class in juzu.io
 
Streamable.Bytes(byte[]) - Constructor for class juzu.io.Streamable.Bytes
 
Streamable.CharSequence - Class in juzu.io
 
Streamable.CharSequence(CharSequence) - Constructor for class juzu.io.Streamable.CharSequence
 
Streamable.InputStream - Class in juzu.io
 
Streamable.InputStream(InputStream) - Constructor for class juzu.io.Streamable.InputStream
 
Streams - Class in juzu.io
Implementation of the Stream interface that uses an appendable delegate.
Streams() - Constructor for class juzu.io.Streams
 
Stylesheet - Annotation Type in juzu.plugin.asset
A stylesheet asset.
STYLESHEET - Static variable in class juzu.PropertyType
Stylesheet.

T

TagHandler - Class in juzu.template
 
TagHandler() - Constructor for class juzu.template.TagHandler
 
Template - Class in juzu.template
Template(TemplatePlugin, String, Class<? extends TemplateStub>) - Constructor for class juzu.template.Template
 
Template(TemplatePlugin, Path, Class<? extends TemplateStub>) - Constructor for class juzu.template.Template
 
Template.Builder - Class in juzu.template
A builder providing a fluent syntax for rendering a template.
Template.Builder() - Constructor for class juzu.template.Template.Builder
 
TemplateExecutionException - Exception in juzu.template
An exception that denotes a template execution exception.
TemplateExecutionException(String, Location, String, String, Throwable) - Constructor for exception juzu.template.TemplateExecutionException
 
TemplateExecutionException(String, Location, String, Throwable) - Constructor for exception juzu.template.TemplateExecutionException
 
TemplateRenderContext - Class in juzu.template
 
TemplateRenderContext(TemplateStub) - Constructor for class juzu.template.TemplateRenderContext
 
TemplateRenderContext(TemplateStub, Map<String, ?>) - Constructor for class juzu.template.TemplateRenderContext
 
TemplateRenderContext(TemplateStub, Locale) - Constructor for class juzu.template.TemplateRenderContext
 
TemplateRenderContext(TemplateStub, PropertyMap, Map<String, ?>, Locale) - Constructor for class juzu.template.TemplateRenderContext
 
TITLE - Static variable in class juzu.PropertyType
Title.
toArray() - Method in class juzu.request.RequestParameter
Clone the value and returns it.
toArray() - Method in class juzu.request.ResponseParameter
 
toString() - Method in interface juzu.request.Dispatch
 
toString() - Method in class juzu.request.Phase.Action.Dispatch
 
toString() - Method in class juzu.request.Phase.Resource.Dispatch
 
toString() - Method in class juzu.request.Phase.View.Dispatch
 
toString() - Method in class juzu.request.RequestParameter
 
toString() - Method in class juzu.request.ResponseParameter
 
toString() - Method in class juzu.Response.Content
 
toString() - Method in class juzu.Response.Error
 
toString() - Method in class juzu.Response.Redirect
 
toString() - Method in class juzu.template.Template
 

U

UndeclaredIOException - Exception in juzu.io
An unchecked wrapper for IOException.
UndeclaredIOException(IOException) - Constructor for exception juzu.io.UndeclaredIOException
 
UserContext - Interface in juzu.request
The context concerning the current user.

V

valueOf(String) - Static method in enum juzu.asset.AssetLocation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum juzu.Method
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class juzu.request.Phase
 
valueOf(String) - Static method in enum juzu.Scope
Returns the enum constant of this type with the specified name.
values() - Static method in enum juzu.asset.AssetLocation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum juzu.Method
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in class juzu.request.Phase
 
values() - Static method in enum juzu.Scope
Returns an array containing the constants of this enum type, in the order they are declared.
VIEW - Static variable in class juzu.request.Phase
View phase.
View - Annotation Type in juzu
Annotate a method for declaring a view controller method.

W

WINDOW_STATE - Static variable in class juzu.bridge.portlet.JuzuPortlet
.
WindowContext - Interface in juzu.request
 
with(MimeType) - Method in interface juzu.request.Dispatch
 
with(PropertyMap) - Method in interface juzu.request.Dispatch
 
with(MimeType) - Method in class juzu.request.Phase.Action.Dispatch
 
with(PropertyMap) - Method in class juzu.request.Phase.Action.Dispatch
 
with(MimeType) - Method in class juzu.request.Phase.Resource.Dispatch
 
with(PropertyMap) - Method in class juzu.request.Phase.Resource.Dispatch
 
with(MimeType) - Method in class juzu.request.Phase.View.Dispatch
 
with(PropertyMap) - Method in class juzu.request.Phase.View.Dispatch
 
with(PropertyType<T>, T) - Method in class juzu.Response.Body
 
with(PropertyType<Boolean>) - Method in class juzu.Response.Body
 
with(PropertyType<T>, T) - Method in class juzu.Response.Content
 
with(PropertyType<Boolean>) - Method in class juzu.Response.Content
 
with(PropertyType<T>, T) - Method in class juzu.Response.Redirect
 
with(PropertyType<Boolean>) - Method in class juzu.Response.Redirect
 
with(PropertyType<T>, T) - Method in class juzu.Response.View
 
with(PropertyType<Boolean>) - Method in class juzu.Response.View
 
with(PropertyType<T>, T) - Method in class juzu.Response
Set a property, if the value is null, the property is removed.
with(PropertyType<Boolean>) - Method in class juzu.Response
Set a boolean property to true.
with() - Method in class juzu.template.Template
Returns a builder to further customize the template rendering.
with(Map<String, ?>) - Method in class juzu.template.Template
Returns a builder to further customize the template rendering.
with(Locale) - Method in class juzu.template.Template
Returns a builder to further customize the template rendering.
withCharset(Charset) - Method in class juzu.Response.Body
 
withCharset(Charset) - Method in class juzu.Response.Content
 
withHeader(String, String...) - Method in class juzu.Response.Body
 
withHeader(String, String...) - Method in class juzu.Response.Content
 
withHeader(String, String...) - Method in class juzu.Response.Redirect
 
withHeader(String, String...) - Method in class juzu.Response.View
 
withHeader(String, String...) - Method in class juzu.Response
 
withMetaTag(String, String) - Method in class juzu.Response.Content
 
withMimeType(String) - Method in class juzu.Response.Body
 
withMimeType(String) - Method in class juzu.Response.Content
 
withNo(PropertyType<Boolean>) - Method in class juzu.Response.Body
 
withNo(PropertyType<Boolean>) - Method in class juzu.Response.Content
 
withNo(PropertyType<Boolean>) - Method in class juzu.Response.Redirect
 
withNo(PropertyType<Boolean>) - Method in class juzu.Response.View
 
withNo(PropertyType<Boolean>) - Method in class juzu.Response
Set a boolean property to false.
without(PropertyType<T>) - Method in class juzu.Response.Body
 
without(PropertyType<T>) - Method in class juzu.Response.Content
 
without(PropertyType<T>) - Method in class juzu.Response.Redirect
 
without(PropertyType<T>) - Method in class juzu.Response.View
 
without(PropertyType<T>) - Method in class juzu.Response
Removes a property.
withScripts(String...) - Method in class juzu.Response.Content
 
withStylesheets(String...) - Method in class juzu.Response.Content
 
withTitle(String) - Method in class juzu.Response.Content
 
A B C D E F G H I J L M N O P R S T U V W 

Copyright © 2013 eXo Platform SAS. All Rights Reserved.