|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ICodeType | |
|---|---|
| org.rythmengine | |
| org.rythmengine.conf | |
| org.rythmengine.extension | |
| org.rythmengine.internal | |
| org.rythmengine.internal.compiler | |
| org.rythmengine.resource | |
| org.rythmengine.template | |
| Uses of ICodeType in org.rythmengine |
|---|
| Methods in org.rythmengine that return ICodeType | |
|---|---|
ICodeType |
RythmEngine.RenderSettings.codeType()
Return thread local code type |
static ICodeType |
Rythm.RenderTime.getCodeType()
|
| Methods in org.rythmengine with parameters of type ICodeType | |
|---|---|
RythmEngine.RenderSettings |
RythmEngine.RenderSettings.init(ICodeType codeType)
Init the render time by setting code type. |
RythmEngine |
RythmEngine.prepare(ICodeType codeType)
Prepare the render operation environment settings |
RythmEngine |
Rythm.prepare(ICodeType codeType)
Prepare the render operation environment settings |
RythmEngine |
RythmEngine.prepare(ICodeType codeType,
Locale locale,
Map<String,Object> usrCtx)
Prepare the render operation environment settings |
RythmEngine |
Rythm.prepare(ICodeType codeType,
Locale locale,
Map<String,Object> usrCtx)
Prepare the render operation environment settings |
static void |
Rythm.RenderTime.setCodeType(ICodeType type)
|
| Uses of ICodeType in org.rythmengine.conf |
|---|
| Methods in org.rythmengine.conf that return ICodeType | |
|---|---|
ICodeType |
RythmConfiguration.defaultCodeType()
Return RythmConfigurationKey.DEFAULT_CODE_TYPE_IMPL without lookup |
| Uses of ICodeType in org.rythmengine.extension |
|---|
| Classes in org.rythmengine.extension that implement ICodeType | |
|---|---|
static class |
ICodeType.DefImpl
|
| Methods in org.rythmengine.extension that return ICodeType | |
|---|---|
ICodeType |
ICodeType.getParent()
Return parent type or null if there is no parent set on it |
ICodeType |
ICodeType.DefImpl.getParent()
|
| Methods in org.rythmengine.extension that return types with arguments of type ICodeType | |
|---|---|
Set<ICodeType> |
ICodeType.allowedExternalTypes()
Return a set of other types that could embed this type impl. |
Set<ICodeType> |
ICodeType.DefImpl.allowedExternalTypes()
|
| Methods in org.rythmengine.extension with parameters of type ICodeType | |
|---|---|
void |
ICodeType.setParent(ICodeType parent)
Set the parent type to the embedded type |
void |
ICodeType.DefImpl.setParent(ICodeType parent)
|
| Uses of ICodeType in org.rythmengine.internal |
|---|
| Fields in org.rythmengine.internal declared as ICodeType | |
|---|---|
ICodeType |
CodeBuilder.templateDefLang
|
| Methods in org.rythmengine.internal that return ICodeType | |
|---|---|
ICodeType |
TemplateParser.peekCodeType()
|
ICodeType |
IContext.peekCodeType()
|
ICodeType |
TemplateParser.popCodeType()
|
ICodeType |
IContext.popCodeType()
|
| Methods in org.rythmengine.internal that return types with arguments of type ICodeType | |
|---|---|
Iterable<ICodeType> |
CodeTypeManager.codeTypes()
|
Iterable<ICodeType> |
ExtensionManager.templateLangs()
|
| Methods in org.rythmengine.internal with parameters of type ICodeType | |
|---|---|
void |
TemplateParser.pushCodeType(ICodeType type)
|
void |
IContext.pushCodeType(ICodeType type)
|
ExtensionManager |
ExtensionManager.registerCodeType(ICodeType type)
|
CodeTypeManager |
CodeTypeManager.registerCodeType(ICodeType type)
|
| Uses of ICodeType in org.rythmengine.internal.compiler |
|---|
| Fields in org.rythmengine.internal.compiler declared as ICodeType | |
|---|---|
ICodeType |
TemplateClass.codeType
The code type could be HTML, JS, JSON etc |
| Methods in org.rythmengine.internal.compiler with parameters of type ICodeType | |
|---|---|
ITemplate |
TemplateClass.asTemplate(ICodeType type,
Locale locale,
RythmEngine engine)
|
| Uses of ICodeType in org.rythmengine.resource |
|---|
| Methods in org.rythmengine.resource that return ICodeType | |
|---|---|
ICodeType |
TemplateResourceBase.codeType(RythmEngine engine)
|
ICodeType |
ITemplateResource.codeType(RythmEngine engine)
Return code type suggested by this resource, e.g. |
static ICodeType |
TemplateResourceBase.getTypeOfPath(RythmEngine engine,
String s)
|
| Uses of ICodeType in org.rythmengine.template |
|---|
| Fields in org.rythmengine.template with type parameters of type ICodeType | |
|---|---|
Stack<ICodeType> |
ITemplate.__Context.codeTypeStack
Code type stack. |
| Methods in org.rythmengine.template that return ICodeType | |
|---|---|
ICodeType |
TemplateBase.__curCodeType()
|
ICodeType |
ITemplate.__curCodeType()
(not API) Return current code type. |
ICodeType |
ITemplate.__Context.currentCodeType()
|
ICodeType |
ITemplate.__Context.popCodeType()
|
| Methods in org.rythmengine.template with parameters of type ICodeType | |
|---|---|
void |
TemplateBase.__prepareRender(ICodeType type,
Locale locale,
RythmEngine engine)
|
void |
ITemplate.__Context.init(TemplateBase templateBase,
ICodeType type,
Locale locale,
TemplateClass tc,
RythmEngine engine)
init the context with template and base code type |
void |
ITemplate.__Context.pushCodeType(ICodeType type)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||