|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PageSource
extends the source file with class features
Method Summary | |
---|---|
boolean |
exists()
|
int |
getAccessCount()
|
String |
getClazz()
|
String |
getComponentName()
|
String |
getFileName()
|
String |
getFullRealpath()
Returns the full name (mapping/realpath). |
String |
getJavaName()
|
long |
getLastAccessTime()
|
Mapping |
getMapping()
|
PageSource |
getRealPage(String realPath)
get an new Pagesoure from ralpath |
String |
getRealpath()
returns the ralpath without the mapping |
String[] |
getSource()
|
Page |
loadPage(ConfigWeb config)
loads the Page from this PageSource |
Page |
loadPage(ConfigWeb config,
Page defaultValue)
loads the Page from this PageSource |
boolean |
physcalExists()
|
void |
setLastAccessTime()
set time last accessed (now) |
void |
setLastAccessTime(long lastAccess)
sets time last accessed page |
Methods inherited from interface railo.runtime.SourceFile |
---|
getClassName, getDisplayPath, getFile, getFullClassName, getPackageName, getPhyscalFile, getRealPathAsVariableString |
Method Detail |
---|
Page loadPage(ConfigWeb config) throws PageException
config
-
PageException
Page loadPage(ConfigWeb config, Page defaultValue) throws PageException
config
- defaultValue
-
PageException
String getRealpath()
String getFullRealpath()
String getClazz()
String getFileName()
String getJavaName()
String getComponentName()
Mapping getMapping()
boolean exists()
boolean physcalExists()
String[] getSource() throws IOException
IOException
PageSource getRealPage(String realPath)
realPath
-
void setLastAccessTime(long lastAccess)
lastAccess
- time ast accessedlong getLastAccessTime()
void setLastAccessTime()
int getAccessCount()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |