Serialized Form
-
Package common.http.interceptor
-
Class common.http.interceptor.InterceptableServlet extends HttpServlet implements Serializable
-
Serialized Fields
-
chains
Map<String,HttpServletBiConsumer> chains
-
-
-
-
Package media
-
Class media.ImageServlet extends InterceptableServlet implements Serializable
-
Serialized Fields
-
imageService
ImageService imageService
-
-
-
Class media.MediaRepository extends Object implements Serializable
-
Serialized Fields
-
sizeLimit
long sizeLimit
-
uploadRoot
Path uploadRoot
-
-
-
Class media.ReadLimitExceededException extends IOException implements Serializable
-
-
Package model.entity
-
Class model.entity.Ban extends Object implements Serializable
-
Class model.entity.Comment extends Object implements Serializable
-
Serialized Fields
-
author
User author
-
content
String content
-
creationDate
Instant creationDate
-
id
Integer id
-
parentComment
Comment parentComment
Riferimento al commento padre (o
null
se il commento in questione รจ un commento radice -
path
String path
Il percorso materializzato del commento, contenente tutti gli ID (in base 36) dei commenti che, da sinistra verso destra, costituiscono il percorso per arrivare al commento in questione a partire dalla radice.
-
post
Post post
-
votes
Map<User,CommentVote> votes
-
votesCount
Integer votesCount
-
-
-
Class model.entity.CommentVote extends Object implements Serializable
-
Serialized Fields
-
comment
Comment comment
-
id
CommentVote.Id id
-
user
User user
-
vote
Short vote
-
-
-
Class model.entity.CommentVote.Id extends Object implements Serializable
-
Serialized Fields
-
commentId
int commentId
-
userId
int userId
-
-
-
Class model.entity.Follow extends Object implements Serializable
-
Class model.entity.Follow.Id extends Object implements Serializable
-
Serialized Fields
-
sectionId
int sectionId
-
userId
int userId
-
-
-
Class model.entity.Post extends Object implements Serializable
-
Class model.entity.PostVote extends Object implements Serializable
-
Serialized Fields
-
id
PostVote.Id id
-
post
Post post
-
user
User user
-
vote
Short vote
-
-
-
Class model.entity.PostVote.Id extends Object implements Serializable
-
Serialized Fields
-
postId
int postId
-
userId
int userId
-
-
-
Class model.entity.Section extends Object implements Serializable
-
Class model.entity.User extends Object implements Serializable
-
-
Package model.repository
-
Class model.repository.CommentRepository extends Object implements Serializable
-
Serialized Fields
-
em
EntityManager em
-
-
-
Class model.repository.GenericRepository extends Object implements Serializable
-
Serialized Fields
-
em
EntityManager em
-
-
-
Class model.repository.PostRepository extends Object implements Serializable
-
Serialized Fields
-
em
EntityManager em
-
-
-
Class model.repository.SectionRepository extends Object implements Serializable
-
Serialized Fields
-
em
EntityManager em
-
-
-
Class model.repository.UserRepository extends Object implements Serializable
-
Serialized Fields
-
em
EntityManager em
-
-
-
-
Package usecase.auth
-
Class usecase.auth.AuthenticationRequiredException extends RuntimeException implements Serializable
-
Class usecase.auth.AuthenticationService extends Object implements Serializable
-
Serialized Fields
-
currentUserId
int currentUserId
-
genericRepository
GenericRepository genericRepository
-
passwordHash
Pbkdf2PasswordHash passwordHash
-
-
-
Class usecase.auth.AuthorizationException extends RuntimeException implements Serializable
-
Class usecase.auth.BannedUserException extends RuntimeException implements Serializable
-
Serialized Fields
-
duration
Instant duration
-
-
-
Class usecase.auth.Pbkdf2PasswordHash extends Object implements Serializable
-