|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - The concrete TaxonName class this strategy applies forpublic interface INameCacheStrategy<T extends TaxonNameBase>
A name cache rendering strategy for all TaxonNameBase subclasses. Different TaxonNameBase subclasses could have different strategies.
| Method Summary | |
|---|---|
String |
getFullTitleCache(T taxonNameBase)
Returns the full title cache as a string. |
String |
getFullTitleCache(T nonViralName,
HTMLTagRules htmlTagRules)
Returns the full title cache tagged by html tags according to tag rules. |
String |
getNameCache(T taxonNameBase)
Returns the name cache as a string. |
List<TaggedText> |
getTaggedFullTitle(T taxonName)
Same as getTaggedTitle(TaxonNameBase) but also includes the reference and
the nomenclatural status in the result. |
List<TaggedText> |
getTaggedName(T taxonName)
Same as getTaggedTitle(TaxonNameBase) but not including authorship. |
List<TaggedText> |
getTaggedTitle(T taxonName)
Returns a list of name typified tokens that together make up the name (including authorship etc.). |
String |
getTitleCache(T nonViralName,
HTMLTagRules htmlTagRules)
Returns the title cache tagged by html tags according to tag rules. |
| Methods inherited from interface eu.etaxonomy.cdm.strategy.cache.common.IIdentifiableEntityCacheStrategy |
|---|
getTitleCache |
| Method Detail |
|---|
List<TaggedText> getTaggedTitle(T taxonName)
taxonNameBase -
null if taxonName is nullList<TaggedText> getTaggedFullTitle(T taxonName)
getTaggedTitle(TaxonNameBase) but also includes the reference and
the nomenclatural status in the result.
taxonName -
List<TaggedText> getTaggedName(T taxonName)
getTaggedTitle(TaxonNameBase) but not including authorship.
taxonName -
String getFullTitleCache(T taxonNameBase)
taxonNameBase -
String getFullTitleCache(T nonViralName,
HTMLTagRules htmlTagRules)
nonViralName - htmlTagRules -
String getNameCache(T taxonNameBase)
taxonNameBase -
String getTitleCache(T nonViralName,
HTMLTagRules htmlTagRules)
nonViralName - htmlTagRules -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||