序列化表格


软件包 play

play.Invoker.Suspend 继承 PlayException 实现 Serializable

序列化字段

timeout

long timeout
Suspend for a timeout (in milliseconds).


task

java.util.concurrent.Future<V> task
Wait for task execution.


软件包 play.data.parsing

play.data.parsing.ApacheMultipartParser.AutoFileItem 继承 java.lang.Object 实现 Serializable

序列化字段

fieldName

java.lang.String fieldName
The name of the form field as provided by the browser.


contentType

java.lang.String contentType
The content type passed by the browser, or null if not defined.


isFormField

boolean isFormField
Whether or not this item is a simple form field.


fileName

java.lang.String fileName
The original filename in the user's filesystem.


sizeThreshold

int sizeThreshold
The threshold above which uploads will be stored on disk.


repository

java.io.File repository
The directory in which uploaded files will be stored, if stored on disk.


cachedContent

byte[] cachedContent
Cached contents of the file.


dfos

org.apache.commons.io.output.DeferredFileOutputStream dfos
Output stream for this item.

play.data.parsing.ApacheMultipartParser.SizeException 继承 FileUploadException 实现 Serializable

序列化字段

actual

long actual
The actual size of the request.


permitted

long permitted
The maximum permitted size of the request.

play.data.parsing.MultipartStream.IllegalBoundaryException 继承 java.io.IOException 实现 Serializable

play.data.parsing.MultipartStream.MalformedStreamException 继承 java.io.IOException 实现 Serializable


软件包 play.data.validation

play.data.validation.CheckWithCheck 继承 net.sf.oval.configuration.annotation.AbstractAnnotationCheck<CheckWith> 实现 Serializable

序列化字段

variables

java.util.Map<K,V> variables

check

Check check

play.data.validation.EmailCheck 继承 net.sf.oval.configuration.annotation.AbstractAnnotationCheck<Email> 实现 Serializable

play.data.validation.EqualsCheck 继承 net.sf.oval.configuration.annotation.AbstractAnnotationCheck<Equals> 实现 Serializable

序列化字段

to

java.lang.String to

otherKey

java.lang.String otherKey

otherValue

java.lang.Object otherValue

play.data.validation.InFutureCheck 继承 net.sf.oval.configuration.annotation.AbstractAnnotationCheck<InFuture> 实现 Serializable

序列化字段

reference

java.util.Date reference

play.data.validation.InPastCheck 继承 net.sf.oval.configuration.annotation.AbstractAnnotationCheck<InPast> 实现 Serializable

序列化字段

reference

java.util.Date reference

play.data.validation.IPv4AddressCheck 继承 net.sf.oval.configuration.annotation.AbstractAnnotationCheck<IPv4Address> 实现 Serializable

play.data.validation.IPv6AddressCheck 继承 net.sf.oval.configuration.annotation.AbstractAnnotationCheck<IPv6Address> 实现 Serializable

play.data.validation.IsTrueCheck 继承 net.sf.oval.configuration.annotation.AbstractAnnotationCheck<IsTrue> 实现 Serializable

play.data.validation.MatchCheck 继承 net.sf.oval.configuration.annotation.AbstractAnnotationCheck<Match> 实现 Serializable

序列化字段

pattern

java.util.regex.Pattern pattern

play.data.validation.MaxCheck 继承 net.sf.oval.configuration.annotation.AbstractAnnotationCheck<Max> 实现 Serializable

序列化字段

max

double max

play.data.validation.MaxSizeCheck 继承 net.sf.oval.configuration.annotation.AbstractAnnotationCheck<MaxSize> 实现 Serializable

序列化字段

maxSize

int maxSize

play.data.validation.MinCheck 继承 net.sf.oval.configuration.annotation.AbstractAnnotationCheck<Min> 实现 Serializable

序列化字段

min

double min

play.data.validation.MinSizeCheck 继承 net.sf.oval.configuration.annotation.AbstractAnnotationCheck<MinSize> 实现 Serializable

序列化字段

minSize

int minSize

play.data.validation.PhoneCheck 继承 net.sf.oval.configuration.annotation.AbstractAnnotationCheck<Phone> 实现 Serializable

play.data.validation.RangeCheck 继承 net.sf.oval.configuration.annotation.AbstractAnnotationCheck<Range> 实现 Serializable

序列化字段

min

double min

max

double max

play.data.validation.RequiredCheck 继承 net.sf.oval.configuration.annotation.AbstractAnnotationCheck<Required> 实现 Serializable

play.data.validation.UniqueCheck 继承 net.sf.oval.configuration.annotation.AbstractAnnotationCheck<Unique> 实现 Serializable

序列化字段

uniqueKeyContext

java.lang.String uniqueKeyContext

play.data.validation.URLCheck 继承 net.sf.oval.configuration.annotation.AbstractAnnotationCheck<URL> 实现 Serializable

play.data.validation.ValidCheck 继承 net.sf.oval.configuration.annotation.AbstractAnnotationCheck<Required> 实现 Serializable

序列化字段

key

java.lang.String key

软件包 play.db

play.db.Evolutions.InconsistentDatabase 继承 PlayException 实现 Serializable

序列化字段

evolutionScript

java.lang.String evolutionScript

error

java.lang.String error

revision

int revision

play.db.Evolutions.InvalidDatabaseRevision 继承 PlayException 实现 Serializable

序列化字段

evolutionScript

java.lang.String evolutionScript

软件包 play.db.jpa

play.db.jpa.GenericModel 继承 JPABase 实现 Serializable

play.db.jpa.JPABase 继承 java.lang.Object 实现 Serializable

play.db.jpa.JPABase.JPAQueryException 继承 java.lang.RuntimeException 实现 Serializable

play.db.jpa.JPASupport 继承 GenericModel 实现 Serializable

play.db.jpa.Model 继承 GenericModel 实现 Serializable

序列化字段

id

java.lang.Long id

软件包 play.exceptions

play.exceptions.ActionNotFoundException 继承 PlayException 实现 Serializable

序列化字段

action

java.lang.String action

play.exceptions.BinderException 继承 UnexpectedException 实现 Serializable

play.exceptions.CacheException 继承 PlayException 实现 Serializable

序列化字段

sourceFile

java.lang.String sourceFile

source

java.util.List<E> source

line

java.lang.Integer line

play.exceptions.CompilationException 继承 PlayException 实现 Serializable

序列化字段

problem

java.lang.String problem

source

VirtualFile source

line

java.lang.Integer line

start

java.lang.Integer start

end

java.lang.Integer end

play.exceptions.ConfigurationException 继承 PlayException 实现 Serializable

play.exceptions.ContinuationsException 继承 PlayException 实现 Serializable

play.exceptions.DatabaseException 继承 PlayException 实现 Serializable

序列化字段

sourceFile

java.lang.String sourceFile

source

java.util.List<E> source

line

java.lang.Integer line

play.exceptions.JavaException 继承 PlayException 实现 Serializable

序列化字段

applicationClass

ApplicationClasses.ApplicationClass applicationClass

lineNumber

java.lang.Integer lineNumber

play.exceptions.JavaExecutionException 继承 JavaException 实现 Serializable

play.exceptions.JPAException 继承 PlayException 实现 Serializable

play.exceptions.MailException 继承 PlayException 实现 Serializable

序列化字段

sourceFile

java.lang.String sourceFile

source

java.util.List<E> source

line

java.lang.Integer line

play.exceptions.NoRouteFoundException 继承 PlayException 实现 Serializable

序列化字段

file

java.lang.String file

action

java.lang.String action

args

java.util.Map<K,V> args

sourceFile

java.lang.String sourceFile

source

java.util.List<E> source

line

java.lang.Integer line

play.exceptions.PlayException 继承 java.lang.RuntimeException 实现 Serializable

序列化字段

id

java.lang.String id

play.exceptions.TagInternalException 继承 java.lang.RuntimeException 实现 Serializable

play.exceptions.TemplateCompilationException 继承 TemplateException 实现 Serializable

play.exceptions.TemplateException 继承 PlayException 实现 Serializable

序列化字段

template

Template template

lineNumber

java.lang.Integer lineNumber

play.exceptions.TemplateExecutionException 继承 TemplateException 实现 Serializable

play.exceptions.TemplateExecutionException.DoBodyException 继承 java.lang.RuntimeException 实现 Serializable

play.exceptions.TemplateNotFoundException 继承 PlayException 实现 Serializable

序列化字段

path

java.lang.String path

sourceFile

java.lang.String sourceFile

source

java.util.List<E> source

line

java.lang.Integer line

play.exceptions.UnexpectedException 继承 PlayException 实现 Serializable

play.exceptions.YAMLException 继承 PlayException 实现 Serializable

序列化字段

e

org.yaml.snakeyaml.scanner.ScannerException e

yaml

VirtualFile yaml

软件包 play.libs

play.libs.Time.CronExpression 继承 java.lang.Object 实现 Serializable

serialVersionUID: 12423409423L

序列化方法

readObject

private void readObject(java.io.ObjectInputStream stream)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
抛出:
java.io.IOException
java.lang.ClassNotFoundException
序列化字段

cronExpression

java.lang.String cronExpression

timeZone

java.util.TimeZone timeZone

软件包 play.mvc

play.mvc.Http.Cookie 继承 java.lang.Object 实现 Serializable

序列化字段

name

java.lang.String name
Cookie name


domain

java.lang.String domain
Cookie domain


path

java.lang.String path
Cookie path


secure

boolean secure
for HTTPS ?


value

java.lang.String value
Cookie value


maxAge

java.lang.Integer maxAge
Cookie max-age in second


sendOnError

boolean sendOnError
Don't use


httpOnly

boolean httpOnly
See http://www.owasp.org/index.php/HttpOnly

play.mvc.Http.Header 继承 java.lang.Object 实现 Serializable

序列化字段

name

java.lang.String name
Header name


values

java.util.List<E> values
Header value

play.mvc.Http.Request 继承 java.lang.Object 实现 Serializable

序列化字段

host

java.lang.String host
Server host


path

java.lang.String path
Request path


querystring

java.lang.String querystring
QueryString


url

java.lang.String url
Full url


method

java.lang.String method
HTTP method


domain

java.lang.String domain
Server domain


remoteAddress

java.lang.String remoteAddress
Client address


contentType

java.lang.String contentType
Request content-type


encoding

java.lang.String encoding
This is the encoding used to decode this request. If encoding-info is not found in request, then Play.defaultWebEncoding is used


controller

java.lang.String controller
Controller to invoke


actionMethod

java.lang.String actionMethod
Action method name


port

java.lang.Integer port
HTTP port


secure

java.lang.Boolean secure
is HTTPS ?


headers

java.util.Map<K,V> headers
HTTP Headers


cookies

java.util.Map<K,V> cookies
HTTP Cookies


routeArgs

java.util.Map<K,V> routeArgs
Additional HTTP params extracted from route


format

java.lang.String format
Format (html,xml,json,text)


action

java.lang.String action
Full action (ex: Application.index)


args

java.util.Map<K,V> args
Free space to store your request specific data


date

java.util.Date date
When the request has been received


isNew

boolean isNew
New request or already submitted


user

java.lang.String user
HTTP Basic User


password

java.lang.String password
HTTP Basic Password


isLoopback

boolean isLoopback
Request comes from loopback interface


resolved

boolean resolved
ActionInvoker.resolvedRoutes was called?


params

Scope.Params params
Params


软件包 play.mvc.results

play.mvc.results.BadRequest 继承 Result 实现 Serializable

play.mvc.results.Error 继承 Result 实现 Serializable

序列化字段

status

int status

play.mvc.results.Forbidden 继承 Result 实现 Serializable

play.mvc.results.NoResult 继承 Result 实现 Serializable

play.mvc.results.NotFound 继承 Result 实现 Serializable

play.mvc.results.NotModified 继承 Result 实现 Serializable

序列化字段

etag

java.lang.String etag

play.mvc.results.Ok 继承 Result 实现 Serializable

play.mvc.results.Redirect 继承 Result 实现 Serializable

序列化字段

url

java.lang.String url

code

int code

play.mvc.results.RedirectToStatic 继承 Result 实现 Serializable

序列化字段

file

java.lang.String file

play.mvc.results.RenderBinary 继承 Result 实现 Serializable

序列化字段

inline

boolean inline

length

long length

file

java.io.File file

is

java.io.InputStream is

name

java.lang.String name

contentType

java.lang.String contentType

play.mvc.results.RenderHtml 继承 Result 实现 Serializable

序列化字段

text

java.lang.String text

play.mvc.results.RenderJson 继承 Result 实现 Serializable

序列化字段

json

java.lang.String json

play.mvc.results.RenderStatic 继承 Result 实现 Serializable

序列化字段

file

java.lang.String file

resolvedFile

VirtualFile resolvedFile

play.mvc.results.RenderTemplate 继承 Result 实现 Serializable

序列化字段

name

java.lang.String name

content

java.lang.String content

play.mvc.results.RenderText 继承 Result 实现 Serializable

序列化字段

text

java.lang.String text

play.mvc.results.RenderXml 继承 Result 实现 Serializable

序列化字段

xml

java.lang.String xml

play.mvc.results.Result 继承 FastRuntimeException 实现 Serializable

play.mvc.results.Status 继承 Result 实现 Serializable

序列化字段

code

int code

play.mvc.results.Unauthorized 继承 Result 实现 Serializable

序列化字段

realm

java.lang.String realm

play.mvc.results.WebSocketDisconnect 继承 WebSocketResult 实现 Serializable

play.mvc.results.WebSocketResult 继承 Result 实现 Serializable


软件包 play.server

play.server.ServletWrapper 继承 HttpServlet 实现 Serializable


软件包 play.utils

play.utils.FastRuntimeException 继承 java.lang.RuntimeException 实现 Serializable

play.utils.OrderSafeProperties 继承 java.util.Properties 实现 Serializable

序列化字段

keys

java.util.LinkedHashSet<E> keys

play.utils.Properties 继承 java.util.HashMap<java.lang.String,java.lang.String> 实现 Serializable

serialVersionUID: 1L



Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly