|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
toString
an Object
value, printing the full toString
of the
Object
passed in.
toString
a long
value.
toString
an int
value.
toString
a short
value.
toString
a byte
value.
toString
a char
value.
toString
a double
value.
toString
a float
value.
toString
a boolean
value.
toString
an Object
array.
toString
a long
array.
toString
an int
array.
toString
a short
array.
toString
a byte
array.
toString
a char
array.
toString
a double
array.
toString
a float
array.
toString
a boolean
array.
toString
the class name.
toString
the content end.
toString
the content start.
toString
an Object
value that has been detected to participate in a cycle.
toString
an Object
value, printing the full detail of the Object
.
toString
a Collection
.
toString
a Map.
- appendDetail(StringBuilder, String, long) -
Method in class org.rythmengine.toString.ToStringStyle
- Append to the
toString
a long
value.
- appendDetail(StringBuilder, String, int) -
Method in class org.rythmengine.toString.ToStringStyle
- Append to the
toString
an int
value.
- appendDetail(StringBuilder, String, short) -
Method in class org.rythmengine.toString.ToStringStyle
- Append to the
toString
a short
value.
- appendDetail(StringBuilder, String, byte) -
Method in class org.rythmengine.toString.ToStringStyle
- Append to the
toString
a byte
value.
- appendDetail(StringBuilder, String, char) -
Method in class org.rythmengine.toString.ToStringStyle
- Append to the
toString
a char
value.
- appendDetail(StringBuilder, String, double) -
Method in class org.rythmengine.toString.ToStringStyle
- Append to the
toString
a double
value.
- appendDetail(StringBuilder, String, float) -
Method in class org.rythmengine.toString.ToStringStyle
- Append to the
toString
a float
value.
- appendDetail(StringBuilder, String, boolean) -
Method in class org.rythmengine.toString.ToStringStyle
- Append to the
toString
a boolean
value.
- appendDetail(StringBuilder, String, Object[]) -
Method in class org.rythmengine.toString.ToStringStyle
- Append to the
toString
the detail of an
Object
array.
- appendDetail(StringBuilder, String, long[]) -
Method in class org.rythmengine.toString.ToStringStyle
- Append to the
toString
the detail of a
long
array.
- appendDetail(StringBuilder, String, int[]) -
Method in class org.rythmengine.toString.ToStringStyle
- Append to the
toString
the detail of an
int
array.
- appendDetail(StringBuilder, String, short[]) -
Method in class org.rythmengine.toString.ToStringStyle
- Append to the
toString
the detail of a
short
array.
- appendDetail(StringBuilder, String, byte[]) -
Method in class org.rythmengine.toString.ToStringStyle
- Append to the
toString
the detail of a
byte
array.
- appendDetail(StringBuilder, String, char[]) -
Method in class org.rythmengine.toString.ToStringStyle
- Append to the
toString
the detail of a
char
array.
- appendDetail(StringBuilder, String, double[]) -
Method in class org.rythmengine.toString.ToStringStyle
- Append to the
toString
the detail of a
double
array.
- appendDetail(StringBuilder, String, float[]) -
Method in class org.rythmengine.toString.ToStringStyle
- Append to the
toString
the detail of a
float
array.
- appendDetail(StringBuilder, String, boolean[]) -
Method in class org.rythmengine.toString.ToStringStyle
- Append to the
toString
the detail of a
boolean
array.
- appendEnd(StringBuilder, Object) -
Method in class org.rythmengine.toString.ToStringStyle
- Append to the
toString
the end of data indicator.
- appendFieldEnd(StringBuilder, String) -
Method in class org.rythmengine.toString.ToStringStyle
- Append to the
toString the field end.
- appendFieldSeparator(StringBuilder) -
Method in class org.rythmengine.toString.ToStringStyle
- Append to the
toString
the field separator.
- appendFieldStart(StringBuilder, String) -
Method in class org.rythmengine.toString.ToStringStyle
- Append to the
toString
the field start.
- appendIdentityHashCode(StringBuilder, Object) -
Method in class org.rythmengine.toString.ToStringStyle
- Append the
System.identityHashCode(Object)
.
- appendInternal(StringBuilder, String, Object, boolean) -
Method in class org.rythmengine.toString.ToStringStyle
- Append to the
toString
an Object
,
correctly interpreting its type.
- appendNullText(StringBuilder, String) -
Method in class org.rythmengine.toString.ToStringStyle
- Append to the
toString
an indicator for null
.
- appendStart(StringBuilder, Object) -
Method in class org.rythmengine.toString.ToStringStyle
- Append to the
toString
the start of data indicator.
- appendStatic -
Variable in class org.rythmengine.toString.ToStringOption
- Whether output static fields
- appendSummary(StringBuilder, String, Object) -
Method in class org.rythmengine.toString.ToStringStyle
- Append to the
toString
an Object
value, printing a summary of the Object
.
- appendSummary(StringBuilder, String, Object[]) -
Method in class org.rythmengine.toString.ToStringStyle
- Append to the
toString
a summary of an
Object
array.
- appendSummary(StringBuilder, String, long[]) -
Method in class org.rythmengine.toString.ToStringStyle
- Append to the
toString
a summary of a
long
array.
- appendSummary(StringBuilder, String, int[]) -
Method in class org.rythmengine.toString.ToStringStyle
- Append to the
toString
a summary of an
int
array.
- appendSummary(StringBuilder, String, short[]) -
Method in class org.rythmengine.toString.ToStringStyle
- Append to the
toString
a summary of a
short
array.
- appendSummary(StringBuilder, String, byte[]) -
Method in class org.rythmengine.toString.ToStringStyle
- Append to the
toString
a summary of a
byte
array.
- appendSummary(StringBuilder, String, char[]) -
Method in class org.rythmengine.toString.ToStringStyle
- Append to the
toString
a summary of a
char
array.
- appendSummary(StringBuilder, String, double[]) -
Method in class org.rythmengine.toString.ToStringStyle
- Append to the
toString
a summary of a
double
array.
- appendSummary(StringBuilder, String, float[]) -
Method in class org.rythmengine.toString.ToStringStyle
- Append to the
toString
a summary of a
float
array.
- appendSummary(StringBuilder, String, boolean[]) -
Method in class org.rythmengine.toString.ToStringStyle
- Append to the
toString
a summary of a
boolean
array.
- appendSummarySize(StringBuilder, String, int) -
Method in class org.rythmengine.toString.ToStringStyle
- Append to the
toString
a size summary.
- appendSuper(StringBuilder, String) -
Method in class org.rythmengine.toString.ToStringStyle
- Append to the
toString
the superclass toString.
- appendTo(Object) -
Method in class org.rythmengine.utils.RawData
-
- appendToString(StringBuilder, String) -
Method in class org.rythmengine.toString.ToStringStyle
- Append to the
toString
another toString.
- appendTransient -
Variable in class org.rythmengine.toString.ToStringOption
- Whether output transient fields
- apply(Object) -
Method in enum org.rythmengine.utils.Escape
- Apply this escape scheme to the object's string representation
- apply_(String) -
Method in enum org.rythmengine.utils.Escape
-
- asMap() -
Method in class org.rythmengine.template.ITag.__ParameterList
- Convert the parameter list into a map mapped values to names
- asTemplateContent() -
Method in interface org.rythmengine.resource.ITemplateResource
- Return template content as a string.
- asTemplateContent() -
Method in class org.rythmengine.resource.StringTemplateResource
-
- asTemplateContent() -
Method in class org.rythmengine.resource.TemplateResourceBase
-
- asTemplateContent() -
Method in class org.rythmengine.resource.ToStringTemplateResource
-
- AutoToStringCodeBuilder - Class in org.rythmengine.internal
- Created with IntelliJ IDEA.
- AutoToStringCodeBuilder(String, String, String, TemplateClass, RythmEngine, IDialect) -
Constructor for class org.rythmengine.internal.AutoToStringCodeBuilder
-
CodeBuilder
will generate the
implementation of this method usually
RythmConfigurationKey.CODEGEN_BYTE_CODE_ENHANCER
without lookup
RythmConfigurationKey.ENGINE_CLASS_LOADER_BYTE_CODE_HELPER_IMPL
without lookup
ITemplate
type
class cache
of the engine
template class manager
of the engine
class loader
of the engine
template language
implementationsoption
and
apache commons to string stype
.
RythmConfigurationKey.CODEGEN_COMPACT_ENABLED
without look up
configuration
of the engine
RythmConfigurationKey.ENGINE_OUTPUT_JAVA_SOURCE_ENABLED
without lookup
ToStringOption.upToClass
set to null
, meaning up to Object
root
ToStringOption.appendTransient
set to false
, will not output transient fields
ToStringOption.appendStatic
set to false
, will not output static fields
IDurationParser
.
RythmConfigurationKey.DEFAULT_CODE_TYPE_IMPL
without lookup
RythmConfigurationKey.ENGINE_FILE_WRITE_ENABLED
without lookup
RythmConfigurationKey.CACHE_DURATION_PARSER_IMPL
without lookup
S.isEmpty(String)
S.isEmpty(Object)
S.isEqual(String, String)
S.isEqual(Object, Object)
S.isEqual(String, String, int)
RawData
type wrapper of
an object without escaping or if the current template exists
return the escape specified by the current escape scheme of the current
render template
S.escape(Object)
RawData
type wrapper of
an object with specified escaping scheme.
RawData
type wrapper of
an object with CSV escaping
S.escapeCSV(Object)
RawData
type wrapper of
an object with HTML escaping
S.escapeHTML(Object)
RawData
type wrapper of
an object with Java escaping
RawData
type wrapper of
an object with JavaScript escaping
S.escapeJavaScript(Object)
S.escapeJavaScript(Object)
RawData
type wrapper of
an object with JSON escaping
S.escapeCSV(Object)
RawData
type wrapper of
an object with XML escaping
S.escapeXML(Object)
true
if the specified byte b != 0
true
if the specified char c != 0
true
if the specified integer n != 0
true
if the specified long l != 0
true
if the specified float Math.abs(f) > 0.00000001
true
if the specified double Math.abs(f) > 0.00000001
true
if the collection is not empty
true
if the map is not empty
events
ExtensionManager
of this engine
S.format(org.rythmengine.template.ITemplate, java.util.Date, String, java.util.Locale, String)
S.formatCurrency(org.rythmengine.template.ITemplate, Object)
S.formatCurrency(org.rythmengine.template.ITemplate, Object, String, java.util.Locale)
S.formatCurrency(org.rythmengine.template.ITemplate, Object, String, java.util.Locale)
ToStringStyle
to the ToStringStyle
configuration key
String
key.
- get() -
Static method in class org.rythmengine.conf.RythmConfiguration
- Return RythmConfiguration instance of current RythmEngine, or
if it is not inside a RythmEngine runtime context, an
empty configuration
is returned
- get(String) -
Method in interface org.rythmengine.extension.ICacheService
- Return an item from the cache service by key
- get() -
Method in interface org.rythmengine.internal.IExpressionProcessor.IResult
-
- get(Class<?>) -
Static method in class org.rythmengine.logger.Logger
-
- get(File) -
Method in class org.rythmengine.resource.TemplateResourceManager
-
- get(String) -
Method in class org.rythmengine.resource.TemplateResourceManager
-
- get() -
Static method in class org.rythmengine.RythmEngine
- Get the current engine instance from a
ThreadLocal
variable which is
set
previously.
- get(int) -
Method in class org.rythmengine.template.ITag.__ParameterList
- Get a
ITag.__Parameter
instance by position in the list
- get() -
Method in class org.rythmengine.utils.F.None
-
- get() -
Method in class org.rythmengine.utils.F.Option
-
- get() -
Method in class org.rythmengine.utils.F.Some
-
- getArray() -
Method in class org.rythmengine.utils.JSONWrapper
- Return a List of object contained in the JSON array.
- getArrayEnd() -
Method in class org.rythmengine.toString.ToStringStyle
- Gets the array end text.
- getArraySeparator() -
Method in class org.rythmengine.toString.ToStringStyle
- Gets the array separator text.
- getArrayStart() -
Method in class org.rythmengine.toString.ToStringStyle
- Gets the array start text.
- getByName(String) -
Method in class org.rythmengine.template.ITag.__ParameterList
- Return parameter value by name from the list
- getByName(String, T) -
Method in class org.rythmengine.template.ITag.__ParameterList
- Return parameter value by name and do type cast to left value type.
- getByPosition(int) -
Method in class org.rythmengine.template.ITag.__ParameterList
- Get parameter value by position in the list
- getCaret(IDialect) -
Method in interface org.rythmengine.internal.ICaretParserFactory
-
- getCode() -
Method in class org.rythmengine.sandbox.RythmSecurityManager
-
- getCodeBuilder() -
Method in interface org.rythmengine.internal.IContext
- Return the root source code builder
- getCodeBuilder() -
Method in class org.rythmengine.internal.TemplateParser
-
- getCodeType() -
Static method in class org.rythmengine.Rythm.RenderTime
-
- getConfiguration(Map<String, ?>) -
Method in enum org.rythmengine.conf.RythmConfigurationKey
- Return configuration value from the configuration data map using the
RythmConfigurationKey.key
of this setting
instance
- getContentEnd() -
Method in class org.rythmengine.toString.ToStringStyle
- Gets the content end text.
- getContentStart() -
Method in class org.rythmengine.toString.ToStringStyle
- Gets the content start text.
- getCronExpression() -
Method in class org.rythmengine.utils.Time.CronExpression
-
- getDayOfWeekNumber(String) -
Method in class org.rythmengine.utils.Time.CronExpression
-
- getDefault() -
Method in class org.rythmengine.template.ITag.__ParameterList
- Get default parameter value.
- getDefaultConfiguration() -
Method in enum org.rythmengine.conf.RythmConfigurationKey
- Return default configuration of this item
- getDefVal(Map<String, ?>) -
Method in enum org.rythmengine.conf.RythmConfigurationKey
- Return default value of this setting.
- getDialect() -
Method in interface org.rythmengine.internal.IContext
-
- getDialect() -
Method in class org.rythmengine.internal.TemplateParser
-
- getEngine() -
Method in interface org.rythmengine.internal.IContext
-
- getEngine() -
Method in class org.rythmengine.internal.TemplateParser
-
- getEscape() -
Static method in class org.rythmengine.Rythm.RenderTime
-
- getExpressionSetSummary(Set<Integer>) -
Method in class org.rythmengine.utils.Time.CronExpression
-
- getExpressionSetSummary(ArrayList<Integer>) -
Method in class org.rythmengine.utils.Time.CronExpression
-
- getExpressionSummary() -
Method in class org.rythmengine.utils.Time.CronExpression
-
- getExtendedTemplateClass() -
Method in class org.rythmengine.internal.CodeBuilder
-
- getFieldNameValueSeparator() -
Method in class org.rythmengine.toString.ToStringStyle
- Gets the field name value separator text.
- getFieldSeparator() -
Method in class org.rythmengine.toString.ToStringStyle
- Gets the field separator text.
- getFinalFireTime() -
Method in class org.rythmengine.utils.Time.CronExpression
- NOT YET IMPLEMENTED: Returns the final time that the
CronExpression
will match.
- getFullName(TemplateClass, RythmEngine) -
Method in interface org.rythmengine.extension.ITemplateResourceLoader
- Return a template's tag name in full notation
- getFullTagName(TemplateClass, RythmEngine) -
Static method in class org.rythmengine.resource.FileTemplateResource
-
- getFullTagName(TemplateClass) -
Method in class org.rythmengine.resource.TemplateResourceManager
-
- getJavaSource() -
Method in exception org.rythmengine.exception.RythmException
-
- getKey() -
Method in enum org.rythmengine.conf.RythmConfigurationKey
- Return the key string
- getKey() -
Method in class org.rythmengine.resource.ClasspathTemplateResource
-
- getKey() -
Method in class org.rythmengine.resource.FileTemplateResource
-
- getKey() -
Method in interface org.rythmengine.resource.ITemplateResource
- The unique identifier used to fetch this resource from ResourceManager
- getKey() -
Method in class org.rythmengine.resource.StringTemplateResource
-
- getKey() -
Method in class org.rythmengine.resource.ToStringTemplateResource
-
- getLastDayOfMonth(int, int) -
Method in class org.rythmengine.utils.Time.CronExpression
-
- getLineNo() -
Method in class org.rythmengine.internal.Token.StringToken
-
- getLogger(Class<?>) -
Method in interface org.rythmengine.extension.ILoggerFactory
-
- getLogger(Class<?>) -
Method in class org.rythmengine.logger.JDKLogger.Factory
-
- getLogger(Class<?>) -
Method in class org.rythmengine.logger.NullLogger.Factory
-
- getMacro(String) -
Method in class org.rythmengine.internal.CodeBuilder
-
- getMessage() -
Method in exception org.rythmengine.exception.RythmException
-
- getMessage(ITemplate, String, Object...) -
Method in class org.rythmengine.extension.II18nMessageResolver.DefaultImpl
-
- getMessage(ITemplate, String, Object...) -
Method in interface org.rythmengine.extension.II18nMessageResolver
- Return i18n message of a given key and args, use the locale info from the template specified.
- getMonthNumber(String) -
Method in class org.rythmengine.utils.Time.CronExpression
-
- getNextInterval(Date) -
Method in class org.rythmengine.utils.Time.CronExpression
- Return the interval between the next valid date and the one after
- getNextInvalidTimeAfter(Date) -
Method in class org.rythmengine.utils.Time.CronExpression
- Returns the next date/time after the given date/time which does
not satisfy the expression
- getNextValidTimeAfter(Date) -
Method in class org.rythmengine.utils.Time.CronExpression
- Returns the next date/time after the given date/time which
satisfies the cron expression.
- getNullText() -
Method in class org.rythmengine.toString.ToStringStyle
- Gets the text to output when
null
found.
- getNumericValue(String, int) -
Method in class org.rythmengine.utils.Time.CronExpression
-
- getObject() -
Method in class org.rythmengine.utils.JSONWrapper
- Return a Map of String and object contained in the JSON object.
- getParent() -
Method in class org.rythmengine.extension.ICodeType.DefImpl
-
- getParent() -
Method in interface org.rythmengine.extension.ICodeType
- Return parent type or null if there is no parent
set on it
- getProperty(String, Object) -
Method in interface org.rythmengine.extension.IPropertyAccessor
- Retrieves the value of the property.
- getProperty(String) -
Method in class org.rythmengine.RythmEngine
- Get user property by key
- getRegisteredTemplate(String) -
Method in class org.rythmengine.RythmEngine
- Get a
template
registered to the engine by name
- getRegisteredTemplateClass(String) -
Method in class org.rythmengine.RythmEngine
- Return
TemplateClass
from a tag name
- getRemain() -
Method in interface org.rythmengine.internal.IContext
- Return the remaining template string that has not parsed yet
- getRemain() -
Method in class org.rythmengine.internal.TemplateParser
-
- getRenderArgDescriptions() -
Method in interface org.rythmengine.extension.ISourceCodeEnhancer
- Return implicit render args type information indexed by render arg name.
- getRenderArgType(String) -
Method in class org.rythmengine.internal.CodeBuilder
-
- getResource(String) -
Method in class org.rythmengine.resource.TemplateResourceManager
-
- getSelfOut() -
Method in class org.rythmengine.utils.TextBuilder
- Get the buffer out from this instance
- getSet(int) -
Method in class org.rythmengine.utils.Time.CronExpression
-
- getShortClassName(Class<?>) -
Method in class org.rythmengine.toString.ToStringStyle
- Gets the short class name for a class.
- getSimpleMessage() -
Method in exception org.rythmengine.exception.RythmException
-
- getSizeEndText() -
Method in class org.rythmengine.toString.ToStringStyle
- Gets the end text to output when a
Collection
,
Map
or array size is output.
- getSizeStartText() -
Method in class org.rythmengine.toString.ToStringStyle
- Gets the start text to output when a
Collection
,
Map
or array size is output.
- getStatement() -
Method in enum org.rythmengine.internal.IContext.Break
-
- getStatement() -
Method in enum org.rythmengine.internal.IContext.Continue
-
- getSuggestedClassName() -
Method in class org.rythmengine.resource.ClasspathTemplateResource
-
- getSuggestedClassName() -
Method in class org.rythmengine.resource.FileTemplateResource
-
- getSuggestedClassName() -
Method in interface org.rythmengine.resource.ITemplateResource
- Propose a name of generated java class for this resource
- getSuggestedClassName() -
Method in class org.rythmengine.resource.StringTemplateResource
-
- getSuggestedClassName() -
Method in class org.rythmengine.resource.TemplateResourceBase
-
- getSuggestedClassName() -
Method in class org.rythmengine.resource.ToStringTemplateResource
-
- getSummaryObjectEndText() -
Method in class org.rythmengine.toString.ToStringStyle
- Gets the end text to output when an
Object
is
output in summary mode.
- getSummaryObjectStartText() -
Method in class org.rythmengine.toString.ToStringStyle
- Gets the start text to output when an
Object
is
output in summary mode.
- getTargetType() -
Method in interface org.rythmengine.extension.IPropertyAccessor
- Which type this property accessor can be applied
- getTemplate(String, Object...) -
Method in class org.rythmengine.RythmEngine
- Get an new
template
instance from a String and an array
of render args.
- getTemplate(File, Object...) -
Method in class org.rythmengine.RythmEngine
- Get an new template instance by template source
file
and an array of arguments.
- getTemplateClass() -
Method in class org.rythmengine.internal.CodeBuilder
-
- getTemplateClass() -
Method in interface org.rythmengine.internal.IContext
-
- getTemplateClass() -
Method in class org.rythmengine.internal.TemplateParser
-
- getTemplateClass(ITemplateResource) -
Method in class org.rythmengine.RythmEngine
- (3rd party API, not for user application)
Get an new template class by
template resource
- getTemplateName() -
Method in exception org.rythmengine.exception.RythmException
-
- getTemplateSource() -
Method in exception org.rythmengine.exception.RythmException
-
- getTemplateSource(int, int) -
Method in interface org.rythmengine.internal.IContext
- Return any segment of template source
- getTemplateSource(int, int) -
Method in class org.rythmengine.internal.TemplateParser
-
- getTimeAfter(Date) -
Method in class org.rythmengine.utils.Time.CronExpression
-
- getTimeBefore(Date) -
Method in class org.rythmengine.utils.Time.CronExpression
- NOT YET IMPLEMENTED: Returns the time before the given time
that the
CronExpression
matches.
- getTimeZone() -
Method in class org.rythmengine.utils.Time.CronExpression
- Returns the time zone for which this
CronExpression
will be resolved.
- getTypeOfPath(RythmEngine, String) -
Static method in class org.rythmengine.resource.TemplateResourceBase
-
- getValue(int, String, int) -
Method in class org.rythmengine.utils.Time.CronExpression
-
- go() -
Method in interface org.rythmengine.internal.IParser
-
RythmConfigurationKey.I18N_MESSAGE_RESOLVER
without lookup
IBlockHandler
declare the interface to handle open/close
of code blocks.IByteCodeHelper
could be plugged into RythmEngine
in memory compilation system to provide extra way to locate class byte
code.RythmConfigurationKey.ENGINE_ID
rythm cache service
.event
postingIJavaExtension
defines meta structure used by rythm to "extend" an expression.code type
.
locale
.
Sandbox
dynamic expression
option enabled.Rythm.Mode.dev
or not
development
mode?
S.isEqual(String, String, int)
RythmConfiguration
and user application
should not use this static memberRythm.Mode.prod
or not
production
mode
production
mode
product
mode?
Rythm.engine
instance?
ITag.__Parameter
iterable
with ","
iterable
with separator
iterable
with a char separator
RythmConfigurationKey.ENGINE_LOAD_PRECOMPILED_ENABLED
without lookup
RythmConfigurationKey.I18N_LOCALE
without lookup
template
's current locale, or
the the current engine
's
locale configuration
or finally the default locale with java.util.Locale.getDefault()
call
RythmConfigurationKey.LOG_TIME_RENDER_ENABLED
without
look up
RythmConfigurationKey.I18N_MESSAGE_SOURCES
without lookup
mode
RythmConfigurationKey.FEATURE_NATURAL_TEMPLATE_ENABLED
without lookup
S.isNotEqual(String, String)
S.isNotEqual(Object, Object)
S.isNotEqual(String, String, int)
ICacheService
Exclude
will not be export in the toString()
S.isNotEmpty(String)
S.isNotEmpty(Object)
TextBuilder.StrBuf
to internal buffer or output (os or writer)
null
object will not be printed
Object
to internal buffer or output (os or writer)
null
object will not be printed
\t
\t
and an line break
\t
\t
and an line break
\t
\t
and an line break
default escape
method
escape method
TextBuilder.p(char)
TextBuilder.p(int)
TextBuilder.p(long)
TextBuilder.p(float)
TextBuilder.p(double)
TextBuilder.p(boolean)
RythmConfigurationKey.ENGINE_PLAYFRAMEWORK
without lookup
plugin version
without lookup
RythmConfigurationKey.ENGINE_PRECOMPILE_MODE
without lookup
\t
\t
and an new line break
RawData
type wrapper of
an object without any escaping.
toString
the detail of an array type.
IPropertyAccessor
transformers
using namespace specified in
the namespace value
defined in
the annotation.
transformers
using namespace specified to
replace the namespace value
defined in
the annotation.
file instance
and an array of render args.
file instance
and an array of render args.
file instance
and an array of render args.
_Rythm.renderString(String, Object...)
Rythm.renderString(String, Object...)
RythmEngine.renderString(String, Object...)
resource manager
of the engine
RythmConfigurationKey.RESOURCE_NAME_SUFFIX
without lookup
RythmConfigurationKey.SANDBOX_RESTRICTED_CLASS
without lookup
RythmEngine
.RythmEngine
rythm engine
instance.RythmConfiguration
with a map.
RythmEngine
configuration keys.event
sString helper instance
.
Sandbox
instance to render the template
Sandbox
instance with user supplied context
ThreadLocal
variable, thus it is easy to
get
the current
RythmEngine
dominating the rendering process.
ToStringOption
instance with ToStringOption.appendStatic
option set.
ToStringOption
instance with ToStringOption.appendTransient
option set.
null
found.
template instance
.
Collection
,
Map
or array size is output.
Collection
,
Map
or array size is output.
Object
is
output in summary mode.
Object
is
output in summary mode.
CronExpression
will be resolved.
ToStringOption
instance with ToStringOption.upToClass
option set.
RythmConfigurationKey.FEATURE_SMART_ESCAPE_ENABLED
without lookup
S.toString(Object)
RythmConfigurationKey.HOME_TEMPLATE
without lookup
template
is registered to the engine by name specified
TextBuilder.caller()
instance
CronExpression
based on the specified
parameter.
RythmConfigurationKey.HOME_TMP
without lookup
RythmConfigurationKey.getKey()
option
and stype
.
CronExpression
String
formatting for ToStringBuilder
.@cacheFor()
transformer
RythmConfigurationKey.FEATURE_TRANSFORM_ENABLED
without look up
Transformer
could be used to annotate on a public static methods
that works on a given object with or without parameters.RythmConfigurationKey.FEATURE_TYPE_INFERENCE_ENABLED
without
lookup
ToStringOption
instance out from a string.
ToStringStyle
instance from class name of the following
predefined styles:
ToStringStyle.DEFAULT_STYLE
ToStringStyle.SIMPLE_STYLE
ToStringStyle.MULTI_LINE_STYLE
ToStringStyle.SHORT_PREFIX_STYLE
ToStringStyle.NO_FIELD_NAMES_STYLE
OutputStream
or Writer
TextBuilder.StrBuf
content into the buffer
tag
escape method
.
engine
running this template
TemplateBase.__getRenderArg(String)
TextBuilder.buffer()
RawData
by name.
RawData
.
CodeBuilder
.
CodeBuilder
.
TemplateBase.__setRenderArg(String, Object)
TextBuilder.caller()
exists, to the caller instance
tag params
Not to be used in user application or template
CodeBuilder
.
Rythm
but for internal use of Rythm engine.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |