Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
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.
- A_CELLSPACING - Static variable in interface org.ujorm.tools.web.Html
-
Deprecated.Attribute
cellspacingis not supported in HTML 5. - 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_CHARSET - Static variable in interface org.ujorm.tools.web.Html
- A_CHECKED - 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
ApiElementrather. - AbstractElement(String) - Constructor for class org.ujorm.tools.xml.AbstractElement
-
Deprecated.
- AbstractHtmlElement - Class in org.ujorm.tools.web
-
The root of HTML elements is independent on the Servlet API
- AbstractHtmlElement(ApiElement, HtmlConfig, Appendable) - Constructor for class org.ujorm.tools.web.AbstractHtmlElement
-
Create new instance with empty HTML headers
- AbstractHtmlElement(HtmlConfig, Appendable) - Constructor for class org.ujorm.tools.web.AbstractHtmlElement
-
Create new instance with empty HTML headers
- 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(Element) - Method in interface org.ujorm.tools.web.json.ValueProvider
-
Write a HTML code to the element
- accept(JsonBuilder) - Method in interface org.ujorm.tools.web.ao.ObjectProvider
-
Write a HTML code to the element
- accept(ResultSet) - Method in interface org.ujorm.tools.jdbc.SqlConsumer
- accept(ResultSet) - Method in interface tools.jdbc.SqlConsumer
- accept(T) - Method in interface org.ujorm.tools.web.ao.IOConsumer
- acceptResultset(ResultSet) - Method in interface org.ujorm.tools.jdbc.SqlConsumer
- acceptResultset(ResultSet) - Method in interface tools.jdbc.SqlConsumer
- add(CharSequence...) - Method in class org.ujorm.tools.common.TextBuilder
- add(CharSequence...) - Method in class tools.common.TextBuilder
- add(Array<T>) - Method in class org.ujorm.tools.common.Array
-
Add new items to the new Array
- add(Joinable<R, F>) - Method in interface org.ujorm.tools.common.Joinable
-
Send a result of the first function to the next one.
- add(T...) - Method in class org.ujorm.tools.common.Array
-
Add new items to the new Array
- add(T...) - Method in class tools.common.Array
-
Add new items to the new Array
- add(Array<T>) - Method in class tools.common.Array
-
Add new items to the new Array
- add(Joinable<R, F>) - Method in interface 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>) - Method in class org.ujorm.tools.web.table.GridBuilder
- add(Function<D, V>, CharSequence) - Method in class org.ujorm.tools.web.report.ReportBuilder
- add(Function<D, V>, CharSequence) - Method in class org.ujorm.tools.web.table.GridBuilder
- add(Function<D, V>, CharSequence, HttpParameter) - Method in class org.ujorm.tools.web.report.ReportBuilder
- add(Function<D, V>, CharSequence, HttpParameter) - Method in class org.ujorm.tools.web.table.GridBuilder
- add(Function<D, V>, Injector) - Method in class org.ujorm.tools.web.report.ReportBuilder
- add(Function<D, V>, Injector) - Method in class org.ujorm.tools.web.table.GridBuilder
- add(Function<D, V>, Injector, HttpParameter) - Method in class org.ujorm.tools.web.report.ReportBuilder
- 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
- addArguments(Object...) - Method in class org.ujorm.tools.jdbc.JdbcBuilder
-
Deprecated.Add argument values with no SAPARATOR and no MARKER (for a common use)
- addArguments(Object...) - Method in class tools.jdbc.JdbcBuilder
-
Deprecated.Add argument values with no SAPARATOR and no MARKER (for a common use)
- addArguments(Object...) - Method in class org.ujorm.tools.sql.SqlBuilder
-
Deprecated.
- addArguments(Object...) - Method in class tools.sql.SqlBuilder
-
Deprecated.
- addBody() - Method in class org.ujorm.tools.web.AbstractHtmlElement
-
Returns a body element
- addBody(CharSequence...) - Method in class org.ujorm.tools.web.Element
-
Add new 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 interface org.ujorm.tools.xml.ApiElement
-
Add a character data in
CDATAformat 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
CDATAformat to XML only. - addCDATA(CharSequence) - Method in class org.ujorm.tools.web.AbstractHtmlElement
- addCDATA(CharSequence) - Method in class org.ujorm.tools.web.Element
- addColumn(Column<D>, CharSequence) - 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.report.ReportBuilder
- addColumn(Column<D>, Injector) - Method in class org.ujorm.tools.web.table.GridBuilder
- 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.
- addComment(CharSequence) - Method in class org.ujorm.tools.web.AbstractHtmlElement
- addComment(CharSequence) - Method in class org.ujorm.tools.web.Element
- addCssBodies(CharSequence, CharSequence...) - Method in class org.ujorm.tools.web.AbstractHtmlElement
-
Create a new CSS element and return it.
- addCssBody(CharSequence) - Method in class org.ujorm.tools.web.AbstractHtmlElement
-
Create a new CSS element and return it
- addCssLink(CharSequence) - Method in class org.ujorm.tools.web.AbstractHtmlElement
-
Create a new CSS element and return it
- addCssLinks(CharSequence...) - Method in class org.ujorm.tools.web.AbstractHtmlElement
-
Create a new CSS element and return it
- addDiv(CharSequence...) - Method in class org.ujorm.tools.web.Element
-
Add new div element
- addElement(String) - Method in class org.ujorm.tools.web.AbstractHtmlElement
-
Create new Element
- addElement(String) - Method in class org.ujorm.tools.web.Element
-
Create new Element
- addElement(String) - Method in interface org.ujorm.tools.xml.ApiElement
-
Create a new
ApiElementfor a required name and add it to children. - addElement(String) - Method in class org.ujorm.tools.xml.builder.XmlBuilder
-
Create a new
XmlBuilderfor a required name and add it to children. - addElement(String) - Method in class org.ujorm.tools.xml.model.XmlModel
-
Create a new
XmlModelfor a required name and add it to children. - addElement(String, CharSequence...) - Method in class org.ujorm.tools.web.Element
-
Add a new Element with optional CSS classes
- addElement(XmlModel) - Method in class org.ujorm.tools.xml.model.XmlModel
-
Add a child element
- 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.AbstractHtmlElement
-
Returns a head element
- 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,
- addHeading(CharSequence, CharSequence...) - Method in class org.ujorm.tools.web.Element
-
Add a top heading (level one)
- addHiddenInput(CharSequence, Object) - Method in class org.ujorm.tools.web.Element
-
Add a new hidden input element with a name & value
- addChild(Object) - Method in class org.ujorm.tools.xml.model.XmlModel
-
Add a child entity
- addImage(InputStream, CharSequence, CharSequence...) - Method in class org.ujorm.tools.web.Element
-
Add an embeded image
- addImage(CharSequence, CharSequence, CharSequence...) - Method in class org.ujorm.tools.web.Element
-
Add a link to an 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
- addJavascriptBody(CharSequence...) - Method in class org.ujorm.tools.web.AbstractHtmlElement
-
Create a new Javascript element and return it.
- addJavascriptLink(boolean, CharSequence) - Method in class org.ujorm.tools.web.AbstractHtmlElement
-
Create a new Javascript element and return it
- addJavascriptLinks(boolean, CharSequence...) - Method in class org.ujorm.tools.web.AbstractHtmlElement
-
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 a new password input element
- 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 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
- addRawText(Object) - Method in class org.ujorm.tools.web.AbstractHtmlElement
- 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
- 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
- addTableRow(CharSequence...) - Method in class org.ujorm.tools.web.Element
-
Add new table row element
- addText(Object...) - Method in class org.ujorm.tools.web.Element
-
Add many texts with no separator
- 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
- addText(Object) - Method in class org.ujorm.tools.web.AbstractHtmlElement
- addText(Object) - Method in class org.ujorm.tools.web.Element
-
Add simple text
- 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
- addTexts(CharSequence, Object...) - Method in class org.ujorm.tools.web.Element
-
Add many words separated by a delimeter
- addTextTemplated(CharSequence, Object...) - Method in class org.ujorm.tools.web.AbstractHtmlElement
- 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.
- addTextTemplated(CharSequence, Object...) - Method in class org.ujorm.tools.web.Element
-
Add a template based text with parameters 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
-
Deprecated.Add a value to SQL (inlucing MARKER)
- addValue(Object) - Method in class tools.jdbc.JdbcBuilder
-
Deprecated.Add a value to SQL (inlucing MARKER)
- addValue(Object) - Method in class org.ujorm.tools.sql.SqlBuilder
-
Deprecated.
- addValue(Object) - Method in class tools.sql.SqlBuilder
-
Deprecated.
- 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
-
An AJAX timeout of the input response
- andCondition(CharSequence, String, Object) - Method in class org.ujorm.tools.jdbc.JdbcBuilder
-
Deprecated.Add a condition for a valid argument joined by AND operator
- andCondition(CharSequence, String, Object) - Method in class tools.jdbc.JdbcBuilder
-
Deprecated.Add a condition for a valid argument joined by AND operator
- andCondition(CharSequence, String, Object...) - Method in class org.ujorm.tools.jdbc.JdbcBuilder
-
Deprecated.Add a condition for a multivalue argument joined by AND operator
- andCondition(CharSequence, String, Object...) - Method in class tools.jdbc.JdbcBuilder
-
Deprecated.Add a condition for a multivalue argument joined by AND operator
- andCondition(CharSequence, String, Object) - Method in class org.ujorm.tools.sql.SqlBuilder
-
Deprecated.
- andCondition(CharSequence, String, Object) - Method in class tools.sql.SqlBuilder
-
Deprecated.
- andCondition(CharSequence, String, Object...) - Method in class org.ujorm.tools.sql.SqlBuilder
-
Deprecated.
- andCondition(CharSequence, String, Object...) - Method in class tools.sql.SqlBuilder
-
Deprecated.
- 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(char) - Method in class org.ujorm.tools.web.json.JsonWriter
- append(CharSequence, int, int) - Method in class org.ujorm.tools.web.json.JsonWriter
- append(CharSequence) - Method in class org.ujorm.tools.web.json.JsonWriter
- appendValue(Object) - Method in class org.ujorm.tools.msg.ValuePrinter
-
Append value
- appendValue(Object) - Method in class tools.msg.ValuePrinter
-
Append value
- apply(D) - Method in interface org.ujorm.tools.common.Joinable
-
Applies this function to the given argument.
- apply(D) - Method in interface tools.common.Joinable
-
Applies this function to the given argument.
- apply(T) - Method in interface org.ujorm.tools.jdbc.SqlFunction
-
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
- apply(T) - Method in interface tools.jdbc.SqlFunction
-
Applies this function to the given argument.
- applyRs(T) - Method in interface org.ujorm.tools.jdbc.SqlFunction
- applyRs(T) - Method in interface tools.jdbc.SqlFunction
- arguments - Variable in class org.ujorm.tools.jdbc.JdbcBuilder
-
Deprecated.Argument list
- arguments - Variable in class tools.jdbc.JdbcBuilder
-
Deprecated.Argument list
- array - Variable in class org.ujorm.tools.common.Array
- array - Variable in class tools.common.Array
- Array<T> - Class in org.ujorm.tools.common
-
Methods to manage object arrays.
- Array<T> - Class in tools.common
-
Methods to manage object arrays.
- Array(T[]) - Constructor for class org.ujorm.tools.common.Array
- Array(T[]) - Constructor for class tools.common.Array
- ASC - Enum constant in enum class org.ujorm.tools.web.table.Direction
-
Ascending sort
- Assert - Class in org.ujorm.tools
-
Assertion utils, where all method can throw the
IllegalArgumentExceptionexception only. - Assert - Class in tools
-
Assertion utils, where all method can throw the
IllegalArgumentExceptionexception 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
- begTag - Variable in class org.ujorm.tools.msg.MessageService
-
Two-character mark ("${") to introducing a template argument.
- begTag - Variable in class tools.msg.MessageService
-
Two-character mark ("${") to introducing a template argument.
- BETWEEN_X_AND_Y - Static variable in interface org.ujorm.tools.sql.Sql
- BETWEEN_X_AND_Y - Static variable in interface tools.sql.Sql
- bind(boolean, String, Boolean...) - Method in class org.ujorm.tools.sql.SqlParamBuilder
- bind(boolean, String, Boolean...) - Method in class tools.sql.SqlParamBuilder
- bind(boolean, String, Byte...) - Method in class org.ujorm.tools.sql.SqlParamBuilder
- bind(boolean, String, Byte...) - Method in class tools.sql.SqlParamBuilder
- bind(boolean, String, Integer...) - Method in class org.ujorm.tools.sql.SqlParamBuilder
- bind(boolean, String, Integer...) - Method in class tools.sql.SqlParamBuilder
- bind(boolean, String, Long...) - Method in class org.ujorm.tools.sql.SqlParamBuilder
- bind(boolean, String, Long...) - Method in class tools.sql.SqlParamBuilder
- bind(boolean, String, Short...) - Method in class org.ujorm.tools.sql.SqlParamBuilder
- bind(boolean, String, Short...) - Method in class tools.sql.SqlParamBuilder
- bind(boolean, String, String...) - Method in class org.ujorm.tools.sql.SqlParamBuilder
- bind(boolean, String, String...) - Method in class tools.sql.SqlParamBuilder
- bind(boolean, String, BigDecimal...) - Method in class org.ujorm.tools.sql.SqlParamBuilder
- bind(boolean, String, BigDecimal...) - Method in class tools.sql.SqlParamBuilder
- bind(boolean, String, LocalDate...) - Method in class org.ujorm.tools.sql.SqlParamBuilder
- bind(boolean, String, LocalDate...) - Method in class tools.sql.SqlParamBuilder
- bind(boolean, String, LocalDateTime...) - Method in class org.ujorm.tools.sql.SqlParamBuilder
- bind(boolean, String, LocalDateTime...) - Method in class tools.sql.SqlParamBuilder
- bind(String, Boolean...) - Method in class org.ujorm.tools.sql.SqlParamBuilder
- bind(String, Boolean...) - Method in class tools.sql.SqlParamBuilder
- bind(String, Byte...) - Method in class org.ujorm.tools.sql.SqlParamBuilder
-
Bind Bytes
- bind(String, Byte...) - Method in class tools.sql.SqlParamBuilder
-
Bind Bytes
- bind(String, Integer...) - Method in class org.ujorm.tools.sql.SqlParamBuilder
-
Bind Ingegers
- bind(String, Integer...) - Method in class tools.sql.SqlParamBuilder
-
Bind Ingegers
- bind(String, Long...) - Method in class org.ujorm.tools.sql.SqlParamBuilder
-
Bind Longs
- bind(String, Long...) - Method in class tools.sql.SqlParamBuilder
-
Bind Longs
- bind(String, Short...) - Method in class org.ujorm.tools.sql.SqlParamBuilder
-
Bind Shorts
- bind(String, Short...) - Method in class tools.sql.SqlParamBuilder
-
Bind Shorts
- bind(String, String...) - Method in class org.ujorm.tools.sql.SqlParamBuilder
-
Bind String
- bind(String, String...) - Method in class tools.sql.SqlParamBuilder
-
Bind String
- bind(String, BigDecimal...) - Method in class org.ujorm.tools.sql.SqlParamBuilder
-
Bind BigDecimal
- bind(String, BigDecimal...) - Method in class tools.sql.SqlParamBuilder
-
Bind BigDecimal
- bind(String, LocalDate...) - Method in class org.ujorm.tools.sql.SqlParamBuilder
-
Bind LocalDates
- bind(String, LocalDate...) - Method in class tools.sql.SqlParamBuilder
-
Bind LocalDates
- bind(String, LocalDateTime...) - Method in class org.ujorm.tools.sql.SqlParamBuilder
-
Bind LocalDateTimes
- bind(String, LocalDateTime...) - Method in class tools.sql.SqlParamBuilder
-
Bind LocalDateTimes
- bindObject(boolean, String, JDBCType, Object...) - Method in class org.ujorm.tools.sql.SqlParamBuilder
-
Assigns SQL parameter values.
- bindObject(boolean, String, JDBCType, Object...) - Method in class tools.sql.SqlParamBuilder
-
Assigns SQL parameter values.
- bindObject(String, Object...) - Method in class org.ujorm.tools.sql.SqlParamBuilder
-
Bind Objects
- bindObject(String, Object...) - Method in class tools.sql.SqlParamBuilder
-
Bind Objects
- 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(HttpContext, Function<GridBuilder<D>, Stream<D>>) - Method in class org.ujorm.tools.web.report.ReportBuilder
-
Build the HTML page including a table
- build(HttpContext, 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
- buildParameterName(String) - Method in interface org.ujorm.tools.web.ao.HttpParameter
-
Build a default non-null parameter name.
- buildResource(Class<?>, String...) - Method in class org.ujorm.tools.common.StringUtils
-
Build a resource
- buildResource(Class<?>, String...) - Method in class tools.common.StringUtils
-
Build a resource
- buildSql(List<SqlParamBuilder.ParamValue>, boolean) - Method in class org.ujorm.tools.sql.SqlParamBuilder
- buildSql(List<SqlParamBuilder.ParamValue>, boolean) - Method in class tools.sql.SqlParamBuilder
- BUTTON - Static variable in interface org.ujorm.tools.web.Html
-
Button
C
- catchEx(Class<T>, Consumer<T>) - Method in class org.ujorm.tools.web.ExceptionProvider
-
Apply consumer if the exception is not null.
- catchEx(Consumer<Throwable>) - Method in class org.ujorm.tools.web.ExceptionProvider
-
Apply consumer if the exception is a required type (or not null).
- 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
- CLASS - Enum constant in enum class org.ujorm.tools.web.json.JsonBuilder.SelectorType
-
CSS selector by CLASS
- clear() - Method in class org.ujorm.tools.set.CustomMap
- clear() - Method in class tools.set.CustomMap
- clone() - Method in class org.ujorm.tools.common.Array
- clone() - Method in class tools.common.Array
- 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.sql.SqlParamBuilder
-
The method closes a PreparedStatement object with related objects, not the database connection.
- close() - Method in class org.ujorm.tools.web.AbstractHtmlElement
- close() - Method in class org.ujorm.tools.web.Element
- 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
- close() - Method in class tools.jdbc.RowIterator
-
Close all resources
- close() - Method in class tools.sql.SqlParamBuilder
-
The method closes a PreparedStatement object with related objects, not the database connection.
- codePoint() - Method in class org.ujorm.tools.common.UnicodeCharacter
-
A character number
- codePoint() - Method in class tools.common.UnicodeCharacter
-
A character number
- collectToDequeue() - Static method in class org.ujorm.tools.common.StreamUtils
-
A stream collecetor to a ArrayDeque type
- collectToDequeue() - Static method in class tools.common.StreamUtils
-
A stream collecetor to a ArrayDeque type
- column(CharSequence) - Method in class org.ujorm.tools.jdbc.JdbcBuilder
-
Deprecated.Add new column
- column(CharSequence) - Method in class tools.jdbc.JdbcBuilder
-
Deprecated.Add new column
- column(CharSequence) - Method in class org.ujorm.tools.sql.SqlBuilder
-
Deprecated.
- column(CharSequence) - Method in class tools.sql.SqlBuilder
-
Deprecated.
- Column<T> - Interface in org.ujorm.tools.web.ao
-
Table column value writer
- columnCounter - Variable in class org.ujorm.tools.jdbc.JdbcBuilder
-
Deprecated.Column counter
- columnCounter - Variable in class tools.jdbc.JdbcBuilder
-
Deprecated.Column counter
- columnInsert(CharSequence, Object) - Method in class org.ujorm.tools.jdbc.JdbcBuilder
-
Deprecated.Set new value to column by template
name = ? - columnInsert(CharSequence, Object) - Method in class tools.jdbc.JdbcBuilder
-
Deprecated.Set new value to column by template
name = ? - columnInsert(CharSequence, Object) - Method in class org.ujorm.tools.sql.SqlBuilder
-
Deprecated.
- columnInsert(CharSequence, Object) - Method in class tools.sql.SqlBuilder
-
Deprecated.
- ColumnModel<D,
V> - Class in org.ujorm.tools.web.table -
Table column model
- ColumnModel(int, Function<D, V>, CharSequence, HttpParameter) - Constructor for class org.ujorm.tools.web.table.ColumnModel
- ColumnModel(Direction, int) - 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
-
Deprecated.Set new value to column by template
name = ? - columnUpdate(CharSequence, Object) - Method in class tools.jdbc.JdbcBuilder
-
Deprecated.Set new value to column by template
name = ? - columnUpdate(CharSequence, Object) - Method in class org.ujorm.tools.sql.SqlBuilder
-
Deprecated.
- columnUpdate(CharSequence, Object) - Method in class tools.sql.SqlBuilder
-
Deprecated.
- 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.
- compareTo(Wrapper<V>) - Method in class tools.common.Wrapper
-
Compares this object with the specified object for order.
- compareTo(UnicodeCharacter) - Method in class org.ujorm.tools.common.UnicodeCharacter
-
Compare two objects
- compareTo(UnicodeCharacter) - Method in class tools.common.UnicodeCharacter
-
Compare two objects
- condition(CharSequence, String, Object) - Method in class org.ujorm.tools.jdbc.JdbcBuilder
-
Deprecated.Add a condition for an argument with length
- condition(CharSequence, String, Object) - Method in class tools.jdbc.JdbcBuilder
-
Deprecated.Add a condition for an argument with length
- condition(CharSequence, String, Object) - Method in class org.ujorm.tools.sql.SqlBuilder
-
Deprecated.
- condition(CharSequence, String, Object) - Method in class tools.sql.SqlBuilder
-
Deprecated.
- conditionCounter - Variable in class org.ujorm.tools.jdbc.JdbcBuilder
-
Deprecated.Condition counter
- conditionCounter - Variable in class tools.jdbc.JdbcBuilder
-
Deprecated.Condition counter
- Confessionable - Interface in org.ujorm.tools.common
-
An interface for common export an object to an appendable writer
- Confessionable - Interface in 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 interface tools.common.Confessionable
-
Confess data to a writer
- confessTo(Appendable) - Method in class org.ujorm.tools.common.Wrapper
- confessTo(Appendable) - Method in class 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
- containsKey(Object) - Method in class org.ujorm.tools.set.CustomMap
- containsKey(Object) - Method in class tools.set.CustomMap
- containsValue(Object) - Method in class org.ujorm.tools.set.CustomMap
- containsValue(Object) - Method in class 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.
- convertKey(Object) - Method in class tools.msg.MessageService
-
Convert value.
- createElement(String) - Method in class org.ujorm.tools.xml.builder.XmlPrinter
-
Create any element
- 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
-
Deprecated.Create a value printer
- createValuePrinter(Appendable) - Static method in class tools.jdbc.JdbcBuilder
-
Deprecated.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()andequals()can be customized for all the Map. - CustomMap<K,
V> - Class in tools.set -
Implementation of the Map interface where methods
hash()andequals()can be customized for all the Map. - CustomMap() - Constructor for class org.ujorm.tools.set.CustomMap
-
The same mapper as a
HashMap - CustomMap() - Constructor for class 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(Function<K, MapKeyProxy<K>>) - Constructor for class 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(HashMap<MapKeyProxy<K>, V>, Function<K, MapKeyProxy<K>>) - Constructor for class 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.
- CustomMap.DefaultMapKey<K> - Class in tools.set
-
A default implementation of the Map with customized hash() and equals() functions.
- charAt(int) - Method in class org.ujorm.tools.common.TextBuilder
- 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
- charAt(int) - Method in class tools.common.TextBuilder
- charAt(int) - Method in class tools.jdbc.ProxySequence
- charAt(int) - Method in class tools.msg.MessageArg
- charAt(int, CharSequence) - Static method in class org.ujorm.tools.common.UnicodeCharacter
-
Get a Unicode character at the index
- charAt(int, CharSequence) - Static method in class tools.common.UnicodeCharacter
-
Get a Unicode character at the index
- charCount(String) - Static method in class org.ujorm.tools.common.UnicodeCharacter
-
Returns count of the Unicode characters of the text
- charCount(String) - Static method in class tools.common.UnicodeCharacter
-
Returns count of the Unicode characters of the text
- CHARSET - Static variable in class org.ujorm.tools.web.request.HttpContextImpl
- 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.
- check(Object, Class<V>, Function<V, Boolean>) - Static method in class tools.common.ObjectUtils
-
Check the result of a function in case the value have got the same class as the required one.
- Check - Class in org.ujorm.tools
-
Common checker.
- Check - Class in tools
-
Common checker.
- children - Variable in class org.ujorm.tools.xml.model.XmlModel
-
Child elements with a
nullitems
D
- DEFAULT_AJAX_REQUEST_PARAM - Static variable in class org.ujorm.tools.web.ajax.JavaScriptWriter
-
Default AJAX request parameter name
- DEFAULT_DELAY - 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_MARK - Static variable in class 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
- DEFAULT_TIMEOUT - Static variable in class org.ujorm.tools.web.ajax.JavaScriptWriter
-
Default timeou
- 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.
- defaultLocale - Variable in class org.ujorm.tools.msg.MessageService
-
Default locale
- defaultLocale - Variable in class tools.msg.MessageService
-
Default locale
- DefaultMapKey(K) - Constructor for class org.ujorm.tools.set.CustomMap.DefaultMapKey
- DefaultMapKey(K) - Constructor for class 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
-
Configuration 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(CharSequence) - Method in class org.ujorm.tools.sql.SqlBuilder
-
Deprecated.Write WHERE
- delete(CharSequence) - Method in class tools.sql.SqlBuilder
-
Deprecated.Write WHERE
- DELETE - Static variable in interface org.ujorm.tools.sql.Sql
- DELETE - Static variable in interface tools.sql.Sql
- DESC - Enum constant in enum class org.ujorm.tools.web.table.Direction
-
Desending sort
- Direction - Enum Class in org.ujorm.tools.web.table
-
Sort direction
- DIV - Static variable in interface org.ujorm.tools.web.Html
-
Division in an HTML document.
- doAjax(HttpContext, 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
E
- Element - Class in org.ujorm.tools.web
-
A HTML Element implements some methods for frequently used elements and attributes
- EMPTY - Static variable in class org.ujorm.tools.xml.config.impl.DefaultXmlConfig
-
An empty String
- EMPTY_VALUE - Static variable in interface org.ujorm.tools.web.ao.HttpParameter
-
An empty text value
- emptyLine() - Method in class org.ujorm.tools.common.TextBuilder
- emptyLine() - Method in class tools.common.TextBuilder
- endsByNewLine() - Method in class org.ujorm.tools.common.TextBuilder
- endsByNewLine() - Method in class tools.common.TextBuilder
- endTag - Variable in class org.ujorm.tools.msg.MessageService
-
The mark ("}") to finishing a template argument.
- endTag - Variable in class 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.
- entrySet() - Method in class tools.set.CustomMap
-
Deprecated.Method is not implemented yet.
- EQ - Static variable in interface org.ujorm.tools.sql.Sql
- EQ - Static variable in interface tools.sql.Sql
- equals(char) - Method in class org.ujorm.tools.common.UnicodeCharacter
-
Checks whether this UnicodeCharacter is equal to the given primitive char.
- equals(char) - Method in class tools.common.UnicodeCharacter
-
Checks whether this UnicodeCharacter is equal to the given primitive char.
- equals(Object) - Method in class org.ujorm.tools.common.Array
- equals(Object) - Method in class tools.common.Array
- equals(Object) - Method in class org.ujorm.tools.common.Wrapper
- equals(Object) - Method in class org.ujorm.tools.set.CustomMap.DefaultMapKey
- equals(Object) - Method in interface org.ujorm.tools.set.MapKeyProxy
-
Make equals
- equals(Object) - Method in class tools.common.Wrapper
- equals(Object) - Method in class tools.set.CustomMap.DefaultMapKey
- equals(Object) - Method in interface tools.set.MapKeyProxy
-
Make equals
- equals(Object) - Method in class org.ujorm.tools.common.UnicodeCharacter
- equals(Object) - Method in class org.ujorm.tools.msg.MessageArg
- equals(Object) - Method in class tools.common.UnicodeCharacter
- equals(Object) - Method in class tools.msg.MessageArg
- equalsSafely(T) - Method in interface org.ujorm.tools.common.SafelyEqualable
-
Type-safe equivalent of the
Object.equals(Object)method. - equalsSafely(T) - Method in interface tools.common.SafelyEqualable
-
Type-safe equivalent of the
Object.equals(Object)method. - errorMessage - Variable in class org.ujorm.tools.web.ajax.JavaScriptWriter
-
A subtitle selector
- errorSelector - Variable in class org.ujorm.tools.web.ajax.JavaScriptWriter
-
An error message selector
- ExceptionProvider - Class in org.ujorm.tools.web
- execute() - Method in class org.ujorm.tools.sql.SqlParamBuilder
- execute() - Method in class tools.sql.SqlParamBuilder
- executeInsert() - Method in class org.ujorm.tools.sql.SqlParamBuilder
-
For INSERT operations used before calling method
#generatedKeysRs. - executeInsert() - Method in class tools.sql.SqlParamBuilder
-
For INSERT operations used before calling method
#generatedKeysRs. - executeSelect(Connection) - Method in class org.ujorm.tools.jdbc.JdbcBuilder
-
Deprecated.Create an iterator ready to a loop statement
for ( ; ; )Supported SQL statements are: INSERT, UPDATE, DELETE . - executeSelect(Connection) - Method in class tools.jdbc.JdbcBuilder
-
Deprecated.Create an iterator ready to a loop statement
for ( ; ; )Supported SQL statements are: INSERT, UPDATE, DELETE . - executeSelect(Connection, SqlFunction<ResultSet, T>) - Method in class org.ujorm.tools.jdbc.JdbcBuilder
-
Deprecated.Create a new result list
- executeSelect(Connection, SqlFunction<ResultSet, T>) - Method in class tools.jdbc.JdbcBuilder
-
Deprecated.Create a new result list
- executeUpdate(Connection) - Method in class org.ujorm.tools.jdbc.JdbcBuilder
-
Deprecated.Create statement and call
PreparedStatement.executeUpdate(). - executeUpdate(Connection) - Method in class tools.jdbc.JdbcBuilder
-
Deprecated.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
trueif the first item equals thevalue - firstItem(T, T...) - Static method in class tools.Check
-
Method returns
trueif the first item equals thevalue - footer - Variable in class org.ujorm.tools.web.report.ReportBuilder
-
Print an empty text by default
- forEach(SqlConsumer) - Method in class org.ujorm.tools.sql.SqlParamBuilder
-
Iterate executed select
- forEach(SqlConsumer) - Method in class tools.sql.SqlParamBuilder
-
Iterate executed select
- forHtml() - Static method in class org.ujorm.tools.xml.builder.XmlPrinter
-
Create a new instance including a DOCTYPE.
- forHtml(Appendable) - Static method in class org.ujorm.tools.xml.builder.XmlBuilder
-
Create builder for HTML
- forHtml(Object) - 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.
- forHtml(Appendable, HtmlConfig) - Static method in class org.ujorm.tools.xml.builder.XmlPrinter
-
Create XmlPrinter for UTF-8
- forHtml(Appendable) - Static method in class org.ujorm.tools.xml.builder.XmlPrinter
-
Create a new instance including a DOCTYPE
- 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(Appendable, String, Map<String, Object>, Locale) - Method in class org.ujorm.tools.msg.MessageService
-
Deprecated.Use the
MessageService.formatMsg(String, Map, Appendable)rather. - format(Appendable, String, Map<String, Object>, Locale) - Method in class tools.msg.MessageService
-
Deprecated.Use the
MessageService.formatMsg(String, Map, Appendable)rather. - format(CharSequence, T...) - Static method in class org.ujorm.tools.msg.MsgFormatter
-
Format the message, see the next correct asserts:
- format(CharSequence, T...) - Static method in class tools.msg.MsgFormatter
-
Format the message, see the next correct asserts:
- 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.
- format(String, Locale, CharSequence, Object, 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 tools.msg.MessageService
-
Format a template message using named variables.
- format(String, Map<String, Object>) - Method in class org.ujorm.tools.msg.MessageService
-
Format a template message using named variables.
- format(String, Map<String, Object>) - Method in class 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(String, Map<String, Object>, Locale) - Method in class tools.msg.MessageService
-
Format a template message using named variables.
- format(String, Map<String, Object>, Locale, Appendable) - Method in class org.ujorm.tools.msg.MessageService
-
Format a template message using named variables.
- format(String, Map<String, Object>, Locale, Appendable) - Method in class tools.msg.MessageService
-
Format a template message using named variables.
- format(String, T...) - Static method in class org.ujorm.tools.msg.ValueFormatter
-
Format the message, see the next correct asserts:
- format(String, T...) - Static method in class tools.msg.ValueFormatter
-
Format the message, see the next correct asserts:
- format(T...) - Static method in class org.ujorm.tools.msg.MsgFormatter
-
Format the message from Object array
- format(T...) - Static method in class tools.msg.MsgFormatter
-
Format the message from Object array
- formatMsg(Appendable, CharSequence, T...) - Method in class org.ujorm.tools.msg.MsgFormatter
-
Format the message, see the next correct asserts:
- formatMsg(Appendable, CharSequence, T...) - Method in class tools.msg.MsgFormatter
-
Format the message, see the next correct asserts:
- formatMsg(Appendable, T...) - Method in class org.ujorm.tools.msg.MsgFormatter
-
Format the message from Object array
- formatMsg(Appendable, T...) - Method in class tools.msg.MsgFormatter
-
Format the message from Object array
- 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(String, CharSequence, Object, Object...) - Static method in class tools.msg.MessageService
-
Format a target message by a template with arguments type of Map
- 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, Map<String, Object>) - Static method in class tools.msg.MessageService
-
Format a target message by a template with arguments
- formatMsg(String, Map<String, Object>, Appendable) - Static method in class org.ujorm.tools.msg.MessageService
-
Format a target message by a template with arguments
- formatMsg(String, Map<String, Object>, Appendable) - Static method in class tools.msg.MessageService
-
Format a target message by a template with arguments
- formatSql(String, T...) - Static method in class org.ujorm.tools.msg.ValueFormatter
-
Format the SQL where makup character is
'?'. - formatSql(String, T...) - Static method in class tools.msg.ValueFormatter
-
Format the SQL where makup character is
'?'. - Formatter - Interface in org.ujorm.tools.xml.config
-
A value formatter.
- FORMATTER - Static variable in class org.ujorm.tools.xml.AbstractWriter
-
Common formatter
- formCssSelector - Variable in class org.ujorm.tools.web.ajax.JavaScriptWriter
-
Form selector
- forNiceHtml(Appendable) - Static method in class org.ujorm.tools.xml.builder.XmlBuilder
- forNiceHtml(Object) - Static method in class org.ujorm.tools.xml.builder.XmlPrinter
-
Create XmlPrinter for UTF-8
- forNiceHtml(Appendable) - Static method in class org.ujorm.tools.xml.builder.XmlPrinter
-
Create a new instance including a DOCTYPE
- forNiceXml() - Static method in class org.ujorm.tools.xml.builder.XmlPrinter
-
Create 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
-
Create 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(CharSequence...) - Method in class org.ujorm.tools.sql.SqlBuilder
-
Deprecated.Write FORM tables
- from(CharSequence...) - Method in class tools.sql.SqlBuilder
-
Deprecated.Write FORM tables
- FROM - Static variable in interface org.ujorm.tools.sql.Sql
- FROM - Static variable in interface tools.sql.Sql
G
- GE - Static variable in interface org.ujorm.tools.sql.Sql
- GE - Static variable in interface tools.sql.Sql
- generatedKeys(SqlFunction<ResultSet, ? extends R>) - Method in class org.ujorm.tools.sql.SqlParamBuilder
-
Method for retrieving the primary keys of an INSERT statement.
- generatedKeys(SqlFunction<ResultSet, ? extends R>) - Method in class tools.sql.SqlParamBuilder
-
Method for retrieving the primary keys of an INSERT statement.
- generatedKeysRs() - Method in class org.ujorm.tools.sql.SqlParamBuilder
- generatedKeysRs() - Method in class tools.sql.SqlParamBuilder
- get() - Method in class org.ujorm.tools.xml.model.XmlModel.RawEnvelope
-
Get the body
- get(int) - Method in class org.ujorm.tools.common.Array
-
Negative index value is supported, the index out of the range returns the
nullvalue. - get(int) - Method in class tools.common.Array
-
Negative index value is supported, the index out of the range returns the
nullvalue. - get(Object) - Method in class org.ujorm.tools.set.CustomMap
- get(Object) - Method in class tools.set.CustomMap
- get(String) - Method in class org.ujorm.tools.web.request.ManyMap
-
Method to retrieve the list of values for a specified key If the key is not found, return an empty list
- 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
-
Deprecated.Returns an array of all JDBC arguments
- getArguments() - Method in class tools.jdbc.JdbcBuilder
-
Deprecated.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.AbstractHtmlElement
-
Returns a body element
- getBufferSizeEstimation(boolean) - Method in class org.ujorm.tools.jdbc.JdbcBuilder
-
Deprecated.Estimate a buffer size in characters
- getBufferSizeEstimation(boolean) - Method in class tools.jdbc.JdbcBuilder
-
Deprecated.Estimate a buffer size in characters
- getCode() - Method in class org.ujorm.tools.msg.MessageArg
-
A code name for a template
- getCode() - Method in class tools.msg.MessageArg
-
A code name for a template
- getColumn() - Method in class org.ujorm.tools.web.table.ColumnModel
- getColumn(int) - Method in class org.ujorm.tools.web.report.ReportBuilder
-
Get column model by index
- 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
-
Deprecated.
- getColumnOrder() - Method in class tools.jdbc.JdbcBuilder.SqlEnvelope
-
Deprecated.
- 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(Comparator<D>) - Method in class org.ujorm.tools.web.table.ColumnModel
-
Get comparator of a sortable column
- getComparator(Function<D, ?>) - Method in class org.ujorm.tools.web.table.ColumnModel
-
Get comparator of a sortable column
- getConfig() - Method in class org.ujorm.tools.web.AbstractHtmlElement
-
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
- 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
nullvalue - getDefaultValue() - Method in interface org.ujorm.tools.xml.config.XmlConfig
-
A replacement text instead of the
nullvalue - 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
- getFirst() - Method in class org.ujorm.tools.common.Array
- getFirst() - Method in class tools.common.Array
- 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
- getFormat() - Method in class 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.AbstractHtmlElement
-
Returns a head element
- 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
- 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
- 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
- getItem(int) - Method in class org.ujorm.tools.common.Array
-
Negative index is supported
- getItem(int) - Method in class tools.common.Array
-
Negative index is supported
- 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
- getLast() - Method in class org.ujorm.tools.common.Array
- getLast() - Method in class tools.common.Array
- getLevel() - Method in class org.ujorm.tools.xml.builder.XmlBuilder
- getList(String) - Method in class org.ujorm.tools.web.request.ManyMap
-
Method to retrieve the list of values for a specified key If the key is not found, return an empty list
- getName() - Method in class org.ujorm.tools.msg.MessageArg
-
Get Name of argument
- getName() - Method in class org.ujorm.tools.web.AbstractHtmlElement
- getName() - Method in class org.ujorm.tools.web.Element
- 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
- getName() - Method in class tools.msg.MessageArg
-
Get Name of argument
- 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
- getOriginal() - Method in class tools.set.CustomMap.DefaultMapKey
-
Get original key
- getOriginal() - Method in interface tools.set.MapKeyProxy
-
Get the original key
- getParam() - Method in class org.ujorm.tools.web.table.ColumnModel
- getParam(HttpParameter) - Method in class org.ujorm.tools.web.table.ColumnModel
- getParameter(String) - Method in interface org.ujorm.tools.web.request.HttpContext
-
Returns the last parameter or the null value.
- getParameter(String) - Method in class org.ujorm.tools.web.request.HttpContextImpl
-
Returns the last parameter or the null value.
- getParameter(String, String) - Method in interface org.ujorm.tools.web.request.URequest
-
Returns the last parameter
- getParameter(String, String) - Method in interface org.ujorm.tools.web.request.HttpContext
-
Returns the last parameter
- getParameter(String, String) - Method in class org.ujorm.tools.web.request.HttpContextImpl
-
Returns the last parameter
- getParameter(String, T, Function<String, T>) - Method in interface org.ujorm.tools.web.request.HttpContext
-
Returns the type safe last parameter or the default value.
- getParameter(String, T, Function<String, T>) - Method in class org.ujorm.tools.web.request.HttpContextImpl
-
Returns the last parameter
- getParameter(String, T, Function<String, T>) - Method in interface org.ujorm.tools.web.request.URequest
-
Returns the last parameter
- getParameterMap(Object) - Static method in class org.ujorm.tools.web.ao.Reflections
- getParameterNames() - Method in interface org.ujorm.tools.web.request.HttpContext
-
Returns the parameter names
- getParameterNames() - Method in class org.ujorm.tools.web.request.HttpContextImpl
-
Returns the parameter names
- getParameterNames() - Method in interface org.ujorm.tools.web.request.URequest
-
Parameter provider
- getParameterNames() - Method in class org.ujorm.tools.web.request.URequestImpl
- getParameters(String) - Method in interface org.ujorm.tools.web.request.URequest
-
Parameter provider
- getParameters(String) - Method in class org.ujorm.tools.web.request.URequestImpl
- getPrefix() - Method in enum class org.ujorm.tools.web.json.JsonBuilder.SelectorType
- getRawHeaderText() - Method in interface org.ujorm.tools.xml.config.HtmlConfig
-
Deprecated.Use method
HtmlConfig.getHeaderInjector() - getRawHeaderText() - Method in class org.ujorm.tools.xml.config.impl.DefaultHtmlConfig
-
A raw text for HTML header
- getReader() - Method in interface org.ujorm.tools.web.request.URequest
-
Request Reader
- getReader() - Method in class org.ujorm.tools.web.request.URequestImpl
- 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
- getServletReader(Object) - Static method in class org.ujorm.tools.web.ao.Reflections
- getServletWriter(Object) - Static method in class org.ujorm.tools.web.ao.Reflections
- getSizeLimit() - Method in class org.ujorm.tools.msg.ValueFormatter
-
Default lenhth is 32
- getSizeLimit() - Method in class 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 if the sorted column 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() - Method in class org.ujorm.tools.jdbc.JdbcBuilder
-
Deprecated.Returns a SQL statement
- getSql() - Method in class tools.jdbc.JdbcBuilder
-
Deprecated.Returns a SQL statement
- getSql(boolean) - Method in class org.ujorm.tools.jdbc.JdbcBuilder
-
Deprecated.Returns a SQL text
- getSql(boolean) - Method in class tools.jdbc.JdbcBuilder
-
Deprecated.Returns a SQL text
- 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.AbstractHtmlElement
-
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
- getUnpairElements() - Method in interface org.ujorm.tools.xml.config.HtmlConfig
- getUnpairElements() - 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
-
Deprecated.SQL argumenent
- getValue() - Method in class tools.common.Wrapper
-
Returns the original value
- getValue() - Method in class tools.jdbc.JdbcBuilder.MarkerEnvelope
-
Deprecated.SQL argumenent
- getValue(Map<String, Object>) - Method in class org.ujorm.tools.msg.MessageArg
-
Get a value from a map
- getValue(Map<String, Object>) - Method in class 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.xml.AbstractWriter
-
For internal usage only
- getWriter() - Method in class org.ujorm.tools.xml.builder.XmlBuilder
-
Writer
- getWriter() - Method in class tools.msg.ValuePrinter
-
Standarad writter
- 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(GridBuilderConfig) - Constructor for class org.ujorm.tools.web.table.GridBuilder
- GridBuilder(HtmlConfig) - 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(GridBuilderConfig) - Constructor for class org.ujorm.tools.web.table.GridBuilderOld
-
Deprecated.
- GridBuilderOld(HtmlConfig) - Constructor for class org.ujorm.tools.web.table.GridBuilderOld
-
Deprecated.
- GT - Static variable in interface org.ujorm.tools.sql.Sql
- GT - Static variable in interface 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.Array
- hashCode() - Method in class org.ujorm.tools.common.UnicodeCharacter
- 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
- hashCode() - Method in class tools.common.Array
- hashCode() - Method in class tools.common.UnicodeCharacter
- hashCode() - Method in class tools.common.Wrapper
- hashCode() - Method in class tools.set.CustomMap.DefaultMapKey
- hashCode() - Method in interface tools.set.MapKeyProxy
-
Calculate hash code
- hasLength(byte[]) - Static method in class org.ujorm.tools.Check
-
Checks if the argument is not empty, nor
null. - hasLength(byte[]) - Static method in class tools.Check
-
Checks if the argument is not empty, nor
null. - hasLength(byte[], M...) - Static method in class org.ujorm.tools.Assert
-
Checks if the argument is not empty, nor
null. - hasLength(byte[], M...) - Static method in class tools.Assert
-
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(char[]) - Static method in class tools.Check
-
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(char[], M...) - Static method in class tools.Assert
-
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. - hasLength(CharSequence) - Static method in class 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(Collection<?>) - Static method in class tools.Check
-
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(Collection<V>, M...) - Static method in class tools.Assert
-
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(Map<?, ?>) - Static method in class tools.Check
-
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(Map<K, V>, M...) - Static method in class tools.Assert
-
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(T...) - Static method in class tools.Check
-
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(V[], M...) - Static method in class 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(V, M...) - Static method in class tools.Assert
-
Checks if the argument is not empty, nor
null. - hasNext() - Method in class org.ujorm.tools.jdbc.RowIterator
-
The last checking closes all resources.
- hasNext() - Method in class 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 class org.ujorm.tools.xml.builder.XmlBuilder
-
A name of a hidden element must be a unique instance
- 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
- HtmlElement(ApiElement, HtmlConfig, Appendable) - Constructor for class org.ujorm.tools.web.HtmlElement
- HtmlElement(HtmlConfig, Appendable) - Constructor for class org.ujorm.tools.web.HtmlElement
- htmlHeader - Variable in class org.ujorm.tools.web.report.ReportBuilder
-
Extension is empty by default
- HttpContext - Interface in org.ujorm.tools.web.request
-
HTTP servlet request context
- HttpContextImpl - Class in org.ujorm.tools.web.request
-
A default implementation of the HTTP servlet request context
- HttpContextImpl() - Constructor for class org.ujorm.tools.web.request.HttpContextImpl
- HttpContextImpl(URequest) - Constructor for class org.ujorm.tools.web.request.HttpContextImpl
- HttpContextImpl(URequest, Appendable) - Constructor for class org.ujorm.tools.web.request.HttpContextImpl
- HttpParameter - Interface in org.ujorm.tools.web.ao
-
An interface for bulding HTML parameters by an Enumerator.
I
- ID - Enum constant in enum class org.ujorm.tools.web.json.JsonBuilder.SelectorType
-
CSS selector by ID
- 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
-
An AJAX delay to the input request
- IMAGE - Static variable in interface org.ujorm.tools.web.Html
-
Image element
- IN - Static variable in interface org.ujorm.tools.sql.Sql
- IN - Static variable in interface tools.sql.Sql
- INCLUDED - Enum constant in enum class org.ujorm.tools.web.json.JsonBuilder.SelectorType
-
CSS selector is included
- 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(CharSequence) - Method in class org.ujorm.tools.sql.SqlBuilder
-
Deprecated.Write WHERE
- insert(CharSequence) - Method in class tools.sql.SqlBuilder
-
Deprecated.Write WHERE
- INSERT - Static variable in interface org.ujorm.tools.sql.Sql
- INSERT - Static variable in interface tools.sql.Sql
- INSERT_INTO - Static variable in interface org.ujorm.tools.sql.Sql
- INSERT_INTO - Static variable in interface tools.sql.Sql
- insertMode - Variable in class org.ujorm.tools.jdbc.JdbcBuilder
-
Deprecated.An insert sign for different rendering
- insertMode - Variable in class tools.jdbc.JdbcBuilder
-
Deprecated.An insert sign for different rendering
- 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.
- iof(Object, Class<V>, Function<V, R>) - Static method in class 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_NOT_NULL - Static variable in interface tools.sql.Sql
- IS_NULL - Static variable in interface org.ujorm.tools.sql.Sql
- IS_NULL - Static variable in interface 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
-
Deprecated.A column sign
- isColumn() - Method in class tools.jdbc.JdbcBuilder.SqlEnvelope
-
Deprecated.A column sign
- isDigit() - Method in class org.ujorm.tools.common.UnicodeCharacter
- isDigit() - Method in class tools.common.UnicodeCharacter
- 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
- isEmoji() - Method in class org.ujorm.tools.common.UnicodeCharacter
- isEmoji() - Method in class tools.common.UnicodeCharacter
- isEmpty() - Method in class org.ujorm.tools.common.Array
- isEmpty() - Method in class org.ujorm.tools.common.TextBuilder
- isEmpty() - Method in class org.ujorm.tools.set.CustomMap
- isEmpty() - Method in class tools.common.Array
- isEmpty() - Method in class tools.common.TextBuilder
- isEmpty() - Method in class tools.set.CustomMap
- isEmpty(byte[]) - Static method in class org.ujorm.tools.Check
-
Checks if the argument is empty or
null. - isEmpty(byte[]) - Static method in class 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(char[]) - Static method in class tools.Check
-
Checks if the argument is empty or
null. - isEmpty(char[], 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 tools.Assert
-
Checks if the argument is not empty, nor
null. - isEmpty(byte[], M...) - Static method in class org.ujorm.tools.Assert
-
Checks if the argument is not empty, nor
null. - isEmpty(byte[], M...) - Static method in class tools.Assert
-
Checks if the argument is not empty, nor
null. - isEmpty(CharSequence) - Static method in class org.ujorm.tools.Check
-
Checks if the argument is empty or
null. - isEmpty(CharSequence) - Static method in class tools.Check
-
Checks if the argument is empty or
null. - isEmpty(CharSequence, 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 tools.Assert
-
Checks if the argument is not empty, nor
null. - isEmpty(Collection<?>) - Static method in class org.ujorm.tools.Check
-
Checks if the argument is empty or
null. - isEmpty(Collection<?>) - Static method in class tools.Check
-
Checks if the argument is empty or
null. - isEmpty(Collection<?>, 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 tools.Assert
-
Checks if the argument is not empty, nor
null. - isEmpty(Map<?, ?>) - Static method in class org.ujorm.tools.Check
-
Checks if the argument is empty or
null. - isEmpty(Map<?, ?>) - Static method in class tools.Check
-
Checks if the argument is empty or
null. - isEmpty(Map<?, ?>, 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 tools.Assert
-
Checks if the argument is not empty, nor
null. - isEmpty(T...) - Static method in class org.ujorm.tools.Check
-
Checks if the argument is empty or
null. - isEmpty(T...) - Static method in class tools.Check
-
Checks if the argument is empty or
null. - isEmpty(V[], 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 tools.Assert
-
Checks if the argument is not empty, nor
null. - isFalse(boolean, Object...) - Static method in class org.ujorm.tools.Assert
-
Checks if the argument is
false. - isFalse(boolean, Object...) - Static method in class 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. - isFalse(V, Predicate<V>, M...) - Static method in class 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
- isFalseRequired(V, Predicate<V>, M...) - Static method in class tools.Assert
- 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
- isLetter() - Method in class org.ujorm.tools.common.UnicodeCharacter
- isLetter() - Method in class tools.common.UnicodeCharacter
- isNull(Object, M...) - Static method in class org.ujorm.tools.Assert
-
Checks if the argument is
null. - isNull(Object, M...) - Static method in class 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.
- isPresented(V, M...) - Static method in class tools.Assert
-
Return a result with presented value or throw an exception.
- 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
- isSupplementary() - Method in class org.ujorm.tools.common.UnicodeCharacter
- isSupplementary() - Method in class tools.common.UnicodeCharacter
- isTrue(boolean, M...) - Static method in class org.ujorm.tools.Assert
-
Checks if the argument is
true. - isTrue(boolean, M...) - Static method in class 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. - isTrue(V, Predicate<V>, M...) - Static method in class 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
- isTrueRequired(V, Predicate<V>, M...) - Static method in class tools.Assert
- 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
-
Deprecated.Separator of database columns
- ITEM_SEPARATOR - Static variable in class tools.jdbc.JdbcBuilder
-
Deprecated.Separator of database columns
- iterator() - Method in interface org.ujorm.tools.set.LoopingIterator
-
Returns the same object to iterate over elements of type
T. - iterator() - Method in interface 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
-
Deprecated.Use the
SqlParamBuilderclass rather from the release 2.26. - JdbcBuilder - Class in tools.jdbc
-
Deprecated.Use the
SqlParamBuilderclass rather from the release 2.26. - JdbcBuilder() - Constructor for class org.ujorm.tools.jdbc.JdbcBuilder
-
Deprecated.Default constructor
- JdbcBuilder() - Constructor for class tools.jdbc.JdbcBuilder
-
Deprecated.Default constructor
- JdbcBuilder(List<CharSequence>, List<Object>) - Constructor for class org.ujorm.tools.jdbc.JdbcBuilder
-
Deprecated.Default constructor
- JdbcBuilder(List<CharSequence>, List<Object>) - Constructor for class tools.jdbc.JdbcBuilder
-
Deprecated.Default constructor
- JdbcBuilder.MarkerEnvelope - Class in org.ujorm.tools.jdbc
-
Deprecated.A value marker envelope
- JdbcBuilder.MarkerEnvelope - Class in tools.jdbc
-
Deprecated.A value marker envelope
- JdbcBuilder.SqlEnvelope - Class in org.ujorm.tools.jdbc
-
Deprecated.A SQL fragment
- JdbcBuilder.SqlEnvelope - Class in tools.jdbc
-
Deprecated.A SQL fragment
- Joinable<D,
R> - Interface in org.ujorm.tools.common -
A joinable function
- Joinable<D,
R> - Interface in tools.common -
A joinable function
- JQUERY_JS - Static variable in class org.ujorm.tools.web.report.ReportBuilder.Url
-
Link to jQuery of CDN
- 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 Class 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.
K
- keySet() - Method in class org.ujorm.tools.set.CustomMap
- keySet() - Method in class org.ujorm.tools.web.request.ManyMap
-
Returns a key set
- keySet() - Method in class tools.set.CustomMap
- keySetProxy() - Method in class org.ujorm.tools.set.CustomMap
-
Returns a set fo the proxy key
- keySetProxy() - Method in class 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
- LE - Static variable in interface tools.sql.Sql
- LEGEND - Static variable in interface org.ujorm.tools.web.Html
-
Legend
- length() - Method in class org.ujorm.tools.common.TextBuilder
- 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
- length() - Method in class tools.common.TextBuilder
- length() - Method in class tools.jdbc.ProxySequence
- length() - Method in class tools.msg.MessageArg
- LI - Static variable in interface org.ujorm.tools.web.Html
-
Some item element
- line(CharSequence...) - Method in class org.ujorm.tools.common.TextBuilder
- line(CharSequence...) - Method in class tools.common.TextBuilder
- LINK - Static variable in interface org.ujorm.tools.web.Html
-
Link element
- LoopingIterator<T> - Interface in org.ujorm.tools.set
-
An exteded
Iteratoris suitable for use in thefor ( ; ; )statement. - LoopingIterator<T> - Interface in tools.set
-
An exteded
Iteratoris suitable for use in thefor ( ; ; )statement. - LT - Static variable in interface org.ujorm.tools.sql.Sql
- LT - Static variable in interface tools.sql.Sql
M
- ManyMap - Class in org.ujorm.tools.web.request
- ManyMap() - Constructor for class org.ujorm.tools.web.request.ManyMap
- map(T...) - Method in class org.ujorm.tools.msg.MessageService
-
Create a map from man pairs key-value
- map(T...) - Method in class 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.
- MapKeyProxy<K> - Interface in tools.set
-
Implementation of the Map with customize hash and equals functions.
- MarkerEnvelope(Object) - Constructor for class org.ujorm.tools.jdbc.JdbcBuilder.MarkerEnvelope
-
Deprecated.
- MarkerEnvelope(Object) - Constructor for class tools.jdbc.JdbcBuilder.MarkerEnvelope
-
Deprecated.
- MessageArg<T> - Class in org.ujorm.tools.msg
-
Message Argument
- MessageArg<T> - Class in tools.msg
-
Message Argument
- MessageArg(String) - Constructor for class org.ujorm.tools.msg.MessageArg
-
Name constructor
- MessageArg(String) - Constructor for class tools.msg.MessageArg
-
Name constructor
- MessageArg(String, String) - Constructor for class org.ujorm.tools.msg.MessageArg
-
Common constructor
- MessageArg(String, String) - Constructor for class tools.msg.MessageArg
-
Common constructor
- MessageService - Class in org.ujorm.tools.msg
-
Message Service.
- MessageService - Class in tools.msg
-
Message Service.
- MessageService() - Constructor for class org.ujorm.tools.msg.MessageService
-
Create new instance with the
Locale.ENGLISH - MessageService() - Constructor for class tools.msg.MessageService
-
Create new instance with the
Locale.ENGLISH - MessageService(String, char, Locale) - Constructor for class org.ujorm.tools.msg.MessageService
- MessageService(String, char, Locale) - Constructor for class tools.msg.MessageService
- META - Static variable in interface org.ujorm.tools.web.Html
-
Meta element
- MsgFormatter - Class in org.ujorm.tools.msg
-
Formatter of log messages where argument is located by the
{}characters. - MsgFormatter - Class in 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() - Constructor for class tools.msg.MsgFormatter
-
Static methods are available only
- MsgFormatter(String) - Constructor for class org.ujorm.tools.msg.MsgFormatter
-
Static methods are available only
- MsgFormatter(String) - Constructor for class tools.msg.MsgFormatter
-
Static methods are available only
N
- 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
- name() - Method in class org.ujorm.tools.msg.MessageArg
-
An alias for method
#getName() - name() - Method in class tools.msg.MessageArg
-
An alias for method
#getName() - NBSP - Static variable in class org.ujorm.tools.xml.AbstractWriter
-
Non-breaking space character
- NEW_LINE - Static variable in class org.ujorm.tools.common.TextBuilder
- NEW_LINE - Static variable in class tools.common.TextBuilder
- newLine - Variable in class org.ujorm.tools.web.ajax.JavaScriptWriter
-
New line characters
- next() - Method in class org.ujorm.tools.jdbc.RowIterator
- next() - Method in class tools.jdbc.RowIterator
- next(Consumer<AbstractHtmlElement>) - Method in class org.ujorm.tools.web.AbstractHtmlElement
-
Add nested elements to the element.
- next(Consumer<Element>) - Method in class org.ujorm.tools.web.Element
-
Add nested elements to the element.
- nextChild(XmlBuilder) - Method in class org.ujorm.tools.xml.builder.XmlBuilder
-
Setup states
- niceOf(HttpServletResponse, CharSequence...) - Static method in class org.ujorm.tools.web.HtmlElement
-
Create new instance with empty HTML headers
- niceOf(CharSequence, Appendable, CharSequence...) - Static method in class org.ujorm.tools.web.AbstractHtmlElement
-
Create new instance with empty HTML headers
- niceOf(CharSequence, Appendable, CharSequence...) - Static method in class org.ujorm.tools.web.HtmlElement
-
Create new instance with empty HTML headers
- niceOf(CharSequence, Appendable, Charset, CharSequence...) - Static method in class org.ujorm.tools.web.AbstractHtmlElement
-
Create new instance with empty HTML headers
- niceOf(CharSequence, Appendable, Charset, CharSequence...) - Static method in class org.ujorm.tools.web.HtmlElement
-
Create new instance with empty HTML headers
- niceOf(String, HttpServletResponse, CharSequence...) - Static method in class org.ujorm.tools.web.HtmlElement
-
Create new instance with empty HTML headers
- niceOf(String, Appendable, CharSequence...) - Static method in class org.ujorm.tools.web.AbstractHtmlElement
-
Create new instance with empty HTML headers
- niceOf(String, Appendable, CharSequence...) - Static method in class org.ujorm.tools.web.HtmlElement
-
Create new instance with empty HTML headers
- niceOf(String, HttpContext, CharSequence...) - Static method in class org.ujorm.tools.web.AbstractHtmlElement
-
Create new instance with empty HTML headers
- niceOf(String, HttpContext, CharSequence...) - Static method in class org.ujorm.tools.web.HtmlElement
-
Create new instance with empty HTML headers
- niceOf(HttpContext, CharSequence...) - Static method in class org.ujorm.tools.web.HtmlElement
-
Create new instance with empty HTML headers
- niceOfResponse(Object, CharSequence...) - Static method in class org.ujorm.tools.web.AbstractHtmlElement
-
Create new instance with empty HTML headers
- niceOfResponse(String, Object, CharSequence...) - Static method in class org.ujorm.tools.web.AbstractHtmlElement
-
Create new instance with empty HTML headers
- NONE - Enum constant in enum class org.ujorm.tools.web.table.Direction
-
No sorting
- nonnull(T, T) - Method in class org.ujorm.tools.xml.config.impl.DefaultXmlConfig
- NOT_EQ - Static variable in interface org.ujorm.tools.sql.Sql
- NOT_EQ - Static variable in interface tools.sql.Sql
- notNull(V, M...) - Static method in class org.ujorm.tools.Assert
-
Checks if the argument is not
null. - notNull(V, M...) - Static method in class 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. - notNullState(V, M...) - Static method in class 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
nullwithout exception.. - notNullValue(Supplier<V>, M...) - Static method in class tools.Assert
-
Checks if the value of a supplier is not
nullwithout exception..
O
- ObjectProvider - Interface in org.ujorm.tools.web.ao
-
Value provider
- ObjectUtils - Class in org.ujorm.tools.common
-
Static methods
- ObjectUtils - Class in tools.common
-
Static methods
- of() - Static method in class org.ujorm.tools.web.ExceptionProvider
-
A factory method
- of() - Static method in interface org.ujorm.tools.web.request.HttpContext
-
UContext from a map
- of() - Static method in class org.ujorm.tools.web.request.URequestImpl
- of(int) - Static method in class org.ujorm.tools.common.UnicodeCharacter
-
The factory method allows to generate different implementations in the future according to the parameter.
- of(int) - Static method in class tools.common.UnicodeCharacter
-
The factory method allows to generate different implementations in the future according to the parameter.
- of(Appendable) - Static method in class org.ujorm.tools.web.json.JsonBuilder
-
An object factory
- of(Appendable, HtmlConfig) - Static method in class org.ujorm.tools.web.AbstractHtmlElement
-
Create a root element for a required element name.
- of(Appendable, HtmlConfig) - Static method in class org.ujorm.tools.web.HtmlElement
-
Create a root element for a required element name.
- of(Appendable, HtmlConfig) - Static method in class org.ujorm.tools.web.json.JsonBuilder
-
An object factory.
- of(CharSequence, Appendable, CharSequence...) - Static method in class org.ujorm.tools.web.AbstractHtmlElement
-
Create new instance with empty HTML headers
- of(CharSequence, Appendable, CharSequence...) - Static method in class org.ujorm.tools.web.HtmlElement
-
Create new instance with empty HTML headers
- of(CharSequence, Appendable, Charset, CharSequence...) - Static method in class org.ujorm.tools.web.AbstractHtmlElement
-
Create new instance with empty HTML headers
- of(CharSequence, Appendable, Charset, CharSequence...) - Static method in class org.ujorm.tools.web.HtmlElement
-
Create new instance with empty HTML headers
- of(String) - Static method in class org.ujorm.tools.msg.MessageArg
- of(String) - Static method in interface org.ujorm.tools.web.ao.HttpParameter
-
Create a default implementation
- of(String) - Static method in class tools.msg.MessageArg
- of(String, String) - Static method in interface org.ujorm.tools.web.ao.HttpParameter
-
Create a default implementation
- of(String, String) - Static method in class org.ujorm.tools.msg.MessageArg
- of(String, String) - Static method in class tools.msg.MessageArg
- of(Throwable) - Static method in class org.ujorm.tools.web.ExceptionProvider
-
A factory method
- of(Function<D, R>) - Static method in interface org.ujorm.tools.common.Joinable
-
Create a joinable function
- of(Function<D, R>) - Static method in interface tools.common.Joinable
-
Create a joinable function
- of(HttpContext) - Method in interface org.ujorm.tools.web.ao.HttpParameter
-
Default value is an empty String
- of(HttpContext) - Static method in class org.ujorm.tools.web.json.JsonBuilder
-
An object factory
- of(HttpContext, boolean) - Method in interface org.ujorm.tools.web.ao.HttpParameter
-
Returns a parameter of the request or the default value
- of(HttpContext, double) - Method in interface org.ujorm.tools.web.ao.HttpParameter
-
Returns a parameter of the request or the default value
- of(HttpContext, float) - Method in interface org.ujorm.tools.web.ao.HttpParameter
-
Returns a parameter of the request or the default value
- of(HttpContext, char) - Method in interface org.ujorm.tools.web.ao.HttpParameter
-
Returns a parameter of the request or the default value
- of(HttpContext, int) - Method in interface org.ujorm.tools.web.ao.HttpParameter
-
Returns a parameter of the request or the default value
- of(HttpContext, long) - Method in interface org.ujorm.tools.web.ao.HttpParameter
-
Returns a parameter of the request or the default value
- of(HttpContext, short) - Method in interface org.ujorm.tools.web.ao.HttpParameter
-
Returns a parameter of the request or the default value
- of(HttpContext, Class<V>) - Method in interface org.ujorm.tools.web.ao.HttpParameter
-
Returns a parameter of the request or the default value
- of(HttpContext, String) - Method in interface org.ujorm.tools.web.ao.HttpParameter
-
Returns the last parameter value of the request or a default value
- of(HttpContext, HtmlConfig) - Static method in class org.ujorm.tools.web.AbstractHtmlElement
-
Create root element for a required element name.
- of(HttpContext, HtmlConfig) - Static method in class org.ujorm.tools.web.HtmlElement
-
Create a root element for a required element name.
- of(HttpContext, HtmlConfig) - Static method in class org.ujorm.tools.web.json.JsonBuilder
-
An object factory
- of(HttpContext, V) - Method in interface org.ujorm.tools.web.ao.HttpParameter
-
Returns a parameter of the request or the Enum class
- of(HttpContext, V, Function<String, V>) - Method in interface org.ujorm.tools.web.ao.HttpParameter
-
Returns a parameter of the request or the default value
- of(URequest) - Method in interface org.ujorm.tools.web.ao.HttpParameter
-
Default value is an empty String
- of(URequest, String) - Method in interface org.ujorm.tools.web.ao.HttpParameter
-
Returns the last parameter value of the request or a default value.
- of(ApiElement) - Static method in class org.ujorm.tools.web.Element
-
New element for an API element
- of(HtmlConfig) - Static method in interface org.ujorm.tools.web.report.ReportBuilderConfig
-
Returns a default implementation
- 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
- of(T...) - Static method in class org.ujorm.tools.common.Array
-
Factory method
- of(T...) - Static method in class tools.common.Array
-
Factory method
- of(Boolean) - Static method in enum class org.ujorm.tools.web.table.Direction
- of(HtmlConfig) - Static method in class org.ujorm.tools.web.AbstractHtmlElement
-
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(D, boolean, 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 tools.common.Wrapper
-
Create a new wrapper
- of(D, Function<D, P>...) - Static method in class org.ujorm.tools.common.Wrapper
-
Create a new wrapper
- of(D, Function<D, P>...) - Static method in class tools.common.Wrapper
-
Create a new wrapper
- of(SQLException) - Static method in exception org.ujorm.tools.sql.SQLException
- of(SQLException) - Static method in exception tools.sql.SQLException
- of(Map<String, String>) - Static method in class org.ujorm.tools.web.request.ManyMap
- of(ManyMap) - Static method in interface org.ujorm.tools.web.request.HttpContext
-
Create a default HTTP context from a map
- 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.
- ofMap(ManyMap) - Static method in class org.ujorm.tools.web.request.URequestImpl
- ofRequest(Object) - Static method in interface org.ujorm.tools.web.request.URequest
-
Convert the HttpServletRequest to the URequest
- ofResponse(HttpServletResponse, HtmlConfig) - Static method in class org.ujorm.tools.web.HtmlElement
-
Create a new instance with empty HTML headers, The MAIN servlet factory method.
- ofResponse(String, HttpServletResponse, CharSequence...) - Static method in class org.ujorm.tools.web.HtmlElement
-
Create new instance with empty HTML headers
- ofServlet(Object, HtmlConfig) - Static method in class org.ujorm.tools.web.AbstractHtmlElement
-
Create a new instance with empty HTML headers.
- ofServlet(String, Object, CharSequence...) - Static method in class org.ujorm.tools.web.AbstractHtmlElement
-
Create new instance with empty HTML headers
- ofServlet(Object, Object) - Static method in interface org.ujorm.tools.web.request.HttpContext
-
Create a default HTTP Context
- ofServlet(Object, Object) - Static method in class org.ujorm.tools.web.request.HttpContextImpl
-
Create a default HTTP Context
- ofServletResponse(Object) - Static method in interface org.ujorm.tools.web.request.HttpContext
-
HTTP Servlet Factory
- ofStub() - Static method in class org.ujorm.tools.web.table.ColumnModel
-
Create a stub column
- ofTitle(String) - Static method in interface org.ujorm.tools.xml.config.HtmlConfig
-
Create a new configuration with a nice format by an HTML title.
- 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
-
Deprecated.Add a condition for a multivalue argument joined by OR operator
- orCondition(CharSequence, String, Object...) - Method in class tools.jdbc.JdbcBuilder
-
Deprecated.Add a condition for a multivalue argument joined by OR operator
- orCondition(CharSequence, String, Object) - Method in class org.ujorm.tools.jdbc.JdbcBuilder
-
Deprecated.Add a condition for a valid argument joined by OR operator
- orCondition(CharSequence, String, Object) - Method in class tools.jdbc.JdbcBuilder
-
Deprecated.Add a condition for a valid argument joined by OR operator
- orCondition(CharSequence, String, Object) - Method in class org.ujorm.tools.sql.SqlBuilder
-
Deprecated.
- orCondition(CharSequence, String, Object) - Method in class tools.sql.SqlBuilder
-
Deprecated.
- orCondition(CharSequence, String, Object...) - Method in class org.ujorm.tools.sql.SqlBuilder
-
Deprecated.
- orCondition(CharSequence, String, Object...) - Method in class tools.sql.SqlBuilder
-
Deprecated.
- 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.request - package org.ujorm.tools.web.request
- 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.AbstractHtmlElement
-
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
- originalKey - Variable in class tools.set.CustomMap.DefaultMapKey
- originalName() - Method in interface org.ujorm.tools.web.ao.HttpParameter
-
Get a raw name of the HTTP parameter.
- out - Variable in class org.ujorm.tools.msg.ValuePrinter
-
Writer
- out - Variable in class org.ujorm.tools.xml.AbstractWriter
-
Output
- out - Variable in class tools.msg.ValuePrinter
-
Writer
P
- P - Static variable in interface org.ujorm.tools.web.Html
-
Paragraph element
- pairElement(ApiElement) - Method in interface org.ujorm.tools.xml.config.HtmlConfig
- pairElement(ApiElement) - Method in interface org.ujorm.tools.xml.config.XmlConfig
-
The pair element for termination is required.
- PARAM_BEG - Static variable in class org.ujorm.tools.msg.MessageArg
-
Two-character mark ("${") to introducing a template argument.
- PARAM_BEG - Static variable in class 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.
- PARAM_END - Static variable in class tools.msg.MessageArg
-
The mark ("}") to finishing a template argument.
- PRE - Static variable in interface org.ujorm.tools.web.Html
-
Preformatted text.
- prepareStatement(int) - Method in class org.ujorm.tools.sql.SqlParamBuilder
-
Build (or reuse) a PreparedStatement object with SQL arguments
- prepareStatement(int) - Method in class tools.sql.SqlParamBuilder
-
Build (or reuse) a PreparedStatement object with SQL arguments
- prepareStatement(Connection) - Method in class org.ujorm.tools.jdbc.JdbcBuilder
-
Deprecated.Build the PreparedStatement with arguments
- prepareStatement(Connection) - Method in class tools.jdbc.JdbcBuilder
-
Deprecated.Build the PreparedStatement with arguments
- printHtmlBody(HttpContext, HtmlElement, Function<GridBuilder<D>, Stream<D>>) - Method in class org.ujorm.tools.web.report.ReportBuilder
- printSortedField(Element, HttpContext) - Method in class org.ujorm.tools.web.report.ReportBuilder
-
The hidden field contains an index of the last sorted column
- 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, HttpContext, 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 - Class in tools.jdbc
-
A proxy CharSequence implementation
- ProxySequence(CharSequence) - Constructor for class org.ujorm.tools.jdbc.ProxySequence
- ProxySequence(CharSequence) - Constructor for class tools.jdbc.ProxySequence
- put(String, String...) - Method in class org.ujorm.tools.web.request.ManyMap
-
Method to add a value to the specified key
- put(K, V) - Method in class org.ujorm.tools.set.CustomMap
- put(K, V) - Method in class tools.set.CustomMap
- putAll(Map<? extends K, ? extends V>) - Method in class org.ujorm.tools.set.CustomMap
- putAll(Map<? extends K, ? extends V>) - Method in class tools.set.CustomMap
R
- RawEnvelope(Object) - Constructor for class org.ujorm.tools.xml.model.XmlModel.RawEnvelope
- read(InputStream) - Static method in class org.ujorm.tools.common.StringUtils
-
Read a content of the resource encoded by UTF-8.
- read(InputStream) - Static method in class tools.common.StringUtils
-
Read a content of the resource encoded by UTF-8.
- read(Class<?>, String...) - Static method in class org.ujorm.tools.common.StringUtils
-
Read a content of the resource encoded by UTF-8.
- read(Class<?>, String...) - Static method in class tools.common.StringUtils
-
Read a content of the resource encoded by UTF-8.
- readBody(InputStream) - Method in class org.ujorm.tools.common.StringUtils
-
Read a content of the resource encoded by UTF-8.
- readBody(InputStream) - Method in class tools.common.StringUtils
-
Read a content of the resource encoded by UTF-8.
- readBody(Class<?>, String...) - Method in class org.ujorm.tools.common.StringUtils
-
Read a content of the resource encoded by UTF-8.
- readBody(Class<?>, String...) - Method in class tools.common.StringUtils
-
Read a content of the resource encoded by UTF-8.
- readBody(String...) - Method in class org.ujorm.tools.common.StringUtils
-
Read a content of the resource encoded by UTF-8.
- readBody(String...) - Method in class tools.common.StringUtils
-
Read a content of the resource encoded by UTF-8.
- readLines(String...) - Static method in class org.ujorm.tools.common.StringUtils
-
Read a content of the resource encoded by UTF-8.
- readLines(String...) - Static method in class tools.common.StringUtils
-
Read a content of the resource encoded by UTF-8.
- readLines(URL) - Static method in class org.ujorm.tools.common.StringUtils
-
Read a closeable line stream of the URL.
- readLines(URL) - Static method in class tools.common.StringUtils
-
Read a closeable line stream of the URL.
- readLines(Class<?>, String...) - Static method in class org.ujorm.tools.common.StringUtils
-
Read a content of the resource encoded by UTF-8.
- readLines(Class<?>, String...) - Static method in class tools.common.StringUtils
-
Read a content of the resource encoded by UTF-8.
- readRows(File) - Method in class org.ujorm.tools.common.StringUtils
-
Read a closeable line stream of the File.
- readRows(File) - Method in class tools.common.StringUtils
-
Read a closeable line stream of the File.
- readRows(InputStream) - Method in class org.ujorm.tools.common.StringUtils
-
Read a closeable line stream of the URL.
- readRows(InputStream) - Method in class tools.common.StringUtils
-
Read a closeable line stream of the URL.
- readRows(URL) - Method in class org.ujorm.tools.common.StringUtils
-
Read a closeable line stream of the URL.
- readRows(URL) - Method in class tools.common.StringUtils
-
Read a closeable line stream of the URL.
- readRows(Path) - Method in class org.ujorm.tools.common.StringUtils
-
Read a closeable line stream of the File.
- readRows(Path) - Method in class tools.common.StringUtils
-
Read a closeable line stream of the File.
- readRows(Class<?>, String...) - Method in class org.ujorm.tools.common.StringUtils
-
Read a content of the resource encoded by UTF-8.
- readRows(Class<?>, String...) - Method in class tools.common.StringUtils
-
Read a content of the resource encoded by UTF-8.
- Reflections - Class in org.ujorm.tools.web.ao
-
Reflection methods for the Servlet Request and Response classes
- Reflections() - Constructor for class org.ujorm.tools.web.ao.Reflections
- remove(Object) - Method in class org.ujorm.tools.set.CustomMap
- remove(Object) - Method in class tools.set.CustomMap
- removeFirst() - Method in class org.ujorm.tools.common.Array
- removeFirst() - Method in class tools.common.Array
- 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(ReportBuilderConfig) - Constructor for class org.ujorm.tools.web.report.ReportBuilder
- ReportBuilder(ReportBuilderConfig, GridBuilder<D>) - Constructor for class org.ujorm.tools.web.report.ReportBuilder
- ReportBuilder(HtmlConfig) - 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(CharSequence, HttpContext) - Constructor for class org.ujorm.tools.web.ajax.ReqestDispatcher
- ReqestDispatcher(HttpContext) - Constructor for class org.ujorm.tools.web.ajax.ReqestDispatcher
- ReqestDispatcher(HttpContext, HtmlConfig) - Constructor for class org.ujorm.tools.web.ajax.ReqestDispatcher
- request() - Method in interface org.ujorm.tools.web.request.HttpContext
-
An abstract API of the HTTP request
- request() - Method in class org.ujorm.tools.web.request.HttpContextImpl
-
An abstract API of the HTTP request
- 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
- RowIterator - Class in org.ujorm.tools.jdbc
-
An Iterator for the ResultSet items.
- RowIterator - Class in tools.jdbc
-
An Iterator for the ResultSet items.
- RowIterator(PreparedStatement) - Constructor for class org.ujorm.tools.jdbc.RowIterator
- RowIterator(PreparedStatement) - Constructor for class tools.jdbc.RowIterator
- rows(String) - Method in class org.ujorm.tools.common.StreamUtils
-
Read a String.
- rows(String) - Method in class tools.common.StreamUtils
-
Read a String.
- rowsOfUrl(URL) - Static method in class org.ujorm.tools.common.StreamUtils
-
Returns a stream of lines form URL resource
- rowsOfUrl(URL) - Static method in class tools.common.StreamUtils
-
Returns a stream of lines form URL resource
- run() - Method in interface org.ujorm.tools.web.ao.IORunnable
- run(HtmlElement) - Method in interface org.ujorm.tools.web.ao.IOElement
S
- safeEquals(Direction) - Method in enum class org.ujorm.tools.web.table.Direction
-
Safe equals
- SafelyEqualable<T> - Interface in org.ujorm.tools.common
-
An object safely equals to a value.
- SafelyEqualable<T> - Interface in tools.common
-
An object safely equals to a value.
- SCRIPT - Static variable in interface org.ujorm.tools.web.Html
-
Script element
- scriptTemplate() - Method in class org.ujorm.tools.web.ajax.JavaScriptWriter
- select(CharSequence...) - Method in class org.ujorm.tools.sql.SqlBuilder
-
Deprecated.Write SELECT columns
- select(CharSequence...) - Method in class tools.sql.SqlBuilder
-
Deprecated.Write SELECT columns
- SELECT - Static variable in interface org.ujorm.tools.sql.Sql
- SELECT - Static variable in interface org.ujorm.tools.web.Html
-
Select element
- SELECT - Static variable in interface tools.sql.Sql
- SEPARATOR - Static variable in class org.ujorm.tools.common.StringUtils
-
File separator (one character is required)
- SEPARATOR - Static variable in class org.ujorm.tools.msg.MsgFormatter
-
Separator of unmarked arguments '{}' was changed to a single space from release 1.91
- SEPARATOR - Static variable in class tools.common.StringUtils
-
File separator (one character is required)
- SEPARATOR - Static variable in class 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
- SET - Static variable in interface 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
-
An AJAX timeout to get a response
- setAttr(String, Object) - Method in class org.ujorm.tools.web.Element
-
A shortcut for the method
Element.setAttribute(java.lang.String, java.lang.Object). - setAttrib(String, Object) - Method in interface org.ujorm.tools.xml.ApiElement
-
Deprecated.Call a method
ApiElement.setAttribute(java.lang.String, java.lang.Object)rather. - 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.Element
-
Set an attribute
- setAttribute(String, Object) - Method in interface org.ujorm.tools.xml.ApiElement
-
Set an attribute
- setAttribute(String, Object) - Method in class org.ujorm.tools.xml.model.XmlModel
-
Set one 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.web.AbstractHtmlElement
- setAttributes(String, CharSequence, Object...) - Method in class org.ujorm.tools.web.Element
-
Set an attribute
- setCacheAllowed(boolean) - Method in class org.ujorm.tools.xml.config.impl.DefaultXmlConfig
- 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
- 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
- setDefaultValue(String) - Method in class org.ujorm.tools.xml.config.impl.DefaultXmlConfig
-
A replacement text instead of the
nullvalue - 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
-
Deprecated.Use the method
DefaultHtmlConfig.setDocumentObjectModel(boolean). - 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
- 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(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
- setHint(CharSequence) - Method in class org.ujorm.tools.web.Element
-
Set a placeholder name
- setHref(CharSequence) - Method in class org.ujorm.tools.web.Element
-
Set hyperlink reference
- setHtmlHeader(boolean) - Method in class org.ujorm.tools.xml.config.impl.DefaultHtmlConfig
-
A request to generate a minimal HTML header
- setHtmlHeader(Injector) - Method in class org.ujorm.tools.web.report.ReportBuilder
- setCharacterEncoding(Object, String) - Static method in class org.ujorm.tools.web.ao.Reflections
- setCharset(Charset) - Method in class org.ujorm.tools.xml.config.impl.DefaultXmlConfig
-
Charset
- 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.ajax.JavaScriptWriter
-
An AJAX delay to the input request
- 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`
- 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
- 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
- setNameValue(CharSequence, Object) - Method in class org.ujorm.tools.web.Element
-
Set name & value to the 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
- setParameter(String, String) - Method in class org.ujorm.tools.web.request.URequestImpl
- 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(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
- setSubtitleCss(String) - Method in class org.ujorm.tools.web.report.ReportBuilderConfigImpl
- setSubtitleSelector(CharSequence) - Method in class org.ujorm.tools.web.ajax.JavaScriptWriter
-
Assign error message 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
- setUnpairElements(Set<String>) - Method in class org.ujorm.tools.xml.config.impl.DefaultHtmlConfig
-
Set Unpair element names
- 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.common.Array
- size() - Method in class org.ujorm.tools.set.CustomMap
- size() - Method in class tools.common.Array
- size() - Method in class tools.set.CustomMap
- sortable() - 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.report.ReportBuilder
-
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.report.ReportBuilder
-
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
-
Deprecated.A value marker for SQL
- SPACE - Static variable in class org.ujorm.tools.xml.AbstractWriter
-
A special XML character
- SPACE - Static variable in class tools.jdbc.JdbcBuilder
-
Deprecated.A value marker for SQL
- SPAN - Static variable in interface org.ujorm.tools.web.Html
-
Span element
- sql - Variable in class org.ujorm.tools.jdbc.JdbcBuilder
-
Deprecated.SQL string fragments
- sql - Variable in class tools.jdbc.JdbcBuilder
-
Deprecated.SQL string fragments
- sql(String...) - Method in class org.ujorm.tools.sql.SqlParamBuilder
-
Close an old statement (if any) and assign the new SQL template
- sql(String...) - Method in class tools.sql.SqlParamBuilder
-
Close an old statement (if any) and assign the new SQL template
- Sql - Interface in org.ujorm.tools.sql
-
Some SQL keywords.
- Sql - Interface in tools.sql
-
Some SQL keywords.
- SqlBuilder - Class in org.ujorm.tools.sql
-
Deprecated.Use the
SqlParamBuilderclass rather from the release 2.26. - SqlBuilder - Class in tools.sql
-
Deprecated.Use the
SqlParamBuilderclass rather from the release 2.26. - SqlBuilder() - Constructor for class org.ujorm.tools.sql.SqlBuilder
-
Deprecated.
- SqlBuilder() - Constructor for class tools.sql.SqlBuilder
-
Deprecated.
- SqlBuilder(List<CharSequence>, List<Object>) - Constructor for class org.ujorm.tools.sql.SqlBuilder
-
Deprecated.
- SqlBuilder(List<CharSequence>, List<Object>) - Constructor for class tools.sql.SqlBuilder
-
Deprecated.
- SqlConsumer - Interface in org.ujorm.tools.jdbc
-
A ResultSet consumer for usage in the method
Stream.forEach() - SqlConsumer - Interface in tools.jdbc
-
A ResultSet consumer for usage in the method
Stream.forEach() - SqlEnvelope(CharSequence) - Constructor for class org.ujorm.tools.jdbc.JdbcBuilder.SqlEnvelope
-
Deprecated.Default constructor
- SqlEnvelope(CharSequence) - Constructor for class tools.jdbc.JdbcBuilder.SqlEnvelope
-
Deprecated.Default constructor
- SqlEnvelope(CharSequence, int) - Constructor for class org.ujorm.tools.jdbc.JdbcBuilder.SqlEnvelope
-
Deprecated.Column constructor
- SqlEnvelope(CharSequence, int) - Constructor for class tools.jdbc.JdbcBuilder.SqlEnvelope
-
Deprecated.Column constructor
- sqlException(String, Exception) - Static method in class org.ujorm.tools.sql.SqlParamBuilder
- sqlException(String, Exception) - Static method in class tools.sql.SqlParamBuilder
- sqlException(SQLException) - Static method in class org.ujorm.tools.sql.SqlParamBuilder
- sqlException(SQLException) - Static method in class tools.sql.SqlParamBuilder
- SQLException - Exception in org.ujorm.tools.sql
-
Unchecked SQL exception
- SQLException - Exception in tools.sql
-
Unchecked SQL exception
- SQLException(String) - Constructor for exception org.ujorm.tools.sql.SQLException
- SQLException(String) - Constructor for exception tools.sql.SQLException
- SQLException(Throwable) - Constructor for exception org.ujorm.tools.sql.SQLException
- SQLException(Throwable) - Constructor for exception tools.sql.SQLException
- SQLException(Throwable, String) - Constructor for exception org.ujorm.tools.sql.SQLException
- SQLException(Throwable, String) - Constructor for exception tools.sql.SQLException
- SqlFunction<T,
R> - Interface in org.ujorm.tools.jdbc -
A functional interface
- SqlFunction<T,
R> - Interface in tools.jdbc -
A functional interface
- SqlParamBuilder - Class in org.ujorm.tools.sql
-
Less than 320 lines long class to simplify work with JDBC.
- SqlParamBuilder - Class in tools.sql
-
Less than 320 lines long class to simplify work with JDBC.
- SqlParamBuilder(Connection) - Constructor for class org.ujorm.tools.sql.SqlParamBuilder
- SqlParamBuilder(Connection) - Constructor for class tools.sql.SqlParamBuilder
- sqlTemplate - Variable in class org.ujorm.tools.sql.SqlParamBuilder
- sqlTemplate - Variable in class tools.sql.SqlParamBuilder
- sqlTemplate() - Method in class org.ujorm.tools.sql.SqlParamBuilder
- sqlTemplate() - Method in class tools.sql.SqlParamBuilder
- state(boolean, M...) - Static method in class org.ujorm.tools.Assert
-
If the value Checks if the argument is
true. - state(boolean, M...) - Static method in class tools.Assert
-
If the value Checks if the argument is
true. - stream() - Method in class org.ujorm.tools.common.Array
- stream() - Method in class tools.common.Array
- stream(InputStream, Charset) - Static method in class org.ujorm.tools.common.UnicodeCharacter
-
Create a Stream of the UnicodeCharacter objects
- stream(InputStream, Charset) - Static method in class tools.common.UnicodeCharacter
-
Create a Stream of the UnicodeCharacter objects
- stream(CharSequence) - Static method in class org.ujorm.tools.common.UnicodeCharacter
-
Create a Stream of the UnicodeCharacter objects
- stream(CharSequence) - Static method in class tools.common.UnicodeCharacter
-
Create a Stream of the UnicodeCharacter objects
- streamMap(SqlFunction<ResultSet, ? extends R>) - Method in class org.ujorm.tools.sql.SqlParamBuilder
- streamMap(SqlFunction<ResultSet, ? extends R>) - Method in class tools.sql.SqlParamBuilder
- StreamUtils - Class in org.ujorm.tools.common
-
Static methods
- StreamUtils - Class in tools.common
-
Static methods
- StringUtils - Class in org.ujorm.tools.common
-
Methods to reading an text resource to the
String. - StringUtils - Class in tools.common
-
Methods to reading an text resource to the
String. - StringUtils() - Constructor for class org.ujorm.tools.common.StringUtils
-
With a charset UTF-8
- StringUtils() - Constructor for class tools.common.StringUtils
-
With a charset UTF-8
- StringUtils(Charset) - Constructor for class org.ujorm.tools.common.StringUtils
- StringUtils(Charset) - Constructor for class tools.common.StringUtils
- StringUtils(Charset, Class<?>) - Constructor for class org.ujorm.tools.common.StringUtils
- StringUtils(Charset, Class<?>) - Constructor for class tools.common.StringUtils
- STYLE - Static variable in interface org.ujorm.tools.web.Html
-
Style element
- subArray(int) - Method in class org.ujorm.tools.common.Array
- subArray(int) - Method in class tools.common.Array
- subSequence(int, int) - Method in class org.ujorm.tools.common.TextBuilder
- 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
- subSequence(int, int) - Method in class tools.common.TextBuilder
- subSequence(int, int) - Method in class tools.jdbc.ProxySequence
- subSequence(int, int) - Method in class tools.msg.MessageArg
- SUBTITLE_CSS - Static variable in class org.ujorm.tools.web.report.ReportBuilderConfigImpl.Constants
-
CSS class name for the output box
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
ReportBuilderclass rather. - TableBuilder(CharSequence) - Constructor for class org.ujorm.tools.web.table.TableBuilder
-
Deprecated.
- TableBuilder(ReportBuilderConfig) - Constructor for class org.ujorm.tools.web.table.TableBuilder
-
Deprecated.
- TableBuilder(HtmlConfig) - 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
- template(T...) - Method in class 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
- TextBuilder - Class in org.ujorm.tools.common
-
Building a text.
- TextBuilder - Class in tools.common
-
Building a text.
- TextBuilder() - Constructor for class org.ujorm.tools.common.TextBuilder
- TextBuilder() - Constructor for class tools.common.TextBuilder
- TextBuilder(StringBuilder) - Constructor for class org.ujorm.tools.common.TextBuilder
- TextBuilder(StringBuilder) - Constructor for class tools.common.TextBuilder
- 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
- then(Consumer<AbstractHtmlElement>) - Method in class org.ujorm.tools.web.AbstractHtmlElement
-
Deprecated.Use the method
AbstractHtmlElement.next(Consumer)rather. - then(Consumer<Element>) - Method in class org.ujorm.tools.web.Element
-
Deprecated.Use the method
Element.next(Consumer)rather. - TITLE - Static variable in interface org.ujorm.tools.web.Html
-
Title element
- toArray() - Method in class org.ujorm.tools.common.Array
- toArray() - Method in class tools.common.Array
- 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
- toJoinable(Function<D, R>) - Static method in class tools.common.StreamUtils
-
Create a joinable function
- toList() - Method in class org.ujorm.tools.common.Array
- toList() - Method in class tools.common.Array
- tools - package tools
- tools.common - package tools.common
- tools.jdbc - package tools.jdbc
- tools.msg - package tools.msg
- tools.set - package tools.set
- tools.sql - package tools.sql
- toPrintWriter(Appendable) - Static method in class org.ujorm.tools.common.ObjectUtils
-
Convert appendable to object type of PrintWriter
- toPrintWriter(Appendable) - Static method in class tools.common.ObjectUtils
-
Convert appendable to object type of PrintWriter
- toRequest(Reader) - Method in class org.ujorm.tools.web.request.ManyMap
-
Create new Servlet request
- toStream() - Method in interface org.ujorm.tools.set.LoopingIterator
-
Convert to a closeable Stream
- toStream() - Method in interface tools.set.LoopingIterator
-
Convert to a closeable Stream
- toStream(Iterator<T>) - Static method in class org.ujorm.tools.common.StreamUtils
-
Convert an interator to a Stream
- toStream(Iterator<T>) - Static method in class 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(Iterator<T>, boolean) - Static method in class tools.common.StreamUtils
-
Convert an interator to a Stream
- toString() - Method in class org.ujorm.tools.common.Array
- toString() - Method in class org.ujorm.tools.common.TextBuilder
- toString() - Method in class org.ujorm.tools.common.UnicodeCharacter
- toString() - Method in class org.ujorm.tools.common.Wrapper
- toString() - Method in class org.ujorm.tools.jdbc.JdbcBuilder
-
Deprecated.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.sql.SqlParamBuilder
- toString() - Method in class org.ujorm.tools.web.AbstractHtmlElement
-
Returns an Render the HTML code including header.
- 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.Element
-
String value
- 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
- toString() - Method in class tools.common.Array
- toString() - Method in class tools.common.TextBuilder
- toString() - Method in class tools.common.UnicodeCharacter
- toString() - Method in class tools.common.Wrapper
- toString() - Method in class tools.jdbc.JdbcBuilder
-
Deprecated.Returns a SQL preview including values
- toString() - Method in class tools.jdbc.ProxySequence
- toString() - Method in class tools.msg.MessageArg
-
Returns a code name
- toString() - Method in class tools.msg.ValuePrinter
-
Writer result
- toString() - Method in class tools.set.CustomMap.DefaultMapKey
- toString() - Method in class tools.sql.SqlParamBuilder
- toStringLine() - Method in class org.ujorm.tools.sql.SqlParamBuilder
- toStringLine() - Method in class tools.sql.SqlParamBuilder
- 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
- UNDEFINED - Static variable in interface tools.sql.Sql
- UnicodeCharacter - Class in org.ujorm.tools.common
-
Represents one valid Unicode character (code point).
- UnicodeCharacter - Class in tools.common
-
Represents one valid Unicode character (code point).
- uniqueValue(Class<T>, Connection) - Method in class org.ujorm.tools.jdbc.JdbcBuilder
-
Deprecated.Return the first column value of a unique resultset, else returns
nullvalue - uniqueValue(Class<T>, Connection) - Method in class tools.jdbc.JdbcBuilder
-
Deprecated.Return the first column value of a unique resultset, else returns
nullvalue - uniqueValueOptional(Class<T>, Connection) - Method in class org.ujorm.tools.jdbc.JdbcBuilder
-
Deprecated.Return the first column value of a unique resultset
- uniqueValueOptional(Class<T>, Connection) - Method in class tools.jdbc.JdbcBuilder
-
Deprecated.Return the first column value of a unique resultset
- update(CharSequence) - Method in class org.ujorm.tools.sql.SqlBuilder
-
Deprecated.Write WHERE
- update(CharSequence) - Method in class tools.sql.SqlBuilder
-
Deprecated.Write WHERE
- UPDATE - Static variable in interface org.ujorm.tools.sql.Sql
- UPDATE - Static variable in interface tools.sql.Sql
- URequest - Interface in org.ujorm.tools.web.request
- URequestImpl - Class in org.ujorm.tools.web.request
- URequestImpl(ManyMap, Reader) - Constructor for class org.ujorm.tools.web.request.URequestImpl
- Url() - Constructor for class org.ujorm.tools.web.report.ReportBuilder.Url
- Url(String, String) - Constructor for class org.ujorm.tools.web.report.ReportBuilder.Url
V
- V_BLANK - Static variable in interface org.ujorm.tools.web.Html
- V_GET - Static variable in interface org.ujorm.tools.web.Html
-
Default FORM method by the W3C standard
- V_HIDDEN - Static variable in interface org.ujorm.tools.web.Html
- V_CHECKBOX - 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
-
Deprecated.Add an argument value (including a SEPARATOR and a MARKER) for buidling a SQL INSERT statement
- value(Object) - Method in class tools.jdbc.JdbcBuilder
-
Deprecated.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
-
Deprecated.
- value(Object) - Method in class tools.sql.SqlBuilder
-
Deprecated.
- VALUE_MARKER - Static variable in class org.ujorm.tools.jdbc.JdbcBuilder
-
Deprecated.A value marker for SQL
- VALUE_MARKER - Static variable in class tools.jdbc.JdbcBuilder
-
Deprecated.A value marker for SQL
- valueBorder - Variable in class org.ujorm.tools.msg.ValueFormatter
-
Border of the byte array
- valueBorder - Variable in class 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 - Class in 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() - Constructor for class tools.msg.ValueFormatter
-
Static methods are available only
- ValueFormatter(String, String) - Constructor for class org.ujorm.tools.msg.ValueFormatter
-
Static methods are available only
- ValueFormatter(String, String) - Constructor for class tools.msg.ValueFormatter
-
Static methods are available only
- valueOf(String) - Static method in enum class org.ujorm.tools.web.json.JsonBuilder.SelectorType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.ujorm.tools.web.table.Direction
-
Returns the enum constant of this class with the specified name.
- ValuePrinter - Class in org.ujorm.tools.msg
-
Print values to an output
- ValuePrinter - Class in tools.msg
-
Print values to an output
- ValuePrinter(int) - Constructor for class org.ujorm.tools.msg.ValuePrinter
-
Constructor
- ValuePrinter(int) - Constructor for class tools.msg.ValuePrinter
-
Constructor
- ValuePrinter(Appendable) - Constructor for class org.ujorm.tools.msg.ValuePrinter
-
Constructor
- ValuePrinter(Appendable) - Constructor for class tools.msg.ValuePrinter
-
Constructor
- ValuePrinter(String, String, Appendable) - Constructor for class org.ujorm.tools.msg.ValuePrinter
-
Constructor
- ValuePrinter(String, String, Appendable) - Constructor for class 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 method in enum class org.ujorm.tools.web.json.JsonBuilder.SelectorType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.ujorm.tools.web.table.Direction
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Method in class tools.set.CustomMap
- VALUES - Static variable in interface org.ujorm.tools.sql.Sql
- VALUES - Static variable in interface tools.sql.Sql
- version - Variable in class org.ujorm.tools.web.ajax.JavaScriptWriter
-
JavaScript version number
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() - Method in class org.ujorm.tools.sql.SqlBuilder
-
Deprecated.Write WHERE
- where() - Method in class tools.sql.SqlBuilder
-
Deprecated.Write WHERE
- WHERE - Static variable in interface org.ujorm.tools.sql.Sql
- WHERE - Static variable in interface tools.sql.Sql
- wrap(V) - Method in class org.ujorm.tools.common.Wrapper
-
Create a new wrapper for the value
- wrap(V) - Method in class 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()andcompareTo()methods - Wrapper<V> - Class in tools.common
-
The wrapper implements a common
hash(),equals()andcompareTo()methods - 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
- write(CharSequence, boolean) - Method in class org.ujorm.tools.xml.AbstractWriter
-
Write escaped value to the output
- write(CharSequence, ValueProvider) - Method in class org.ujorm.tools.web.json.JsonBuilder
-
Write a key-value
- write(CharSequence, CharSequence...) - 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(JdbcBuilder) - Method in class org.ujorm.tools.jdbc.JdbcBuilder
-
Deprecated.Add a another statement to the end of this statement.
- write(Element) - Method in class org.ujorm.tools.web.ajax.JavaScriptWriter
- write(Element, Map<String, String>) - Method in class org.ujorm.tools.web.ajax.JavaScriptWriter
-
Write Javascript body for the AJAX support.
- write(Element, T) - Method in interface org.ujorm.tools.web.ao.Column
-
Write a custom content of the table cell
- write(ApiElement) - Method in interface org.ujorm.tools.xml.config.ApiInjector
-
Performs an operation on the argument element.
- write(JdbcBuilder) - Method in class tools.jdbc.JdbcBuilder
-
Deprecated.Add a another statement to the end of this statement.
- write(CharSequence) - Method in class org.ujorm.tools.jdbc.JdbcBuilder
-
Deprecated.Write a sql fragment including a space before
- write(CharSequence) - Method in class tools.jdbc.JdbcBuilder
-
Deprecated.Write a sql fragment including a space before
- write(CharSequence) - Method in class org.ujorm.tools.sql.SqlBuilder
-
Deprecated.
- write(CharSequence) - Method in class tools.sql.SqlBuilder
-
Deprecated.
- write(SqlBuilder) - Method in class org.ujorm.tools.sql.SqlBuilder
-
Deprecated.
- write(Element) - Method in interface org.ujorm.tools.web.ao.Injector
-
Performs this operation on the given argument.
- write(SqlBuilder) - Method in class tools.sql.SqlBuilder
-
Deprecated.
- writeByteArray(byte[], Appendable) - Method in class org.ujorm.tools.msg.ValueFormatter
-
Write bytes as hexa
- writeByteArray(byte[], Appendable) - Method in class tools.msg.ValueFormatter
-
Write bytes as hexa
- writeClass(CharSequence, ValueProvider) - Method in class org.ujorm.tools.web.json.JsonBuilder
-
Write the value for a CSS CLASS selector
- writeClass(CharSequence, CharSequence...) - 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, ValueProvider) - Method in class org.ujorm.tools.web.json.JsonBuilder
-
Write the value for a CSS ID selector
- writeId(CharSequence, CharSequence...) - 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
- writeJsKey(CharSequence) - Method in class org.ujorm.tools.web.json.JsonBuilder
-
Write a key to a call a javacroptscript from the function map of the script.
- writeLongValue(CharSequence, Appendable) - Method in class org.ujorm.tools.msg.ValueFormatter
-
You can call the method from a child class
- writeLongValue(CharSequence, Appendable) - Method in class tools.msg.ValueFormatter
-
You can call the method from a child class
- writeMany(CharSequence...) - Method in class org.ujorm.tools.jdbc.JdbcBuilder
-
Deprecated.Write many sql fragments including a space before
- writeMany(CharSequence...) - Method in class tools.jdbc.JdbcBuilder
-
Deprecated.Write many sql fragments including a space before
- writeMany(CharSequence...) - Method in class org.ujorm.tools.sql.SqlBuilder
-
Deprecated.
- writeMany(CharSequence...) - Method in class tools.sql.SqlBuilder
-
Deprecated.
- writeManyNoSpace(CharSequence...) - Method in class org.ujorm.tools.jdbc.JdbcBuilder
-
Deprecated.Write many sql fragments with no space before
- writeManyNoSpace(CharSequence...) - Method in class tools.jdbc.JdbcBuilder
-
Deprecated.Write many sql fragments with no space before
- writeManyNoSpace(CharSequence...) - Method in class org.ujorm.tools.sql.SqlBuilder
-
Deprecated.
- writeManyNoSpace(CharSequence...) - Method in class tools.sql.SqlBuilder
-
Deprecated.
- 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
-
Deprecated.Write a sql fragment with no space before
- writeNoSpace(CharSequence) - Method in class tools.jdbc.JdbcBuilder
-
Deprecated.Write a sql fragment with no space before
- writeNoSpace(CharSequence) - Method in class org.ujorm.tools.sql.SqlBuilder
-
Deprecated.
- writeNoSpace(CharSequence) - Method in class tools.sql.SqlBuilder
-
Deprecated.
- 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
-
Deprecated.Write an opetaror AND / OR
- writeOperator(boolean, boolean) - Method in class tools.jdbc.JdbcBuilder
-
Deprecated.Write an opetaror AND / OR
- writePrefix(String, CharSequence, CharSequence...) - Method in class org.ujorm.tools.web.json.JsonBuilder
-
Write a key-value with a prefix
- writer() - Method in interface org.ujorm.tools.web.request.HttpContext
- writer() - Method in class org.ujorm.tools.web.request.HttpContextImpl
-
Returns a writer of the HTTP response
- 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
- writeTo(Appendable) - Method in class org.ujorm.tools.common.TextBuilder
- writeTo(Appendable) - Method in class tools.common.TextBuilder
- writeTo(Writer) - Method in class org.ujorm.tools.common.UnicodeCharacter
-
Writes this UnicodeCharacter to the given Writer.
- writeTo(Writer) - Method in class tools.common.UnicodeCharacter
-
Writes this UnicodeCharacter to the given Writer.
- writeValue(Object, Appendable, Locale) - Method in class org.ujorm.tools.msg.MessageService
-
Write a value to the output buffer.
- writeValue(Object, Appendable, Locale) - Method in class 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, Appendable, boolean) - Method in class tools.msg.MsgFormatter
-
Print argument to the Writter with an optional format.
- writeValue(Object, Appendable, boolean) - Method in class 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) - Constructor for class org.ujorm.tools.xml.builder.XmlBuilder
-
New element with a parent
- 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
- XmlConfig - Interface in org.ujorm.tools.xml.config
-
Configuraion of HtmlPage
- XmlElement - Class in org.ujorm.tools.xml.dom
-
Deprecated.Use the
XmlModelrather. - 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
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
cellpaddingis not supported in HTML 5.