|
Oracle Content Management SDK | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface is to be used by all iFS Web applications developers. Application developers are required to implement the following methods: - getSession() This returns the library session - getResolver() (deprecated) This returns the resolver - getFileManager() This returns the FileManager - valueBound(HttpSessionBindingEvent event) from HttpSessionBindingListener - valueUnbound(HttpSessionBindingEvent event) from HttpSessionBindingListener This is used to unbind when disconnecting
Method Summary | |
oracle.ifs.adk.filesystem.FileManager |
getFileManager()
Return the IfsHttpLogin's FileManager |
FolderPathResolver |
getResolver()
Deprecated. 9iFS 9.0.2: This method is no longer guaranteed to return a valid FolderPathResolver |
LibrarySession |
getSession()
Return the login's library session |
Method Detail |
public LibrarySession getSession() throws IfsException
public FolderPathResolver getResolver()
public oracle.ifs.adk.filesystem.FileManager getFileManager() throws IfsException
|
Oracle Content Management SDK | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |