Class FileSystemHandlerConfig.BuilderBase.FileSystemHandlerConfigImpl
java.lang.Object
io.helidon.webserver.staticcontent.BaseHandlerConfig.BuilderBase.BaseHandlerConfigImpl
io.helidon.webserver.staticcontent.FileSystemHandlerConfig.BuilderBase.FileSystemHandlerConfigImpl
- All Implemented Interfaces:
- Prototype.Api,- BaseHandlerConfig,- FileSystemHandlerConfig
- Enclosing class:
- FileSystemHandlerConfig.BuilderBase<BUILDER extends FileSystemHandlerConfig.BuilderBase<BUILDER,- PROTOTYPE>, - PROTOTYPE extends FileSystemHandlerConfig> 
protected static class FileSystemHandlerConfig.BuilderBase.FileSystemHandlerConfigImpl
extends BaseHandlerConfig.BuilderBase.BaseHandlerConfigImpl
implements FileSystemHandlerConfig
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- 
Nested Class SummaryNested classes/interfaces inherited from interface io.helidon.webserver.staticcontent.BaseHandlerConfigBaseHandlerConfig.Builder, BaseHandlerConfig.BuilderBase<BUILDER extends BaseHandlerConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends BaseHandlerConfig> Nested classes/interfaces inherited from interface io.helidon.webserver.staticcontent.FileSystemHandlerConfigFileSystemHandlerConfig.Builder, FileSystemHandlerConfig.BuilderBase<BUILDER extends FileSystemHandlerConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends FileSystemHandlerConfig> 
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedCreate an instance providing a builder.
- 
Method SummaryMethods inherited from class io.helidon.webserver.staticcontent.BaseHandlerConfig.BuilderBase.BaseHandlerConfigImplcachedFiles, contentTypes, context, enabled, memoryCache, pathMapper, recordCacheCapacity, sockets, welcomeMethods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface io.helidon.webserver.staticcontent.BaseHandlerConfigcachedFiles, contentTypes, context, enabled, memoryCache, pathMapper, recordCacheCapacity, sockets, welcome
- 
Constructor Details- 
FileSystemHandlerConfigImplCreate an instance providing a builder.- Parameters:
- builder- extending builder base of this prototype
 
 
- 
- 
Method Details- 
locationDescription copied from interface:FileSystemHandlerConfigThe directory (or a single file) that contains the root of the static content.- Specified by:
- locationin interface- FileSystemHandlerConfig
- Returns:
- location to serve the static content, such as "/home/user/static-content".
 
- 
toString- Overrides:
- toStringin class- BaseHandlerConfig.BuilderBase.BaseHandlerConfigImpl
 
- 
equals- Overrides:
- equalsin class- BaseHandlerConfig.BuilderBase.BaseHandlerConfigImpl
 
- 
hashCodepublic int hashCode()- Overrides:
- hashCodein class- BaseHandlerConfig.BuilderBase.BaseHandlerConfigImpl
 
 
-