Serialized Form
-
Package com.karchan
-
Class RedirectingServlet
class RedirectingServlet extends HttpServlet implements Serializable
-
-
Package mmud.database.entities.characters
-
Class Administrator
class Administrator extends User implements Serializable-
Serialized Fields
-
visible
Boolean visible
-
-
-
Class Bot
class Bot extends Person implements Serializable-
Serialized Fields
-
guild
Guild guild
-
-
-
Class Mob
class Mob extends Person implements Serializable-
Serialized Fields
-
guild
Guild guild
-
-
-
Class Person
class Person extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
active
Integer active
-
afk
String afk
-
age
@Size(max=20) String age
-
alignment
Integer alignment
-
arm
@Size(max=40) String arm
-
attributes
Set<Charattribute> attributes
-
bandage
Integer bandage
-
beard
@Size(max=40) String beard
-
birth
LocalDateTime birth
-
complexion
@Size(max=40) String complexion
-
constitution
Integer constitution
-
copper
Integer copper
-
creation
@NotNull LocalDateTime creation
-
dexterity
Integer dexterity
-
drinkstats
Integer drinkstats
-
eatstats
Integer eatstats
-
experience
Integer experience
-
eyes
@Size(max=40) String eyes
-
face
@Size(max=40) String face
-
familyname
@Size(max=120) String familyname
-
fightable
Integer fightable
-
fightingwho
@Size(max=20) String fightingwho
-
fysically
Integer fysically
-
god
Integer god
-
hair
@Size(max=40) String hair
-
height
@Size(max=20) String height
-
intelligence
Integer intelligence
-
items
Set<Item> items
-
jumpmana
Integer jumpmana
-
jumpmove
Integer jumpmove
-
jumpvital
Integer jumpvital
-
leg
@Size(max=40) String leg
-
manastats
Integer manastats
-
maxmana
Integer maxmana
-
maxmove
Integer maxmove
-
maxvital
Integer maxvital
-
mentally
Integer mentally
-
movementstats
Integer movementstats
-
name
@NotNull @Size(min=3,max=20,message="Invalid name. Only letters are allowed and at least three letters are required, but not more than 20.") @Pattern(regexp="[a-zA-Z]{3,}",message="Invalid name. Only letters are allowed and at least three letters are required, but not more than 20.") String name
-
notes
@Size(max=65535) String notes
-
owner
Admin owner
-
posx
BigDecimal posx
-
posy
BigDecimal posy
-
posz
BigDecimal posz
-
practises
Integer practises
-
race
@NotNull @Size(min=1,max=50) String race
-
room
@NotNull Room room
-
rotx
BigDecimal rotx
-
roty
BigDecimal roty
-
rotz
BigDecimal rotz
-
scalex
BigDecimal scalex
-
scaley
BigDecimal scaley
-
scalez
BigDecimal scalez
-
sex
@NotNull Sex sex
-
sleep
Boolean sleep
-
state
@Size(max=65535) String state
-
strength
Integer strength
-
title
@Size(max=254) String title
-
training
Integer training
-
vitals
Integer vitals
-
wearaboutbody
Item wearaboutbody
-
weararms
Item weararms
-
wearears
Item wearears
-
weareyes
Item weareyes
-
wearfeet
Item wearfeet
-
wearfloatingnearby
Item wearfloatingnearby
-
wearhands
Item wearhands
-
wearhead
Item wearhead
-
wearleftfinger
Item wearleftfinger
-
wearleftwrist
Item wearleftwrist
-
wearlegs
Item wearlegs
-
wearneck
Item wearneck
-
wearrightfinger
Item wearrightfinger
-
wearrightwrist
Item wearrightwrist
-
weartorso
Item weartorso
-
wearwaist
Item wearwaist
-
websocketSupport
boolean websocketSupport
-
width
@Size(max=40) String width
-
wieldboth
Item wieldboth
-
wieldleft
Item wieldleft
-
wieldright
Item wieldright
-
wimpy
Integer wimpy
-
wisdom
Integer wisdom
-
-
Class Shopkeeper
class Shopkeeper extends Bot implements Serializable -
Class User
class User extends Person implements Serializable-
Serialized Fields
-
address
@Size(min=5,max=200) String address
-
cgiAccept
@Size(max=40) String cgiAccept
-
cgiAuthType
@Size(max=40) String cgiAuthType
-
cgiContentType
@Size(max=40) String cgiContentType
-
cgiGatewayInterface
@Size(max=40) String cgiGatewayInterface
-
cgiPathInfo
@Size(max=40) String cgiPathInfo
-
cgiPathTranslated
@Size(max=40) String cgiPathTranslated
-
cgiRemoteAddr
@Size(max=40) String cgiRemoteAddr
-
cgiRemoteHost
@Size(max=40) String cgiRemoteHost
-
cgiRemoteIdent
@Size(max=40) String cgiRemoteIdent
-
cgiRemoteUser
@Size(max=40) String cgiRemoteUser
-
cgiRequestMethod
@Size(max=40) String cgiRequestMethod
-
cgiScriptName
@Size(max=40) String cgiScriptName
-
cgiServerName
@Size(max=40) String cgiServerName
-
cgiServerPort
@Size(max=40) String cgiServerPort
-
cgiServerProtocol
@Size(max=40) String cgiServerProtocol
-
cgiServerSoftware
@Size(max=40) String cgiServerSoftware
-
cgiUserAgent
@Size(max=40) String cgiUserAgent
-
chatlines
Set<Chatlineusers> chatlines
-
email
@Size(max=40) String email
-
guild
Guild guild
-
guildrank
Guildrank guildrank
The guild rank of this person. Let me remind you that the "guild" is already used twice here. This means that one of the two is going to be read-only by means of the insertable and updatable as false. -
heehaws
Integer heehaws
-
ignoredSet
Set<User> ignoredSet
The list of people that is ignoring you. -
ignoringSet
Set<User> ignoringSet
The list of people that you are ignoring. -
lastlogin
LocalDateTime lastlogin
-
macroCollection
Set<Macro> macroCollection
-
newpassword
@Size(max=128) String newpassword
-
ooc
Boolean ooc
-
punishment
Integer punishment
-
realname
@Size(max=80) String realname
-
rrribbits
Integer rrribbits
-
timeout
LocalDateTime timeout
-
-
-
-
Package mmud.database.entities.game
-
Class Admin
class Admin extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
areaCollection
Collection<Area> areaCollection
-
boardCollection
Collection<Board> boardCollection
-
commandCollection
Collection<UserCommand> commandCollection
-
created
@NotNull LocalDateTime created
-
email
@NotNull @Size(min=1,max=80) String email
-
eventCollection
Collection<Event> eventCollection
-
guildCollection
Collection<Guild> guildCollection
-
ip
@NotNull @Size(min=1,max=38) String ip
-
itemCollection
Collection<Item> itemCollection
-
itemDefinitionCollection
Collection<ItemDefinition> itemDefinitionCollection
-
methodCollection
Collection<Method> methodCollection
-
mmCommandsCollection
Collection<UserCommand> mmCommandsCollection
-
name
@NotNull @Size(min=1,max=39) String name
-
personCollection
Collection<Person> personCollection
-
roomCollection
Collection<Room> roomCollection
-
validuntil
@NotNull LocalDate validuntil
-
-
Class Answer
class Answer extends Object implements Serializable- serialVersionUID:
- 1L
-
Class AnswerPK
class AnswerPK extends Object implements Serializable -
Class Area
class Area extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
area
@NotNull @Size(min=1,max=49) String area
-
creation
@NotNull LocalDateTime creation
-
description
@NotNull @Size(min=1,max=65535) String description
-
owner
Admin owner
-
roomCollection
Collection<Room> roomCollection
-
shortdescription
@NotNull @Size(min=1,max=255) String shortdescription
-
-
Class BannedName
class BannedName extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
creation
@NotNull LocalDateTime creation
-
days
Integer days
-
deputy
@Size(max=20) String deputy
-
name
@NotNull @Size(min=1,max=20) String name
-
reason
@Size(max=255) String reason
-
-
Class BanTable
class BanTable extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
Class Board
class Board extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
creation
@NotNull LocalDateTime creation
-
description
@NotNull @Size(min=1,max=65535) String description
-
id
@NotNull Long id
-
messages
Set<BoardMessage> messages
-
name
@NotNull @Size(min=1,max=80) String name
-
owner
Admin owner
-
room
@NotNull Room room
-
-
Class BoardMessage
class BoardMessage extends Object implements Serializable- serialVersionUID:
- 1L
-
Class Charattribute
class Charattribute extends Object implements Serializable- serialVersionUID:
- 1L
-
Class Commandlog
class Commandlog extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
command
@NotNull @Size(min=0,max=255) String command
-
id
Long id
-
name
@NotNull @Size(min=1,max=20) String name
-
stamp
@NotNull LocalDateTime stamp
-
-
Class ErrorMessage
class ErrorMessage extends Object implements Serializable- serialVersionUID:
- 1L
-
Class Event
class Event extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
Class Eventlog
class Eventlog extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
addendum
@Size(max=65535) String addendum
-
creation
@NotNull LocalDateTime creation
-
id
@NotNull Long id
-
message
@NotNull @Size(min=1,max=255) String message
-
name
@NotNull @Size(min=1,max=20) String name
-
-
Class Guild
class Guild extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
active
@NotNull Boolean active
-
activeMembers
Set<User> activeMembers
-
boss
User boss
-
colour
@Size(max=100) @Pattern(regexp="[#a-zA-Z0-9]{3,}",message="Invalid guildcolour. Only (at least three) letters are allowed or a hex code.") String colour
-
creation
LocalDateTime creation
-
daysguilddeath
Integer daysguilddeath
-
guilddescription
@Size(max=65535) String guilddescription
-
guildrankCollection
Set<Guildrank> guildrankCollection
-
guildurl
@Size(max=255) String guildurl
-
imageurl
@Size(max=255) String imageurl
-
logonmessage
@Size(max=65535) String logonmessage
-
maxguilddeath
Integer maxguilddeath
-
members
Set<User> members
-
minguildlevel
Integer minguildlevel
-
minguildmembers
Integer minguildmembers
-
name
@NotNull @Size(min=1,max=20) @Pattern(regexp="[a-zA-Z]{3,}",message="Invalid guildname. Only letters are allowed, and there should be at least three.") String name
-
owner
Admin owner
-
title
@Size(max=100) String title
-
-
Class Guildrank
class Guildrank extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
acceptAccess
@NotNull boolean acceptAccess
-
guild
Guild guild
-
guildrankPK
GuildrankPK guildrankPK
-
logonmessageAccess
@NotNull boolean logonmessageAccess
-
rejectAccess
@NotNull boolean rejectAccess
-
settingsAccess
@NotNull boolean settingsAccess
-
title
@NotNull @Size(min=1,max=255) String title
-
-
Class GuildrankPK
class GuildrankPK extends Object implements Serializable-
Serialized Fields
-
guildlevel
@NotNull int guildlevel
-
guildname
@NotNull @Size(min=1,max=20) String guildname
-
-
-
Class Help
class Help extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
command
@NotNull @Size(min=1,max=20) String command
-
contents
@NotNull @Size(min=1,max=65535) String contents
-
example1
@Size(max=120) String example1
-
example1a
@Size(max=120) String example1a
-
example1b
@Size(max=120) String example1b
-
example2
@Size(max=120) String example2
-
example2a
@Size(max=120) String example2a
-
example2b
@Size(max=120) String example2b
-
example2c
@Size(max=120) String example2c
-
seealso
@Size(max=120) String seealso
-
synopsis
@Size(max=120) String synopsis
-
-
Class Log
class Log extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
addendum
@Size(max=65535) String addendum
-
creation
@NotNull LocalDateTime creation
-
deputy
boolean deputy
-
id
Long id
-
message
@NotNull @Size(min=1,max=255) String message
-
name
@Size(min=1,max=20) String name
-
-
Class Macro
class Macro extends Object implements Serializable- serialVersionUID:
- 1L
-
Class MacroPK
class MacroPK extends Object implements Serializable -
Class Mail
class Mail extends Object implements Serializable- serialVersionUID:
- 1L
-
Class MailReceiver
class MailReceiver extends Object implements Serializable- serialVersionUID:
- 1L
-
Class Method
class Method extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
commandCollection
Collection<UserCommand> commandCollection
-
creation
@NotNull LocalDateTime creation
-
eventCollection
Collection<Event> eventCollection
-
mmCommandsCollection
Collection<UserCommand> mmCommandsCollection
-
name
@NotNull @Size(min=1,max=52) String name
-
owner
Admin owner
-
src
@NotNull @Size(min=1,max=65535) String src
-
-
Class Room
class Room extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
area
Area area
-
attributes
Set<Roomattribute> attributes
-
boards
Set<Board> boards
-
contents
@NotNull @Size(min=1,max=65535) String contents
-
creation
@NotNull LocalDateTime creation
-
curx
BigDecimal curx
-
cury
BigDecimal cury
-
curz
BigDecimal curz
-
down
Room down
-
east
Room east
-
id
@NotNull Long id
-
items
Set<Item> items
-
maxx
BigDecimal maxx
-
maxy
BigDecimal maxy
-
maxz
BigDecimal maxz
-
minx
BigDecimal minx
-
miny
BigDecimal miny
-
minz
BigDecimal minz
-
north
Room north
-
owner
Admin owner
-
persons
Set<Person> persons
-
picture
@Size(max=120) String picture
-
roomCollection
Collection<Room> roomCollection
-
roomCollection1
Collection<Room> roomCollection1
-
roomCollection2
Collection<Room> roomCollection2
-
roomCollection3
Collection<Room> roomCollection3
-
roomCollection4
Collection<Room> roomCollection4
-
roomCollection5
Collection<Room> roomCollection5
-
south
Room south
-
title
@NotNull @Size(min=1,max=120) String title
-
up
Room up
-
west
Room west
-
-
Class Roomattribute
class Roomattribute extends Object implements Serializable- serialVersionUID:
- 1L
-
Class SillyName
class SillyName extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
name
@NotNull @Size(min=1,max=40) String name
-
-
Class UnbanTable
class UnbanTable extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
name
@NotNull @Size(min=1,max=20) String name
-
-
Class UserCommand
class UserCommand extends Object implements Serializable- serialVersionUID:
- 1L
-
Class Worldattribute
class Worldattribute extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
contents
@Size(max=65535) String contents
-
creation
@NotNull LocalDateTime creation
-
name
@NotNull @Size(min=1,max=180) String name
-
owner
Admin owner
-
type
@NotNull @Size(min=1,max=40) String type
-
-
-
Package mmud.database.entities.items
-
Class Item
class Item extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
belongsto
Person belongsto
-
container
Item container
-
creation
@NotNull LocalDateTime creation
-
discriminator
@NotNull Integer discriminator
Indicates what kind of item it is. Current values are used:- 0, a normal item
- 1, a shopkeeper list
- 2, a writable item like a board
-
id
Integer id
-
itemattributeCollection
List<Itemattribute> itemattributeCollection
-
itemDefinition
ItemDefinition itemDefinition
-
items
Set<Item> items
-
owner
Admin owner
-
room
Room room
-
-
Class Itemattribute
class Itemattribute extends Object implements Serializable- serialVersionUID:
- 1L
-
Class ItemDefinition
class ItemDefinition extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
adjectives
@Size(max=200) @Pattern(regexp="[a-zA-Z-', ]*",message="Only letters, spaces, apostrophes, comma's and dashes (-) are allowed.") String adjectives
-
bound
@NotNull boolean bound
-
capacity
Integer capacity
-
container
@NotNull int container
-
containtype
Integer containtype
-
copper
Integer copper
-
creation
@NotNull LocalDateTime creation
-
damageresistance
Integer damageresistance
-
description
@NotNull @Size(min=1,max=65535) String description
-
discriminator
@NotNull Integer discriminator
-
drinkable
@Size(max=65535) String drinkable
-
dropable
Integer dropable
-
eatable
@Size(max=65535) String eatable
-
getable
Integer getable
-
hitincrease
Integer hitincrease
-
id
@NotNull Long id
-
image
String image
-
isopenable
@NotNull int isopenable
-
itemCollection
Collection<Item> itemCollection
-
key
ItemDefinition key
-
lightable
Boolean lightable
-
manaincrease
Integer manaincrease
-
movementincrease
Integer movementincrease
-
name
@Size(min=1,max=100) @Pattern(regexp="[a-zA-Z-]{1,}",message="Only letters and dash (-) are allowed and at least one letter is required.") String name
-
notes
@Size(max=65535) String notes
-
owner
Admin owner
-
pasdefense
Integer pasdefense
-
readdescription
@Size(max=65535) String readdescription
-
title
String title
-
visible
Integer visible
-
vitalincrease
Integer vitalincrease
-
wearable
Integer wearable
-
weight
@NotNull int weight
-
wieldable
Integer wieldable
-
-
Class NormalItem
class NormalItem extends Item implements Serializable -
Class ShopkeeperList
class ShopkeeperList extends Item implements Serializable-
Serialized Fields
-
shopkeeper
@NotNull Shopkeeper shopkeeper
In the database, this column is actually Nullable, as it has no value for superclasses of shopkeeperlist.
-
-
-
-
Package mmud.database.entities.web
-
Class Blog
class Blog extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
contents
@NotNull @Size(min=1,max=65535) String contents
-
createDate
@NotNull LocalDateTime createDate
-
id
Long id
-
modifiedDate
@NotNull LocalDateTime modifiedDate
-
owner
Admin owner
-
title
@NotNull @Size(min=1,max=250) String title
-
urlTitle
@NotNull @Size(min=1,max=250) String urlTitle
-
-
Class CharacterInfo
class CharacterInfo extends Object implements Serializable- serialVersionUID:
- 1L
-
Class Family
class Family extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
description
FamilyValue description
-
familyPK
FamilyPK familyPK
-
-
Class FamilyPK
class FamilyPK extends Object implements Serializable -
Class FamilyValue
class FamilyValue extends Object implements Serializable- serialVersionUID:
- 1L
-
Class Faq
class Faq extends Object implements Serializable- serialVersionUID:
- 1L
-
Class HistoricTemplate
class HistoricTemplate extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
comment
@NotNull @Size(min=1,max=255) String comment
-
content
@NotNull @Size(min=1,max=65535) String content
-
created
@NotNull LocalDateTime created
-
editor
@NotNull @Size(min=1,max=20) String editor
-
id
Long id
-
modified
@NotNull LocalDateTime modified
-
name
@NotNull @Size(min=1,max=90) String name
-
version
@Min(1L) @NotNull BigDecimal version
-
-
Class HtmlTemplate
class HtmlTemplate extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
comment
@NotNull @Size(min=1,max=255) String comment
-
content
@NotNull @Size(min=1,max=65535) String content
-
created
@NotNull LocalDateTime created
-
editor
@NotNull @Size(min=1,max=20) String editor
-
id
@NotNull Long id
-
modified
@NotNull LocalDateTime modified
-
name
@NotNull @Size(min=1,max=90) String name
-
version
@Min(1L) @NotNull BigDecimal version
-
-
Class Image
class Image extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
content
@NotNull byte[] content
-
createDate
@NotNull LocalDateTime createDate
-
id
Long id
-
length
@NotNull int length
-
mimeType
@NotNull @Size(min=1,max=100) String mimeType
-
owner
User owner
-
url
@NotNull @Size(min=1,max=200) @Pattern(regexp="^\\/[a-zA-Z0-9\\-]+(\\/[a-zA-Z0-9\\-]+)*\\.[a-zA-Z]{3,3}$",message="Invalid url. Only letters, digits and a - or / are allowed, must start with a / and end with a file extention containing three letters.") String url
-
-
Class Link
class Link extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
creation
@NotNull LocalDateTime creation
-
linkname
@NotNull @Size(min=1,max=255) String linkname
-
name
@NotNull @Size(min=1,max=20) String name
-
type
@NotNull int type
-
url
@NotNull @Size(min=1,max=255) String url
-
-
Class Users
class Users extends Object implements Serializable- serialVersionUID:
- 1L
-
Class Wikipage
class Wikipage extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
administration
@NotNull boolean administration
-
children
List<Wikipage> children
-
comment
@Size(max=200) @Pattern(regexp="^[a-zA-Z0-9- ]*$",message="For comments only letters, digits, dash and spaces are allowed.") String comment
-
content
@NotNull @Size(min=1,max=65535) String content
-
createDate
@NotNull LocalDateTime createDate
-
htmlContent
String htmlContent
-
modifiedDate
@NotNull LocalDateTime modifiedDate
-
name
@NotNull @Size(min=1,max=100) String name
-
ordering
Integer ordering
-
parent
Wikipage parent
-
summary
@Size(max=65535) String summary
-
title
@NotNull @Size(min=1,max=200) @Pattern(regexp="^[a-zA-Z0-9- ]*$",message="For the title of a wikipage only letters, digits, dash and spaces are allowed.") String title
-
version
@NotNull @Size(min=1,max=10) String version
-
-
Class WikipageHistory
class WikipageHistory extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
administration
@NotNull boolean administration
-
comment
@Size(max=200) String comment
-
content
@NotNull @Size(min=1,max=65535) String content
-
createDate
@NotNull LocalDateTime createDate
-
id
Long id
-
modifiedDate
@NotNull LocalDateTime modifiedDate
-
name
@NotNull @Size(min=1,max=100) String name
-
ordering
Integer ordering
-
parentTitle
@Size(max=100) String parentTitle
-
summary
@Size(max=65535) String summary
-
title
@NotNull @Size(min=1,max=200) String title
-
version
@NotNull @Size(min=1,max=10) String version
-
-
-
Package mmud.exceptions
-
Exception Class BoardException
class BoardException extends MudException implements Serializable -
Exception Class ChatlineAlreadyExistsException
class ChatlineAlreadyExistsException extends ChatlineException implements Serializable -
Exception Class ChatlineException
class ChatlineException extends MudException implements Serializable -
Exception Class ChatlineNotFoundException
class ChatlineNotFoundException extends ChatlineException implements Serializable -
Exception Class ChatlineOperationNotAllowedException
class ChatlineOperationNotAllowedException extends ChatlineException implements Serializable -
Exception Class ItemException
class ItemException extends MudException implements Serializable -
Exception Class JsonException
class JsonException extends MudWebException implements Serializable -
Exception Class MoneyException
class MoneyException extends MudException implements Serializable -
Exception Class MudException
class MudException extends RuntimeException implements Serializable -
Exception Class MudWebException
class MudWebException extends RuntimeException implements Serializable -
Exception Class ParseException
class ParseException extends MudException implements Serializable -
Exception Class PersonNotFoundException
class PersonNotFoundException extends MudException implements Serializable -
Exception Class RegularExpressionException
class RegularExpressionException extends MudException implements Serializable
-
-
Package org.karchan
-
Class WebsiteServlet
class WebsiteServlet extends HttpServlet implements Serializable-
Serialized Fields
-
freemarker
Freemarker freemarker
-
mailChecker
MailChecker mailChecker
-
menuFactory
MenuFactory menuFactory
-
redirectHttps
Optional<String> redirectHttps
For example: https://www.karchan.org. If it isn't configured, then no redirect takes place. -
securityContext
SecurityContext securityContext
-
-
-
Class WikipagePreviewServlet
class WikipagePreviewServlet extends HttpServlet implements Serializable
-
-
Package org.karchan.images
-
Class ImageServlet
class ImageServlet extends HttpServlet implements Serializable-
Serialized Fields
-
imageService
ImageService imageService
-
-
-