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

A

A - Static variable in interface org.ujorm.tools.web.Html
Anchor element
A_ACTION - Static variable in interface org.ujorm.tools.web.Html
 
A_ALT - Static variable in interface org.ujorm.tools.web.Html
Alternate text
A_CELLPADDING - Static variable in interface org.ujorm.tools.web.Html
Deprecated.
Attribute cellpadding is not supported in HTML 5.
A_CELLSPACING - Static variable in interface org.ujorm.tools.web.Html
Deprecated.
Attribute cellspacing is not supported in HTML 5.
A_CHARSET - Static variable in interface org.ujorm.tools.web.Html
 
A_CHECKED - Static variable in interface org.ujorm.tools.web.Html
 
A_CLASS - Static variable in interface org.ujorm.tools.web.Html
 
A_COLS - Static variable in interface org.ujorm.tools.web.Html
 
A_COLSPAN - Static variable in interface org.ujorm.tools.web.Html
 
A_CONTENT - Static variable in interface org.ujorm.tools.web.Html
 
A_FOR - Static variable in interface org.ujorm.tools.web.Html
 
A_HREF - Static variable in interface org.ujorm.tools.web.Html
 
A_HTTP_EQUIV - Static variable in interface org.ujorm.tools.web.Html
 
A_ID - Static variable in interface org.ujorm.tools.web.Html
 
A_LANG - Static variable in interface org.ujorm.tools.web.Html
Language attribute of the HTML pagee (e.g.
A_LANGUAGE - Static variable in interface org.ujorm.tools.web.Html
Reference of the programing language (e.g.
A_MAXLENGTH - Static variable in interface org.ujorm.tools.web.Html
 
A_MEDIA - Static variable in interface org.ujorm.tools.web.Html
 
A_METHOD - Static variable in interface org.ujorm.tools.web.Html
 
A_NAME - Static variable in interface org.ujorm.tools.web.Html
 
A_ONCLICK - Static variable in interface org.ujorm.tools.web.Html
 
A_PLACEHOLDER - Static variable in interface org.ujorm.tools.web.Html
A short hint to describe the expected value of an input field
A_READONLY - Static variable in interface org.ujorm.tools.web.Html
 
A_REL - Static variable in interface org.ujorm.tools.web.Html
 
A_ROWS - Static variable in interface org.ujorm.tools.web.Html
 
A_ROWSPAN - Static variable in interface org.ujorm.tools.web.Html
 
A_SELECTED - Static variable in interface org.ujorm.tools.web.Html
 
A_SRC - Static variable in interface org.ujorm.tools.web.Html
 
A_STYLE - Static variable in interface org.ujorm.tools.web.Html
CSS style
A_TARGET - Static variable in interface org.ujorm.tools.web.Html
 
A_TITLE - Static variable in interface org.ujorm.tools.web.Html
A tooltip of an element
A_TYPE - Static variable in interface org.ujorm.tools.web.Html
 
A_VALUE - Static variable in interface org.ujorm.tools.web.Html
 
AbstractElement<E extends AbstractElement<?>> - Class in org.ujorm.tools.xml
Deprecated.
Use the interface ApiElement rather.
AbstractElement(String) - Constructor for class org.ujorm.tools.xml.AbstractElement
Deprecated.
 
AbstractWriter - Class in org.ujorm.tools.xml
A generic writer
AbstractWriter(Appendable, XmlConfig) - Constructor for class org.ujorm.tools.xml.AbstractWriter
A writer constructor
accept(ResultSet) - Method in interface org.ujorm.tools.jdbc.RsConsumer
 
accept(T) - Method in interface org.ujorm.tools.web.ao.IOConsumer
 
accept(JsonBuilder) - Method in interface org.ujorm.tools.web.ao.ObjectProvider
Write a HTML code to the element
accept(Element) - Method in interface org.ujorm.tools.web.json.ValueProvider
Write a HTML code to the element
acceptResultset(ResultSet) - Method in interface org.ujorm.tools.jdbc.RsConsumer
 
add(Joinable<R, F>) - Method in interface org.ujorm.tools.common.Joinable
Send a result of the first function to the next one.
add(Function<D, V>) - Method in class org.ujorm.tools.web.report.ReportBuilder
 
add(Function<D, V>, CharSequence) - Method in class org.ujorm.tools.web.report.ReportBuilder
 
add(Function<D, V>, Injector) - Method in class org.ujorm.tools.web.report.ReportBuilder
 
add(Function<D, V>, CharSequence, HttpParameter) - Method in class org.ujorm.tools.web.report.ReportBuilder
 
add(Function<D, V>, Injector, HttpParameter) - Method in class org.ujorm.tools.web.report.ReportBuilder
 
add(Function<D, V>) - Method in class org.ujorm.tools.web.table.GridBuilder
 
add(Function<D, V>, CharSequence) - Method in class org.ujorm.tools.web.table.GridBuilder
 
add(Function<D, V>, Injector) - Method in class org.ujorm.tools.web.table.GridBuilder
 
add(Function<D, V>, CharSequence, HttpParameter) - Method in class org.ujorm.tools.web.table.GridBuilder
 
add(Function<D, V>, Injector, HttpParameter) - Method in class org.ujorm.tools.web.table.GridBuilder
 
addAnchor(String, CharSequence...) - Method in class org.ujorm.tools.web.Element
Add an anchor element with URL and CSS classes
addAnchoredText(String, Object...) - Method in class org.ujorm.tools.web.Element
Deprecated.
addArguments(Object...) - Method in class org.ujorm.tools.jdbc.JdbcBuilder
Add argument values with no SAPARATOR and no MARKER (for a common use)
addArguments(Object...) - Method in class org.ujorm.tools.sql.SqlBuilder
 
addBody(CharSequence...) - Method in class org.ujorm.tools.web.Element
Add new body element
addBody() - Method in class org.ujorm.tools.web.HtmlElement
Returns a body element
addBreak(CharSequence...) - Method in class org.ujorm.tools.web.Element
Add a line break
addButton(CharSequence...) - Method in class org.ujorm.tools.web.Element
Add new button element
addCDATA(CharSequence) - Method in class org.ujorm.tools.web.Element
 
addCDATA(CharSequence) - Method in class org.ujorm.tools.web.HtmlElement
Deprecated.
addCDATA(CharSequence) - Method in interface org.ujorm.tools.xml.ApiElement
Add a character data in CDATA format to XML only.
addCDATA(CharSequence) - Method in class org.ujorm.tools.xml.builder.XmlBuilder
Deprecated.
addCDATA(CharSequence) - Method in class org.ujorm.tools.xml.model.XmlModel
Add a character data in CDATA format to XML only.
addChild(Object) - Method in class org.ujorm.tools.xml.model.XmlModel
Add a child entity
addColumn(Column<D>, CharSequence) - Method in class org.ujorm.tools.web.report.ReportBuilder
 
addColumn(Column<D>, Injector) - Method in class org.ujorm.tools.web.report.ReportBuilder
 
addColumn(Column<D>, CharSequence) - Method in class org.ujorm.tools.web.table.GridBuilder
 
addColumn(Column<D>, Injector) - Method in class org.ujorm.tools.web.table.GridBuilder
 
addComment(CharSequence) - Method in class org.ujorm.tools.web.Element
 
addComment(CharSequence) - Method in class org.ujorm.tools.web.HtmlElement
 
addComment(CharSequence) - Method in interface org.ujorm.tools.xml.ApiElement
Add a comment text.
addComment(CharSequence) - Method in class org.ujorm.tools.xml.builder.XmlBuilder
Deprecated.
addComment(CharSequence) - Method in class org.ujorm.tools.xml.model.XmlModel
Add a comment text.
addCookie(Cookie) - Method in class org.ujorm.tools.web.ao.MockServletResponse
Deprecated.
addCssBodies(CharSequence, CharSequence...) - Method in class org.ujorm.tools.web.HtmlElement
Create a new CSS element and return it.
addCssBody(CharSequence) - Method in class org.ujorm.tools.web.HtmlElement
Create a new CSS element and return it
addCssLink(CharSequence) - Method in class org.ujorm.tools.web.HtmlElement
Create a new CSS element and return it
addCssLinks(CharSequence...) - Method in class org.ujorm.tools.web.HtmlElement
Create a new CSS element and return it
addDateHeader(String, long) - Method in class org.ujorm.tools.web.ao.MockServletResponse
Deprecated.
addDiv(CharSequence...) - Method in class org.ujorm.tools.web.Element
Add new div element
addElement(String) - Method in class org.ujorm.tools.web.Element
Create new Element
addElement(String, CharSequence...) - Method in class org.ujorm.tools.web.Element
Add a new Element with optional CSS classes
addElement(String) - Method in class org.ujorm.tools.web.HtmlElement
Create new Element
addElement(String) - Method in interface org.ujorm.tools.xml.ApiElement
Create a new XmlElement for a required name and add it to children.
addElement(String) - Method in class org.ujorm.tools.xml.builder.XmlBuilder
Create a new XmlBuilder for a required name and add it to children.
addElement(XmlModel) - Method in class org.ujorm.tools.xml.model.XmlModel
Add a child element
addElement(String) - Method in class org.ujorm.tools.xml.model.XmlModel
Create a new XmlModel for a required name and add it to children.
addElementIf(boolean, String, CharSequence...) - Method in class org.ujorm.tools.web.Element
Add an element according to a condition.
addFieldset(String, CharSequence...) - Method in class org.ujorm.tools.web.Element
Add new fieldset element including a title
addForm(CharSequence...) - Method in class org.ujorm.tools.web.Element
Add new form element
addHead() - Method in class org.ujorm.tools.web.HtmlElement
Returns a head element
addHeader(String, String) - Method in class org.ujorm.tools.web.ao.MockServletResponse
Deprecated.
addHeading(CharSequence, CharSequence...) - Method in class org.ujorm.tools.web.Element
Add a top heading (level one)
addHeading(int, CharSequence, CharSequence...) - Method in class org.ujorm.tools.web.Element
Add new heading with the required level where the first level is the one,
addImage(CharSequence, CharSequence, CharSequence...) - Method in class org.ujorm.tools.web.Element
Add a link to an image
addImage(InputStream, CharSequence, CharSequence...) - Method in class org.ujorm.tools.web.Element
Add an embeded image
addInput(CharSequence...) - Method in class org.ujorm.tools.web.Element
Add new input element
addInternal(Function<D, V>, CharSequence, HttpParameter) - Method in class org.ujorm.tools.web.table.GridBuilder
 
addIntHeader(String, int) - Method in class org.ujorm.tools.web.ao.MockServletResponse
Deprecated.
addJavascriptBody(CharSequence...) - Method in class org.ujorm.tools.web.HtmlElement
Create a new Javascript element and return it.
addJavascriptContents(CharSequence) - Method in class org.ujorm.tools.web.HtmlElement
Deprecated.
addJavascriptLink(boolean, CharSequence) - Method in class org.ujorm.tools.web.HtmlElement
Create a new Javascript element and return it
addJavascriptLinks(boolean, CharSequence...) - Method in class org.ujorm.tools.web.HtmlElement
Create a new Javascript element and return it
addLabel(CharSequence...) - Method in class org.ujorm.tools.web.Element
Add new label element
addLink(CharSequence...) - Method in class org.ujorm.tools.web.Element
Add new link element
addLinkedText(String, Object...) - Method in class org.ujorm.tools.web.Element
Add a
addListItem(CharSequence...) - Method in class org.ujorm.tools.web.Element
 
addOption(CharSequence...) - Method in class org.ujorm.tools.web.Element
Add new option element
addOrder(CharSequence) - Method in class org.ujorm.tools.web.report.ReportBuilder
Add new column for a row counting
addOrder(CharSequence) - Method in class org.ujorm.tools.web.table.GridBuilder
Add new column for a row counting
addOrderedList(CharSequence...) - Method in class org.ujorm.tools.web.Element
Add new ordered list element
addParagraph(CharSequence...) - Method in class org.ujorm.tools.web.Element
Add new paragram element
addPasswordInput(CharSequence...) - Method in class org.ujorm.tools.web.Element
Add new input element type of password
addPreformatted(CharSequence...) - Method in class org.ujorm.tools.web.Element
Add new pre element
addRawText(Object) - Method in class org.ujorm.tools.web.Element
 
addRawText(Object...) - Method in class org.ujorm.tools.web.Element
 
addRawText(Object) - Method in class org.ujorm.tools.web.HtmlElement
 
addRawText(Object) - Method in interface org.ujorm.tools.xml.ApiElement
Add an native text with no escaped characters, for example: XML code, JavaScript, CSS styles
addRawText(Object) - Method in class org.ujorm.tools.xml.builder.XmlBuilder
Add an native text with no escaped characters, for example: XML code, JavaScript, CSS styles
addRawText(Object) - Method in class org.ujorm.tools.xml.model.XmlModel
Add an native text with no escaped characters, for example: XML code, JavaScript, CSS styles
addRawTexts(CharSequence, Object...) - Method in class org.ujorm.tools.web.Element
Add many words separated by a delimeter
addScript(CharSequence...) - Method in class org.ujorm.tools.web.Element
Add new script element
addSelect(CharSequence...) - Method in class org.ujorm.tools.web.Element
Add new select element
addSelectOptions(Object, Map<?, ?>, CharSequence...) - Method in class org.ujorm.tools.web.Element
Add options from map to current select element
addSpan(CharSequence...) - Method in class org.ujorm.tools.web.Element
Add new span element
addStyle(CharSequence...) - Method in class org.ujorm.tools.web.Element
Add new style element
addSubmitButton(CharSequence...) - Method in class org.ujorm.tools.web.Element
Add a submit button
addTable(CharSequence...) - Method in class org.ujorm.tools.web.Element
Add new Table
addTable(Object[][], CharSequence...) - Method in class org.ujorm.tools.web.Element
Create a HTML table according to data
addTable(Collection<Object[]>, CharSequence...) - Method in class org.ujorm.tools.web.Element
Create a HTML table according to data
addTable(Stream<D>, CharSequence[], Object[], Function<D, V>...) - Method in class org.ujorm.tools.web.Element
Create a HTML table according to data Usage element.addTable(getCars(), cssClasses, titles, Car::getId, Car::getName, Car::getEnabled);
addTableDetail(CharSequence...) - Method in class org.ujorm.tools.web.Element
Add new detail of table element
addTableHead(CharSequence...) - Method in class org.ujorm.tools.web.Element
Add new head of table element
addTableNoSpaces(CharSequence...) - Method in class org.ujorm.tools.web.Element
Deprecated.
Use a CSS style rather.
addTableRow(CharSequence...) - Method in class org.ujorm.tools.web.Element
Add new table row element
addTemplate(String, Object...) - Method in class org.ujorm.tools.web.Element
Deprecated.
addText(Object) - Method in class org.ujorm.tools.web.Element
Add simple text
addText(Object...) - Method in class org.ujorm.tools.web.Element
Add many texts with no separator
addText(Object) - Method in class org.ujorm.tools.web.HtmlElement
 
addText(Object) - Method in interface org.ujorm.tools.xml.ApiElement
Add a text and escape special character
addText(Object) - Method in class org.ujorm.tools.xml.builder.XmlBuilder
Add a text and escape special character
addText(Object) - Method in class org.ujorm.tools.xml.model.XmlModel
Add a text and escape special character
addTextArea(CharSequence...) - Method in class org.ujorm.tools.web.Element
Add new text area element
addTextInp(HttpParameter, V, CharSequence, CharSequence...) - Method in class org.ujorm.tools.web.Element
Add new input element type of text including attributes: name, value, placeholder and title
addTextInput(CharSequence...) - Method in class org.ujorm.tools.web.Element
Add new input element type of text
addTextInput(HttpServletRequest, HttpParameter, CharSequence, CharSequence...) - Method in class org.ujorm.tools.web.Element
Deprecated.
Use the method of the same name with an explicit value.
addTexts(CharSequence, Object...) - Method in class org.ujorm.tools.web.Element
Add many words separated by a delimeter
addTextSeparted(CharSequence, Object...) - Method in class org.ujorm.tools.web.Element
Deprecated.
addTextTemplated(CharSequence, Object...) - Method in class org.ujorm.tools.web.Element
Add a template based text with parameters with hight performance.
addTextTemplated(CharSequence, Object...) - Method in class org.ujorm.tools.web.HtmlElement
 
addTextTemplated(CharSequence, Object...) - Method in interface org.ujorm.tools.xml.ApiElement
Message template
addTextTemplated(CharSequence, Object...) - Method in class org.ujorm.tools.xml.builder.XmlBuilder
Message template with hight performance.
addTextTemplated(CharSequence, Object...) - Method in class org.ujorm.tools.xml.model.XmlModel
Message template with hight performance.
addTitle(CharSequence...) - Method in class org.ujorm.tools.web.Element
Add new title element
addUnorderedlist(CharSequence...) - Method in class org.ujorm.tools.web.Element
Add new unordered list element
addValue(Object) - Method in class org.ujorm.tools.jdbc.JdbcBuilder
Add a value to SQL (inlucing MARKER)
addValue(Object) - Method in class org.ujorm.tools.sql.SqlBuilder
 
ajaxEnabled - Variable in class org.ujorm.tools.web.report.ReportBuilder
is An AJAX enabled?
ajaxRequestParam - Variable in class org.ujorm.tools.web.ajax.JavaScriptWriter
Javascript ajax request parameter
ajaxRequestParam - Variable in class org.ujorm.tools.web.report.ReportBuilder
AJAX request param
ajaxRequestPath - Variable in class org.ujorm.tools.web.ajax.JavaScriptWriter
Javascript ajax request parameter
ajaxTimeout - Variable in class org.ujorm.tools.web.ajax.JavaScriptWriter
Ajax Timeout
andCondition(CharSequence, String, Object) - Method in class org.ujorm.tools.jdbc.JdbcBuilder
Add a condition for a valid argument joined by AND operator
andCondition(CharSequence, String, Object...) - Method in class org.ujorm.tools.jdbc.JdbcBuilder
Add a condition for a multivalue argument joined by AND operator
andCondition(CharSequence, String, Object...) - Method in class org.ujorm.tools.sql.SqlBuilder
 
andCondition(CharSequence, String, Object) - Method in class org.ujorm.tools.sql.SqlBuilder
 
ApiElement<E extends ApiElement<?>> - Interface in org.ujorm.tools.xml
An element model API.
ApiInjector - Interface in org.ujorm.tools.xml.config
An common element writer
append(CharSequence) - Method in class org.ujorm.tools.web.json.JsonWriter
 
append(CharSequence, int, int) - Method in class org.ujorm.tools.web.json.JsonWriter
 
append(char) - Method in class org.ujorm.tools.web.json.JsonWriter
 
appendValue(Object) - Method in class org.ujorm.tools.msg.ValuePrinter
Append value
apply(D) - Method in interface org.ujorm.tools.common.Joinable
Applies this function to the given argument.
apply(ResultSet) - Method in interface org.ujorm.tools.jdbc.JdbcFunction
Applies this function to the given argument.
apply(T) - Method in interface org.ujorm.tools.web.ao.Column
The method can be implemented for sortable columns
arguments - Variable in class org.ujorm.tools.jdbc.JdbcBuilder
Argument list
Assert - Class in org.ujorm.tools
Assertion utils, where all method can throw the IllegalArgumentException exception only.
attributes - Variable in class org.ujorm.tools.xml.model.XmlModel
Attributes
autoSubmmitOnLoad - Variable in class org.ujorm.tools.web.report.ReportBuilder
Call an autosubmit on first load

B

BACKSLASH - Static variable in class org.ujorm.tools.web.json.JsonWriter
 
begTag - Variable in class org.ujorm.tools.msg.MessageService
Two-character mark ("${") to introducing a template argument.
BETWEEN_X_AND_Y - Static variable in interface org.ujorm.tools.sql.Sql
 
BODY - Static variable in interface org.ujorm.tools.web.Html
Body element
BOOTSTRAP_CSS - Static variable in class org.ujorm.tools.web.report.ReportBuilder.Url
Link to a Bootstrap URL of CDN
BOOTSTRAP_CSS - Static variable in class org.ujorm.tools.web.report.ReportBuilderConfigImpl.Constants
Link to a Bootstrap URL of CDN
BR - Static variable in interface org.ujorm.tools.web.Html
A line break
build(HttpServletRequest, HttpServletResponse, Stream<D>) - Method in class org.ujorm.tools.web.report.ReportBuilder
Build the HTML page including a table
build(HttpServletRequest, HttpServletResponse, Function<GridBuilder<D>, Stream<D>>) - Method in class org.ujorm.tools.web.report.ReportBuilder
Build the HTML page including a table
build(ApiElement, Function<GridBuilder<D>, Stream<D>>) - Method in class org.ujorm.tools.web.table.GridBuilder
Build the HTML page including a table
build(ApiElement, ColumnModel, Function<GridBuilder<D>, Stream<D>>) - Method in class org.ujorm.tools.web.table.GridBuilder
Build the HTML page including a table
BUTTON - Static variable in interface org.ujorm.tools.web.Html
Button

C

CDATA_BEG - Static variable in class org.ujorm.tools.xml.AbstractWriter
A CDATA beg markup sequence
CDATA_END - Static variable in class org.ujorm.tools.xml.AbstractWriter
A CDATA end markup sequence
charAt(int) - Method in class org.ujorm.tools.jdbc.ProxySequence
 
charAt(int) - Method in class org.ujorm.tools.msg.MessageArg
 
charAt(int) - Method in class org.ujorm.tools.web.ao.DefaultHttpParam
 
charAt(int) - Method in interface org.ujorm.tools.web.ao.HttpParameter
 
charAt(int) - Method in interface org.ujorm.tools.web.ao.Injector
 
Check - Class in org.ujorm.tools
Common checker.
check(Object, Class<V>, Function<V, Boolean>) - Static method in class org.ujorm.tools.common.ObjectUtils
Check the result of a function in case the value have got the same class as the required one.
children - Variable in class org.ujorm.tools.xml.model.XmlModel
Child elements with a null items
clear() - Method in class org.ujorm.tools.set.CustomMap
 
cloneForAjax() - Method in interface org.ujorm.tools.xml.config.HtmlConfig
Clone the config for an AJAX processing
close() - Method in class org.ujorm.tools.jdbc.RowIterator
Close all resources
close() - Method in class org.ujorm.tools.web.Element
 
close() - Method in class org.ujorm.tools.web.HtmlElement
 
close() - Method in class org.ujorm.tools.web.json.JsonBuilder
 
close() - Method in interface org.ujorm.tools.xml.ApiElement
Close the element
close() - Method in class org.ujorm.tools.xml.builder.XmlBuilder
Close the Node
close() - Method in class org.ujorm.tools.xml.model.XmlModel
An empty method
collectToDequeue() - Static method in class org.ujorm.tools.common.StreamUtils
A stream collecetor to a ArrayDeque type
column(CharSequence) - Method in class org.ujorm.tools.jdbc.JdbcBuilder
Add new column
column(CharSequence) - Method in class org.ujorm.tools.sql.SqlBuilder
 
Column<T> - Interface in org.ujorm.tools.web.ao
Table column value writer
columnCounter - Variable in class org.ujorm.tools.jdbc.JdbcBuilder
Column counter
columnInsert(CharSequence, Object) - Method in class org.ujorm.tools.jdbc.JdbcBuilder
Set new value to column by template {@code name = ?
columnInsert(CharSequence, Object) - Method in class org.ujorm.tools.sql.SqlBuilder
 
ColumnModel<D,V> - Class in org.ujorm.tools.web.table
Table column model
ColumnModel(Direction, int) - Constructor for class org.ujorm.tools.web.table.ColumnModel
 
ColumnModel(int, Function<D, V>, CharSequence, HttpParameter) - Constructor for class org.ujorm.tools.web.table.ColumnModel
 
columns - Variable in class org.ujorm.tools.web.table.GridBuilder
Columns
columnUpdate(CharSequence, Object) - Method in class org.ujorm.tools.jdbc.JdbcBuilder
Set new value to column by template {@code name = ?
columnUpdate(CharSequence, Object) - Method in class org.ujorm.tools.sql.SqlBuilder
 
COMMENT_BEG - Static variable in class org.ujorm.tools.xml.AbstractWriter
A comment beg sequence
COMMENT_END - Static variable in class org.ujorm.tools.xml.AbstractWriter
A comment end sequence
compareTo(Wrapper<V>) - Method in class org.ujorm.tools.common.Wrapper
Compares this object with the specified object for order.
condition(CharSequence, String, Object) - Method in class org.ujorm.tools.jdbc.JdbcBuilder
Add a condition for an argument with length
condition(CharSequence, String, Object) - Method in class org.ujorm.tools.sql.SqlBuilder
 
conditionCounter - Variable in class org.ujorm.tools.jdbc.JdbcBuilder
Condition counter
Confessionable - Interface in org.ujorm.tools.common
An interface for common export an object to an appendable writer
confessTo(Appendable) - Method in interface org.ujorm.tools.common.Confessionable
Confess data to a writer
confessTo(Appendable) - Method in class org.ujorm.tools.common.Wrapper
 
config - Variable in class org.ujorm.tools.web.report.ReportBuilder
Table builder config
config - Variable in class org.ujorm.tools.web.report.ReportBuilderConfigImpl
HTML config
config - Variable in class org.ujorm.tools.web.table.GridBuilder
Table builder config
config - Variable in class org.ujorm.tools.xml.AbstractWriter
XML configuration
Constants() - Constructor for class org.ujorm.tools.web.report.ReportBuilderConfigImpl.Constants
 
containsHeader(String) - Method in class org.ujorm.tools.web.ao.MockServletResponse
Deprecated.
containsKey(Object) - Method in class org.ujorm.tools.set.CustomMap
 
containsValue(Object) - Method in class org.ujorm.tools.set.CustomMap
 
CONTROL_CSS - Static variable in class org.ujorm.tools.web.report.ReportBuilderConfigImpl.Constants
Bootstrap form control CSS class name
convertKey(Object) - Method in class org.ujorm.tools.msg.MessageService
Convert value.
createElement(String) - Method in class org.ujorm.tools.xml.builder.XmlPrinter
Create any element
createEmbededImage(InputStream, StringBuilder) - Method in class org.ujorm.tools.web.Element
Create a content of an embeded image
createHtmlRoot(Object, CharSequence...) - Static method in class org.ujorm.tools.web.Element
Crate a root element
createHtmlRoot(Object, Charset, CharSequence...) - Static method in class org.ujorm.tools.web.Element
Crate a root element
createValuePrinter(Appendable) - Static method in class org.ujorm.tools.jdbc.JdbcBuilder
Create a value printer
createWriter(Object, Charset, boolean) - Static method in class org.ujorm.tools.xml.AbstractWriter
Assign a no-cache and an Edge compatibility mode and returns a writer from HttpServletResponse
CustomMap<K,V> - Class in org.ujorm.tools.set
Implementation of the Map interface where methods hash() and equals() can be customized for all the Map.
CustomMap() - Constructor for class org.ujorm.tools.set.CustomMap
The same mapper as a HashMap
CustomMap(Function<K, MapKeyProxy<K>>) - Constructor for class org.ujorm.tools.set.CustomMap
Mapper with a required equals and hasCode maker
CustomMap(HashMap<MapKeyProxy<K>, V>, Function<K, MapKeyProxy<K>>) - Constructor for class org.ujorm.tools.set.CustomMap
Full configuration mapper
CustomMap.DefaultMapKey<K> - Class in org.ujorm.tools.set
A default implementation of the Map with customized hash() and equals() functions.

D

DEFAULT_AJAX_REQUEST_PARAM - Static variable in class org.ujorm.tools.web.ajax.JavaScriptWriter
Default AJAX request parameter name
DEFAULT_DURATION - Static variable in class org.ujorm.tools.web.ajax.JavaScriptWriter
Default duration
DEFAULT_FIRST_LEVEL - Static variable in class org.ujorm.tools.xml.config.impl.DefaultXmlConfig
Default first level of intendation
DEFAULT_INTENDATION - Static variable in class org.ujorm.tools.xml.config.impl.DefaultXmlConfig
Default intendation per level
DEFAULT_MARK - Static variable in class org.ujorm.tools.msg.MsgFormatter
Parameter mark
DEFAULT_NEW_LINE - Static variable in class org.ujorm.tools.xml.config.impl.DefaultXmlConfig
Default string or the new line
DEFAULT_SORT_REQUEST_PARAM - Static variable in class org.ujorm.tools.web.ajax.JavaScriptWriter
Default AJAX request parameter name
DefaultHtmlConfig - Class in org.ujorm.tools.xml.config.impl
Configuraion of HtmlPage
DefaultHtmlConfig() - Constructor for class org.ujorm.tools.xml.config.impl.DefaultHtmlConfig
 
DefaultHtmlConfig(HtmlConfig) - Constructor for class org.ujorm.tools.xml.config.impl.DefaultHtmlConfig
 
DefaultHttpParam - Class in org.ujorm.tools.web.ao
An interface for bulding HTML parameters by an Enumerator.
DefaultHttpParam(String, String) - Constructor for class org.ujorm.tools.web.ao.DefaultHttpParam
 
defaultLocale - Variable in class org.ujorm.tools.msg.MessageService
Default locale
DefaultMapKey(K) - Constructor for class org.ujorm.tools.set.CustomMap.DefaultMapKey
 
defaultValue() - Method in class org.ujorm.tools.web.ao.DefaultHttpParam
 
defaultValue() - Method in interface org.ujorm.tools.web.ao.HttpParameter
Returns a non-null default text value.
DefaultXmlConfig - Class in org.ujorm.tools.xml.config.impl
Configuraion of HtmlPage
DefaultXmlConfig() - Constructor for class org.ujorm.tools.xml.config.impl.DefaultXmlConfig
 
DefaultXmlConfig(XmlConfig) - Constructor for class org.ujorm.tools.xml.config.impl.DefaultXmlConfig
Copy attributes from other config
DELETE - Static variable in interface org.ujorm.tools.sql.Sql
 
delete(CharSequence) - Method in class org.ujorm.tools.sql.SqlBuilder
Write WHERE
Direction - Enum in org.ujorm.tools.web.table
Sort direction
DIV - Static variable in interface org.ujorm.tools.web.Html
Division in an HTML document.
doAjax(HttpServletRequest, JsonBuilder, Function<GridBuilder<D>, Stream<D>>) - Method in class org.ujorm.tools.web.report.ReportBuilder
Return lighlited text in HTML format according a regular expression
doctype - Variable in class org.ujorm.tools.xml.config.impl.DefaultXmlConfig
A header declaration of the document or a doctype
DOUBLE_QUOTE - Static variable in class org.ujorm.tools.web.json.JsonWriter
 

E

Element - Class in org.ujorm.tools.web
A HTML Element implements some methods for frequently used elements and attributes Usage
    MockServletResponse response = new MockServletResponse();
    try (HtmlElement html = HtmlElement.of(response)) {
        try (Element body = html.getBody()) {
            body.addHeading("Hello!")
Element(ApiElement) - Constructor for class org.ujorm.tools.web.Element
New element for an API element
EMPTY - Static variable in class org.ujorm.tools.xml.config.impl.DefaultXmlConfig
An empty String
encodeRedirectURL(String) - Method in class org.ujorm.tools.web.ao.MockServletResponse
Deprecated.
encodeRedirectUrl(String) - Method in class org.ujorm.tools.web.ao.MockServletResponse
Deprecated.
encodeURL(String) - Method in class org.ujorm.tools.web.ao.MockServletResponse
Deprecated.
encodeUrl(String) - Method in class org.ujorm.tools.web.ao.MockServletResponse
Deprecated.
endTag - Variable in class org.ujorm.tools.msg.MessageService
The mark ("}") to finishing a template argument.
entrySet() - Method in class org.ujorm.tools.set.CustomMap
Deprecated.
Method is not implemented yet.
EQ - Static variable in interface org.ujorm.tools.sql.Sql
 
equals(Object) - Method in class org.ujorm.tools.common.Wrapper
 
equals(Object) - Method in class org.ujorm.tools.msg.MessageArg
 
equals(Object) - Method in class org.ujorm.tools.set.CustomMap.DefaultMapKey
 
equals(Object) - Method in interface org.ujorm.tools.set.MapKeyProxy
Make equals
equalsSafely(T) - Method in interface org.ujorm.tools.common.SafelyEqualable
Type-safe equivalent of the #equals(java.lang.Object) method.
errorMessage - Variable in class org.ujorm.tools.web.ajax.JavaScriptWriter
A subtitle selector
executeSelect(Connection) - Method in class org.ujorm.tools.jdbc.JdbcBuilder
Create an iterator ready to a loop statement for ( ; ; ) Supported SQL statements are: INSERT, UPDATE, DELETE .
executeSelect(Connection, JdbcFunction<T>) - Method in class org.ujorm.tools.jdbc.JdbcBuilder
Create a new result list
executeUpdate(Connection) - Method in class org.ujorm.tools.jdbc.JdbcBuilder
Create statement and call PreparedStatement.executeUpdate() .

F

fceOrder - Variable in class org.ujorm.tools.web.ajax.JavaScriptWriter
Function order of name
FIELDSET - Static variable in interface org.ujorm.tools.web.Html
Field set
firstItem(T, T...) - Static method in class org.ujorm.tools.Check
Method returns true if the first item equals the value
flushBuffer() - Method in class org.ujorm.tools.web.ao.MockServletResponse
 
footer - Variable in class org.ujorm.tools.web.report.ReportBuilder
Print an empty text by default
forHtml(Appendable) - Static method in class org.ujorm.tools.xml.builder.XmlBuilder
Create builder for HTML
forHtml() - Static method in class org.ujorm.tools.xml.builder.XmlPrinter
Crete a new instance including a DOCTYPE.
forHtml(Appendable) - Static method in class org.ujorm.tools.xml.builder.XmlPrinter
Crete a new instance including a DOCTYPE
forHtml(Object) - Static method in class org.ujorm.tools.xml.builder.XmlPrinter
Create XmlPrinter for UTF-8
forHtml(Appendable, HtmlConfig) - Static method in class org.ujorm.tools.xml.builder.XmlPrinter
Create XmlPrinter for UTF-8
forHtml(Object, Charset, String, boolean) - Static method in class org.ujorm.tools.xml.builder.XmlPrinter
Create XmlPrinter for UTF-8
forHtml(Object, HtmlConfig) - Static method in class org.ujorm.tools.xml.builder.XmlPrinter
Create XmlPrinter for UTF-8.
FORM - Static variable in interface org.ujorm.tools.web.Html
Form element
FORM_ID - Static variable in class org.ujorm.tools.web.report.ReportBuilderConfigImpl.Constants
Form identifier
formAdditions - Variable in class org.ujorm.tools.web.report.ReportBuilder
Form injector
format(String, Map<String, Object>) - Method in class org.ujorm.tools.msg.MessageService
Format a template message using named variables.
format(String, Locale, CharSequence, Object, Object...) - Method in class org.ujorm.tools.msg.MessageService
Format a template message using named variables.
format(String, Map<String, Object>, Locale) - Method in class org.ujorm.tools.msg.MessageService
Format a template message using named variables.
format(Appendable, String, Map<String, Object>, Locale) - Method in class org.ujorm.tools.msg.MessageService
Format a template message using named variables.
format(CharSequence, T...) - Static method in class org.ujorm.tools.msg.MsgFormatter
Format the message, see the next correct asserts:
  assertEquals("TEST"    , MsgFormatter.format("TE{}T", "S"));
  assertEquals("TE S T", MsgFormatter.format("TE", "S", "T"));
  assertEquals("TES{}"   , MsgFormatter.format("TE{}{}", "S"));
 
format(T...) - Static method in class org.ujorm.tools.msg.MsgFormatter
Format the message from Object array
format(String, T...) - Static method in class org.ujorm.tools.msg.ValueFormatter
Format the message, see the next correct asserts:
  assertEquals("TEST"    , MsgFormatter.format("TE{}T", "S"));
  assertEquals("TE, S, T", MsgFormatter.format("TE", "S", "T"));
  assertEquals("TES{}"   , MsgFormatter.format("TE{}{}", "S"));
 
format(Object, ApiElement, String) - Method in interface org.ujorm.tools.xml.config.Formatter
Format an objet value to a string ouptut, special characters will be escaped later.
formatMsg(String, Map<String, Object>) - Static method in class org.ujorm.tools.msg.MessageService
Format a target message by a template with arguments
formatMsg(String, CharSequence, Object, Object...) - Static method in class org.ujorm.tools.msg.MessageService
Format a target message by a template with arguments type of Map
formatMsg(Appendable, CharSequence, T...) - Method in class org.ujorm.tools.msg.MsgFormatter
Format the message, see the next correct asserts:
  assertEquals("TEST"    , MsgFormatter.format("TE{}T", "S"));
  assertEquals("TE, S, T", MsgFormatter.format("TE", "S", "T"));
  assertEquals("TES{}"   , MsgFormatter.format("TE{}{}", "S"));
 
formatMsg(Appendable, T...) - Method in class org.ujorm.tools.msg.MsgFormatter
Format the message from Object array
formatSql(String, T...) - Static method in class org.ujorm.tools.msg.ValueFormatter
Format the SQL where makup character is '?'.
FORMATTER - Static variable in class org.ujorm.tools.xml.AbstractWriter
Common formatter
Formatter - Interface in org.ujorm.tools.xml.config
A value formatter.
formSelector - Variable in class org.ujorm.tools.web.ajax.JavaScriptWriter
Form selector
forNiceHtml(Appendable) - Static method in class org.ujorm.tools.xml.builder.XmlBuilder
 
forNiceHtml(Appendable) - Static method in class org.ujorm.tools.xml.builder.XmlPrinter
Crete a new instance including a DOCTYPE
forNiceHtml(Object) - Static method in class org.ujorm.tools.xml.builder.XmlPrinter
Create XmlPrinter for UTF-8
forNiceXml() - Static method in class org.ujorm.tools.xml.builder.XmlPrinter
Crete a new instance with a formatted output.
FORWARD_SLASH - Static variable in class org.ujorm.tools.xml.AbstractWriter
A forward slash character
forXml() - Static method in class org.ujorm.tools.xml.builder.XmlPrinter
Crete a new instance including a XML_HEADER.
forXml(Appendable, XmlConfig) - Static method in class org.ujorm.tools.xml.builder.XmlPrinter
A basic XmlPrinter factory method.
FROM - Static variable in interface org.ujorm.tools.sql.Sql
 
from(CharSequence...) - Method in class org.ujorm.tools.sql.SqlBuilder
Write FORM tables

G

GE - Static variable in interface org.ujorm.tools.sql.Sql
 
get(Object) - Method in class org.ujorm.tools.set.CustomMap
 
get() - Method in class org.ujorm.tools.xml.model.XmlModel.RawEnvelope
Get the body
getAjaxConfig() - Method in class org.ujorm.tools.web.ajax.ReqestDispatcher
 
getAjaxReadyMessage() - Method in interface org.ujorm.tools.web.report.ReportBuilderConfig
 
getAjaxReadyMessage() - Method in class org.ujorm.tools.web.report.ReportBuilderConfigImpl
 
getAjaxReadyMessage() - Method in interface org.ujorm.tools.web.table.GridBuilderConfig
 
getAjaxRequestParam() - Method in interface org.ujorm.tools.web.report.ReportBuilderConfig
 
getAjaxRequestParam() - Method in class org.ujorm.tools.web.report.ReportBuilderConfigImpl
 
getAjaxRequestParam() - Method in interface org.ujorm.tools.web.table.GridBuilderConfig
 
getArguments() - Method in class org.ujorm.tools.jdbc.JdbcBuilder
Returns an array of all JDBC arguments
getAttribs() - Method in class org.ujorm.tools.xml.model.XmlModel
Return attributes
getAttributes() - Method in class org.ujorm.tools.xml.model.XmlModel
Get an unmodifiable map of attributes
getBody() - Method in class org.ujorm.tools.web.HtmlElement
Returns a body element
getBufferSize() - Method in class org.ujorm.tools.web.ao.MockServletResponse
Deprecated.
getBufferSizeEstimation(boolean) - Method in class org.ujorm.tools.jdbc.JdbcBuilder
Estimate a buffer size in characters
getCharacterEncoding() - Method in class org.ujorm.tools.web.ao.MockServletResponse
 
getCharset() - Method in class org.ujorm.tools.xml.config.impl.DefaultXmlConfig
Charset
getCharset() - Method in interface org.ujorm.tools.xml.config.XmlConfig
Charset
getChildren() - Method in class org.ujorm.tools.xml.model.XmlModel
Get an unmodifiable list of children
getCode() - Method in class org.ujorm.tools.msg.MessageArg
A code name for a template
getColumn(int) - Method in class org.ujorm.tools.web.report.ReportBuilder
Get column model by index
getColumn() - Method in class org.ujorm.tools.web.table.ColumnModel
 
getColumn(int) - Method in class org.ujorm.tools.web.table.GridBuilder
Get column model by index
getColumnOrder() - Method in class org.ujorm.tools.jdbc.JdbcBuilder.SqlEnvelope
 
getColumns() - Method in class org.ujorm.tools.web.table.GridBuilder
Returns all table columns in a stream
getColumnSize() - Method in class org.ujorm.tools.web.report.ReportBuilder
Returns a count of columns
getColumnSize() - Method in class org.ujorm.tools.web.table.GridBuilder
Returns a count of columns
getComparator(Function<D, ?>) - Method in class org.ujorm.tools.web.table.ColumnModel
Get comparator of a sortable column
getComparator(Comparator<D>) - Method in class org.ujorm.tools.web.table.ColumnModel
Get comparator of a sortable column
getConfig() - Method in class org.ujorm.tools.web.HtmlElement
Get config
getConfig() - Method in interface org.ujorm.tools.web.report.ReportBuilderConfig
 
getConfig() - Method in class org.ujorm.tools.web.report.ReportBuilderConfigImpl
 
getConfig() - Method in interface org.ujorm.tools.web.table.GridBuilderConfig
 
getContent() - Method in class org.ujorm.tools.web.ao.MockServletResponse
Get a content of the writer
getContentType() - Method in class org.ujorm.tools.web.ao.MockServletResponse
 
getContentType() - Method in interface org.ujorm.tools.xml.config.HtmlConfig
Get a content type where a recommended value is "text/html"
getContentType() - Method in class org.ujorm.tools.xml.config.impl.DefaultHtmlConfig
 
getControlCss() - Method in interface org.ujorm.tools.web.report.ReportBuilderConfig
 
getControlCss() - Method in class org.ujorm.tools.web.report.ReportBuilderConfigImpl
 
getControlCss() - Method in interface org.ujorm.tools.web.table.GridBuilderConfig
 
getCssLink() - Method in interface org.ujorm.tools.web.report.ReportBuilderConfig
 
getCssLink() - Method in class org.ujorm.tools.web.report.ReportBuilderConfigImpl
 
getCssLink() - Method in interface org.ujorm.tools.web.table.GridBuilderConfig
 
getCssLinks() - Method in interface org.ujorm.tools.xml.config.HtmlConfig
CSS links of a HTML page
getCssLinks() - Method in class org.ujorm.tools.xml.config.impl.DefaultHtmlConfig
 
getCssWriter() - Method in interface org.ujorm.tools.web.report.ReportBuilderConfig
Inline CSS writer where the first method is an Element and the seconnd one is a sortable
getCssWriter() - Method in class org.ujorm.tools.web.report.ReportBuilderConfigImpl
Inline CSS writer where a default value is generated from the ReportBuilderConfigImpl.inlineCssWriter() method. }
getCssWriter() - Method in interface org.ujorm.tools.web.table.GridBuilderConfig
Inline CSS writer where the first method is an Element and the seconnd one is a sortable
getDefaultValue() - Method in class org.ujorm.tools.xml.config.impl.DefaultXmlConfig
A replacement text instead of the null value
getDefaultValue() - Method in interface org.ujorm.tools.xml.config.XmlConfig
A replacement text instead of the null value
getDirection() - Method in class org.ujorm.tools.web.table.ColumnModel
 
getDoctype() - Method in class org.ujorm.tools.xml.config.impl.DefaultHtmlConfig
 
getDoctype() - Method in class org.ujorm.tools.xml.config.impl.DefaultXmlConfig
A header declaration of the document or a doctype
getDoctype() - Method in interface org.ujorm.tools.xml.config.XmlConfig
Doctype
getFceOrder() - Method in class org.ujorm.tools.web.ajax.JavaScriptWriter
Set a function order name
getFirstLevel() - Method in class org.ujorm.tools.xml.config.impl.DefaultXmlConfig
Level of the root element, the value may be negative.
getFirstLevel() - Method in interface org.ujorm.tools.xml.config.XmlConfig
Level of the root element, the value may be negative.
getFormat() - Method in class org.ujorm.tools.msg.MessageArg
Get optional format of the argument
getFormatter() - Method in class org.ujorm.tools.xml.config.impl.DefaultXmlConfig
A default implementation is: String.valueOf(value)
getFormatter() - Method in interface org.ujorm.tools.xml.config.XmlConfig
Get a value formatter
getFormId() - Method in interface org.ujorm.tools.web.report.ReportBuilderConfig
 
getFormId() - Method in class org.ujorm.tools.web.report.ReportBuilderConfigImpl
 
getFormId() - Method in interface org.ujorm.tools.web.table.GridBuilderConfig
 
getHead() - Method in class org.ujorm.tools.web.HtmlElement
Returns a head element
getHeader(String) - Method in class org.ujorm.tools.web.ao.MockServletResponse
Deprecated.
getHeaderInjector() - Method in interface org.ujorm.tools.xml.config.HtmlConfig
 
getHeaderInjector() - Method in class org.ujorm.tools.xml.config.impl.DefaultHtmlConfig
Return a header injector
getHeaderNames() - Method in class org.ujorm.tools.web.ao.MockServletResponse
Deprecated.
getHeaders(String) - Method in class org.ujorm.tools.web.ao.MockServletResponse
 
getIdleDelay() - Method in interface org.ujorm.tools.web.report.ReportBuilderConfig
 
getIdleDelay() - Method in class org.ujorm.tools.web.report.ReportBuilderConfigImpl
 
getIdleDelay() - Method in interface org.ujorm.tools.web.table.GridBuilderConfig
 
getIndentation() - Method in class org.ujorm.tools.xml.config.impl.DefaultXmlConfig
An indentation space for elements of the next level, where default value is an empty `String`
getIndentation() - Method in interface org.ujorm.tools.xml.config.XmlConfig
New line
getIndex() - Method in class org.ujorm.tools.web.table.ColumnModel
 
getInnerSortableImage(Direction) - Method in interface org.ujorm.tools.web.report.ReportBuilderConfig
Get a CSS direction style
getInnerSortableImage(Direction) - Method in interface org.ujorm.tools.web.table.GridBuilderConfig
Get a CSS direction style
getInnerSortableImageToStream(Direction) - Method in interface org.ujorm.tools.web.report.ReportBuilderConfig
Get a CSS direction style
getInnerSortableImageToStream(Direction) - Method in interface org.ujorm.tools.web.table.GridBuilderConfig
Get a CSS direction style
getJavascriptLink() - Method in interface org.ujorm.tools.web.report.ReportBuilderConfig
Link to an external Javascript library where a no-library returns an empty String
getJavascriptLink() - Method in class org.ujorm.tools.web.report.ReportBuilderConfigImpl
Link to an external Javascript library
getJavascriptLink() - Method in interface org.ujorm.tools.web.table.GridBuilderConfig
Link to an external Javascript library where a no-library returns an empty String
getLanguage() - Method in interface org.ujorm.tools.xml.config.HtmlConfig
Language of a HTML page
getLanguage() - Method in class org.ujorm.tools.xml.config.impl.DefaultHtmlConfig
 
getLevel() - Method in class org.ujorm.tools.xml.builder.XmlBuilder
 
getLocale() - Method in class org.ujorm.tools.web.ao.MockServletResponse
 
getName() - Method in class org.ujorm.tools.msg.MessageArg
Get Name of argument
getName() - Method in class org.ujorm.tools.web.Element
 
getName() - Method in class org.ujorm.tools.web.HtmlElement
 
getName() - Method in class org.ujorm.tools.xml.AbstractElement
Deprecated.
 
getName() - Method in interface org.ujorm.tools.xml.ApiElement
Get an element name
getName() - Method in class org.ujorm.tools.xml.builder.XmlBuilder
 
getName() - Method in class org.ujorm.tools.xml.model.XmlModel
 
getNewLine() - Method in class org.ujorm.tools.xml.config.impl.DefaultXmlConfig
A new line sequence
getNewLine() - Method in interface org.ujorm.tools.xml.config.XmlConfig
A new line sequence
getOriginal() - Method in class org.ujorm.tools.set.CustomMap.DefaultMapKey
Get original key
getOriginal() - Method in interface org.ujorm.tools.set.MapKeyProxy
Get the original key
getOutputStream() - Method in class org.ujorm.tools.web.ao.MockServletResponse
 
getParam() - Method in class org.ujorm.tools.web.table.ColumnModel
 
getParam(HttpParameter) - Method in class org.ujorm.tools.web.table.ColumnModel
 
getPrefix() - Method in enum org.ujorm.tools.web.json.JsonBuilder.SelectorType
 
getRawHeaderText() - Method in interface org.ujorm.tools.xml.config.HtmlConfig
Deprecated.
getRawHeaderText() - Method in class org.ujorm.tools.xml.config.impl.DefaultHtmlConfig
A raw text for HTML header
getRootElementName() - Method in interface org.ujorm.tools.xml.config.HtmlConfig
A name of root element
getRootElementName() - Method in class org.ujorm.tools.xml.config.impl.DefaultHtmlConfig
A name of root element
getSizeLimit() - Method in class org.ujorm.tools.msg.ValueFormatter
Default lenhth is 32
getSortable() - Method in interface org.ujorm.tools.web.report.ReportBuilderConfig
 
getSortable() - Method in class org.ujorm.tools.web.report.ReportBuilderConfigImpl
Sortable CSS class
getSortable() - Method in interface org.ujorm.tools.web.table.GridBuilderConfig
 
getSortableAsc() - Method in interface org.ujorm.tools.web.report.ReportBuilderConfig
 
getSortableAsc() - Method in class org.ujorm.tools.web.report.ReportBuilderConfigImpl
Sortable ascending CSS class
getSortableAsc() - Method in interface org.ujorm.tools.web.table.GridBuilderConfig
 
getSortableBoth() - Method in interface org.ujorm.tools.web.report.ReportBuilderConfig
 
getSortableBoth() - Method in class org.ujorm.tools.web.report.ReportBuilderConfigImpl
Sortable both CSS class
getSortableBoth() - Method in interface org.ujorm.tools.web.table.GridBuilderConfig
 
getSortableDesc() - Method in interface org.ujorm.tools.web.report.ReportBuilderConfig
 
getSortableDesc() - Method in class org.ujorm.tools.web.report.ReportBuilderConfigImpl
Sortable descending CSS class
getSortableDesc() - Method in interface org.ujorm.tools.web.table.GridBuilderConfig
 
getSortableDirection(Direction) - Method in interface org.ujorm.tools.web.report.ReportBuilderConfig
Get a CSS direction style
getSortableDirection(Direction) - Method in interface org.ujorm.tools.web.table.GridBuilderConfig
Get a CSS direction style
getSortedColumn() - Method in class org.ujorm.tools.web.report.ReportBuilder
Get sorted column or a stub of the sorted column was not found
getSortedColumn() - Method in class org.ujorm.tools.web.table.GridBuilder
Get sorted column or a stub of the sorted column was not found
getSortRequestParam() - Method in interface org.ujorm.tools.web.report.ReportBuilderConfig
 
getSortRequestParam() - Method in class org.ujorm.tools.web.report.ReportBuilderConfigImpl
 
getSortRequestParam() - Method in interface org.ujorm.tools.web.table.GridBuilderConfig
 
getSql(boolean) - Method in class org.ujorm.tools.jdbc.JdbcBuilder
Returns a SQL text
getSql() - Method in class org.ujorm.tools.jdbc.JdbcBuilder
Returns a SQL statement
getStatus() - Method in class org.ujorm.tools.web.ao.MockServletResponse
 
getSubtitleCss() - Method in interface org.ujorm.tools.web.report.ReportBuilderConfig
 
getSubtitleCss() - Method in class org.ujorm.tools.web.report.ReportBuilderConfigImpl
 
getSubtitleCss() - Method in interface org.ujorm.tools.web.table.GridBuilderConfig
 
getTableClassSelector() - Method in class org.ujorm.tools.web.report.ReportBuilderConfigImpl
Returns a fist class of table element by defult
getTableCssClass() - Method in interface org.ujorm.tools.web.report.ReportBuilderConfig
 
getTableCssClass() - Method in class org.ujorm.tools.web.report.ReportBuilderConfigImpl
 
getTableCssClass() - Method in interface org.ujorm.tools.web.table.GridBuilderConfig
 
getTableSelector() - Method in interface org.ujorm.tools.web.report.ReportBuilderConfig
 
getTableSelector() - Method in class org.ujorm.tools.web.report.ReportBuilderConfigImpl
 
getTableSelector() - Method in interface org.ujorm.tools.web.table.GridBuilderConfig
 
getTitle() - Method in class org.ujorm.tools.web.HtmlElement
Get title of configuration
getTitle() - Method in class org.ujorm.tools.web.table.ColumnModel
 
getTitle() - Method in interface org.ujorm.tools.xml.config.HtmlConfig
Title is a required element by HTML 5
getTitle() - Method in class org.ujorm.tools.xml.config.impl.DefaultHtmlConfig
 
getValue() - Method in class org.ujorm.tools.common.Wrapper
Returns the original value
getValue() - Method in class org.ujorm.tools.jdbc.JdbcBuilder.MarkerEnvelope
SQL argumenent
getValue(Map<String, Object>) - Method in class org.ujorm.tools.msg.MessageArg
Get a value from a map
getWriter() - Method in class org.ujorm.tools.msg.ValuePrinter
Standarad writter
getWriter() - Method in class org.ujorm.tools.web.ao.MockServletResponse
 
getWriter() - Method in class org.ujorm.tools.xml.AbstractWriter
For internal usage only
getWriter() - Method in class org.ujorm.tools.xml.builder.XmlBuilder
Writer
getWriterEscaped() - Method in class org.ujorm.tools.xml.AbstractWriter
Get Writer to escape HTML characters.
gridBuilder - Variable in class org.ujorm.tools.web.report.ReportBuilder
Grid builder
GridBuilder<D> - Class in org.ujorm.tools.web.table
Build a content of a HTML page for a sortable data grid.
GridBuilder(CharSequence) - Constructor for class org.ujorm.tools.web.table.GridBuilder
 
GridBuilder(HtmlConfig) - Constructor for class org.ujorm.tools.web.table.GridBuilder
 
GridBuilder(GridBuilderConfig) - Constructor for class org.ujorm.tools.web.table.GridBuilder
 
GridBuilderConfig<D> - Interface in org.ujorm.tools.web.table
A HTML page builder for table based an AJAX.
GridBuilderOld<D> - Class in org.ujorm.tools.web.table
Deprecated.
GridBuilderOld(CharSequence) - Constructor for class org.ujorm.tools.web.table.GridBuilderOld
Deprecated.
 
GridBuilderOld(HtmlConfig) - Constructor for class org.ujorm.tools.web.table.GridBuilderOld
Deprecated.
 
GridBuilderOld(GridBuilderConfig) - Constructor for class org.ujorm.tools.web.table.GridBuilderOld
Deprecated.
 
GT - Static variable in interface org.ujorm.tools.sql.Sql
 

H

H1 - Static variable in interface org.ujorm.tools.web.Html
Heading element level 1
H2 - Static variable in interface org.ujorm.tools.web.Html
Heading element level 2
H3 - Static variable in interface org.ujorm.tools.web.Html
Heading element level 3
hashCode() - Method in class org.ujorm.tools.common.Wrapper
 
hashCode() - Method in class org.ujorm.tools.set.CustomMap.DefaultMapKey
 
hashCode() - Method in interface org.ujorm.tools.set.MapKeyProxy
Calculate hash code
hasLength(byte[], M...) - Static method in class org.ujorm.tools.Assert
Checks if the argument is not empty, nor null.
hasLength(char[], M...) - Static method in class org.ujorm.tools.Assert
Checks if the argument is not empty, nor null.
hasLength(V[], M...) - Static method in class org.ujorm.tools.Assert
Checks if the argument is not empty, nor null.
hasLength(Collection<V>, M...) - Static method in class org.ujorm.tools.Assert
Checks if the argument is not empty, nor null.
hasLength(Map<K, V>, M...) - Static method in class org.ujorm.tools.Assert
Checks if the argument is not empty, nor null.
hasLength(V, M...) - Static method in class org.ujorm.tools.Assert
Checks if the argument is not empty, nor null.
hasLength(byte[]) - Static method in class org.ujorm.tools.Check
Checks if the argument is not empty, nor null.
hasLength(char[]) - Static method in class org.ujorm.tools.Check
Checks if the argument is not empty, nor null.
hasLength(T...) - Static method in class org.ujorm.tools.Check
Checks if the argument is not empty, nor null.
hasLength(Collection<?>) - Static method in class org.ujorm.tools.Check
Checks if the argument is not empty, nor null.
hasLength(Map<?, ?>) - Static method in class org.ujorm.tools.Check
Checks if the argument is not empty, nor null.
hasLength(CharSequence) - Static method in class org.ujorm.tools.Check
Checks if the argument is not empty, nor null.
hasNext() - Method in class org.ujorm.tools.jdbc.RowIterator
The last checking closes all resources.
HEAD - Static variable in interface org.ujorm.tools.web.Html
Head element
header - Variable in class org.ujorm.tools.web.report.ReportBuilder
Print a config title by default
HEADING_PREFIX - Static variable in interface org.ujorm.tools.web.Html
Heading prefix
HIDDEN_NAME - Static variable in interface org.ujorm.tools.xml.ApiElement
A name of a hidden element
HR - Static variable in interface org.ujorm.tools.web.Html
Horizontal rule (line)
Html - Interface in org.ujorm.tools.web
A proxy for a HTML element NOTE: All fields in interface are public static final, i.e. they are constants.
HTML - Static variable in interface org.ujorm.tools.web.Html
Body element
HTML - Static variable in class org.ujorm.tools.xml.builder.XmlBuilder
The HTML tag name
HTML_DOCTYPE - Static variable in class org.ujorm.tools.xml.AbstractWriter
Default DOCTYPE of HTML-5
HtmlConfig - Interface in org.ujorm.tools.xml.config
Configuraion of HtmlPage
HtmlElement - Class in org.ujorm.tools.web
The root of HTML elements Usage
    MockServletResponse response = new MockServletResponse();
    try (HtmlElement html = HtmlElement.of(response)) {
        html.addBody().addHeading("Hello!")
HtmlElement(HtmlConfig, Appendable) - Constructor for class org.ujorm.tools.web.HtmlElement
Create new instance with empty html headers
HtmlElement(ApiElement, HtmlConfig, Appendable) - Constructor for class org.ujorm.tools.web.HtmlElement
Create new instance with empty html headers
htmlHeader - Variable in class org.ujorm.tools.web.report.ReportBuilder
Extension is empty by default
HttpParameter - Interface in org.ujorm.tools.web.ao
An interface for bulding HTML parameters by an Enumerator.

I

IDLE_DELAY - Static variable in class org.ujorm.tools.web.report.ReportBuilderConfigImpl.Constants
Key delay
idleDelay - Variable in class org.ujorm.tools.web.ajax.JavaScriptWriter
Input idle delay
IMAGE - Static variable in interface org.ujorm.tools.web.Html
Image element
IN - Static variable in interface org.ujorm.tools.sql.Sql
 
indentationEnabled - Variable in class org.ujorm.tools.xml.AbstractWriter
An indentation request
Injector - Interface in org.ujorm.tools.web.ao
An common element writer
inlineCssWriter() - Method in class org.ujorm.tools.web.report.ReportBuilderConfigImpl
Default header CSS style printer
INPUT - Static variable in interface org.ujorm.tools.web.Html
Input element
inputCssSelectors - Variable in class org.ujorm.tools.web.ajax.JavaScriptWriter
Input selectors
INSERT - Static variable in interface org.ujorm.tools.sql.Sql
 
insert(CharSequence) - Method in class org.ujorm.tools.sql.SqlBuilder
Write WHERE
INSERT_INTO - Static variable in interface org.ujorm.tools.sql.Sql
 
insertMode - Variable in class org.ujorm.tools.jdbc.JdbcBuilder
An insert sign for different rendering
internalElement - Variable in class org.ujorm.tools.web.Element
An original XML element
IOConsumer<T> - Interface in org.ujorm.tools.web.ao
 
IOElement - Interface in org.ujorm.tools.web.ao
 
iof(Object, Class<V>, Function<V, R>) - Static method in class org.ujorm.tools.common.ObjectUtils
Run a function in case the value is an instance of the required class.
IORunnable - Interface in org.ujorm.tools.web.ao
Input/Output Runnable Interface
IS_NOT_NULL - Static variable in interface org.ujorm.tools.sql.Sql
 
IS_NULL - Static variable in interface org.ujorm.tools.sql.Sql
 
isAjax - Variable in class org.ujorm.tools.web.ajax.JavaScriptWriter
Ajax support
isAjax() - Method in class org.ujorm.tools.web.ajax.JavaScriptWriter
Set a function order name
isCacheAllowed() - Method in class org.ujorm.tools.xml.config.impl.DefaultXmlConfig
 
isCacheAllowed() - Method in interface org.ujorm.tools.xml.config.XmlConfig
HTTP cache is allowed
isClosed() - Method in class org.ujorm.tools.xml.builder.XmlBuilder
Is the node closed?
isColumn() - Method in class org.ujorm.tools.jdbc.JdbcBuilder.SqlEnvelope
A column sign
isCommitted() - Method in class org.ujorm.tools.web.ao.MockServletResponse
 
isDocumentObjectModel() - Method in interface org.ujorm.tools.xml.config.HtmlConfig
Build a real model or a plain writer with a recommended value false
isDocumentObjectModel() - Method in class org.ujorm.tools.xml.config.impl.DefaultHtmlConfig
Build a real model or a plain writer, the default value is false
isEmbeddedIcons() - Method in interface org.ujorm.tools.web.report.ReportBuilderConfig
Use inner icons for sortable images
isEmbeddedIcons() - Method in class org.ujorm.tools.web.report.ReportBuilderConfigImpl
Use an external images for sortable icons
isEmbeddedIcons() - Method in interface org.ujorm.tools.web.table.GridBuilderConfig
Use inner icons for sortable images
isEmpty(byte[], M...) - Static method in class org.ujorm.tools.Assert
Checks if the argument is not empty, nor null.
isEmpty(char[], M...) - Static method in class org.ujorm.tools.Assert
Checks if the argument is not empty, nor null.
isEmpty(V[], M...) - Static method in class org.ujorm.tools.Assert
Checks if the argument is not empty, nor null.
isEmpty(Collection<?>, M...) - Static method in class org.ujorm.tools.Assert
Checks if the argument is not empty, nor null.
isEmpty(Map<?, ?>, M...) - Static method in class org.ujorm.tools.Assert
Checks if the argument is not empty, nor null.
isEmpty(CharSequence, M...) - Static method in class org.ujorm.tools.Assert
Checks if the argument is not empty, nor null.
isEmpty(byte[]) - Static method in class org.ujorm.tools.Check
Checks if the argument is empty or null.
isEmpty(char[]) - Static method in class org.ujorm.tools.Check
Checks if the argument is empty or null.
isEmpty(T...) - Static method in class org.ujorm.tools.Check
Checks if the argument is empty or null.
isEmpty(Collection<?>) - Static method in class org.ujorm.tools.Check
Checks if the argument is empty or null.
isEmpty(Map<?, ?>) - Static method in class org.ujorm.tools.Check
Checks if the argument is empty or null.
isEmpty(CharSequence) - Static method in class org.ujorm.tools.Check
Checks if the argument is empty or null.
isEmpty() - Method in class org.ujorm.tools.set.CustomMap
 
isFalse(boolean, Object...) - Static method in class org.ujorm.tools.Assert
Checks if the argument is false.
isFalse(V, Predicate<V>, M...) - Static method in class org.ujorm.tools.Assert
Checks if the predicate is invalid Predicate.test() is false.
isFalseRequired(V, Predicate<V>, M...) - Static method in class org.ujorm.tools.Assert
Checks if the argument is not null and the predicate is invalid Predicate.test() is false.
isFilled() - Method in class org.ujorm.tools.xml.builder.XmlBuilder
 
isFiltered() - Method in class org.ujorm.tools.web.table.ColumnModel
 
isHtmlHeaderRequest() - Method in interface org.ujorm.tools.xml.config.HtmlConfig
A request to generate a minimal HTML header
isHtmlHeaderRequest() - Method in class org.ujorm.tools.xml.config.impl.DefaultHtmlConfig
A request to generate a minimal HTML header
isIncludeColumnType() - Method in class org.ujorm.tools.web.table.ColumnModel
Including is more common choice
isLastText() - Method in class org.ujorm.tools.xml.builder.XmlBuilder
The last child was a text
isNull(Object, M...) - Static method in class org.ujorm.tools.Assert
Checks if the argument is null.
isPresented(V, M...) - Static method in class org.ujorm.tools.Assert
Return a result with presented value or throw an exception.
isSortable - Variable in class org.ujorm.tools.web.ajax.JavaScriptWriter
Is the table sortable
isSortable() - Method in class org.ujorm.tools.web.table.ColumnModel
 
isSortable() - Method in class org.ujorm.tools.web.table.GridBuilder
Returns the true in case the table is sortable.
isSortableCalculated() - Method in class org.ujorm.tools.web.table.GridBuilder
Calculate if the table has an sortable column
isTrue(boolean, M...) - Static method in class org.ujorm.tools.Assert
Checks if the argument is true.
isTrue(V, Predicate<V>, M...) - Static method in class org.ujorm.tools.Assert
Checks if the predicate is valid Predicate.test() is true.
isTrueRequired(V, Predicate<V>, M...) - Static method in class org.ujorm.tools.Assert
Checks if the value is not null and the predicate is valid Predicate.test() is true.
isType(Class, V...) - Static method in class org.ujorm.tools.web.ao.WebUtils
Check if any attribute is typeof the Renderer
isType(Class, Stream<Object>) - Static method in class org.ujorm.tools.web.ao.WebUtils
Check if any attribute is typeof the Renderer
ITEM_SEPARATOR - Static variable in class org.ujorm.tools.jdbc.JdbcBuilder
Separator of database columns
iterator() - Method in interface org.ujorm.tools.set.LoopingIterator
Returns the same object to iterate over elements of type T.

J

JavaScriptWriter - Class in org.ujorm.tools.web.ajax
A prototype of ES6 Vanilla Javascript Writer of the Ujorm framework.
JavaScriptWriter() - Constructor for class org.ujorm.tools.web.ajax.JavaScriptWriter
 
JavaScriptWriter(CharSequence...) - Constructor for class org.ujorm.tools.web.ajax.JavaScriptWriter
 
JavaScriptWriter(Duration, HttpParameter, HttpParameter, CharSequence...) - Constructor for class org.ujorm.tools.web.ajax.JavaScriptWriter
 
javascritWriter - Variable in class org.ujorm.tools.web.report.ReportBuilder
Javascript writer
JdbcBuilder - Class in org.ujorm.tools.jdbc
PrepareStatement builder support How to use a SELECT
 JdbcBuilder sql = new JdbcBuilder()
     .write("SELECT")
     .column("t.id")
     .column("t.name")
     .write("FROM testTable t WHERE")
     .andCondition("t.name", "=", "Test")
     .andCondition("t.created", ">=", someDate);
 for (ResultSet rs : sql.executeSelect(dbConnection)) {
      int id = rs.getInt(1);
      String name = rs.getString(2);
 }
 

 How to use a INSERT
 
 JdbcBuilder sql = new JdbcBuilder()
     .write("INSERT INTO testTable (")
     .columnInsert("id", 10)
     .columnInsert("name", "Test")
     .columnInsert("date", someDate)
     .write(")");
 sql.executeUpdate(dbConnection);
 

 How to use a UPDATE
 
 JdbcBuilder sql = new JdbcBuilder()
     .write("UPDATE testTable SET")
     .columnUpdate("name", "Test")
     .columnUpdate("date", SOME_DATE)
     .write("WHERE")
     .andCondition("id", "IN", 10, 20, 30)
     .andCondition("created BETWEEN ?
JdbcBuilder() - Constructor for class org.ujorm.tools.jdbc.JdbcBuilder
Default constructor
JdbcBuilder(List<CharSequence>, List<Object>) - Constructor for class org.ujorm.tools.jdbc.JdbcBuilder
Default constructor
JdbcBuilder.MarkerEnvelope - Class in org.ujorm.tools.jdbc
A value marker envelope
JdbcBuilder.SqlEnvelope - Class in org.ujorm.tools.jdbc
A SQL fragment
JdbcFunction<R> - Interface in org.ujorm.tools.jdbc
A functional interface
Joinable<D,R> - Interface in org.ujorm.tools.common
A joinable function Usage Function<Person, String> nameProvider = Joinable .of (Person::getBoss) .add(Person::getBoss) .add(Person::getName); String superBossName = nameProvider.apply(getPerson());
JQUERY_JS - Static variable in class org.ujorm.tools.web.report.ReportBuilder.Url
Link to jQuery of CDN
JQueryWriter - Class in org.ujorm.tools.web.ajax
Deprecated.
JQueryWriter() - Constructor for class org.ujorm.tools.web.ajax.JQueryWriter
Deprecated.
 
JQueryWriter(CharSequence...) - Constructor for class org.ujorm.tools.web.ajax.JQueryWriter
Deprecated.
 
JQueryWriter(Duration, HttpParameter, HttpParameter, CharSequence...) - Constructor for class org.ujorm.tools.web.ajax.JQueryWriter
Deprecated.
 
JsonBuilder - Class in org.ujorm.tools.web.json
Simple JSON writer for object type of key-value.
JsonBuilder(Appendable) - Constructor for class org.ujorm.tools.web.json.JsonBuilder
Constructor with a default HTML config
JsonBuilder(Appendable, HtmlConfig) - Constructor for class org.ujorm.tools.web.json.JsonBuilder
Common constructor
JsonBuilder.SelectorType - Enum in org.ujorm.tools.web.json
CSS selector types
JsonWriter - Class in org.ujorm.tools.web.json
Simple JSON writer for object type of key-value.
JsonWriter(Appendable) - Constructor for class org.ujorm.tools.web.json.JsonWriter
 

K

keySet() - Method in class org.ujorm.tools.set.CustomMap
 
keySetProxy() - Method in class org.ujorm.tools.set.CustomMap
Returns a set fo the proxy key

L

LABEL - Static variable in interface org.ujorm.tools.web.Html
Label element
LE - Static variable in interface org.ujorm.tools.sql.Sql
 
LEGEND - Static variable in interface org.ujorm.tools.web.Html
Legend
length() - Method in class org.ujorm.tools.jdbc.ProxySequence
 
length() - Method in class org.ujorm.tools.msg.MessageArg
 
length() - Method in class org.ujorm.tools.web.ao.DefaultHttpParam
 
length() - Method in interface org.ujorm.tools.web.ao.HttpParameter
 
length() - Method in interface org.ujorm.tools.web.ao.Injector
 
LI - Static variable in interface org.ujorm.tools.web.Html
Some item element
LINK - Static variable in interface org.ujorm.tools.web.Html
Link element
LoopingIterator<T> - Interface in org.ujorm.tools.set
An exteded Iterator is suitable for use in the for ( ; ; ) statement.
LT - Static variable in interface org.ujorm.tools.sql.Sql
 

M

map(T...) - Method in class org.ujorm.tools.msg.MessageService
Create a map from man pairs key-value
MapKeyProxy<K> - Interface in org.ujorm.tools.set
Implementation of the Map with customize hash and equals functions.
MarkerEnvelope(Object) - Constructor for class org.ujorm.tools.jdbc.JdbcBuilder.MarkerEnvelope
 
MessageArg<T> - Class in org.ujorm.tools.msg
Message Argument
MessageArg(String) - Constructor for class org.ujorm.tools.msg.MessageArg
Name constructor
MessageArg(String, String) - Constructor for class org.ujorm.tools.msg.MessageArg
Common constructor
MessageService - Class in org.ujorm.tools.msg
Message Service.
MessageService() - Constructor for class org.ujorm.tools.msg.MessageService
Create new instance with the Locale.ENGLISH
MessageService(String, char, Locale) - Constructor for class org.ujorm.tools.msg.MessageService
 
META - Static variable in interface org.ujorm.tools.web.Html
Meta element
MockServletResponse - Class in org.ujorm.tools.web.ao
Simple proxy servlet response for getting a writer content
MockServletResponse() - Constructor for class org.ujorm.tools.web.ao.MockServletResponse
 
MockServletResponse(int) - Constructor for class org.ujorm.tools.web.ao.MockServletResponse
 
MsgFormatter - Class in org.ujorm.tools.msg
Formatter of log messages where argument is located by the {} characters.
MsgFormatter() - Constructor for class org.ujorm.tools.msg.MsgFormatter
Static methods are available only
MsgFormatter(String) - Constructor for class org.ujorm.tools.msg.MsgFormatter
Static methods are available only

N

name() - Method in class org.ujorm.tools.msg.MessageArg
An alias for method #getName()
name - Variable in class org.ujorm.tools.xml.AbstractElement
Deprecated.
 
name - Variable in class org.ujorm.tools.xml.builder.XmlBuilder
Element name
name - Variable in class org.ujorm.tools.xml.model.XmlModel
Element name
NBSP - Static variable in class org.ujorm.tools.xml.AbstractWriter
Non-breaking space character
newLine - Variable in class org.ujorm.tools.web.ajax.JavaScriptWriter
New line characters
next() - Method in class org.ujorm.tools.jdbc.RowIterator
 
nextChild(XmlBuilder) - Method in class org.ujorm.tools.xml.builder.XmlBuilder
Setup states
niceOf(CharSequence, HttpServletResponse, CharSequence...) - Static method in class org.ujorm.tools.web.HtmlElement
Create new instance with empty html headers
niceOf(CharSequence, HttpServletResponse, Charset, CharSequence...) - Static method in class org.ujorm.tools.web.HtmlElement
Create new instance with empty html headers
niceOf(HttpServletResponse, CharSequence...) - Static method in class org.ujorm.tools.web.HtmlElement
Create new instance with empty html headers
nonnull(T, T) - Method in class org.ujorm.tools.xml.config.impl.DefaultXmlConfig
 
NOT_EQ - Static variable in interface org.ujorm.tools.sql.Sql
 
notNull(V, M...) - Static method in class org.ujorm.tools.Assert
Checks if the argument is not null.
notNullState(V, M...) - Static method in class org.ujorm.tools.Assert
Checks if the argument is not null.
notNullValue(Supplier<V>, M...) - Static method in class org.ujorm.tools.Assert
Checks if the value of a supplier is not null without exception..

O

ObjectProvider - Interface in org.ujorm.tools.web.ao
Value provider
ObjectUtils - Class in org.ujorm.tools.common
Static methods
of(Function<D, R>) - Static method in interface org.ujorm.tools.common.Joinable
Create a joinable function
of(D, Function<D, P>...) - Static method in class org.ujorm.tools.common.Wrapper
Create a new wrapper
of(D, boolean, Function<D, P>...) - Static method in class org.ujorm.tools.common.Wrapper
Create a new wrapper
of(String) - Static method in class org.ujorm.tools.msg.MessageArg
 
of(String, String) - Static method in class org.ujorm.tools.msg.MessageArg
 
of(ServletRequest) - Method in interface org.ujorm.tools.web.ao.HttpParameter
Default value is an empty String
of(ServletRequest, String) - Method in interface org.ujorm.tools.web.ao.HttpParameter
Returns the last parameter value of the request or a default value
of(ServletRequest, boolean) - Method in interface org.ujorm.tools.web.ao.HttpParameter
Returns a parameter of the request or the default value
of(ServletRequest, char) - Method in interface org.ujorm.tools.web.ao.HttpParameter
Returns a parameter of the request or the default value
of(ServletRequest, short) - Method in interface org.ujorm.tools.web.ao.HttpParameter
Returns a parameter of the request or the default value
of(ServletRequest, int) - Method in interface org.ujorm.tools.web.ao.HttpParameter
Returns a parameter of the request or the default value
of(ServletRequest, long) - Method in interface org.ujorm.tools.web.ao.HttpParameter
Returns a parameter of the request or the default value
of(ServletRequest, float) - Method in interface org.ujorm.tools.web.ao.HttpParameter
Returns a parameter of the request or the default value
of(ServletRequest, double) - Method in interface org.ujorm.tools.web.ao.HttpParameter
Returns a parameter of the request or the default value
of(ServletRequest, V, Function<String, V>) - Method in interface org.ujorm.tools.web.ao.HttpParameter
Returns a parameter of the request or the default value
of(String) - Static method in interface org.ujorm.tools.web.ao.HttpParameter
Create a default implementation
of(String, String) - Static method in interface org.ujorm.tools.web.ao.HttpParameter
Create a default implementation
of(ApiElement) - Static method in class org.ujorm.tools.web.Element
New element for an API element
of(HttpServletResponse, CharSequence...) - Static method in class org.ujorm.tools.web.HtmlElement
Create new instance with empty html headers
of(CharSequence, HttpServletResponse, CharSequence...) - Static method in class org.ujorm.tools.web.HtmlElement
Create new instance with empty html headers
of(CharSequence, HttpServletResponse, Charset, CharSequence...) - Static method in class org.ujorm.tools.web.HtmlElement
Create new instance with empty html headers
of(HttpServletRequest, HttpServletResponse) - Static method in class org.ujorm.tools.web.HtmlElement
A base method to create new instance
of(HttpServletRequest, HttpServletResponse, HtmlConfig) - Static method in class org.ujorm.tools.web.HtmlElement
A base method to create new instance
of(HttpServletResponse, HtmlConfig) - Static method in class org.ujorm.tools.web.HtmlElement
of(HtmlConfig, HttpServletResponse) - Static method in class org.ujorm.tools.web.HtmlElement
A base method to create new instance with empty html headers
of(HtmlConfig) - Static method in class org.ujorm.tools.web.HtmlElement
Create new instance with empty html headers
of(HtmlConfig, Appendable) - Static method in class org.ujorm.tools.web.HtmlElement
Create root element for a required element name
of(Appendable) - Static method in class org.ujorm.tools.web.json.JsonBuilder
An object factory
of(HttpServletRequest, HttpServletResponse) - Static method in class org.ujorm.tools.web.json.JsonBuilder
An object factory
of(HtmlConfig, HttpServletResponse) - Static method in class org.ujorm.tools.web.json.JsonBuilder
An object factory
of(HttpServletRequest, HttpServletResponse, HtmlConfig) - Static method in class org.ujorm.tools.web.json.JsonBuilder
Deprecated.
of(HtmlConfig, HttpServletRequest, HttpServletResponse) - Static method in class org.ujorm.tools.web.json.JsonBuilder
An object factory
of(HtmlConfig) - Static method in interface org.ujorm.tools.web.report.ReportBuilderConfig
Returns a default implementation
of(Boolean) - Static method in enum org.ujorm.tools.web.table.Direction
 
of(HtmlConfig) - Static method in interface org.ujorm.tools.web.table.GridBuilderConfig
Returns a default implementation
of(HtmlConfig) - Static method in interface org.ujorm.tools.xml.config.HtmlConfig
Clone config form another
ofCode(String) - Static method in class org.ujorm.tools.web.table.ColumnModel
 
ofDefault() - Static method in interface org.ujorm.tools.xml.config.HtmlConfig
Create a new default config
ofDefault() - Static method in interface org.ujorm.tools.xml.config.XmlConfig
Create a new default config
ofDoctype(String) - Static method in interface org.ujorm.tools.xml.config.XmlConfig
Create a new default config
ofElement(String, boolean) - Static method in interface org.ujorm.tools.xml.config.HtmlConfig
No HTML header is generated, no Doctype and no new lines
ofElementName(String) - Static method in interface org.ujorm.tools.xml.config.HtmlConfig
No HTML header is generated, no Doctype and no new lines
ofEmptyElement() - Static method in interface org.ujorm.tools.xml.config.HtmlConfig
Create a configuration for an AJAX response.
ofStub() - Static method in class org.ujorm.tools.web.table.ColumnModel
Create a stub column
OL - Static variable in interface org.ujorm.tools.web.Html
Ordered list elements (root)
onDefault(IORunnable) - Method in class org.ujorm.tools.web.ajax.ReqestDispatcher
Process the request
onDefaultToElement(IOElement) - Method in class org.ujorm.tools.web.ajax.ReqestDispatcher
The process writes to an element
onLoadSubmit - Variable in class org.ujorm.tools.web.ajax.JavaScriptWriter
On load submit request
onParam(HttpParameter, IOConsumer<JsonBuilder>) - Method in class org.ujorm.tools.web.ajax.ReqestDispatcher
Registre new processor.
OPTION - Static variable in interface org.ujorm.tools.web.Html
Option element
orCondition(CharSequence, String, Object) - Method in class org.ujorm.tools.jdbc.JdbcBuilder
Add a condition for a valid argument joined by OR operator
orCondition(CharSequence, String, Object...) - Method in class org.ujorm.tools.jdbc.JdbcBuilder
Add a condition for a multivalue argument joined by OR operator
orCondition(CharSequence, String, Object...) - Method in class org.ujorm.tools.sql.SqlBuilder
 
orCondition(CharSequence, String, Object) - Method in class org.ujorm.tools.sql.SqlBuilder
 
org.ujorm.tools - package org.ujorm.tools
 
org.ujorm.tools.common - package org.ujorm.tools.common
 
org.ujorm.tools.jdbc - package org.ujorm.tools.jdbc
 
org.ujorm.tools.msg - package org.ujorm.tools.msg
 
org.ujorm.tools.set - package org.ujorm.tools.set
 
org.ujorm.tools.sql - package org.ujorm.tools.sql
 
org.ujorm.tools.web - package org.ujorm.tools.web
 
org.ujorm.tools.web.ajax - package org.ujorm.tools.web.ajax
 
org.ujorm.tools.web.ao - package org.ujorm.tools.web.ao
 
org.ujorm.tools.web.json - package org.ujorm.tools.web.json
 
org.ujorm.tools.web.report - package org.ujorm.tools.web.report
 
org.ujorm.tools.web.table - package org.ujorm.tools.web.table
 
org.ujorm.tools.xml - package org.ujorm.tools.xml
 
org.ujorm.tools.xml.builder - package org.ujorm.tools.xml.builder
 
org.ujorm.tools.xml.config - package org.ujorm.tools.xml.config
 
org.ujorm.tools.xml.config.impl - package org.ujorm.tools.xml.config.impl
 
org.ujorm.tools.xml.dom - package org.ujorm.tools.xml.dom
A deprecated package
org.ujorm.tools.xml.model - package org.ujorm.tools.xml.model
 
original() - Method in class org.ujorm.tools.web.HtmlElement
Get an original root element
original() - Method in class org.ujorm.tools.web.json.JsonWriter
 
originalKey - Variable in class org.ujorm.tools.set.CustomMap.DefaultMapKey
 
out - Variable in class org.ujorm.tools.msg.ValuePrinter
Writer
out - Variable in class org.ujorm.tools.xml.AbstractWriter
Output

P

P - Static variable in interface org.ujorm.tools.web.Html
Paragraph element
PARAM_BEG - Static variable in class org.ujorm.tools.msg.MessageArg
Two-character mark ("${") to introducing a template argument.
PARAM_END - Static variable in class org.ujorm.tools.msg.MessageArg
The mark ("}") to finishing a template argument.
PRE - Static variable in interface org.ujorm.tools.web.Html
Preformatted text.
prepareStatement(Connection) - Method in class org.ujorm.tools.jdbc.JdbcBuilder
Build the PreparedStatement with arguments
printHtmlBody(HttpServletRequest, HtmlElement, Function<GridBuilder<D>, Stream<D>>) - Method in class org.ujorm.tools.web.report.ReportBuilder
 
printTable(Element, Function<GridBuilder<D>, Stream<D>>) - Method in class org.ujorm.tools.web.table.GridBuilder
Print table
printTable(Element, Function<GridBuilder<D>, Stream<D>>) - Method in class org.ujorm.tools.web.table.GridBuilderOld
Deprecated.
Print table body
printTableBody(Element, HttpServletRequest, Function<GridBuilder<D>, Stream<D>>) - Method in class org.ujorm.tools.web.report.ReportBuilder
 
ProxySequence - Class in org.ujorm.tools.jdbc
A proxy CharSequence implementation
ProxySequence(CharSequence) - Constructor for class org.ujorm.tools.jdbc.ProxySequence
 
ProxyServletResponse - Class in org.ujorm.tools.web.ao
Deprecated.
ProxyServletResponse() - Constructor for class org.ujorm.tools.web.ao.ProxyServletResponse
Deprecated.
 
ProxyServletResponse(int) - Constructor for class org.ujorm.tools.web.ao.ProxyServletResponse
Deprecated.
 
put(K, V) - Method in class org.ujorm.tools.set.CustomMap
 
putAll(Map<? extends K, ? extends V>) - Method in class org.ujorm.tools.set.CustomMap
 

R

RawEnvelope(Object) - Constructor for class org.ujorm.tools.xml.model.XmlModel.RawEnvelope
 
remove(Object) - Method in class org.ujorm.tools.set.CustomMap
 
ReportBuilder<D> - Class in org.ujorm.tools.web.report
A HTML page builder for table based report with an AJAX support.
ReportBuilder(CharSequence) - Constructor for class org.ujorm.tools.web.report.ReportBuilder
 
ReportBuilder(HtmlConfig) - Constructor for class org.ujorm.tools.web.report.ReportBuilder
 
ReportBuilder(ReportBuilderConfig) - Constructor for class org.ujorm.tools.web.report.ReportBuilder
 
ReportBuilder(ReportBuilderConfig, GridBuilder<D>) - Constructor for class org.ujorm.tools.web.report.ReportBuilder
 
ReportBuilder.Url - Class in org.ujorm.tools.web.report
URL constants
ReportBuilderConfig<D> - Interface in org.ujorm.tools.web.report
A HTML page builder for table based an AJAX.
ReportBuilderConfigImpl<D> - Class in org.ujorm.tools.web.report
A HTML page builder for table based an AJAX.
ReportBuilderConfigImpl(HtmlConfig) - Constructor for class org.ujorm.tools.web.report.ReportBuilderConfigImpl
 
ReportBuilderConfigImpl(HtmlConfig, String, String, Duration, HttpParameter, HttpParameter, String, String, String, List<CharSequence>, String, String, String, String, boolean, BiConsumer<Element, Boolean>) - Constructor for class org.ujorm.tools.web.report.ReportBuilderConfigImpl
 
ReportBuilderConfigImpl.Constants - Class in org.ujorm.tools.web.report
Config constants
ReqestDispatcher - Class in org.ujorm.tools.web.ajax
A Reqest Dispatcher
ReqestDispatcher(HttpServletRequest, HttpServletResponse) - Constructor for class org.ujorm.tools.web.ajax.ReqestDispatcher
 
ReqestDispatcher(CharSequence, HttpServletRequest, HttpServletResponse) - Constructor for class org.ujorm.tools.web.ajax.ReqestDispatcher
 
ReqestDispatcher(HttpServletRequest, HttpServletResponse, HtmlConfig) - Constructor for class org.ujorm.tools.web.ajax.ReqestDispatcher
 
REQUIRED_MSG - Static variable in class org.ujorm.tools.xml.builder.XmlBuilder
Assertion message template
REQUIRED_MSG - Static variable in class org.ujorm.tools.xml.config.impl.DefaultXmlConfig
Assertion message template
reset() - Method in class org.ujorm.tools.web.ao.MockServletResponse
 
resetBuffer() - Method in class org.ujorm.tools.web.ao.MockServletResponse
 
RowIterator - Class in org.ujorm.tools.jdbc
An Iterator for the ResultSet items.
RowIterator(PreparedStatement) - Constructor for class org.ujorm.tools.jdbc.RowIterator
 
rowsOfUrl(URL) - Static method in class org.ujorm.tools.common.StreamUtils
Returns a stream of lines form URL resource
RsConsumer - Interface in org.ujorm.tools.jdbc
A ResultSet consumer for usage in the method Stream.forEach()
run(HtmlElement) - Method in interface org.ujorm.tools.web.ao.IOElement
 
run() - Method in interface org.ujorm.tools.web.ao.IORunnable
 

S

safeEquals(Direction) - Method in enum org.ujorm.tools.web.table.Direction
Safe equals
SafelyEqualable<T> - Interface in org.ujorm.tools.common
An object safely equals to a value.
SCRIPT - Static variable in interface org.ujorm.tools.web.Html
Script element
SELECT - Static variable in interface org.ujorm.tools.sql.Sql
 
select(CharSequence...) - Method in class org.ujorm.tools.sql.SqlBuilder
Write SELECT columns
SELECT - Static variable in interface org.ujorm.tools.web.Html
Select element
sendError(int, String) - Method in class org.ujorm.tools.web.ao.MockServletResponse
Deprecated.
sendError(int) - Method in class org.ujorm.tools.web.ao.MockServletResponse
Deprecated.
sendRedirect(String) - Method in class org.ujorm.tools.web.ao.MockServletResponse
Deprecated.
SEPARATOR - Static variable in class org.ujorm.tools.msg.MsgFormatter
Separator of unmarked arguments '{}' was changed to a single space from release 1.91
SET - Static variable in interface org.ujorm.tools.sql.Sql
 
setAction(Object) - Method in class org.ujorm.tools.web.Element
Set an action type of from
setAjax(boolean) - Method in class org.ujorm.tools.web.ajax.JavaScriptWriter
Set a function order
setAjaxEnabled(boolean) - Method in class org.ujorm.tools.web.report.ReportBuilder
Enable of disable an AJAX feature, default value si true
setAjaxReadyMessage(CharSequence) - Method in class org.ujorm.tools.web.report.ReportBuilderConfigImpl
 
setAjaxRequestParam(HttpParameter) - Method in class org.ujorm.tools.web.report.ReportBuilder
 
setAjaxRequestParam(HttpParameter) - Method in class org.ujorm.tools.web.report.ReportBuilderConfigImpl
 
setAjaxRequestPath(String) - Method in class org.ujorm.tools.web.ajax.JavaScriptWriter
Assign an AJAX timeout
setAjaxTimeout(Duration) - Method in class org.ujorm.tools.web.ajax.JavaScriptWriter
Assign an AJAX timeout
setAttr(String, Object) - Method in class org.ujorm.tools.web.Element
setAttrib(String, Object) - Method in class org.ujorm.tools.web.Element
Deprecated.
setAttrib(String, Object) - Method in interface org.ujorm.tools.xml.ApiElement
setAttribute(String, Object) - Method in class org.ujorm.tools.web.Element
Set an attribute
setAttribute(String) - Method in class org.ujorm.tools.web.Element
Set an attribute with no value
setAttribute(String, Object) - Method in class org.ujorm.tools.web.HtmlElement
 
setAttribute(String, Object) - Method in interface org.ujorm.tools.xml.ApiElement
Set an attribute
setAttribute(String, Object) - Method in class org.ujorm.tools.xml.builder.XmlBuilder
Add an attribute
setAttribute(String, Object) - Method in class org.ujorm.tools.xml.model.XmlModel
Set one attribute
setAttributes(String, CharSequence, Object...) - Method in class org.ujorm.tools.web.Element
Set an attribute
setBufferSize(int) - Method in class org.ujorm.tools.web.ao.MockServletResponse
Deprecated.
setCacheAllowed(boolean) - Method in class org.ujorm.tools.xml.config.impl.DefaultXmlConfig
 
setCellPadding(int) - Method in class org.ujorm.tools.web.Element
Deprecated.
setCellSpacing(int) - Method in class org.ujorm.tools.web.Element
Deprecated.
setCharacterEncoding(String) - Method in class org.ujorm.tools.web.ao.MockServletResponse
Deprecated.
setCharset(Charset) - Method in class org.ujorm.tools.xml.config.impl.DefaultXmlConfig
Charset
setClass(CharSequence...) - Method in class org.ujorm.tools.web.Element
Set a CSS class attribute optionally, the empty attribute is ignored.
setCols(Object) - Method in class org.ujorm.tools.web.Element
Column count of a text area
setColSpan(int) - Method in class org.ujorm.tools.web.Element
Column span inside the table
setCompressedFormat() - Method in class org.ujorm.tools.xml.config.impl.DefaultXmlConfig
Assign parameters for a compressed format of the HTML result
setContentLength(int) - Method in class org.ujorm.tools.web.ao.MockServletResponse
Deprecated.
setContentLengthLong(long) - Method in class org.ujorm.tools.web.ao.MockServletResponse
Deprecated.
setContentType(String) - Method in class org.ujorm.tools.web.ao.MockServletResponse
 
setContentType(String) - Method in class org.ujorm.tools.xml.config.impl.DefaultHtmlConfig
 
setControlCss(String) - Method in class org.ujorm.tools.web.report.ReportBuilderConfigImpl
 
setCssLink(String) - Method in class org.ujorm.tools.web.report.ReportBuilderConfigImpl
 
setCssLinks(CharSequence...) - Method in class org.ujorm.tools.xml.config.impl.DefaultHtmlConfig
 
setCssWriter(BiConsumer<Element, Boolean>) - Method in class org.ujorm.tools.web.report.ReportBuilderConfigImpl
Inline CSS writer
setDateHeader(String, long) - Method in class org.ujorm.tools.web.ao.MockServletResponse
Deprecated.
setDefaultValue(String) - Method in class org.ujorm.tools.xml.config.impl.DefaultXmlConfig
A replacement text instead of the null value
setDirection(Direction) - Method in class org.ujorm.tools.web.table.ColumnModel
 
setDoctype(CharSequence) - Method in class org.ujorm.tools.xml.config.impl.DefaultXmlConfig
A header declaration of the document or a doctype
setDocumentObjectModel(boolean) - Method in class org.ujorm.tools.xml.config.impl.DefaultHtmlConfig
Build a real model or a plain writer, the default value is false
setDom(boolean) - Method in class org.ujorm.tools.xml.config.impl.DefaultHtmlConfig
setEmbeddedIcons(boolean) - Method in class org.ujorm.tools.web.report.ReportBuilder
 
setEmbeddedIcons(boolean) - Method in class org.ujorm.tools.web.report.ReportBuilderConfigImpl
Use an external images for sortable icons
setErrorMessage(CharSequence) - Method in class org.ujorm.tools.web.ajax.JavaScriptWriter
Assign an AJAX error message
setFirstLevel(int) - Method in class org.ujorm.tools.xml.config.impl.DefaultXmlConfig
Level of the root element, the value may be negative.
setFooter(Injector) - Method in class org.ujorm.tools.web.report.ReportBuilder
 
setFor(CharSequence) - Method in class org.ujorm.tools.web.Element
Set an value of input element
setFormAdditions(Injector) - Method in class org.ujorm.tools.web.report.ReportBuilder
Deprecated.
setFormatter(Formatter) - Method in class org.ujorm.tools.xml.config.impl.DefaultXmlConfig
A default value formatter is implemented by the method String.valueOf(value)
setFormId(String) - Method in class org.ujorm.tools.web.report.ReportBuilderConfigImpl
 
setFormItem(Injector) - Method in class org.ujorm.tools.web.report.ReportBuilder
 
setFormSelector(String) - Method in class org.ujorm.tools.web.ajax.JavaScriptWriter
 
setHeader(String, String) - Method in class org.ujorm.tools.web.ao.MockServletResponse
Deprecated.
setHeader(Injector) - Method in class org.ujorm.tools.web.report.ReportBuilder
 
setHeaderInjector(ApiInjector) - Method in class org.ujorm.tools.xml.config.impl.DefaultHtmlConfig
Assign a new header injector
setHref(CharSequence) - Method in class org.ujorm.tools.web.Element
Set hyperlink reference
setHtmlHeader(Injector) - Method in class org.ujorm.tools.web.report.ReportBuilder
 
setHtmlHeader(boolean) - Method in class org.ujorm.tools.xml.config.impl.DefaultHtmlConfig
A request to generate a minimal HTML header
setId(CharSequence) - Method in class org.ujorm.tools.web.Element
Set an identifier of the element
setIdleDelay(Duration) - Method in class org.ujorm.tools.web.report.ReportBuilderConfigImpl
 
setIndentationSpace(CharSequence) - Method in class org.ujorm.tools.xml.config.impl.DefaultXmlConfig
An indentation space for elements of the next level, where default value is an empty `String`
setIntHeader(String, int) - Method in class org.ujorm.tools.web.ao.MockServletResponse
Deprecated.
setJavascritWriter(Supplier<Injector>) - Method in class org.ujorm.tools.web.report.ReportBuilder
 
setJqueryLink(String) - Method in class org.ujorm.tools.web.report.ReportBuilderConfigImpl
 
setLanguage(CharSequence) - Method in class org.ujorm.tools.xml.config.impl.DefaultHtmlConfig
 
setLocale(Locale) - Method in class org.ujorm.tools.web.ao.MockServletResponse
Deprecated.
setMethod(Object) - Method in class org.ujorm.tools.web.Element
Set a method of form
setName(CharSequence) - Method in class org.ujorm.tools.web.Element
Set an name of input element
setNewLine(CharSequence) - Method in class org.ujorm.tools.web.ajax.JavaScriptWriter
 
setNewLine(CharSequence) - Method in class org.ujorm.tools.xml.config.impl.DefaultXmlConfig
A new line sequence
setNiceFormat() - Method in class org.ujorm.tools.xml.config.impl.DefaultXmlConfig
Assign parameters for a nice format of the HTML result
setNiceFormat(CharSequence) - Method in class org.ujorm.tools.xml.config.impl.DefaultXmlConfig
Assign parameters for a nice format of the HTML result
setOnLoadSubmit(boolean) - Method in class org.ujorm.tools.web.ajax.JavaScriptWriter
 
setRawHedaderCode(String) - Method in class org.ujorm.tools.xml.config.impl.DefaultHtmlConfig
Deprecated. 
setRootElementName(String) - Method in class org.ujorm.tools.xml.config.impl.DefaultHtmlConfig
The element name must not be special HTML characters.
setRows(int) - Method in class org.ujorm.tools.web.Element
Row count of a text area
setRowSpan(int) - Method in class org.ujorm.tools.web.Element
Row span inside the table
setSort(ColumnModel) - Method in class org.ujorm.tools.web.report.ReportBuilder
Mark a column as sortable
setSort(ColumnModel) - Method in class org.ujorm.tools.web.table.GridBuilder
Mark a column as sorted
setSortable(boolean) - Method in class org.ujorm.tools.web.ajax.JavaScriptWriter
Assign a Sortable table
setSortable(int) - Method in class org.ujorm.tools.web.ajax.JavaScriptWriter
Set a function order
setSortable(Direction) - Method in class org.ujorm.tools.web.table.ColumnModel
 
setSortRequestParam(HttpParameter) - Method in class org.ujorm.tools.web.report.ReportBuilderConfigImpl
 
setStatus(int) - Method in class org.ujorm.tools.web.ao.MockServletResponse
Deprecated.
setStatus(int, String) - Method in class org.ujorm.tools.web.ao.MockServletResponse
Deprecated.
setSubtitleCss(String) - Method in class org.ujorm.tools.web.report.ReportBuilderConfigImpl
 
setSubtitleSelector(CharSequence) - Method in class org.ujorm.tools.web.ajax.JavaScriptWriter
Assign a subtitle CSS selector
setTableCssClass(List<CharSequence>) - Method in class org.ujorm.tools.web.report.ReportBuilderConfigImpl
 
setTableSelector(CharSequence) - Method in class org.ujorm.tools.web.report.ReportBuilderConfigImpl
 
setTitle(CharSequence) - Method in class org.ujorm.tools.xml.config.impl.DefaultHtmlConfig
Title is a required element by HTML 5
setType(Object) - Method in class org.ujorm.tools.web.Element
Set a type of input element
setValue(Object) - Method in class org.ujorm.tools.web.Element
Set an value of input element
setVersion(int) - Method in class org.ujorm.tools.web.ajax.JavaScriptWriter
Assign an AJAX timeout
size() - Method in class org.ujorm.tools.set.CustomMap
 
sortable() - Method in class org.ujorm.tools.web.report.ReportBuilder
Add a sortable indicator to the last column model
sortable(boolean) - Method in class org.ujorm.tools.web.report.ReportBuilder
Add a sortable indicator to the last column model
sortable(Direction) - Method in class org.ujorm.tools.web.report.ReportBuilder
Add a sortable indicator to the last column model
sortable() - Method in class org.ujorm.tools.web.table.GridBuilder
Add a sortable indicator to the last column model
sortable(boolean) - Method in class org.ujorm.tools.web.table.GridBuilder
Add a sortable indicator to the last column model
sortable(Direction) - Method in class org.ujorm.tools.web.table.GridBuilder
Add a sortable indicator to the last column model
sortRequestParam - Variable in class org.ujorm.tools.web.ajax.JavaScriptWriter
Javascript ajax request parameter
SPACE - Static variable in class org.ujorm.tools.jdbc.JdbcBuilder
A value marker for SQL
SPACE - Static variable in class org.ujorm.tools.xml.AbstractWriter
A special XML character
SPAN - Static variable in interface org.ujorm.tools.web.Html
Span element
sql - Variable in class org.ujorm.tools.jdbc.JdbcBuilder
SQL string fragments
Sql - Interface in org.ujorm.tools.sql
Some SQL keyw0rods.
SqlBuilder - Class in org.ujorm.tools.sql
PrepareStatement builder support How to use a SELECT
 SqlBuilder sql = new SqlBuilder()
     .select("t.id", "t.name")
     .from("testTable t")
     .where()
     .andCondition("t.name", "=", "Test")
     .andCondition("t.created", ">=", someDate);
 for (ResultSet rs : sql.executeSelect(dbConnection)) {
      int id = rs.getInt(1);
      String name = rs.getString(2);
 }
 

 How to use a INSERT
 
 SqlBuilder sql = new SqlBuilder()
     .insert("testTable")
     .write("(")
     .columnInsert("id", 10)
     .columnInsert("name", "Test")
     .columnInsert("date", someDate)
     .super.write(")");
 sql.executeUpdate(dbConnection);
 

 How to use a UPDATE
 
 SqlBuilder sql = new SqlBuilder()
     .update("testTable")
     .columnUpdate("name", "Test")
     .columnUpdate("date", SOME_DATE)
     .where()
     .andCondition("id", "IN", 10, 20, 30)
     .andCondition("created BETWEEN ?
SqlBuilder() - Constructor for class org.ujorm.tools.sql.SqlBuilder
 
SqlBuilder(List<CharSequence>, List<Object>) - Constructor for class org.ujorm.tools.sql.SqlBuilder
 
SqlEnvelope(CharSequence) - Constructor for class org.ujorm.tools.jdbc.JdbcBuilder.SqlEnvelope
Default constructor
SqlEnvelope(CharSequence, int) - Constructor for class org.ujorm.tools.jdbc.JdbcBuilder.SqlEnvelope
Column constructor
state(boolean, M...) - Static method in class org.ujorm.tools.Assert
If the value Checks if the argument is true.
StreamUtils - Class in org.ujorm.tools.common
Static methods
STYLE - Static variable in interface org.ujorm.tools.web.Html
Style element
subSequence(int, int) - Method in class org.ujorm.tools.jdbc.ProxySequence
 
subSequence(int, int) - Method in class org.ujorm.tools.msg.MessageArg
 
subSequence(int, int) - Method in class org.ujorm.tools.web.ao.DefaultHttpParam
 
subSequence(int, int) - Method in interface org.ujorm.tools.web.ao.HttpParameter
 
subSequence(int, int) - Method in interface org.ujorm.tools.web.ao.Injector
 
SUBTITLE_CSS - Static variable in class org.ujorm.tools.web.report.ReportBuilderConfigImpl.Constants
CSS class name for the output box
subtitleSelector - Variable in class org.ujorm.tools.web.ajax.JavaScriptWriter
A subtitle selector

T

TABLE - Static variable in interface org.ujorm.tools.web.Html
Table element
TABLE_CSS_CLASS - Static variable in class org.ujorm.tools.web.report.ReportBuilderConfigImpl.Constants
Table CSS classes
TableBuilder<D> - Class in org.ujorm.tools.web.table
Deprecated.
Uset the ReportBuilder class rather.
TableBuilder(CharSequence) - Constructor for class org.ujorm.tools.web.table.TableBuilder
Deprecated.
TableBuilder(HtmlConfig) - Constructor for class org.ujorm.tools.web.table.TableBuilder
Deprecated.
TableBuilder(ReportBuilderConfig) - Constructor for class org.ujorm.tools.web.table.TableBuilder
Deprecated.
TBODY - Static variable in interface org.ujorm.tools.web.Html
Table body group
TD - Static variable in interface org.ujorm.tools.web.Html
Table detail element
template(T...) - Method in class org.ujorm.tools.msg.MessageService
Create a message template from argument pairs key-value
TEXT_AREA - Static variable in interface org.ujorm.tools.web.Html
Input element
TH - Static variable in interface org.ujorm.tools.web.Html
Table header cell
THEAD - Static variable in interface org.ujorm.tools.web.Html
Table header group
TITLE - Static variable in interface org.ujorm.tools.web.Html
Title element
toCode() - Method in class org.ujorm.tools.msg.MessageArg
Convert attributes to a code
toCode(boolean) - Method in class org.ujorm.tools.web.table.ColumnModel
Write the content to an appendable text stream
toCode(boolean, Appendable) - Method in class org.ujorm.tools.web.table.ColumnModel
Write the content to an appendable text stream where the default direction is an ASCENDING.
toJoinable(Function<D, R>) - Static method in class org.ujorm.tools.common.StreamUtils
Create a joinable function Usage Function<Person, String> nameProvider = Joinable .of (Person::getBoss) .add(Person::getBoss) .add(Person::getName); String superBossName = nameProvider.apply(getPerson());
toPrintWriter(Appendable) - Static method in class org.ujorm.tools.common.ObjectUtils
Convert appendable to object type of PrintWriter
toStream(Iterator<T>) - Static method in class org.ujorm.tools.common.StreamUtils
Convert an interator to a Stream
toStream(Iterator<T>, boolean) - Static method in class org.ujorm.tools.common.StreamUtils
Convert an interator to a Stream
toStream() - Method in interface org.ujorm.tools.set.LoopingIterator
Convert to a closeable Stream
toString() - Method in class org.ujorm.tools.common.Wrapper
 
toString() - Method in class org.ujorm.tools.jdbc.JdbcBuilder
Returns a SQL preview including values
toString() - Method in class org.ujorm.tools.jdbc.ProxySequence
 
toString() - Method in class org.ujorm.tools.msg.MessageArg
Returns a code name
toString() - Method in class org.ujorm.tools.msg.ValuePrinter
Writer result
toString() - Method in class org.ujorm.tools.set.CustomMap.DefaultMapKey
 
toString() - Method in class org.ujorm.tools.web.ao.DefaultHttpParam
 
toString() - Method in interface org.ujorm.tools.web.ao.HttpParameter
Returns a parameter name
toString() - Method in class org.ujorm.tools.web.ao.MockServletResponse
Get a content of the writer
toString() - Method in class org.ujorm.tools.web.Element
String value
toString() - Method in class org.ujorm.tools.web.HtmlElement
Returns an Render the HTML code including header.
toString() - Method in class org.ujorm.tools.web.table.ColumnModel
 
toString() - Method in class org.ujorm.tools.xml.AbstractWriter
 
toString() - Method in class org.ujorm.tools.xml.builder.XmlBuilder
Render the XML code including header
toString() - Method in class org.ujorm.tools.xml.builder.XmlPrinter
 
toString() - Method in class org.ujorm.tools.xml.model.XmlModel
Render the XML code including header
toWriter(int, XmlWriter) - Method in class org.ujorm.tools.xml.model.XmlModel
Render the XML code without header
TR - Static variable in interface org.ujorm.tools.web.Html
Table row element

U

UL - Static variable in interface org.ujorm.tools.web.Html
Unordered list elements (root)
UNDEFINED - Static variable in interface org.ujorm.tools.sql.Sql
 
uniqueValue(Class<T>, Connection) - Method in class org.ujorm.tools.jdbc.JdbcBuilder
Return the first column value of a unique resultset, else returns null value
uniqueValueOptional(Class<T>, Connection) - Method in class org.ujorm.tools.jdbc.JdbcBuilder
Return the first column value of a unique resultset
UPDATE - Static variable in interface org.ujorm.tools.sql.Sql
 
update(CharSequence) - Method in class org.ujorm.tools.sql.SqlBuilder
Write WHERE
Url() - Constructor for class org.ujorm.tools.web.report.ReportBuilder.Url
 
Url(String, String) - Constructor for class org.ujorm.tools.web.report.ReportBuilder.Url
 
urlOfServlet(Class<? extends HttpServlet>, String...) - Static method in class org.ujorm.tools.web.ao.WebUtils
Returns an URL of the servlet of the root where a default value is an empty string
urlOfServlet(Class<? extends HttpServlet>, String) - Static method in class org.ujorm.tools.web.ao.WebUtils
Find a first URL from WebServlet annotation.

V

V_BLANK - Static variable in interface org.ujorm.tools.web.Html
 
V_CHECKBOX - Static variable in interface org.ujorm.tools.web.Html
 
V_GET - Static variable in interface org.ujorm.tools.web.Html
 
V_HIDDEN - Static variable in interface org.ujorm.tools.web.Html
 
V_PASSWORD - Static variable in interface org.ujorm.tools.web.Html
 
V_POST - Static variable in interface org.ujorm.tools.web.Html
 
V_RESET - Static variable in interface org.ujorm.tools.web.Html
 
V_STYLESHEET - Static variable in interface org.ujorm.tools.web.Html
 
V_SUBMIT - Static variable in interface org.ujorm.tools.web.Html
 
V_TEXT - Static variable in interface org.ujorm.tools.web.Html
 
V_TEXT_CSS - Static variable in interface org.ujorm.tools.web.Html
 
value(Object) - Method in class org.ujorm.tools.jdbc.JdbcBuilder
Add an argument value (including a SEPARATOR and a MARKER) for buidling a SQL INSERT statement
value(Object) - Method in class org.ujorm.tools.sql.SqlBuilder
 
VALUE_MARKER - Static variable in class org.ujorm.tools.jdbc.JdbcBuilder
A value marker for SQL
valueBorder - Variable in class org.ujorm.tools.msg.ValueFormatter
Border of the byte array
ValueFormatter - Class in org.ujorm.tools.msg
Formatter of log messages where argument is located by the {} characters.
ValueFormatter() - Constructor for class org.ujorm.tools.msg.ValueFormatter
Static methods are available only
ValueFormatter(String, String) - Constructor for class org.ujorm.tools.msg.ValueFormatter
Static methods are available only
valueOf(String) - Static method in enum org.ujorm.tools.web.json.JsonBuilder.SelectorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ujorm.tools.web.table.Direction
Returns the enum constant of this type with the specified name.
ValuePrinter - Class in org.ujorm.tools.msg
Print values to an output
ValuePrinter(int) - Constructor for class org.ujorm.tools.msg.ValuePrinter
Constructor
ValuePrinter(Appendable) - Constructor for class org.ujorm.tools.msg.ValuePrinter
Constructor
ValuePrinter(String, String, Appendable) - Constructor for class org.ujorm.tools.msg.ValuePrinter
Constructor
ValueProvider - Interface in org.ujorm.tools.web.json
Value provider
values() - Method in class org.ujorm.tools.set.CustomMap
 
VALUES - Static variable in interface org.ujorm.tools.sql.Sql
 
values() - Static method in enum org.ujorm.tools.web.json.JsonBuilder.SelectorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.ujorm.tools.web.table.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
version - Variable in class org.ujorm.tools.web.ajax.JavaScriptWriter
JavaScript version

W

WebUtils - Class in org.ujorm.tools.web.ao
Static method for common use
WebUtils() - Constructor for class org.ujorm.tools.web.ao.WebUtils
 
WHERE - Static variable in interface org.ujorm.tools.sql.Sql
 
where() - Method in class org.ujorm.tools.sql.SqlBuilder
Write WHERE
wrap(V) - Method in class org.ujorm.tools.common.Wrapper
Create a new wrapper for the value
Wrapper<V> - Class in org.ujorm.tools.common
The wrapper implements a common hash(), equals() and compareTo() methods Usage:
   Person p1 = new Person(1, "A");
   Person p2 = new Person(1, "B");
   Wrapper<Person> w1 = Wrapper.of(p1, Person::getId, Person::getName);
   Wrapper<Person> w2 = w1.wrap(p2);
   assertTrue(w1.compareTo(w2) < 0);
 
write(JdbcBuilder) - Method in class org.ujorm.tools.jdbc.JdbcBuilder
Add a another statement to the end of this statement.
write(CharSequence) - Method in class org.ujorm.tools.jdbc.JdbcBuilder
Write a sql fragment including a space before
write(CharSequence) - Method in class org.ujorm.tools.sql.SqlBuilder
 
write(SqlBuilder) - Method in class org.ujorm.tools.sql.SqlBuilder
 
write(Element) - Method in class org.ujorm.tools.web.ajax.JavaScriptWriter
Generate a Javascript
write(Element) - Method in class org.ujorm.tools.web.ajax.JQueryWriter
Deprecated.
Generate a Javascript
write(Element, T) - Method in interface org.ujorm.tools.web.ao.Column
Write a custom content of the table cell
write(Element) - Method in interface org.ujorm.tools.web.ao.Injector
Performs this operation on the given argument.
write(CharSequence, CharSequence...) - Method in class org.ujorm.tools.web.json.JsonBuilder
Write a key-value
write(String, CharSequence, CharSequence...) - Method in class org.ujorm.tools.web.json.JsonBuilder
Write a key-value
write(CharSequence, ValueProvider) - Method in class org.ujorm.tools.web.json.JsonBuilder
Write a key-value
write(String, CharSequence, ValueProvider) - Method in class org.ujorm.tools.web.json.JsonBuilder
 
write(CharSequence, boolean) - Method in class org.ujorm.tools.xml.AbstractWriter
Write escaped value to the output
write(ApiElement) - Method in interface org.ujorm.tools.xml.config.ApiInjector
Performs an operation on the argument element.
write(int, XmlModel) - Method in class org.ujorm.tools.xml.model.XmlWriter
Render the XML code without header
write(int, CharSequence, Map<String, Object>, List<Object>, XmlModel) - Method in class org.ujorm.tools.xml.model.XmlWriter
Render the XML code without header
writeByteArray(byte[], Appendable) - Method in class org.ujorm.tools.msg.ValueFormatter
Write bytes as hexa
writeClass(CharSequence, CharSequence...) - Method in class org.ujorm.tools.web.json.JsonBuilder
Write the value for a CSS CLASS selector
writeClass(CharSequence, ValueProvider) - Method in class org.ujorm.tools.web.json.JsonBuilder
Write the value for a CSS CLASS selector
writeClassObj(CharSequence, ObjectProvider) - Method in class org.ujorm.tools.web.json.JsonBuilder
An experimental feature: write the value for a CSS CLASS selector
writeId(CharSequence, CharSequence...) - Method in class org.ujorm.tools.web.json.JsonBuilder
Write the value for a CSS ID selector
writeId(CharSequence, ValueProvider) - Method in class org.ujorm.tools.web.json.JsonBuilder
Write the value for a CSS ID selector
writeIdObj(CharSequence, ObjectProvider) - Method in class org.ujorm.tools.web.json.JsonBuilder
An experimental feature: write the value for a CSS ID selector
writeLongValue(CharSequence, Appendable) - Method in class org.ujorm.tools.msg.ValueFormatter
You can call the method from a child class
writeMany(CharSequence...) - Method in class org.ujorm.tools.jdbc.JdbcBuilder
Write many sql fragments including a space before
writeMany(CharSequence...) - Method in class org.ujorm.tools.sql.SqlBuilder
 
writeManyNoSpace(CharSequence...) - Method in class org.ujorm.tools.jdbc.JdbcBuilder
Write many sql fragments with no space before
writeManyNoSpace(CharSequence...) - Method in class org.ujorm.tools.sql.SqlBuilder
 
writeNewLine(int) - Method in class org.ujorm.tools.xml.AbstractWriter
Write a new line with an offset by the current level
writeNoSpace(CharSequence) - Method in class org.ujorm.tools.jdbc.JdbcBuilder
Write a sql fragment with no space before
writeNoSpace(CharSequence) - Method in class org.ujorm.tools.sql.SqlBuilder
 
writeObj(CharSequence, ObjectProvider) - Method in class org.ujorm.tools.web.json.JsonBuilder
An experimental feature: write a key-object value
writeObj(String, CharSequence, ObjectProvider) - Method in class org.ujorm.tools.web.json.JsonBuilder
An experimental feature: write key-object value
writeOperator(boolean, boolean) - Method in class org.ujorm.tools.jdbc.JdbcBuilder
Write an opetaror AND / OR
writeRawValue(CharSequence, ApiElement) - Method in class org.ujorm.tools.xml.AbstractWriter
Write the content of an envelope
writeRawValue(Object, XmlBuilder) - Method in class org.ujorm.tools.xml.builder.XmlPrinter
Write the content of an envelope
writeValue(Object, Appendable, Locale) - Method in class org.ujorm.tools.msg.MessageService
Write a value to the output buffer.
writeValue(Object, Appendable, boolean) - Method in class org.ujorm.tools.msg.MsgFormatter
Print argument to the Writter with an optional format.
writeValue(Object, Appendable, boolean) - Method in class org.ujorm.tools.msg.ValueFormatter
Print argument to the Writter with an optional format.
writeValue(Object, ApiElement, String) - Method in class org.ujorm.tools.xml.AbstractWriter
Write escaped value to the output

X

XML_2QUOT - Static variable in class org.ujorm.tools.xml.AbstractWriter
A special XML character
XML_AMPERSAND - Static variable in class org.ujorm.tools.xml.AbstractWriter
A special XML character
XML_APOSTROPHE - Static variable in class org.ujorm.tools.xml.AbstractWriter
A special XML character
XML_GT - Static variable in class org.ujorm.tools.xml.AbstractWriter
A special XML character
XML_HEADER - Static variable in class org.ujorm.tools.xml.AbstractWriter
Default XML declaration
XML_LT - Static variable in class org.ujorm.tools.xml.AbstractWriter
A special XML character
XmlBuilder - Class in org.ujorm.tools.xml.builder
A XML builder.
XmlBuilder(String, XmlPrinter, int) - Constructor for class org.ujorm.tools.xml.builder.XmlBuilder
The new element constructor
XmlBuilder(String, XmlPrinter, int, boolean) - Constructor for class org.ujorm.tools.xml.builder.XmlBuilder
The new element constructor
XmlBuilder(String, XmlPrinter) - Constructor for class org.ujorm.tools.xml.builder.XmlBuilder
New element with a parent
XmlConfig - Interface in org.ujorm.tools.xml.config
Configuraion of HtmlPage
XmlElement - Class in org.ujorm.tools.xml.dom
Deprecated.
Use the XmlModel rather.
XmlElement(String) - Constructor for class org.ujorm.tools.xml.dom.XmlElement
Deprecated.
 
XmlElement(String, XmlModel) - Constructor for class org.ujorm.tools.xml.dom.XmlElement
Deprecated.
 
XmlModel - Class in org.ujorm.tools.xml.model
XML element model to rendering a XML file.
XmlModel(String) - Constructor for class org.ujorm.tools.xml.model.XmlModel
 
XmlModel(String, XmlModel) - Constructor for class org.ujorm.tools.xml.model.XmlModel
New element with a parent
XmlModel.RawEnvelope - Class in org.ujorm.tools.xml.model
Raw XML code envelope
XmlPrinter - Class in org.ujorm.tools.xml.builder
If you need special formatting, overwrite responsible methods.
XmlPrinter() - Constructor for class org.ujorm.tools.xml.builder.XmlPrinter
Default constructor a zero offset
XmlPrinter(Appendable) - Constructor for class org.ujorm.tools.xml.builder.XmlPrinter
Writer constructor with a zero offset
XmlPrinter(Appendable, XmlConfig) - Constructor for class org.ujorm.tools.xml.builder.XmlPrinter
A writer constructor
XmlWriter - Class in org.ujorm.tools.xml.model
If you need special formatting, overwrite responsible methods.
XmlWriter() - Constructor for class org.ujorm.tools.xml.model.XmlWriter
Default constructor a zero offset
XmlWriter(Appendable) - Constructor for class org.ujorm.tools.xml.model.XmlWriter
Writer constructor with a zero offset
XmlWriter(Appendable, CharSequence) - Constructor for class org.ujorm.tools.xml.model.XmlWriter
A writer constructor
A B C D E F G H I J K L M N O P R S T U V W X 
Skip navigation links

Copyright 2019-2022, Pavel Ponec