Module reahl.webdeclarative.webdeclarative

UserSession

class reahl.webdeclarative.webdeclarative.UserSession(**kwargs)

An implementation of reahl.web.interfaces.UserSessionProtocol of the Reahl framework.

UserInput

class reahl.webdeclarative.webdeclarative.UserInput(**kwargs)

An implementation of reahl.web.interfaces.UserInputProtocol. It represents an value that was input by a user.

PersistedException

class reahl.webdeclarative.webdeclarative.PersistedException(**kwargs)

An implementation of reahl.web.interfaces.PersistedExceptionProtocol. It represents an Exception that was raised upon a user interaction.

PersistedFile

class reahl.webdeclarative.webdeclarative.PersistedFile(**kwargs)

An implementation of reahl.web.interfaces.PersistedFileProtocol. It represents a file that was input by a user.

Table Of Contents

Previous topic

Module reahl.web.interfaces

Next topic

Domain functionality