Uses of Class
com.iizix.server.wsfile.WSFileProvider
Packages that use WSFileProvider
Package
Description
Uses of WSFileProvider in com.iizix.server.app
Methods in com.iizix.server.app that return WSFileProviderModifier and TypeMethodDescriptionAppDefinition.getAppSessionFileProvider()Get the web server file provider for the application session.Uses of WSFileProvider in com.iizix.server.gyro
Methods in com.iizix.server.gyro that return WSFileProviderModifier and TypeMethodDescriptionAppSessionGyro.getAppSessionFileProvider()Get the web server file provider for the application session.ClientSessionGyro.getAppSessionFileProvider()Get the web server file provider for the client session.Uses of WSFileProvider in com.iizix.server.user
Methods in com.iizix.server.user that return WSFileProviderModifier and TypeMethodDescriptionAuthenticatedUser.getUserFileProvider()Gets the user file provider for private user files such as images.AuthenticatedUser.getUserFileProvider(WSFileProviderEngine engine) Gets the user file provider for database backup up user files such as images.Uses of WSFileProvider in com.iizix.server.weblogos
Methods in com.iizix.server.weblogos that return WSFileProviderModifier and TypeMethodDescriptionWebLogos.getFileProvider()Gets the file provider for logos that are persistent.Uses of WSFileProvider in com.iizix.server.webthumbs
Methods in com.iizix.server.webthumbs that return WSFileProviderModifier and TypeMethodDescriptionWebThumbs.getFileProvider()Gets the file provider for thumbnails that are persistent.Uses of WSFileProvider in com.iizix.server.wsfile
Methods in com.iizix.server.wsfile that return WSFileProviderModifier and TypeMethodDescriptionWSFileProviderEngine.getCreateFileProvider(URNResourceType type, String descr, String subject, Object id, boolean doPersistFileNames, ServerSettings settings) Gets or creates a new engine type file provider.