Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/tomcat
/ canRead
Method
canRead
java/org/apache/catalina/WebResource.java:106–106 ·
view source on GitHub ↗
Checks if this resource can be read. @return java.io.File#canRead().
()
Source
from the content-addressed store, hash-verified
104
* @
return
{@link java.io.File#canRead()}.
105
*/
106
boolean canRead();
107
108
/**
109
* Returns the webapp path of this resource.
Callers
15
serveResource
Method · 0.95
testListener
Method · 0.65
testServlet
Method · 0.65
testDeploy
Method · 0.65
EmbeddedServletOptions
Method · 0.65
checkConf
Method · 0.65
isTrailerFieldsReady
Method · 0.65
canRead
Method · 0.65
load
Method · 0.65
sendErrorPage
Method · 0.65
init
Method · 0.65
processAnnotationsFile
Method · 0.65
Implementers
3
CachedResource
java/org/apache/catalina/webresources/
AbstractResource
java/org/apache/catalina/webresources/
EmptyResource
java/org/apache/catalina/webresources/
Calls
no outgoing calls
Tested by
3
testListener
Method · 0.52
testServlet
Method · 0.52
testDeploy
Method · 0.52