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

A

Action - Annotation Type in org.juzu
Annotate a method for declaring a view controller method.
ActionContext - Class in org.juzu.request
 
ActionContext(ControllerMethod, ClassLoader, ActionBridge) - Constructor for class org.juzu.request.ActionContext
 
AmbiguousResolutionException - Exception in org.juzu
Denoates something ambiguous that could not be resolved.
AmbiguousResolutionException() - Constructor for exception org.juzu.AmbiguousResolutionException
 
AmbiguousResolutionException(String) - Constructor for exception org.juzu.AmbiguousResolutionException
 
AmbiguousResolutionException(String, Throwable) - Constructor for exception org.juzu.AmbiguousResolutionException
 
AmbiguousResolutionException(Throwable) - Constructor for exception org.juzu.AmbiguousResolutionException
 
annotation - Variable in enum org.juzu.request.Phase
.
Application - Annotation Type in org.juzu
A package annotation for declaring an application.
ApplicationContext - Class in org.juzu.request
 
ApplicationContext() - Constructor for class org.juzu.request.ApplicationContext
 
ApplicationDescriptor - Class in org.juzu.metadata
 
ApplicationDescriptor(String, String, Class<?>, String, List<ControllerDescriptor>, List<TemplateDescriptor>) - Constructor for class org.juzu.metadata.ApplicationDescriptor
 

C

CharArray - Interface in org.juzu.text
An array of chars.
CharArray.Simple - Class in org.juzu.text
 
CharArray.Simple(CharSequence) - Constructor for class org.juzu.text.CharArray.Simple
 
Controller - Class in org.juzu
 
Controller() - Constructor for class org.juzu.Controller
 
ControllerDescriptor - Class in org.juzu.metadata
 
ControllerDescriptor(Class<?>, List<ControllerMethod>) - Constructor for class org.juzu.metadata.ControllerDescriptor
 
ControllerMethod - Class in org.juzu.metadata
A controller method.
ControllerMethod(String, Phase, Class<?>, Method, List<ControllerParameter>) - Constructor for class org.juzu.metadata.ControllerMethod
 
ControllerParameter - Class in org.juzu.metadata
A parameter of a controller
ControllerParameter(String) - Constructor for class org.juzu.metadata.ControllerParameter
 
ControllerParameter(String, String) - Constructor for class org.juzu.metadata.ControllerParameter
 
Coordinate - Class in org.juzu.text
 
Coordinate(int, Location) - Constructor for class org.juzu.text.Coordinate
 
Coordinate(int, int, int) - Constructor for class org.juzu.text.Coordinate
 
createResponse(ControllerMethod) - Method in class org.juzu.request.ActionContext
 
createResponse(ControllerMethod, Object) - Method in class org.juzu.request.ActionContext
 
createResponse(ControllerMethod, Object[]) - Method in class org.juzu.request.ActionContext
 
createURLBuilder(ControllerMethod) - Method in class org.juzu.request.MimeContext
 
createURLBuilder(ControllerMethod, Object) - Method in class org.juzu.request.MimeContext
 
createURLBuilder(ControllerMethod, Object[]) - Method in class org.juzu.request.MimeContext
 

D

destroy() - Method in class org.juzu.portlet.JuzuPortlet
 

E

equals(Object) - Method in class org.juzu.metadata.ControllerParameter
 
equals(Object) - Method in class org.juzu.text.Location
 

F

FlashScoped - Annotation Type in org.juzu
 

G

getArgumentParameters() - Method in class org.juzu.metadata.ControllerMethod
 
getAttributes() - Method in class org.juzu.template.TemplateRenderContext
 
getClassLoader() - Method in class org.juzu.request.RequestContext
 
getCol() - Method in class org.juzu.text.Location
 
getControllerMethod(Class<?>, String, Class<?>...) - Method in class org.juzu.metadata.ApplicationDescriptor
 
getControllerMethodById(String) - Method in class org.juzu.metadata.ApplicationDescriptor
 
getControllerMethods() - Method in class org.juzu.metadata.ApplicationDescriptor
 
getControllers() - Method in class org.juzu.metadata.ApplicationDescriptor
 
getDefaultController() - Method in class org.juzu.metadata.ApplicationDescriptor
 
getDescriptor() - Method in class org.juzu.request.ApplicationContext
 
getId() - Method in class org.juzu.metadata.ControllerMethod
 
getLength() - Method in interface org.juzu.text.CharArray
Returns the number of characters contained in this array.
getLength() - Method in class org.juzu.text.CharArray.Simple
 
getLine() - Method in class org.juzu.text.Location
 
getLineNumber() - Method in exception org.juzu.template.TemplateExecutionException
 
getLocale() - Method in class org.juzu.template.TemplateRenderContext
 
getMessage() - Method in exception org.juzu.template.TemplateExecutionException
 
getMethod() - Method in class org.juzu.metadata.ControllerMethod
 
getMethod() - Method in class org.juzu.request.RequestContext
 
getMethods() - Method in class org.juzu.metadata.ControllerDescriptor
 
getName() - Method in class org.juzu.metadata.ApplicationDescriptor
 
getName() - Method in class org.juzu.metadata.ControllerMethod
 
getName() - Method in class org.juzu.metadata.ControllerParameter
Returns the parameter name.
getOffset() - Method in class org.juzu.text.Coordinate
 
getPackageName() - Method in class org.juzu.metadata.ApplicationDescriptor
 
getParameters() - Method in class org.juzu.request.RequestContext
 
getPath() - Method in class org.juzu.metadata.TemplateDescriptor
 
getPath() - Method in class org.juzu.template.Template
 
getPhase() - Method in class org.juzu.metadata.ControllerMethod
 
getPhase() - Method in class org.juzu.request.ActionContext
 
getPhase() - Method in class org.juzu.request.RenderContext
 
getPhase() - Method in class org.juzu.request.RequestContext
 
getPhase() - Method in class org.juzu.request.ResourceContext
 
getPosition() - Method in class org.juzu.text.Coordinate
 
getPrinter() - Method in class org.juzu.request.ApplicationContext
 
getPrinter() - Method in class org.juzu.request.MimeContext
Returns the current printer.
getPrinter() - Method in class org.juzu.template.TemplateRenderContext
 
getTemplates() - Method in class org.juzu.metadata.ApplicationDescriptor
 
getTemplatesPackageName() - Method in class org.juzu.metadata.ApplicationDescriptor
 
getText() - Method in exception org.juzu.template.TemplateExecutionException
 
getTitle() - Method in class org.juzu.template.TemplateRenderContext
 
getType() - Method in class org.juzu.metadata.ControllerDescriptor
 
getType() - Method in class org.juzu.metadata.ControllerMethod
 
getType() - Method in class org.juzu.metadata.TemplateDescriptor
 
getTypeName() - Method in class org.juzu.metadata.ControllerDescriptor
 
getValue() - Method in class org.juzu.metadata.ControllerParameter
Returns the value matched by a controller parameter or null if the parameter can match any value.

I

id(Annotation) - Method in enum org.juzu.request.Phase
 
IdentityScoped - Annotation Type in org.juzu
 
init(PortletConfig) - Method in class org.juzu.portlet.JuzuPortlet
 
isSent() - Method in class org.juzu.request.ActionContext
 

J

JuzuPortlet - Class in org.juzu.portlet
 
JuzuPortlet() - Constructor for class org.juzu.portlet.JuzuPortlet
 

L

Location - Class in org.juzu.text
 
Location(int, int) - Constructor for class org.juzu.text.Location
 

M

MimeContext - Class in org.juzu.request
 

O

org.juzu - package org.juzu
 
org.juzu.metadata - package org.juzu.metadata
 
org.juzu.portlet - package org.juzu.portlet
 
org.juzu.request - package org.juzu.request
 
org.juzu.template - package org.juzu.template
 
org.juzu.text - package org.juzu.text
 

P

Path - Annotation Type in org.juzu
A path.
Phase - Enum in org.juzu.request
A phase.
Printer - Interface in org.juzu.text
 
processAction(ActionContext) - Method in class org.juzu.Controller
 
processAction(ActionRequest, ActionResponse) - Method in class org.juzu.portlet.JuzuPortlet
 

R

redirect(String) - Method in class org.juzu.request.ActionContext
 
render(RenderContext) - Method in class org.juzu.Controller
 
render(RenderRequest, RenderResponse) - Method in class org.juzu.portlet.JuzuPortlet
 
render(Template, Printer, Map<String, ?>, Locale) - Method in class org.juzu.request.ApplicationContext
 
render(TemplateRenderContext) - Method in interface org.juzu.template.Renderable
 
render(TemplateRenderContext, Renderable, Map<String, String>) - Method in class org.juzu.template.TagHandler
 
render() - Method in class org.juzu.template.Template.Builder
 
render() - Method in class org.juzu.template.Template
 
render(Locale) - Method in class org.juzu.template.Template
 
render(Map<String, ?>) - Method in class org.juzu.template.Template
 
render(Map<String, ?>, Locale) - Method in class org.juzu.template.Template
 
render(Printer) - Method in class org.juzu.template.Template
 
render(Printer, Locale) - Method in class org.juzu.template.Template
 
render(Printer, Map<String, ?>) - Method in class org.juzu.template.Template
 
render(Printer, Map<String, ?>, Locale) - Method in class org.juzu.template.Template
Renders the template.
Renderable - Interface in org.juzu.template
 
RenderContext - Class in org.juzu.request
 
RenderContext(ControllerMethod, ClassLoader, RenderBridge) - Constructor for class org.juzu.request.RenderContext
 
RequestContext - Class in org.juzu.request
 
RequestContext(ControllerMethod, ClassLoader) - Constructor for class org.juzu.request.RequestContext
 
RequestScoped - Annotation Type in org.juzu
 
resolveBean(String) - Method in class org.juzu.request.ApplicationContext
 
resolveBean(String) - Method in class org.juzu.template.TemplateRenderContext
 
resolveTemplate(String) - Method in class org.juzu.template.TemplateRenderContext
 
Resource - Annotation Type in org.juzu
Annotate a method for declaring a resource serving controller method.
ResourceContext - Class in org.juzu.request
 
ResourceContext(ControllerMethod, ClassLoader, ResourceBridge) - Constructor for class org.juzu.request.ResourceContext
 
Response - Interface in org.juzu
A response object signalling to the portal the action to take after an interaction.
Response.Redirect - Interface in org.juzu
A response instructing to execute an HTTP redirection after the current interaction.
Response.Render - Interface in org.juzu
A response instructing to execute a render phase of a controller method after the current interaction.

S

serveResource(ResourceContext) - Method in class org.juzu.Controller
 
serveResource(ResourceRequest, ResourceResponse) - Method in class org.juzu.portlet.JuzuPortlet
 
SessionScoped - Annotation Type in org.juzu
 
set(String, Object) - Method in class org.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 org.juzu.Response.Render
Set a parameter for the controller method.
setParameter(String, String) - Method in interface org.juzu.URLBuilder
Set a parameter on the URL that will be built by this builder.
setTitle(String) - Method in class org.juzu.request.RenderContext
 
setTitle(String) - Method in class org.juzu.template.TemplateRenderContext
 

T

TagHandler - Class in org.juzu.template
 
TagHandler() - Constructor for class org.juzu.template.TagHandler
 
Template - Class in org.juzu.template
 
Template(ApplicationContext, String) - Constructor for class org.juzu.template.Template
 
Template.Builder - Class in org.juzu.template
 
Template.Builder() - Constructor for class org.juzu.template.Template.Builder
 
TemplateDescriptor - Class in org.juzu.metadata
 
TemplateDescriptor(String, Class<? extends Template>) - Constructor for class org.juzu.metadata.TemplateDescriptor
 
TemplateExecutionException - Exception in org.juzu.template
An exception that denotes a template execution exception.
TemplateExecutionException(String, Location, String, String, Throwable) - Constructor for exception org.juzu.template.TemplateExecutionException
 
TemplateExecutionException(String, Location, String, Throwable) - Constructor for exception org.juzu.template.TemplateExecutionException
 
TemplateRenderContext - Class in org.juzu.template
 
TemplateRenderContext(Printer) - Constructor for class org.juzu.template.TemplateRenderContext
 
TemplateRenderContext(Printer, Map<String, ?>) - Constructor for class org.juzu.template.TemplateRenderContext
 
TemplateRenderContext(Printer, Locale) - Constructor for class org.juzu.template.TemplateRenderContext
 
TemplateRenderContext(Printer, Map<String, ?>, Locale) - Constructor for class org.juzu.template.TemplateRenderContext
 
toString() - Method in class org.juzu.metadata.ControllerMethod
 
toString() - Method in class org.juzu.metadata.ControllerParameter
 
toString() - Method in class org.juzu.template.Template
 
toString() - Method in class org.juzu.text.Coordinate
 
toString() - Method in class org.juzu.text.Location
 
toString() - Method in interface org.juzu.URLBuilder
Build the string value of this URL.

U

UndeclaredIOException - Exception in org.juzu
An unchecked wrapper for IOException.
UndeclaredIOException(IOException) - Constructor for exception org.juzu.UndeclaredIOException
 
URLBuilder - Interface in org.juzu
The URLBuilder produces URL for a Juzu application.

V

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

W

write(OutputStream) - Method in class org.juzu.text.CharArray.Simple
 
write(Appendable) - Method in class org.juzu.text.CharArray.Simple
 
write(OutputStream) - Method in interface org.juzu.text.CharArray
 
write(Appendable) - Method in interface org.juzu.text.CharArray
 
write(char) - Method in interface org.juzu.text.Printer
 
write(String) - Method in interface org.juzu.text.Printer
 
write(CharSequence) - Method in interface org.juzu.text.Printer
 
write(CharArray) - Method in interface org.juzu.text.Printer
 
write(char) - Method in class org.juzu.text.WriterPrinter
 
write(CharSequence) - Method in class org.juzu.text.WriterPrinter
 
write(String) - Method in class org.juzu.text.WriterPrinter
 
write(CharArray) - Method in class org.juzu.text.WriterPrinter
 
WriterPrinter - Class in org.juzu.text
 
WriterPrinter(Appendable) - Constructor for class org.juzu.text.WriterPrinter
 

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

Copyright © 2011 eXo Platform SAS. All Rights Reserved.