Uses of Interface
com.aoapps.web.framework.WebSiteUser
-
Uses of WebSiteUser in com.aoapps.web.framework
Methods in com.aoapps.web.framework that return WebSiteUserModifier and TypeMethodDescriptionUploadedFile.getOwner()
Gets the owner for the upload file.WebSiteRequest.getWebSiteUser
(HttpServletResponse resp) Gets the person who is logged in ornull
if no login is performed for this request.Methods in com.aoapps.web.framework with parameters of type WebSiteUserModifier and TypeMethodDescriptionboolean
WebPage.canAccess
(WebSiteUser user) Determines if the provided user can access the page.static UploadedFile
WebSiteRequest.getUploadedFile
(WebSiteUser owner, Identifier id, ServletContext context) Gets a file that was uploaded given its ID.Constructors in com.aoapps.web.framework with parameters of type WebSiteUser