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

A

AccountPage - Class in net.sf.bimbo.impl
Account Page implementation.
AccountPage() - Constructor for class net.sf.bimbo.impl.AccountPage
 
Action - Annotation Type in net.sf.bimbo
Marks a method as an action.
addAttribute(String, String) - Method in class net.sf.bimbo.impl.HtmlElement
Adds an attribute to the HTML element.
Authenticated - Annotation Type in net.sf.bimbo
Marks that a user should be authentication before being able to invoke the corresponding action.

B

BimboContext - Interface in net.sf.bimbo
Bimbo Context interface.
BimboPrincipal - Class in net.sf.bimbo.impl
Bimbo principal implementation.
BimboPrincipal(String) - Constructor for class net.sf.bimbo.impl.BimboPrincipal
 
BimboServlet - Class in net.sf.bimbo
The Bimbo web application runtime servlet.
BimboServlet() - Constructor for class net.sf.bimbo.BimboServlet
 
BlameMe - Annotation Type in net.sf.bimbo
Marks an input field of your class as being responsible for certain exceptions thrown by the page actions.
BooleanRenderer - Class in net.sf.bimbo.impl
Boolean renderer implementation.
BooleanRenderer() - Constructor for class net.sf.bimbo.impl.BooleanRenderer
 

C

Constraint - Annotation Type in net.sf.bimbo
Use this to add a constraint to an input field.
ConversionException - Exception in net.sf.bimbo.spi
Conversion exception.
ConversionException(String) - Constructor for exception net.sf.bimbo.spi.ConversionException
 
createPage(Class<T>, HttpServletRequest, HttpServletResponse) - Method in class net.sf.bimbo.BimboServlet
 

D

DateRenderer - Class in net.sf.bimbo.impl
Date renderer implementation.
DateRenderer() - Constructor for class net.sf.bimbo.impl.DateRenderer
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class net.sf.bimbo.BimboServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class net.sf.bimbo.BimboServlet
 
DoubleRenderer - Class in net.sf.bimbo.impl
Double renderer.
DoubleRenderer() - Constructor for class net.sf.bimbo.impl.DoubleRenderer
 

E

escape(Object) - Static method in class net.sf.bimbo.impl.HtmlUtil
HTML entity escape the given input object.

F

FloatRenderer - Class in net.sf.bimbo.impl
Float renderer.
FloatRenderer() - Constructor for class net.sf.bimbo.impl.FloatRenderer
 

G

getApplicationTitleStyle() - Method in class net.sf.bimbo.impl.StyleAdviceManager
 
getName() - Method in class net.sf.bimbo.impl.BimboPrincipal
 
getPageTitleStyle() - Method in class net.sf.bimbo.impl.StyleAdviceManager
 

H

HtmlElement - Class in net.sf.bimbo.impl
HTML element generator.
HtmlElement(String) - Constructor for class net.sf.bimbo.impl.HtmlElement
Main constructor.
HtmlUtil - Class in net.sf.bimbo.impl
Utility class for HTML operations.

I

init(ServletConfig) - Method in class net.sf.bimbo.BimboServlet
 
Input - Annotation Type in net.sf.bimbo
Marks a field of your class as being an input element.
IntegerRenderer - Class in net.sf.bimbo.impl
Integer renderer.
IntegerRenderer() - Constructor for class net.sf.bimbo.impl.IntegerRenderer
 

L

loadClass(String) - Static method in class net.sf.bimbo.BimboServlet
 
login() - Method in class net.sf.bimbo.impl.LoginPage
 
LoginPage - Class in net.sf.bimbo.impl
Login page implementation.
LoginPage() - Constructor for class net.sf.bimbo.impl.LoginPage
 

N

net.sf.bimbo - package net.sf.bimbo
Bimbo API.
net.sf.bimbo.impl - package net.sf.bimbo.impl
Bimbo Implementation package.
net.sf.bimbo.spi - package net.sf.bimbo.spi
Bimbo SPI.

O

Output - Annotation Type in net.sf.bimbo
Marks a field of your class as output element.

P

performAction(Object, String, Object, HttpSession, PrintWriter, HttpServletRequest, HttpServletResponse) - Method in interface net.sf.bimbo.BimboContext
 
performAction(Object, String, Object, HttpSession, PrintWriter, HttpServletRequest, HttpServletResponse) - Method in class net.sf.bimbo.BimboServlet
 
postConstruct() - Method in class net.sf.bimbo.impl.AccountPage
 

R

Render - Annotation Type in net.sf.bimbo
Sets the renderer of a field.
Renderer<T> - Interface in net.sf.bimbo.spi
Interface for renderer component.
renderInput(String, Boolean, Input, PrintWriter) - Method in class net.sf.bimbo.impl.BooleanRenderer
 
renderInput(String, Date, Input, PrintWriter) - Method in class net.sf.bimbo.impl.DateRenderer
 
renderInput(String, Double, Input, PrintWriter) - Method in class net.sf.bimbo.impl.DoubleRenderer
 
renderInput(String, Float, Input, PrintWriter) - Method in class net.sf.bimbo.impl.FloatRenderer
 
renderInput(String, Integer, Input, PrintWriter) - Method in class net.sf.bimbo.impl.IntegerRenderer
 
renderInput(String, String, Input, PrintWriter) - Method in class net.sf.bimbo.impl.StringRenderer
 
renderInput(String, T, Input, PrintWriter) - Method in interface net.sf.bimbo.spi.Renderer
Renders the component for input.
renderOutput(String, Boolean, PrintWriter) - Method in class net.sf.bimbo.impl.BooleanRenderer
 
renderOutput(String, Date, PrintWriter) - Method in class net.sf.bimbo.impl.DateRenderer
 
renderOutput(String, Double, PrintWriter) - Method in class net.sf.bimbo.impl.DoubleRenderer
 
renderOutput(String, Float, PrintWriter) - Method in class net.sf.bimbo.impl.FloatRenderer
 
renderOutput(String, Integer, PrintWriter) - Method in class net.sf.bimbo.impl.IntegerRenderer
 
renderOutput(String, String, PrintWriter) - Method in class net.sf.bimbo.impl.StringRenderer
 
renderOutput(String, T, PrintWriter) - Method in interface net.sf.bimbo.spi.Renderer
Renders the component for output.
restore(String, HttpServletRequest) - Method in class net.sf.bimbo.impl.BooleanRenderer
 
restore(String, HttpServletRequest) - Method in class net.sf.bimbo.impl.DateRenderer
 
restore(String, HttpServletRequest) - Method in class net.sf.bimbo.impl.DoubleRenderer
 
restore(String, HttpServletRequest) - Method in class net.sf.bimbo.impl.FloatRenderer
 
restore(String, HttpServletRequest) - Method in class net.sf.bimbo.impl.IntegerRenderer
 
restore(String, HttpServletRequest) - Method in class net.sf.bimbo.impl.StringRenderer
 
restore(String, HttpServletRequest) - Method in interface net.sf.bimbo.spi.Renderer
Restores the value from the HTTP request parameters.

S

saveActionPage(Object, String, HttpSession) - Static method in class net.sf.bimbo.impl.LoginPage
 
SessionAttribute - Annotation Type in net.sf.bimbo
Marks a field of your class as a HTTP session attribute.
setBody(String) - Method in class net.sf.bimbo.impl.HtmlElement
Sets the body of this HTML element.
setEscapedBody(String) - Method in class net.sf.bimbo.impl.HtmlElement
Sets the HTML entity escaped body.
setWelcomePageClass(Class<?>) - Static method in class net.sf.bimbo.impl.StyleAdviceManager
Sets the welcome page class.
StringRenderer - Class in net.sf.bimbo.impl
String renderer.
StringRenderer() - Constructor for class net.sf.bimbo.impl.StringRenderer
 
StyleAdviceManager - Class in net.sf.bimbo.impl
Bimbo Style Advice Manager component.
StyleAdviceManager(Class<?>) - Constructor for class net.sf.bimbo.impl.StyleAdviceManager
Main constructor.

T

Title - Annotation Type in net.sf.bimbo
Sets the title of you web application page class.

U

USERNAME_SESSION_ATTRIBUTE - Static variable in class net.sf.bimbo.BimboServlet
 

W

write(PrintWriter) - Method in class net.sf.bimbo.impl.HtmlElement
Outputs the HTML element to the given writer.

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

Copyright © 2008 Frank Cornelis IT. All Rights Reserved.