Uses of Class
com.iizix.server.wsfile.WSFileProvider
Packages that use WSFileProvider Package Description com.iizix.server.app com.iizix.server.gyro com.iizix.server.user com.iizix.server.weblogos com.iizix.server.webthumbs com.iizix.server.wsfile Uses of WSFileProvider in com.iizix.server.app
Methods in com.iizix.server.app that return WSFileProvider Modifier and Type Method Description WSFileProvider
AppDefinition. 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 WSFileProvider Modifier and Type Method Description WSFileProvider
AppSessionGyro. getAppSessionFileProvider()
Get the web server file provider for the application session.WSFileProvider
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 WSFileProvider Modifier and Type Method Description WSFileProvider
AuthenticatedUser. getUserFileProvider()
Gets the user file provider for private user files such as images.WSFileProvider
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 WSFileProvider Modifier and Type Method Description WSFileProvider
WebLogos. 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 WSFileProvider Modifier and Type Method Description WSFileProvider
WebThumbs. 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 WSFileProvider Modifier and Type Method Description WSFileProvider
WSFileProviderEngine. getCreateFileProvider(URNResourceType type, java.lang.String descr, java.lang.String subject, java.lang.Object id, boolean doPersistFileNames, ServerSettings settings)
Gets or creates a new engine type file provider.