|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Mapping
interface of the mapping definition
Method Summary | |
---|---|
void |
check()
checks the mapping |
Resource |
getArchive()
|
ClassLoader |
getClassLoaderForArchive()
|
ClassLoader |
getClassLoaderForPhysical(boolean reload)
return the ClassLoader that match on the physical directory |
Resource |
getClassRootDirectory()
|
Config |
getConfig()
returns config of the mapping |
PageSource |
getPageSource(String realPath)
pagesoucre matching given realpath |
PageSource |
getPageSource(String path,
boolean isOut)
|
Resource |
getPhysical()
|
String |
getStrArchive()
|
String |
getStrPhysical()
|
String |
getVirtual()
|
String |
getVirtualLowerCase()
|
String |
getVirtualLowerCaseWithSlash()
|
boolean |
hasArchive()
|
boolean |
hasPhysical()
|
boolean |
isHidden()
|
boolean |
isPhysicalFirst()
|
boolean |
isReadonly()
|
boolean |
isTopLevel()
|
boolean |
isTrusted()
|
Methods inherited from interface railo.runtime.dump.Dumpable |
---|
toDumpData |
Method Detail |
---|
ClassLoader getClassLoaderForArchive()
ClassLoader getClassLoaderForPhysical(boolean reload) throws IOException
reload
- reload the ClassLoader
IOException
Resource getPhysical()
String getVirtualLowerCase()
String getVirtualLowerCaseWithSlash()
Resource getArchive()
boolean hasArchive()
boolean hasPhysical()
Resource getClassRootDirectory()
PageSource getPageSource(String realPath)
realPath
-
PageSource getPageSource(String path, boolean isOut)
path
- isOut
-
void check()
boolean isHidden()
boolean isPhysicalFirst()
boolean isReadonly()
String getStrArchive()
String getStrPhysical()
boolean isTrusted()
boolean isTopLevel()
String getVirtual()
Config getConfig()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |