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, Application, Method, ActionBridge) - Constructor for class juzu.request.ActionContext
 
addScript(Asset) - Method in class juzu.Response.Render
 
addStylesheet(Asset) - Method in class juzu.Response.Render
 
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
 
AmbiguousResolutionException - Exception in juzu
Denoates something ambiguous that could not be resolved.
AmbiguousResolutionException() - Constructor for exception juzu.AmbiguousResolutionException
 
AmbiguousResolutionException(String) - Constructor for exception juzu.AmbiguousResolutionException
 
AmbiguousResolutionException(String, Throwable) - Constructor for exception juzu.AmbiguousResolutionException
 
AmbiguousResolutionException(Throwable) - Constructor for exception juzu.AmbiguousResolutionException
 
annotation - Variable in class juzu.request.Phase
.
append(char) - Method in class juzu.io.AppendableStream
 
append(CharSequence) - Method in class juzu.io.AppendableStream
 
append(CharSequence, int, int) - Method in class juzu.io.AppendableStream
 
append(CharArray) - Method in class juzu.io.AppendableStream
 
append(byte[]) - Method in class juzu.io.BinaryOutputStream
 
append(byte[], int, int) - Method in class juzu.io.BinaryOutputStream
 
append(byte[]) - Method in interface juzu.io.Stream.Binary
 
append(byte[], int, int) - Method in interface juzu.io.Stream.Binary
 
append(CharArray) - Method in interface juzu.io.Stream.Char
 
append(CharSequence) - Method in interface juzu.io.Stream.Char
 
append(CharSequence, int, int) - Method in interface juzu.io.Stream.Char
 
append(char) - Method in interface juzu.io.Stream.Char
 
AppendableStream - Class in juzu.io
Implementation of the Stream.Char interface that uses an appendable delegate.
AppendableStream(Appendable) - Constructor for class juzu.io.AppendableStream
 
Application - Annotation Type in juzu
A package annotation for declaring an application.
ApplicationContext - Interface in juzu.request
The context of an application.
Asset - Class in juzu.asset
Representation of an asset at runtime, an asset can be a reference or a value.
Asset() - Constructor for class juzu.asset.Asset
 
Asset.Id - Class in juzu.asset
An identified asset.
Asset.Value - Class in juzu.asset
A valued asset.
AssetLocation - Enum in juzu.asset
 
Assets - Annotation Type in juzu.plugin.asset
Declares assets.

B

beginRequest(RequestContext) - Method in interface juzu.request.RequestLifeCycle
Signals a request begins.
BinaryOutputStream - Class in juzu.io
 
BinaryOutputStream(OutputStream) - Constructor for class juzu.io.BinaryOutputStream
 
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.

C

cast(Object) - Method in class juzu.PropertyType
 
CharArray - Interface in juzu.io
An array of chars.
CharArray.Simple - Class in juzu.io
 
CharArray.Simple(CharSequence) - Constructor for class juzu.io.CharArray.Simple
 
classpath(String) - Static method in class juzu.asset.Asset
Wraps an URI as a classpath located asset.
ClientContext - Interface in juzu.request
 
close() - Method in class juzu.io.AppendableStream
 
close() - Method in class juzu.io.BinaryOutputStream
 
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, CharSequence) - Static method in class juzu.Response
 
content(int, Streamable<Stream.Char>) - Static method in class juzu.Response
 
content(int, InputStream) - Static method in class juzu.Response
 
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

endRequest(RequestContext) - Method in interface juzu.request.RequestLifeCycle
Singles a request ends.
equals(Object) - Method in class juzu.PropertyType
 
equals(Object) - Method in class juzu.Response.Redirect
 
equals(Object) - Method in class juzu.Response.View
 
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, Application, 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
 

G

GET_METHOD - Static variable in interface juzu.request.HttpContext
 
getAnnotationType() - Method in enum juzu.Scope
 
getApplication() - Method in class juzu.request.RequestContext
 
getApplicationContext() - Method in class juzu.request.RequestContext
 
getAttributes() - Method in class juzu.template.TemplateRenderContext
 
getCause() - Method in exception juzu.UndeclaredIOException
 
getCharacterEncoding() - Method in interface juzu.request.ClientContext
 
getClientContext() - Method in class juzu.request.ActionContext
 
getClientContext() - Method in class juzu.request.ResourceContext
 
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
 
getHttpContext() - Method in class juzu.request.RequestContext
 
getId() - Method in interface juzu.request.WindowContext
 
getInputStream() - Method in interface juzu.request.ClientContext
 
getKind() - Method in class juzu.Response.Content
 
getLength() - Method in interface juzu.io.CharArray
Returns the number of characters contained in this array.
getLength() - Method in class juzu.io.CharArray.Simple
 
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.asset.Asset.Value
 
getLocation() - Method in class juzu.Response.Redirect
 
getMessage() - Method in exception juzu.template.TemplateExecutionException
 
getMetaTags() - Method in class juzu.Response.Render
 
getMethod() - Method in interface juzu.request.HttpContext
Returns the http method.
getMethod() - Method in class juzu.request.RequestContext
 
getMimeType() - Method in class juzu.Response.Content
 
getName() - Method in class juzu.Event
 
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.View
 
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.
getRemoteUser() - Method in interface juzu.request.SecurityContext
 
getScheme() - Method in interface juzu.request.HttpContext
 
getScripts() - Method in class juzu.Response.Render
 
getSecurityContext() - Method in class juzu.request.RequestContext
 
getServerName() - Method in interface juzu.request.HttpContext
 
getServerPort() - Method in interface juzu.request.HttpContext
 
getStatus() - Method in class juzu.Response.Content
 
getStreamable() - Method in class juzu.Response.Content
 
getStylesheets() - Method in class juzu.Response.Render
 
getTarget() - Method in class juzu.request.Phase.View.Dispatch
 
getTarget() - Method in class juzu.Response.View
 
getText() - Method in exception juzu.template.TemplateExecutionException
 
getTitle() - Method in class juzu.Response.Render
 
getURI() - Method in class juzu.asset.Asset.Value
 
getUserContext() - Method in class juzu.request.RequestContext
 
getUserPrincipal() - Method in interface juzu.request.SecurityContext
 
getValue() - Method in class juzu.asset.Asset.Id
 
getValue(PropertyType<T>) - Method in class juzu.PropertyMap
 
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.plugin.servlet - package juzu.plugin.servlet
 
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.

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.
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(CharSequence) - Static method in class juzu.Response
 
notFound() - Method in class juzu.template.Template.Builder
Renders the template and set a 404 response on the current MimeContext.
notFound() - Method in class juzu.template.Template
Renders the template and set a 404 response on the current MimeContext.
notFound(Locale) - Method in class juzu.template.Template
Renders the template and set a 404 response on the current MimeContext.
notFound(Map<String, ?>) - Method in class juzu.template.Template
Renders the template and set a 404 response on the current MimeContext.
notFound(Map<String, ?>, Locale) - Method in class juzu.template.Template
Renders the template and set a 404 response on the current MimeContext.

O

of(AssetLocation, String) - Static method in class juzu.asset.Asset
Returns an asset.
ok(CharSequence) - Static method in class juzu.Response
 
ok(InputStream) - 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 and set the response on the current MimeContext.
ok(Locale) - Method in class juzu.template.Template
Renders the template and set the response on the current MimeContext.
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 and set the response on the current MimeContext.

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(DispatchSPI) - 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(DispatchSPI) - 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(DispatchSPI) - 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
.
POST_METHOD - Static variable in interface juzu.request.HttpContext
 
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.
ref(String) - Static method in class juzu.asset.Asset
 
remove(PropertyType<T>) - Method in class juzu.PropertyMap
 
render(RenderRequest, RenderResponse) - Method in class juzu.bridge.portlet.JuzuPortlet
 
render(CharSequence) - Static method in class juzu.Response
 
render(String, CharSequence) - Static method in class juzu.Response
 
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 returns a render response.
render() - Method in class juzu.template.Template
Renders the template and returns a render response.
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.Char) - Method in class juzu.template.TemplateRenderContext
 
Renderable - Interface in juzu.template
 
RenderContext - Class in juzu.request
 
RenderContext(Request, Application, Method, RenderBridge) - Constructor for class juzu.request.RenderContext
 
renderTo(A) - Method in class juzu.template.Template.Builder
Renders the template to the specified appendable, the current MimeContext will not be affected.
renderTo(Stream.Char) - Method in class juzu.template.Template.Builder
Renders the template to the specified printer, the current MimeContext will not be affected.
renderTo(A) - Method in class juzu.template.Template
Renders the template to the specified appendable, the current MimeContext will not be affected.
renderTo(A, Locale) - Method in class juzu.template.Template
Renders the template to the specified appendable, the current MimeContext will not be affected.
renderTo(A, Map<String, ?>) - Method in class juzu.template.Template
Renders the template to the specified appendable, the current MimeContext will not be affected.
renderTo(A, Map<String, ?>, Locale) - Method in class juzu.template.Template
Renders the template to the specified appendable, the current MimeContext will not be affected.
renderTo(Stream.Char) - Method in class juzu.template.Template
Renders the template to the specified printer, the current MimeContext will not be affected.
renderTo(Stream.Char, Locale) - Method in class juzu.template.Template
Renders the template to the specified printer, the current MimeContext will not be affected.
renderTo(Stream.Char, Map<String, ?>) - Method in class juzu.template.Template
Renders the template to the specified printer, the current MimeContext will not be affected.
renderTo(Stream.Char, Map<String, ?>, Locale) - Method in class juzu.template.Template
Renders the template to the specified printer, the current MimeContext will not be affected.
RequestContext - Class in juzu.request
 
RequestContext(Request, Application, Method) - Constructor for class juzu.request.RequestContext
 
RequestLifeCycle - Interface in juzu.request
 
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.
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, Application, 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.Content<S extends Stream> - Class in juzu
 
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.Render - Class in juzu
 
Response.Render() - Constructor for class juzu.Response.Render
 
Response.Render(PropertyMap, Streamable<Stream.Char>) - Constructor for class juzu.Response.Render
 
Response.Render(Streamable<Stream.Char>) - Constructor for class juzu.Response.Render
 
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
 
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.Char) - Method in class juzu.io.Streamable.CharSequence
 
send(Stream.Binary) - Method in class juzu.io.Streamable.InputStream
 
send(S) - Method in interface juzu.io.Streamable
 
send(S) - Method in class juzu.Response.Content
Send the response on the stream argument, Juzu invokes it when it needs to render the content object.
server(String) - Static method in class juzu.asset.Asset
Wraps an URI as a server located asset.
serveResource(ResourceRequest, ResourceResponse) - Method in class juzu.bridge.portlet.JuzuPortlet
 
Servlet - Annotation Type in juzu.plugin.servlet
 
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.
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
 
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
 
Stream - Interface in juzu.io
 
Stream.Binary - Interface in juzu.io
A binary stream.
Stream.Char - Interface in juzu.io
A stream that extends the appendable interface and add support for the CharArray class.
Streamable<S extends Stream> - Interface in juzu.io
 
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
 
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.
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.Response.Redirect
 
toString() - Method in class juzu.Response.Render
 
toString() - Method in class juzu.Response.View
 
toString() - Method in class juzu.template.Template
 

U

UndeclaredIOException - Exception in juzu
An unchecked wrapper for IOException.
UndeclaredIOException(IOException) - Constructor for exception juzu.UndeclaredIOException
 
url(String) - Static method in class juzu.asset.Asset
Wraps an URI as an absolute uri.
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 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 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.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.Render
 
with(PropertyType<Boolean>) - Method in class juzu.Response.Render
 
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(Locale) - Method in class juzu.template.Template
Returns a builder to further customize the template rendering.
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.Render
 
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.Render
 
withMimeType(String) - Method in class juzu.Response.Content
 
withMimeType(String) - Method in class juzu.Response.Render
 
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.Render
 
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.Content
 
without(PropertyType<T>) - Method in class juzu.Response.Redirect
 
without(PropertyType<T>) - Method in class juzu.Response.Render
 
without(PropertyType<T>) - Method in class juzu.Response.View
 
without(PropertyType<T>) - Method in class juzu.Response
Removes a property.
withTitle(String) - Method in class juzu.Response.Render
 
write(OutputStream) - Method in class juzu.io.CharArray.Simple
 
write(Appendable) - Method in class juzu.io.CharArray.Simple
 
write(OutputStream) - Method in interface juzu.io.CharArray
 
write(Appendable) - Method in interface juzu.io.CharArray
 

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.