|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.zekr.engine.template.BaseViewTemplate
net.sf.zekr.engine.template.AbstractPageViewTemplate
net.sf.zekr.engine.template.MultiTranslationViewTemplate
public class MultiTranslationViewTemplate
Template for multi-translation view layout.
Field Summary |
---|
Fields inherited from class net.sf.zekr.engine.template.AbstractPageViewTemplate |
---|
quran, quranPage, trans, userView |
Fields inherited from class net.sf.zekr.engine.template.BaseViewTemplate |
---|
config, engine, langEngine, logger, resource |
Constructor Summary | |
---|---|
MultiTranslationViewTemplate(IQuranText quran,
TranslationData[] transDataList,
IUserView userView)
Creates a new multi-translation view template object. |
Method Summary |
---|
Methods inherited from class net.sf.zekr.engine.template.AbstractPageViewTemplate |
---|
doTransform |
Methods inherited from class net.sf.zekr.engine.template.BaseViewTemplate |
---|
setProperty, transform |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MultiTranslationViewTemplate(IQuranText quran, TranslationData[] transDataList, IUserView userView)
quran
- the Quran texttransDataList
- an array of translation datasuraNum
- the sura number to be transformed (counted from 1)ayaNum
- the selected aya number within the sura (counted from 1)playlistUrl
- recitation playlist URL
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |