|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InternalValue | |
|---|---|
| com.uwyn.rife.template | Provides classes and interfaces for the template engine. |
| Uses of InternalValue in com.uwyn.rife.template |
|---|
| Fields in com.uwyn.rife.template with type parameters of type InternalValue | |
|---|---|
protected Map<String,InternalValue> |
AbstractTemplate.mConstructedValues
|
| Methods in com.uwyn.rife.template that return InternalValue | |
|---|---|
InternalValue |
AbstractTemplate.createInternalValue()
|
InternalValue |
Template.createInternalValue()
Returns an anonymous value that can be used to construct complex content for use within this template. |
| Methods in com.uwyn.rife.template with parameters of type InternalValue | |
|---|---|
protected abstract boolean |
AbstractTemplate.appendBlockInternalForm(String id,
InternalValue result)
|
protected abstract boolean |
AbstractTemplate.appendDefaultValueInternalForm(String id,
InternalValue result)
|
protected void |
AbstractTemplate.appendTextInternal(InternalValue value,
CharSequence text)
|
void |
InternalValue.appendValue(InternalValue value)
Appends to this value the value of the given internal value. |
protected void |
AbstractTemplate.appendValueInternalForm(String id,
String tag,
InternalValue result)
|
protected void |
AbstractTemplate.increasePartsCapacityInternal(InternalValue value,
int size)
|
protected void |
AbstractTemplate.increaseValuesCapacityInternal(InternalValue value,
int size)
|
void |
AbstractTemplate.setValue(String id,
InternalValue internalValue)
|
void |
Template.setValue(String id,
InternalValue internalValue)
Sets the specified value in this template to the value of the given internal value. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||