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.dom.HtmlElement.Html
 
A_CONTENT - Static variable in interface org.ujorm.tools.dom.HtmlElement.Html
 
A_HREF - Static variable in interface org.ujorm.tools.dom.HtmlElement.Html
 
A_REL - Static variable in interface org.ujorm.tools.dom.HtmlElement.Html
 
A_TYPE - Static variable in interface org.ujorm.tools.dom.HtmlElement.Html
 
addArguments(Object...) - Method in class org.ujorm.tools.jdbc.JdbcBuilder
Add argument values with no SAPARATOR and no MARKER (for a common use)
addAttrib(CharSequence, Object) - Method in class org.ujorm.tools.dom.XmlElement
Add an attribute
addCDATA(CharSequence) - Method in class org.ujorm.tools.dom.XmlElement
Add a character data in CDATA format to XML only.
addChild(Object) - Method in class org.ujorm.tools.dom.XmlElement
Add a child entity
addComment(CharSequence) - Method in class org.ujorm.tools.dom.XmlElement
Add a comment text.
addCssBody(String) - Method in class org.ujorm.tools.dom.HtmlElement
Create a new CSS element and return it
addCssLink(String) - Method in class org.ujorm.tools.dom.HtmlElement
Create a new CSS element and return it
addElement(T) - Method in class org.ujorm.tools.dom.XmlElement
Add a child element
addElement(CharSequence) - Method in class org.ujorm.tools.dom.XmlElement
Create a new XmlElement for a required name and add it to children.
addElementToBody(CharSequence) - Method in class org.ujorm.tools.dom.HtmlElement
A shortcut for HtmlList.getBody().addElement(CharSequence)
addElementToHead(CharSequence) - Method in class org.ujorm.tools.dom.HtmlElement
A shortcut for HtmlList.getHead().addElement(CharSequence)
addRawText(CharSequence) - Method in class org.ujorm.tools.dom.XmlElement
Add an native text with no escaped characters, for example: XML code, JavaScript, CSS styles
addText(CharSequence) - Method in class org.ujorm.tools.dom.XmlElement
Add a text and escape special character
addTextWithSpace(CharSequence) - Method in class org.ujorm.tools.dom.XmlElement
Add a text including a space (before and after the text)
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
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.dom.XmlElement
Attributes

B

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

C

CDATA_BEG - Static variable in class org.ujorm.tools.dom.XmlWriter
A CDATA beg markup sequence
CDATA_END - Static variable in class org.ujorm.tools.dom.XmlWriter
A CDATA end markup sequence
CHAR_NEW_LINE - Static variable in class org.ujorm.tools.dom.XmlWriter
A new line character
CHAR_SPACE - Static variable in class org.ujorm.tools.dom.XmlWriter
A special XML character
charAt(int) - Method in class org.ujorm.tools.jdbc.ProxySequence
 
charset - Variable in class org.ujorm.tools.dom.HtmlElement
Charset
Check - Class in org.ujorm.tools
Common checker.
children - Variable in class org.ujorm.tools.dom.XmlElement
Child elements
clear() - Method in class org.ujorm.tools.set.CustomMap
 
close() - Method in class org.ujorm.tools.jdbc.RowIterator
Close all resources
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.dom.XmlWriter
A comment beg sequence
COMMENT_END - Static variable in class org.ujorm.tools.dom.XmlWriter
A comment end sequence
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.
createValuePrinter(CharArrayWriter) - Static method in class org.ujorm.tools.jdbc.JdbcBuilder
Create a value printer
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_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 .
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
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, Object...) - 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(Object...) - Static method in class org.ujorm.tools.msg.MsgFormatter
Format the message from Object array
format(String, Object...) - 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, Object...) - 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(Object...) - Method in class org.ujorm.tools.msg.MsgFormatter
Format the message from Object array
formatSql(String, Object...) - Static method in class org.ujorm.tools.msg.ValueFormatter
Format the SQL where makup character is '?'.
FORWARD_SLASH - Static variable in class org.ujorm.tools.dom.XmlWriter
A forward slash character

G

get() - Method in class org.ujorm.tools.dom.XmlElement.RawEnvelope
Get the body
get(Object) - Method in class org.ujorm.tools.set.CustomMap
 
getArguments() - Method in class org.ujorm.tools.jdbc.JdbcBuilder
Returns an array of all JDBC arguments
getAttribs() - Method in class org.ujorm.tools.dom.XmlElement
Return attributes
getAttributes() - Method in class org.ujorm.tools.dom.XmlElement
Get an unmodifiable map of attributes
getBody() - Method in class org.ujorm.tools.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.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.dom.HtmlElement
Returns header element
getName() - Method in class org.ujorm.tools.dom.XmlElement
Get an element name
getName() - Method in class org.ujorm.tools.msg.MessageArg
Get Name of argument
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
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

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[], Object...) - Static method in class org.ujorm.tools.Assert
Checks if the argument is not empty, nor null.
hasLength(char[], Object...) - Static method in class org.ujorm.tools.Assert
Checks if the argument is not empty, nor null.
hasLength(Object[], Object...) - Static method in class org.ujorm.tools.Assert
Checks if the argument is not empty, nor null.
hasLength(Collection<?>, Object...) - Static method in class org.ujorm.tools.Assert
Checks if the argument is not empty, nor null.
hasLength(Map<?, ?>, Object...) - Static method in class org.ujorm.tools.Assert
Checks if the argument is not empty, nor null.
hasLength(CharSequence, Object...) - 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(Object...) - 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.dom.HtmlElement.Html
Head element
HEADER - Static variable in class org.ujorm.tools.dom.HtmlElement
XML header
HEADER - Static variable in class org.ujorm.tools.dom.XmlElement
XML header
HTML - Static variable in interface org.ujorm.tools.dom.HtmlElement.Html
Body element
HtmlElement - Class in org.ujorm.tools.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(CharSequence) - Constructor for class org.ujorm.tools.dom.HtmlElement
Constructor for codepage UTF-8
HtmlElement(CharSequence, Charset) - Constructor for class org.ujorm.tools.dom.HtmlElement
Generaic Constructor
HtmlElement.Html - Interface in org.ujorm.tools.dom
Some HTML constants

I

insertMode - Variable in class org.ujorm.tools.jdbc.JdbcBuilder
An insert sign for different rendering
isColumn() - Method in class org.ujorm.tools.jdbc.JdbcBuilder.SqlEnvelope
A column sign
isEmpty(byte[], Object...) - Static method in class org.ujorm.tools.Assert
Checks if the argument is not empty, nor null.
isEmpty(char[], Object...) - Static method in class org.ujorm.tools.Assert
Checks if the argument is not empty, nor null.
isEmpty(Object[], Object...) - Static method in class org.ujorm.tools.Assert
Checks if the argument is not empty, nor null.
isEmpty(Collection<?>, Object...) - Static method in class org.ujorm.tools.Assert
Checks if the argument is not empty, nor null.
isEmpty(Map<?, ?>, Object...) - Static method in class org.ujorm.tools.Assert
Checks if the argument is not empty, nor null.
isEmpty(CharSequence, Object...) - 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(Object...) - 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(T, Predicate<T>, Object...) - 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(T, Predicate<T>, Object...) - Static method in class org.ujorm.tools.Assert
Checks if the argument of the the method Predicate.test() is false.
isNull(Object) - Static method in class org.ujorm.tools.Assert
Checks if the argument is null.
isNull(Object, Object...) - Static method in class org.ujorm.tools.Assert
Checks if the argument is null.
isTrue(boolean) - Static method in class org.ujorm.tools.Assert
Checks if the argument is true.
isTrue(boolean, Object...) - Static method in class org.ujorm.tools.Assert
Checks if the argument is true.
isTrue(T, Predicate<T>, Object...) - 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(T, Predicate<T>, Object...) - 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

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.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(Object...) - 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.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.dom.XmlElement
Element name
newLine(int) - Method in class org.ujorm.tools.dom.XmlWriter
Write a new line with an offset
next() - Method in class org.ujorm.tools.jdbc.RowIterator
 
NO_MESSAGE - Static variable in class org.ujorm.tools.Assert
No messge constant
notNull(Object) - Static method in class org.ujorm.tools.Assert
Checks if the argument is not null.
notNull(Object, Object...) - Static method in class org.ujorm.tools.Assert
Checks if the argument is not null.

O

offsetEnabled - Variable in class org.ujorm.tools.dom.XmlWriter
An element offset is enabled
offsetSpace - Variable in class org.ujorm.tools.dom.XmlWriter
An offset space
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.dom - package org.ujorm.tools.dom
 
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
 
originalKey - Variable in class org.ujorm.tools.set.CustomMap.DefaultMapKey
 
out - Variable in class org.ujorm.tools.dom.XmlWriter
Writer
out - Variable in class org.ujorm.tools.msg.ValuePrinter
Writer

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(CharSequence) - Constructor for class org.ujorm.tools.dom.XmlElement.RawEnvelope
 
remove(Object) - Method in class org.ujorm.tools.set.CustomMap
 
RowIterator - Class in org.ujorm.tools.jdbc
ResultSetIterator
RowIterator(PreparedStatement) - Constructor for class org.ujorm.tools.jdbc.RowIterator
 

S

SEPARATOR - Static variable in class org.ujorm.tools.msg.MsgFormatter
Separator
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.dom.HtmlElement.Html
Style element
subSequence(int, int) - Method in class org.ujorm.tools.jdbc.ProxySequence
 

T

template(Object...) - 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.dom.HtmlElement.Html
Title element
toResponse(Object, boolean) - Method in class org.ujorm.tools.dom.HtmlElement
Render the component to a HTML response
toString() - Method in class org.ujorm.tools.dom.HtmlElement
Render the HTML code including header
toString() - Method in class org.ujorm.tools.dom.XmlElement
Render the XML code including header
toString() - Method in class org.ujorm.tools.dom.XmlWriter
 
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
 
toWriter(XmlWriter) - Method in class org.ujorm.tools.dom.HtmlElement
Render the component to a XmlWriter
toWriter(int, XmlWriter) - Method in class org.ujorm.tools.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

V

validState(boolean, Object...) - 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(CharArrayWriter) - Constructor for class org.ujorm.tools.msg.ValuePrinter
Constructor
ValuePrinter(String, String, CharArrayWriter) - Constructor for class org.ujorm.tools.msg.ValuePrinter
Constructor
values() - Method in class org.ujorm.tools.set.CustomMap
 

W

write(int, XmlElement) - Method in class org.ujorm.tools.dom.XmlWriter
Render the XML code without header
write(int, CharSequence, Map<String, Object>, List<Object>, XmlElement) - Method in class org.ujorm.tools.dom.XmlWriter
Render the XML code without header
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
writeByteArray(byte[], CharArrayWriter) - Method in class org.ujorm.tools.msg.ValueFormatter
Write bytes as hexa
writeLongValue(CharSequence, CharArrayWriter) - 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
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
writeValue(Object, XmlElement, String, Writer) - Method in class org.ujorm.tools.dom.XmlWriter
Write escaped value to the output
writeValue(Object, CharArrayWriter, Locale) - Method in class org.ujorm.tools.msg.MessageService
Write a value to the output buffer.
writeValue(Object, CharArrayWriter, boolean) - Method in class org.ujorm.tools.msg.MsgFormatter
Print argument to the Writter with an optional format.
writeValue(Object, CharArrayWriter, boolean) - Method in class org.ujorm.tools.msg.ValueFormatter
Print argument to the Writter with an optional format.

X

XML_2QUOT - Static variable in class org.ujorm.tools.dom.XmlWriter
A special XML character
XML_AMP - Static variable in class org.ujorm.tools.dom.XmlWriter
A special XML character
XML_GT - Static variable in class org.ujorm.tools.dom.XmlWriter
A special XML character
XML_LT - Static variable in class org.ujorm.tools.dom.XmlWriter
A special XML character
XML_QUOT - Static variable in class org.ujorm.tools.dom.XmlWriter
A special XML character
XmlElement - Class in org.ujorm.tools.dom
XML element model to rendering a XML file.
XmlElement(CharSequence) - Constructor for class org.ujorm.tools.dom.XmlElement
The new element constructor
XmlElement(CharSequence, XmlElement) - Constructor for class org.ujorm.tools.dom.XmlElement
New element with a parent
XmlElement.RawEnvelope - Class in org.ujorm.tools.dom
Raw XML code envelope
XmlWriter - Class in org.ujorm.tools.dom
If you need special formatting, overwrite responsible methods.
XmlWriter() - Constructor for class org.ujorm.tools.dom.XmlWriter
Default constructor a zero offset
XmlWriter(Writer) - Constructor for class org.ujorm.tools.dom.XmlWriter
Writer constructor with a zero offset
XmlWriter(Writer, String) - Constructor for class org.ujorm.tools.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 2019-2022, Pavel Ponec