|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITemplateResource
Created by IntelliJ IDEA. User: luog Date: 20/01/12 Time: 10:52 PM To change this template use File | Settings | File Templates.
Method Summary | |
---|---|
String |
asTemplateContent()
Return template content as a string. |
ICodeType |
codeType()
Return code type suggested by this resource, e.g. |
Object |
getKey()
The unique identifier used to fetch this resource from ResourceManager |
String |
getSuggestedClassName()
Propose a name of generated java class for this resource |
boolean |
isValid()
Whether this resource is a valid resource |
boolean |
refresh()
Refresh resource if necessary |
void |
setEngine(RythmEngine engine)
Set engine instance to the resource |
String |
tagName()
Return non-null value if this resource present a tag |
Method Detail |
---|
Object getKey()
String getSuggestedClassName()
String asTemplateContent()
boolean refresh()
boolean isValid()
String tagName()
ICodeType codeType()
void setEngine(RythmEngine engine)
engine
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |