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

A

A_CHARSET - Static variable in interface org.ujorm.tools.xml.dom.HtmlElement.Html
 
A_HREF - Static variable in interface org.ujorm.tools.xml.dom.HtmlElement.Html
 
A_LANGUAGE - Static variable in interface org.ujorm.tools.xml.dom.HtmlElement.Html
 
A_REL - Static variable in interface org.ujorm.tools.xml.dom.HtmlElement.Html
 
A_SRC - Static variable in interface org.ujorm.tools.xml.dom.HtmlElement.Html
 
A_TYPE - Static variable in interface org.ujorm.tools.xml.dom.HtmlElement.Html
 
AbstractElement<E extends AbstractElement> - Class in org.ujorm.tools.xml
Abstrac element model.
AbstractElement(CharSequence) - Constructor for class org.ujorm.tools.xml.AbstractElement
Constructor
addArguments(Object...) - Method in class org.ujorm.tools.jdbc.JdbcBuilder
Add argument values with no SAPARATOR and no MARKER (for a common use)
addAttrib(String, Object) - Method in class org.ujorm.tools.xml.dom.XmlElement
Deprecated.
addCDATA(CharSequence) - Method in class org.ujorm.tools.xml.AbstractElement
Add a character data in CDATA format to XML only.
addCDATA(CharSequence) - Method in class org.ujorm.tools.xml.builder.XmlBuilder
Deprecated.
addCDATA(CharSequence) - Method in class org.ujorm.tools.xml.dom.XmlElement
Add a character data in CDATA format to XML only.
addChild(Object) - Method in class org.ujorm.tools.xml.dom.XmlElement
Add a child entity
addComment(CharSequence) - Method in class org.ujorm.tools.xml.AbstractElement
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.dom.XmlElement
Add a comment text.
addCssBody(CharSequence) - Method in class org.ujorm.tools.xml.dom.HtmlElement
Create a new CSS element and return it
addCssLink(CharSequence) - Method in class org.ujorm.tools.xml.dom.HtmlElement
Create a new CSS element and return it
addElement(String) - Method in class org.ujorm.tools.xml.AbstractElement
Create a new XmlElement for a required name and add it to children.
addElement(String) - Method in class org.ujorm.tools.xml.builder.XmlBuilder
Create a new XmlBuilder for a required name and add it to children.
addElement(T) - Method in class org.ujorm.tools.xml.dom.XmlElement
Add a child element
addElement(String) - Method in class org.ujorm.tools.xml.dom.XmlElement
Create a new XmlElement for a required name and add it to children.
addElementToBody(String) - Method in class org.ujorm.tools.xml.dom.HtmlElement
A shortcut for HtmlList.getBody().addElement(CharSequence)
addElementToHead(String) - Method in class org.ujorm.tools.xml.dom.HtmlElement
A shortcut for HtmlList.getHead().addElement(CharSequence)
addJavascriptContent(CharSequence) - Method in class org.ujorm.tools.xml.dom.HtmlElement
Create a new Javascript element and return it
addJavascriptLink(boolean, CharSequence...) - Method in class org.ujorm.tools.xml.dom.HtmlElement
Create a new Javascript element and return it
addRawText(Object) - Method in class org.ujorm.tools.xml.AbstractElement
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.dom.XmlElement
Add an native text with no escaped characters, for example: XML code, JavaScript, CSS styles
addText(Object) - Method in class org.ujorm.tools.xml.AbstractElement
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.dom.XmlElement
Add a text and escape special character
addValue(Object) - Method in class org.ujorm.tools.jdbc.JdbcBuilder
Add a value to SQL (inlucing MARKER)
andCondition(CharSequence, String, Object) - Method in class org.ujorm.tools.jdbc.JdbcBuilder
Add a condition for a valid argument joined by AND operator
andCondition(CharSequence, String, Object...) - Method in class org.ujorm.tools.jdbc.JdbcBuilder
Add a condition for a multivalue argument joined by AND operator
appendValue(Object) - Method in class org.ujorm.tools.msg.ValuePrinter
Append value
apply(ResultSet) - Method in interface org.ujorm.tools.jdbc.JdbcFunction
Applies this function to the given argument.
arguments - Variable in class org.ujorm.tools.jdbc.JdbcBuilder
Argument list
Assert - Class in org.ujorm.tools
Assertion utils, where all method can throw the IllegalArgumentException exception only.
attributes - Variable in class org.ujorm.tools.xml.dom.XmlElement
Attributes

B

BODY - Static variable in interface org.ujorm.tools.xml.dom.HtmlElement.Html
Body element

C

CDATA_BEG - Static variable in class org.ujorm.tools.xml.CommonXmlWriter
A CDATA beg markup sequence
CDATA_END - Static variable in class org.ujorm.tools.xml.CommonXmlWriter
A CDATA end markup sequence
CHAR_NEW_LINE - Static variable in class org.ujorm.tools.xml.CommonXmlWriter
A new line character
CHAR_SPACE - Static variable in class org.ujorm.tools.xml.CommonXmlWriter
A special XML character
charAt(int) - Method in class org.ujorm.tools.jdbc.ProxySequence
 
charset - Variable in class org.ujorm.tools.xml.dom.HtmlElement
Charset
Check - Class in org.ujorm.tools
Common checker.
children - Variable in class org.ujorm.tools.xml.dom.XmlElement
Child elements with a null items
clear() - Method in class org.ujorm.tools.set.CustomMap
 
close() - Method in class org.ujorm.tools.jdbc.RowIterator
Close all resources
close() - Method in class org.ujorm.tools.xml.builder.XmlBuilder
Close the Node
close() - Method in class org.ujorm.tools.xml.dom.XmlElement
An empty method
column(CharSequence) - Method in class org.ujorm.tools.jdbc.JdbcBuilder
Add new column
columnCounter - Variable in class org.ujorm.tools.jdbc.JdbcBuilder
Column counter
columnInsert(CharSequence, Object) - Method in class org.ujorm.tools.jdbc.JdbcBuilder
Set new value to column by template {@code name = ?
columnUpdate(CharSequence, Object) - Method in class org.ujorm.tools.jdbc.JdbcBuilder
Set new value to column by template {@code name = ?
COMMENT_BEG - Static variable in class org.ujorm.tools.xml.CommonXmlWriter
A comment beg sequence
COMMENT_END - Static variable in class org.ujorm.tools.xml.CommonXmlWriter
A comment end sequence
CommonXmlWriter - Class in org.ujorm.tools.xml
A generic writer
CommonXmlWriter(Appendable, String) - Constructor for class org.ujorm.tools.xml.CommonXmlWriter
A writer constructor
condition(CharSequence, String, Object) - Method in class org.ujorm.tools.jdbc.JdbcBuilder
Add a condition for an argument with length
conditionCounter - Variable in class org.ujorm.tools.jdbc.JdbcBuilder
Condition counter
containsKey(Object) - Method in class org.ujorm.tools.set.CustomMap
 
containsValue(Object) - Method in class org.ujorm.tools.set.CustomMap
 
convertKey(Object) - Method in class org.ujorm.tools.msg.MessageService
Convert value.
createElement(String) - Method in class org.ujorm.tools.xml.builder.XmlPrinter
Create any element
createHtmlElement() - Method in class org.ujorm.tools.xml.builder.XmlPrinter
Create new html element
createValuePrinter(StringBuilder) - Static method in class org.ujorm.tools.jdbc.JdbcBuilder
Create a value printer
createWriter(Object, Charset, boolean) - Static method in class org.ujorm.tools.xml.CommonXmlWriter
Assign a no-cache and an Edge compatibility mode and returns a writer from HttpServletResponse
CustomMap<K,V> - Class in org.ujorm.tools.set
Implementation of the Map interface where methods hash() and equals() can be customized for all the Map.
CustomMap() - Constructor for class org.ujorm.tools.set.CustomMap
The same mapper as a HashMap
CustomMap(Function<K, MapKeyProxy<K>>) - Constructor for class org.ujorm.tools.set.CustomMap
Mapper with a required equals and hasCode maker
CustomMap(HashMap<MapKeyProxy<K>, V>, Function<K, MapKeyProxy<K>>) - Constructor for class org.ujorm.tools.set.CustomMap
Full configuration mapper
CustomMap.DefaultMapKey<K> - Class in org.ujorm.tools.set
A default implementation of the Map with customized hash() and equals() functions.

D

DEFAULT_INTENDATION - Static variable in class org.ujorm.tools.xml.AbstractElement
Default intendation have got 4 spaces per level
DEFAULT_MARK - Static variable in class org.ujorm.tools.msg.MsgFormatter
Parameter mark
defaultLocale - Variable in class org.ujorm.tools.msg.MessageService
Default locale
DefaultMapKey(K) - Constructor for class org.ujorm.tools.set.CustomMap.DefaultMapKey
 

E

entrySet() - Method in class org.ujorm.tools.set.CustomMap
Deprecated.
Method is not implemented yet.
equals(Object) - Method in class org.ujorm.tools.set.CustomMap.DefaultMapKey
 
equals(Object) - Method in interface org.ujorm.tools.set.MapKeyProxy
Make equals
executeSelect(Connection) - Method in class org.ujorm.tools.jdbc.JdbcBuilder
Create an iterator ready to a loop statement for ( ; ; ) Supported SQL statements are: INSERT, UPDATE, DELETE .
executeSelect(Connection, JdbcFunction<T>) - Method in class org.ujorm.tools.jdbc.JdbcBuilder
Create a new result list
executeUpdate(Connection) - Method in class org.ujorm.tools.jdbc.JdbcBuilder
Create statement and call PreparedStatement.executeUpdate() .

F

firstItem(T, T...) - Static method in class org.ujorm.tools.Check
Method returns true if the first item equals the value
forHtml() - Static method in class org.ujorm.tools.xml.builder.XmlPrinter
Crete a new instance including a DOCTYPE.
forHtml(Appendable) - Static method in class org.ujorm.tools.xml.builder.XmlPrinter
Crete a new instance including a DOCTYPE
forHtml(Object) - Static method in class org.ujorm.tools.xml.builder.XmlPrinter
Create XmlPrinter for UTF-8
forHtml(Object, Charset, String, boolean) - Static method in class org.ujorm.tools.xml.builder.XmlPrinter
Create XmlPrinter for UTF-8
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>, Locale) - Method in class org.ujorm.tools.msg.MessageService
Format a template message using named variables.
format(String, T...) - Static method in class org.ujorm.tools.msg.MsgFormatter
Format the message, see the next correct asserts:
  assertEquals("TEST"    , MsgFormatter.format("TE{}T", "S"));
  assertEquals("TE S T", MsgFormatter.format("TE", "S", "T"));
  assertEquals("TES{}"   , MsgFormatter.format("TE{}{}", "S"));
 
format(T...) - Static method in class org.ujorm.tools.msg.MsgFormatter
Format the message from Object array
format(String, T...) - Static method in class org.ujorm.tools.msg.ValueFormatter
Format the message, see the next correct asserts:
  assertEquals("TEST"    , MsgFormatter.format("TE{}T", "S"));
  assertEquals("TE, S, T", MsgFormatter.format("TE", "S", "T"));
  assertEquals("TES{}"   , MsgFormatter.format("TE{}{}", "S"));
 
formatMsg(String, Map<String, Object>) - Static method in class org.ujorm.tools.msg.MessageService
Format a target message by a template with arguments
formatMsg(CharSequence, T...) - Method in class org.ujorm.tools.msg.MsgFormatter
Format the message, see the next correct asserts:
  assertEquals("TEST"    , MsgFormatter.format("TE{}T", "S"));
  assertEquals("TE, S, T", MsgFormatter.format("TE", "S", "T"));
  assertEquals("TES{}"   , MsgFormatter.format("TE{}{}", "S"));
 
formatMsg(T...) - Method in class org.ujorm.tools.msg.MsgFormatter
Format the message from Object array
formatSql(String, T...) - Static method in class org.ujorm.tools.msg.ValueFormatter
Format the SQL where makup character is '?'.
forNiceHtml(Appendable) - Static method in class org.ujorm.tools.xml.builder.XmlPrinter
Crete a new instance including a DOCTYPE
forNiceHtml(Object) - Static method in class org.ujorm.tools.xml.builder.XmlPrinter
Create XmlPrinter for UTF-8
FORWARD_SLASH - Static variable in class org.ujorm.tools.xml.CommonXmlWriter
A forward slash character
forXml() - Static method in class org.ujorm.tools.xml.builder.XmlPrinter
Crete a new instance including a XML_HEADER.
forXml(boolean) - Static method in class org.ujorm.tools.xml.builder.XmlPrinter
Crete a new instance with no header.

G

get(Object) - Method in class org.ujorm.tools.set.CustomMap
 
get() - Method in class org.ujorm.tools.xml.dom.XmlElement.RawEnvelope
Get the body
getArguments() - Method in class org.ujorm.tools.jdbc.JdbcBuilder
Returns an array of all JDBC arguments
getAttribs() - Method in class org.ujorm.tools.xml.dom.XmlElement
Return attributes
getAttributes() - Method in class org.ujorm.tools.xml.dom.XmlElement
Get an unmodifiable map of attributes
getBody() - Method in class org.ujorm.tools.xml.dom.HtmlElement
Returns body element
getBufferSizeEstimation(boolean) - Method in class org.ujorm.tools.jdbc.JdbcBuilder
Estimate a buffer size in characters
getChildren() - Method in class org.ujorm.tools.xml.dom.XmlElement
Get an unmodifiable list of children
getColumnOrder() - Method in class org.ujorm.tools.jdbc.JdbcBuilder.SqlEnvelope
 
getFormat() - Method in class org.ujorm.tools.msg.MessageArg
Get optional format of the argument
getHead() - Method in class org.ujorm.tools.xml.dom.HtmlElement
Deprecated.
getLevel() - Method in class org.ujorm.tools.xml.builder.XmlBuilder
 
getName() - Method in class org.ujorm.tools.msg.MessageArg
Get Name of argument
getName() - Method in class org.ujorm.tools.xml.AbstractElement
Get an element name
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
getPrintWriter(Appendable) - Static method in class org.ujorm.tools.msg.MsgFormatter
Convert appendable to object type of PrintWriter
getSizeLimit() - Method in class org.ujorm.tools.msg.ValueFormatter
Default lenhth is 32
getSql(boolean) - Method in class org.ujorm.tools.jdbc.JdbcBuilder
Returns a SQL text
getSql() - Method in class org.ujorm.tools.jdbc.JdbcBuilder
Returns a SQL statement
getValue() - Method in class org.ujorm.tools.jdbc.JdbcBuilder.MarkerEnvelope
SQL argumenent
getValue(Map<String, Object>) - Method in class org.ujorm.tools.msg.MessageArg
Get a value from a map
getWriter() - Method in class org.ujorm.tools.msg.ValuePrinter
Standarad writter
getWriter() - Method in class org.ujorm.tools.xml.builder.XmlBuilder
Writer

H

hashCode() - Method in class org.ujorm.tools.set.CustomMap.DefaultMapKey
 
hashCode() - Method in interface org.ujorm.tools.set.MapKeyProxy
Calculate hash code
hasLength(byte[], M...) - Static method in class org.ujorm.tools.Assert
Checks if the argument is not empty, nor null.
hasLength(char[], M...) - Static method in class org.ujorm.tools.Assert
Checks if the argument is not empty, nor null.
hasLength(Object[], M...) - Static method in class org.ujorm.tools.Assert
Checks if the argument is not empty, nor null.
hasLength(Collection<V>, M...) - Static method in class org.ujorm.tools.Assert
Checks if the argument is not empty, nor null.
hasLength(Map<K, V>, M...) - Static method in class org.ujorm.tools.Assert
Checks if the argument is not empty, nor null.
hasLength(CharSequence, M...) - Static method in class org.ujorm.tools.Assert
Checks if the argument is not empty, nor null.
hasLength(byte[]) - Static method in class org.ujorm.tools.Check
Checks if the argument is not empty, nor null.
hasLength(char[]) - Static method in class org.ujorm.tools.Check
Checks if the argument is not empty, nor null.
hasLength(T...) - Static method in class org.ujorm.tools.Check
Checks if the argument is not empty, nor null.
hasLength(Collection<?>) - Static method in class org.ujorm.tools.Check
Checks if the argument is not empty, nor null.
hasLength(Map<?, ?>) - Static method in class org.ujorm.tools.Check
Checks if the argument is not empty, nor null.
hasLength(CharSequence) - Static method in class org.ujorm.tools.Check
Checks if the argument is not empty, nor null.
hasNext() - Method in class org.ujorm.tools.jdbc.RowIterator
The last checking closes all resources.
HEAD - Static variable in interface org.ujorm.tools.xml.dom.HtmlElement.Html
Head element
HTML - Static variable in interface org.ujorm.tools.xml.dom.HtmlElement.Html
Body element
HTML_DOCTYPE - Static variable in class org.ujorm.tools.xml.AbstractElement
HTML doctype
HtmlElement - Class in org.ujorm.tools.xml.dom
XML element model to rendering a HTML file How to use the class:
 final HtmlElement html = new HtmlElement("Test");
 html.getBody().addElement("div")
               .addText("Hello word!")
HtmlElement(Charset) - Constructor for class org.ujorm.tools.xml.dom.HtmlElement
Create new instance with empty html headers
HtmlElement(Object, CharSequence...) - Constructor for class org.ujorm.tools.xml.dom.HtmlElement
Constructor buliding default html headers with codepage UTF-8
HtmlElement(Object, Charset, CharSequence...) - Constructor for class org.ujorm.tools.xml.dom.HtmlElement
Generic constructor buliding default html headers
HtmlElement.Html - Interface in org.ujorm.tools.xml.dom
Some HTML constants

I

indentationEnabled - Variable in class org.ujorm.tools.xml.CommonXmlWriter
An indentation request
indentationSpace - Variable in class org.ujorm.tools.xml.CommonXmlWriter
An intendation space
insertMode - Variable in class org.ujorm.tools.jdbc.JdbcBuilder
An insert sign for different rendering
isClosed() - Method in class org.ujorm.tools.xml.builder.XmlBuilder
Is the node closed?
isColumn() - Method in class org.ujorm.tools.jdbc.JdbcBuilder.SqlEnvelope
A column sign
isEmpty(byte[], M...) - Static method in class org.ujorm.tools.Assert
Checks if the argument is not empty, nor null.
isEmpty(char[], M...) - Static method in class org.ujorm.tools.Assert
Checks if the argument is not empty, nor null.
isEmpty(Object[], M...) - Static method in class org.ujorm.tools.Assert
Checks if the argument is not empty, nor null.
isEmpty(Collection<?>, M...) - Static method in class org.ujorm.tools.Assert
Checks if the argument is not empty, nor null.
isEmpty(Map<?, ?>, M...) - Static method in class org.ujorm.tools.Assert
Checks if the argument is not empty, nor null.
isEmpty(CharSequence, M...) - Static method in class org.ujorm.tools.Assert
Checks if the argument is not empty, nor null.
isEmpty(byte[]) - Static method in class org.ujorm.tools.Check
Checks if the argument is empty or null.
isEmpty(char[]) - Static method in class org.ujorm.tools.Check
Checks if the argument is empty or null.
isEmpty(T...) - Static method in class org.ujorm.tools.Check
Checks if the argument is empty or null.
isEmpty(Collection<?>) - Static method in class org.ujorm.tools.Check
Checks if the argument is empty or null.
isEmpty(Map<?, ?>) - Static method in class org.ujorm.tools.Check
Checks if the argument is empty or null.
isEmpty(CharSequence) - Static method in class org.ujorm.tools.Check
Checks if the argument is empty or null.
isEmpty() - Method in class org.ujorm.tools.set.CustomMap
 
isFalse(boolean) - Static method in class org.ujorm.tools.Assert
Checks if the argument is false.
isFalse(boolean, Object...) - Static method in class org.ujorm.tools.Assert
Checks if the argument is false.
isFalse(V, Predicate<V>, M...) - Static method in class org.ujorm.tools.Assert
Checks if the argument is not null and result of the the method Predicate.test() is false.
isFalseNullable(V, Predicate<V>, M...) - Static method in class org.ujorm.tools.Assert
Checks if the argument of the the method Predicate.test() is false.
isFilled() - Method in class org.ujorm.tools.xml.builder.XmlBuilder
 
isLastText() - Method in class org.ujorm.tools.xml.builder.XmlBuilder
The last child was a text
isNull(Object) - Static method in class org.ujorm.tools.Assert
Checks if the argument is null.
isNull(Object, M...) - Static method in class org.ujorm.tools.Assert
Checks if the argument is null.
isPresented(V, M...) - Static method in class org.ujorm.tools.Assert
Return a result with presented value or throw an exception.
isTrue(boolean) - Static method in class org.ujorm.tools.Assert
Checks if the argument is true.
isTrue(boolean, M...) - Static method in class org.ujorm.tools.Assert
Checks if the argument is true.
isTrue(V, Predicate<V>, M...) - Static method in class org.ujorm.tools.Assert
Checks if the value is not null and result of the the method Predicate.test() is true.
isTrueNullable(V, Predicate<V>, M...) - Static method in class org.ujorm.tools.Assert
Checks if the value is result of the the method Predicate.test() is true.
ITEM_SEPARATOR - Static variable in class org.ujorm.tools.jdbc.JdbcBuilder
Separator of database columns
iterator() - Method in class org.ujorm.tools.jdbc.RowIterator
Method returns the same instance only

J

JdbcBuilder - Class in org.ujorm.tools.jdbc
PrepareStatement builder support How to use a SELECT
 JdbcBuilder sql = new JdbcBuilder()
     .write("SELECT")
     .column("t.id")
     .column("t.name")
     .write("FROM testTable t WHERE")
     .andCondition("t.name", "=", "Test")
     .andCondition("t.created", ">=", someDate);
 for (ResultSet rs : sql.executeSelect(dbConnection)) {
      int id = rs.getInt(1);
      String name = rs.getString(2);
 }
 

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

 How to use a UPDATE
 
 JdbcBuilder sql = new JdbcBuilder()
     .write("UPDATE testTable SET")
     .columnUpdate("name", "Test")
     .columnUpdate("date", SOME_DATE)
     .write("WHERE")
     .andCondition("id", "IN", 10, 20, 30)
     .andCondition("created BETWEEN ?
JdbcBuilder() - Constructor for class org.ujorm.tools.jdbc.JdbcBuilder
Default constructor
JdbcBuilder(List<CharSequence>, List<Object>) - Constructor for class org.ujorm.tools.jdbc.JdbcBuilder
Default constructor
JdbcBuilder.MarkerEnvelope - Class in org.ujorm.tools.jdbc
A value marker envelope
JdbcBuilder.SqlEnvelope - Class in org.ujorm.tools.jdbc
A SQL fragment
JdbcFunction<R> - Interface in org.ujorm.tools.jdbc
A functional interface

K

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

L

length() - Method in class org.ujorm.tools.jdbc.ProxySequence
 
LINK - Static variable in interface org.ujorm.tools.xml.dom.HtmlElement.Html
Link element
LoopingIterator<T> - Interface in org.ujorm.tools.set
An exteded Iterator is suitable for use in the for ( ; ; ) statement.

M

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

N

name - Variable in class org.ujorm.tools.xml.AbstractElement
Element name
next() - Method in class org.ujorm.tools.jdbc.RowIterator
 
nextChild(XmlBuilder) - Method in class org.ujorm.tools.xml.builder.XmlBuilder
Settup states
NO_MESSAGE - Static variable in class org.ujorm.tools.Assert
No messge constant
notNull(V) - Static method in class org.ujorm.tools.Assert
Checks if the argument is not null.
notNull(V, M...) - Static method in class org.ujorm.tools.Assert
Checks if the argument is not null.
notNullState(V, M...) - Static method in class org.ujorm.tools.Assert
Checks if the argument is not null.

O

orCondition(CharSequence, String, Object) - Method in class org.ujorm.tools.jdbc.JdbcBuilder
Add a condition for a valid argument joined by OR operator
orCondition(CharSequence, String, Object...) - Method in class org.ujorm.tools.jdbc.JdbcBuilder
Add a condition for a multivalue argument joined by OR operator
org.ujorm.tools - package org.ujorm.tools
 
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.xml - package org.ujorm.tools.xml
 
org.ujorm.tools.xml.builder - package org.ujorm.tools.xml.builder
 
org.ujorm.tools.xml.dom - package org.ujorm.tools.xml.dom
 
originalKey - Variable in class org.ujorm.tools.set.CustomMap.DefaultMapKey
 
out - Variable in class org.ujorm.tools.msg.ValuePrinter
Writer
out - Variable in class org.ujorm.tools.xml.CommonXmlWriter
Output

P

PARAM_BEG - Static variable in class org.ujorm.tools.msg.MessageService
Two-character mark ("${") to introducing a template argument.
PARAM_END - Static variable in class org.ujorm.tools.msg.MessageService
The mark ("}") to finishing a template argument.
prepareStatement(Connection) - Method in class org.ujorm.tools.jdbc.JdbcBuilder
Build the PreparedStatement with arguments
ProxySequence - Class in org.ujorm.tools.jdbc
A proxy CharSequence implementation
ProxySequence(CharSequence) - Constructor for class org.ujorm.tools.jdbc.ProxySequence
 
put(K, V) - Method in class org.ujorm.tools.set.CustomMap
 
putAll(Map<? extends K, ? extends V>) - Method in class org.ujorm.tools.set.CustomMap
 

R

RawEnvelope(Object) - Constructor for class org.ujorm.tools.xml.dom.XmlElement.RawEnvelope
 
remove(Object) - Method in class org.ujorm.tools.set.CustomMap
 
REQUIRED_MSG - Static variable in class org.ujorm.tools.xml.AbstractElement
Assertion message template
REQUIRED_MSG - Static variable in class org.ujorm.tools.xml.builder.XmlBuilder
Assertion message template
RowIterator - Class in org.ujorm.tools.jdbc
ResultSetIterator
RowIterator(PreparedStatement) - Constructor for class org.ujorm.tools.jdbc.RowIterator
 

S

SCRIPT - Static variable in interface org.ujorm.tools.xml.dom.HtmlElement.Html
Javascript element
SEPARATOR - Static variable in class org.ujorm.tools.msg.MsgFormatter
Separator of unmarked arguments '{}' was changed to a single space from release 1.91
setAttrib(String, Object) - Method in class org.ujorm.tools.xml.AbstractElement
Set an attribute
setAttrib(String, Object) - Method in class org.ujorm.tools.xml.builder.XmlBuilder
Add an attribute
setAttrib(String, Object) - Method in class org.ujorm.tools.xml.dom.XmlElement
Set one attribute
size() - Method in class org.ujorm.tools.set.CustomMap
 
SPACE - Static variable in class org.ujorm.tools.jdbc.JdbcBuilder
A value marker for SQL
sql - Variable in class org.ujorm.tools.jdbc.JdbcBuilder
SQL string fragments
SqlEnvelope(CharSequence) - Constructor for class org.ujorm.tools.jdbc.JdbcBuilder.SqlEnvelope
Default constructor
SqlEnvelope(CharSequence, int) - Constructor for class org.ujorm.tools.jdbc.JdbcBuilder.SqlEnvelope
Column constructor
STYLE - Static variable in interface org.ujorm.tools.xml.dom.HtmlElement.Html
Style element
subSequence(int, int) - Method in class org.ujorm.tools.jdbc.ProxySequence
 

T

template(T...) - Method in class org.ujorm.tools.msg.MessageService
Create a message template from argument pairs key-value
TITLE - Static variable in interface org.ujorm.tools.xml.dom.HtmlElement.Html
Title element
toNiceResponse(Object) - Method in class org.ujorm.tools.xml.dom.HtmlElement
Render the result with an indentation
toResponse(Object, boolean) - Method in class org.ujorm.tools.xml.dom.HtmlElement
Render the component to a HTML response
toResponse(Object, boolean, boolean) - Method in class org.ujorm.tools.xml.dom.HtmlElement
Render the result
toString() - Method in class org.ujorm.tools.jdbc.JdbcBuilder
Returns a SQL preview including values
toString() - Method in class org.ujorm.tools.jdbc.ProxySequence
 
toString() - Method in class org.ujorm.tools.msg.MessageArg
Returns the 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.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.CommonXmlWriter
 
toString() - Method in class org.ujorm.tools.xml.dom.HtmlElement
Render the HTML code including header
toString() - Method in class org.ujorm.tools.xml.dom.XmlElement
Render the XML code including header
toWriter(XmlWriter) - Method in class org.ujorm.tools.xml.dom.HtmlElement
Render the component to a XmlWriter
toWriter(int, XmlWriter) - Method in class org.ujorm.tools.xml.dom.XmlElement
Render the XML code without header

U

uniqueValue(Class<T>, Connection) - Method in class org.ujorm.tools.jdbc.JdbcBuilder
Return the first column value of a unique resultset, else returns null value
uniqueValueOptional(Class<T>, Connection) - Method in class org.ujorm.tools.jdbc.JdbcBuilder
Return the first column value of a unique resultset

V

validState(boolean, M...) - Static method in class org.ujorm.tools.Assert
If the value Checks if the argument is true.
value(Object) - Method in class org.ujorm.tools.jdbc.JdbcBuilder
Add an argument value (including a SEPARATOR and a MARKER) for buidling a SQL INSERT statement
VALUE_MARKER - Static variable in class org.ujorm.tools.jdbc.JdbcBuilder
A value marker for SQL
valueBorder - Variable in class org.ujorm.tools.msg.ValueFormatter
Border of the byte array
ValueFormatter - Class in org.ujorm.tools.msg
Formatter of log messages where argument is located by the {} characters.
ValueFormatter() - Constructor for class org.ujorm.tools.msg.ValueFormatter
Static methods are available only
ValueFormatter(String, String) - Constructor for class org.ujorm.tools.msg.ValueFormatter
Static methods are available only
ValuePrinter - Class in org.ujorm.tools.msg
Print values to an output
ValuePrinter(int) - Constructor for class org.ujorm.tools.msg.ValuePrinter
Constructor
ValuePrinter(StringBuilder) - Constructor for class org.ujorm.tools.msg.ValuePrinter
Constructor
ValuePrinter(String, String, StringBuilder) - Constructor for class org.ujorm.tools.msg.ValuePrinter
Constructor
values() - Method in class org.ujorm.tools.set.CustomMap
 

W

write(JdbcBuilder) - Method in class org.ujorm.tools.jdbc.JdbcBuilder
Add a another statement to the end of this statement.
write(CharSequence) - Method in class org.ujorm.tools.jdbc.JdbcBuilder
Write a sql fragment including a space before
write(CharSequence, boolean) - Method in class org.ujorm.tools.xml.CommonXmlWriter
Write escaped value to the output
write(int, XmlElement) - Method in class org.ujorm.tools.xml.dom.XmlWriter
Render the XML code without header
write(int, CharSequence, Map<String, Object>, List<Object>, XmlElement) - Method in class org.ujorm.tools.xml.dom.XmlWriter
Render the XML code without header
writeByteArray(byte[], StringBuilder) - Method in class org.ujorm.tools.msg.ValueFormatter
Write bytes as hexa
writeLongValue(CharSequence, StringBuilder) - Method in class org.ujorm.tools.msg.ValueFormatter
You can call the method from a child class
writeMany(CharSequence...) - Method in class org.ujorm.tools.jdbc.JdbcBuilder
Write many sql fragments including a space before
writeManyNoSpace(CharSequence...) - Method in class org.ujorm.tools.jdbc.JdbcBuilder
Write many sql fragments with no space before
writeNewLine(int) - Method in class org.ujorm.tools.xml.CommonXmlWriter
Write a new line with an offset by the current level
writeNoSpace(CharSequence) - Method in class org.ujorm.tools.jdbc.JdbcBuilder
Write a sql fragment with no space before
writeOperator(boolean, boolean) - Method in class org.ujorm.tools.jdbc.JdbcBuilder
Write an opetaror AND / OR
writeRawValue(Object, XmlBuilder) - Method in class org.ujorm.tools.xml.builder.XmlPrinter
Write the content of an envelope
writeRawValue(Object, AbstractElement) - Method in class org.ujorm.tools.xml.CommonXmlWriter
Write the content of an envelope
writeValue(Object, StringBuilder, Locale) - Method in class org.ujorm.tools.msg.MessageService
Write a value to the output buffer.
writeValue(Object, StringBuilder, boolean) - Method in class org.ujorm.tools.msg.MsgFormatter
Print argument to the Writter with an optional format.
writeValue(Object, StringBuilder, boolean) - Method in class org.ujorm.tools.msg.ValueFormatter
Print argument to the Writter with an optional format.
writeValue(Object, AbstractElement, String) - Method in class org.ujorm.tools.xml.CommonXmlWriter
Write escaped value to the output

X

XML_2QUOT - Static variable in class org.ujorm.tools.xml.CommonXmlWriter
A special XML character
XML_AMPERSAND - Static variable in class org.ujorm.tools.xml.CommonXmlWriter
A special XML character
XML_APOSTROPHE - Static variable in class org.ujorm.tools.xml.CommonXmlWriter
A special XML character
XML_GT - Static variable in class org.ujorm.tools.xml.CommonXmlWriter
A special XML character
XML_HEADER - Static variable in class org.ujorm.tools.xml.AbstractElement
XML header
XML_LT - Static variable in class org.ujorm.tools.xml.CommonXmlWriter
A special XML character
XmlBuilder - Class in org.ujorm.tools.xml.builder
A XML builder.
XmlBuilder(CharSequence, XmlPrinter, int) - Constructor for class org.ujorm.tools.xml.builder.XmlBuilder
The new element constructor
XmlBuilder(CharSequence, XmlPrinter, int, boolean) - Constructor for class org.ujorm.tools.xml.builder.XmlBuilder
The new element constructor
XmlBuilder(CharSequence, XmlPrinter) - Constructor for class org.ujorm.tools.xml.builder.XmlBuilder
New element with a parent
XmlElement - Class in org.ujorm.tools.xml.dom
XML element model to rendering a XML file.
XmlElement(CharSequence) - Constructor for class org.ujorm.tools.xml.dom.XmlElement
The new element constructor
XmlElement(CharSequence, XmlElement) - Constructor for class org.ujorm.tools.xml.dom.XmlElement
New element with a parent
XmlElement.RawEnvelope - Class in org.ujorm.tools.xml.dom
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, String, T...) - Constructor for class org.ujorm.tools.xml.builder.XmlPrinter
A writer constructor
XmlWriter - Class in org.ujorm.tools.xml.dom
If you need special formatting, overwrite responsible methods.
XmlWriter() - Constructor for class org.ujorm.tools.xml.dom.XmlWriter
Default constructor a zero offset
XmlWriter(Appendable) - Constructor for class org.ujorm.tools.xml.dom.XmlWriter
Writer constructor with a zero offset
XmlWriter(Appendable, String) - Constructor for class org.ujorm.tools.xml.dom.XmlWriter
A writer constructor
A B C D E F G H I J K L M N O P R S T U V W X 
Skip navigation links

Copyright 2015, Pavel Ponec