Uses of Interface
com.google.appengine.v1.StaticFilesHandlerOrBuilder
-
Packages that use StaticFilesHandlerOrBuilder Package Description com.google.appengine.v1 A client to App Engine Admin API -
-
Uses of StaticFilesHandlerOrBuilder in com.google.appengine.v1
Classes in com.google.appengine.v1 that implement StaticFilesHandlerOrBuilder Modifier and Type Class Description class
StaticFilesHandler
Files served directly to the user for a given URL, such as images, CSS stylesheets, or JavaScript source files.static class
StaticFilesHandler.Builder
Files served directly to the user for a given URL, such as images, CSS stylesheets, or JavaScript source files.Methods in com.google.appengine.v1 that return StaticFilesHandlerOrBuilder Modifier and Type Method Description StaticFilesHandlerOrBuilder
UrlMap.Builder. getStaticFilesOrBuilder()
Returns the contents of a file, such as an image, as the response.StaticFilesHandlerOrBuilder
UrlMap. getStaticFilesOrBuilder()
Returns the contents of a file, such as an image, as the response.StaticFilesHandlerOrBuilder
UrlMapOrBuilder. getStaticFilesOrBuilder()
Returns the contents of a file, such as an image, as the response.
-