Uses of Class
to.etc.domui.trouble.NotLoggedInException

Packages that use NotLoggedInException
to.etc.domui.server   
to.etc.domui.trouble   
 

Uses of NotLoggedInException in to.etc.domui.server
 

Methods in to.etc.domui.server with parameters of type NotLoggedInException
 java.lang.String DomApplication.handleNotLoggedInException(RequestContextImpl ci, Page page, NotLoggedInException x)
          Responsible for redirecting to the appropriate login page.
 

Uses of NotLoggedInException in to.etc.domui.trouble
 

Methods in to.etc.domui.trouble that return NotLoggedInException
static NotLoggedInException NotLoggedInException.create(IRequestContext ctx, Page page)
          Create the proper exception type to return back to the specified page after login.