A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _
A
- absolute() -
类 play.mvc.Router.ActionDefinition 中的方法
-
- accept(Resource) -
类 play.deps.YamlParser 中的方法
-
- ACCEPTED -
类 play.mvc.Http.StatusCode 中的静态变量
-
- acceptLanguage() -
类 play.mvc.Http.Request 中的方法
- Return the languages requested by the browser, ordered by preference (preferred first).
- accepts(HttpRequest) -
类 play.server.FileService.ByteRangeInput 中的静态方法
-
- acceptsURL(String) -
类 play.db.DBConfig.ProxyDriver 中的方法
-
- acceptsURL(String) -
类 play.db.DBPlugin.ProxyDriver 中的方法
-
- accessControl(String) -
类 play.mvc.Http.Response 中的方法
- Add headers to allow cross-domain requests.
- accessControl(String, boolean) -
类 play.mvc.Http.Response 中的方法
- Add headers to allow cross-domain requests.
- accessControl(String, String, boolean) -
类 play.mvc.Http.Response 中的方法
- Add headers to allow cross-domain requests.
- accessToken -
类 play.libs.OAuth2.Response 中的变量
-
- accessTokenURL -
类 play.libs.OAuth.ServiceInfo 中的变量
-
- accessTokenURL -
类 play.libs.OAuth2 中的变量
-
- action -
类 play.mvc.Http.Request 中的变量
- Full action (ex: Application.index)
- action -
类 play.mvc.Router.ActionDefinition 中的变量
-
- action -
类 play.mvc.Router.Route 中的变量
-
- Action<T> - play.utils 中的 接口
-
- ActionInvoker - play.mvc 中的 类
- Invoke an action after an HTTP request.
- ActionInvoker() -
类 play.mvc.ActionInvoker 的构造方法
-
- actionMethod -
类 play.mvc.Http.Request 中的变量
- Action method name
- ActionNotFoundException - play.exceptions 中的 异常
- Missing action
- ActionNotFoundException(String, Throwable) -
异常 play.exceptions.ActionNotFoundException 的构造方法
-
- add(String, Object, String) -
类 play.cache.Cache 中的静态方法
- Add an element only if it doesn't exist.
- add(String, Object) -
类 play.cache.Cache 中的静态方法
- Add an element only if it doesn't exist and store it indefinitely.
- add(String, Object, int) -
接口 play.cache.CacheImpl 中的方法
-
- add(String, Object, int) -
类 play.cache.EhCacheImpl 中的方法
-
- add(String, Object, int) -
类 play.cache.MemcachedImpl 中的方法
-
- add(ApplicationClasses.ApplicationClass) -
类 play.classloading.ApplicationClasses 中的方法
- Put a new class to the cache.
- add(String...) -
类 play.db.helper.SqlQuery.Concat 中的方法
-
- add(String, Object) -
类 play.mvc.Router.ActionDefinition 中的方法
-
- add(String[], String) -
类 play.templates.JavaExtensions 中的静态方法
-
- add(TestEngine.TestResult) -
类 play.test.TestEngine.TestResults 中的方法
-
- addAttachment(EmailAttachment...) -
类 play.mvc.Mailer 中的静态方法
-
- addBcc(Object...) -
类 play.mvc.Mailer 中的静态方法
-
- addCc(Object...) -
类 play.mvc.Mailer 中的静态方法
-
- addChild(ParamNode) -
类 play.data.binding.ParamNode 中的方法
-
- addConfiguration(String, Ejb3Configuration) -
类 play.db.jpa.JPA 中的静态方法
-
- addError(String, String, String...) -
类 play.data.validation.Validation 中的静态方法
- Add an error
- addFormat(String) -
类 play.mvc.Router.Route 中的方法
-
- addHeader(String, String) -
类 play.mvc.Mailer 中的静态方法
-
- addMimeTypes() -
类 play.PlayPlugin 中的方法
- Override to provide additional mime types from your plugin.
- addModule(String, File) -
类 play.Play 中的静态方法
- Add a play application (as plugin)
- addNoise() -
类 play.libs.Images.Captcha 中的方法
- Add noise to the captcha.
- addNoise(String) -
类 play.libs.Images.Captcha 中的方法
- Add noise to the captcha.
- addParam(String, String, String) -
类 play.libs.URLs 中的静态方法
-
- addParams(String) -
类 play.mvc.Router.Route 中的方法
-
- addPlugin(PlayPlugin) -
类 play.plugins.PluginCollection 中的方法
- Adds one plugin and enables it
- addQueryString(AsyncHttpClient.BoundRequestBuilder) -
类 play.libs.ws.WSAsync.WSAsyncRequest 中的方法
- Adds the queryString-part of the url to the BoundRequestBuilder
- addRecipient(Object...) -
类 play.mvc.Mailer 中的静态方法
-
- addRef(String) -
类 play.mvc.Router.ActionDefinition 中的方法
-
- addRoute(int, String, String, String, String, String) -
类 play.mvc.Router 中的静态方法
- Add a route at the given position
- addRoute(int, String, String, String) -
类 play.mvc.Router 中的静态方法
- Add a route at the given position
- addRoute(int, String, String, String, String) -
类 play.mvc.Router 中的静态方法
- Add a route at the given position
- addRoute(String, String, String) -
类 play.mvc.Router 中的静态方法
- Add a new route.
- addRoute(String, String, String, String) -
类 play.mvc.Router 中的静态方法
- Add a route at the given position
- addRoute(String, String, String, String, String) -
类 play.mvc.Router 中的静态方法
- Add a route
- addSlashes(Object) -
类 play.templates.JavaExtensions 中的静态方法
-
- addTemplateExtensions() -
类 play.PlayPlugin 中的方法
-
- addTemplateExtensions() -
类 play.plugins.PluginCollection 中的方法
-
- addToResponse(Http.Response, HttpResponse) -
类 play.server.PlayHandler 中的静态方法
-
- addToSet(int, int, int, int) -
类 play.libs.Time.CronExpression 中的方法
-
- after() -
类 play.Invoker.Invocation 中的方法
- Things to do after an Invocation.
- After - play.mvc 中的 注释类型
- Mark this method as @After interceptor
- afterActionInvocation() -
类 play.PlayPlugin 中的方法
- Called at the end of the action invocation.
- afterActionInvocation() -
类 play.plugins.PluginCollection 中的方法
-
- afterApplicationStart() -
类 play.jobs.JobsPlugin 中的方法
-
- afterApplicationStart() -
类 play.PlayPlugin 中的方法
- Called after the application start.
- afterApplicationStart() -
类 play.plugins.PluginCollection 中的方法
-
- afterFixtureLoad() -
类 play.db.jpa.JPAPlugin 中的方法
-
- afterFixtureLoad() -
类 play.PlayPlugin 中的方法
-
- afterFixtureLoad() -
类 play.plugins.PluginCollection 中的方法
-
- afterInvocation() -
类 play.db.jpa.JPAPlugin 中的方法
-
- afterInvocation() -
类 play.PlayPlugin 中的方法
- Called after an invocation.
- afterInvocation() -
类 play.plugins.PluginCollection 中的方法
-
- all() -
类 play.classloading.ApplicationClasses 中的方法
- All loaded classes.
- all() -
类 play.db.jpa.GenericModel 中的静态方法
- Prepare a query to find *all* entities.
- all(String) -
类 play.db.jpa.JPQL 中的方法
-
- all(String) -
类 play.i18n.Messages 中的静态方法
- return all messages for a locale
- all() -
类 play.mvc.Scope.Params 中的方法
-
- all() -
类 play.mvc.Scope.Session 中的方法
-
- ALL_SPEC -
类 play.libs.Time.CronExpression 中的静态变量
-
- ALL_SPEC_INT -
类 play.libs.Time.CronExpression 中的静态变量
-
- allFunctionalTests() -
类 play.test.TestEngine 中的静态方法
-
- allPlugins -
类 play.plugins.PluginCollection 中的变量
- List that holds all loaded plugins, enabled or disabled
- allPlugins_readOnlyCopy -
类 play.plugins.PluginCollection 中的变量
- Readonly copy of allPlugins - updated each time allPlugins is updated.
- allSeleniumTests() -
类 play.test.TestEngine 中的静态方法
-
- allSimple() -
类 play.mvc.Scope.Params 中的方法
-
- allUnitTests() -
类 play.test.TestEngine 中的静态方法
-
- and(F.Matcher<R, NR>) -
类 play.libs.F.Matcher 中的方法
-
- andWhere(String...) -
类 play.db.helper.SqlSelect 中的方法
-
- andWhere(SqlSelect.Where...) -
类 play.db.helper.SqlSelect 中的方法
-
- andWhere(String...) -
类 play.db.helper.SqlSelect.Where 中的方法
-
- annotation -
类 play.data.validation.Validation.Validator 中的变量
-
- AnnotationHelper - play.data.binding 中的 类
-
- AnnotationHelper() -
类 play.data.binding.AnnotationHelper 的构造方法
-
- ANSIConsoleAppender - play.utils 中的 类
- Colour-coded console appender for Log4J.
- ANSIConsoleAppender() -
类 play.utils.ANSIConsoleAppender 的构造方法
-
- ApacheMultipartParser - play.data.parsing 中的 类
- From Apache commons fileupload.
- ApacheMultipartParser() -
类 play.data.parsing.ApacheMultipartParser 的构造方法
-
- ApacheMultipartParser.AutoFileItem - play.data.parsing 中的 类
-
- ApacheMultipartParser.AutoFileItem(FileItemStream) -
类 play.data.parsing.ApacheMultipartParser.AutoFileItem 的构造方法
-
- ApacheMultipartParser.SizeException - play.data.parsing 中的 异常
- This exception is thrown, if a requests permitted size is exceeded.
- ApacheMultipartParser.SizeException(String, long, long) -
异常 play.data.parsing.ApacheMultipartParser.SizeException 的构造方法
- Creates a new instance.
- append(Object) -
类 play.db.helper.SqlQuery.Concat 中的方法
-
- appendRoute(String, String, String, String, String, String, int) -
类 play.mvc.Router 中的静态方法
- This is used internally when reading the route file.
- APPLICATION_X_WWW_FORM_URLENCODED -
类 play.test.FunctionalTest 中的静态变量
-
- ApplicationClasses - play.classloading 中的 类
- Application classes container.
- ApplicationClasses() -
类 play.classloading.ApplicationClasses 的构造方法
-
- ApplicationClasses.ApplicationClass - play.classloading 中的 类
- Represent a application class
- ApplicationClasses.ApplicationClass() -
类 play.classloading.ApplicationClasses.ApplicationClass 的构造方法
-
- ApplicationClasses.ApplicationClass(String) -
类 play.classloading.ApplicationClasses.ApplicationClass 的构造方法
-
- ApplicationClassloader - play.classloading 中的 类
- The application classLoader.
- ApplicationClassloader() -
类 play.classloading.ApplicationClassloader 的构造方法
-
- ApplicationClassloaderState - play.classloading 中的 类
- Each unique instance of this class represent a State of the ApplicationClassloader.
- ApplicationClassloaderState() -
类 play.classloading.ApplicationClassloaderState 的构造方法
-
- ApplicationCompiler - play.classloading 中的 类
- Java compiler (uses eclipse JDT)
- ApplicationCompiler(ApplicationClasses) -
类 play.classloading.ApplicationCompiler 的构造方法
- Try to guess the magic configuration options
- applicationPath -
类 play.Play 中的静态变量
- The application root
- apply(Http.Request, Http.Response) -
异常 play.mvc.results.BadRequest 中的方法
-
- apply(Http.Request, Http.Response) -
异常 play.mvc.results.Error 中的方法
-
- apply(Http.Request, Http.Response) -
异常 play.mvc.results.Forbidden 中的方法
-
- apply(Http.Request, Http.Response) -
异常 play.mvc.results.NoResult 中的方法
-
- apply(Http.Request, Http.Response) -
异常 play.mvc.results.NotFound 中的方法
-
- apply(Http.Request, Http.Response) -
异常 play.mvc.results.NotModified 中的方法
-
- apply(Http.Request, Http.Response) -
异常 play.mvc.results.Ok 中的方法
-
- apply(Http.Request, Http.Response) -
异常 play.mvc.results.Redirect 中的方法
-
- apply(Http.Request, Http.Response) -
异常 play.mvc.results.RedirectToStatic 中的方法
-
- apply(Http.Request, Http.Response) -
异常 play.mvc.results.RenderBinary 中的方法
-
- apply(Http.Request, Http.Response) -
异常 play.mvc.results.RenderHtml 中的方法
-
- apply(Http.Request, Http.Response) -
异常 play.mvc.results.RenderJson 中的方法
-
- apply(Http.Request, Http.Response) -
异常 play.mvc.results.RenderStatic 中的方法
-
- apply(Http.Request, Http.Response) -
异常 play.mvc.results.RenderTemplate 中的方法
-
- apply(Http.Request, Http.Response) -
异常 play.mvc.results.RenderText 中的方法
-
- apply(Http.Request, Http.Response) -
异常 play.mvc.results.RenderXml 中的方法
-
- apply(Http.Request, Http.Response) -
异常 play.mvc.results.Result 中的方法
-
- apply(Http.Request, Http.Response) -
异常 play.mvc.results.Status 中的方法
-
- apply(Http.Request, Http.Response) -
异常 play.mvc.results.Unauthorized 中的方法
-
- apply(Http.Request, Http.Inbound, Http.Outbound) -
异常 play.mvc.results.WebSocketDisconnect 中的方法
-
- apply(Http.Request, Http.Inbound, Http.Outbound) -
异常 play.mvc.results.WebSocketResult 中的方法
-
- apply(Http.Request, Http.Response) -
异常 play.mvc.results.WebSocketResult 中的方法
-
- applyScript(boolean) -
类 play.db.Evolutions 中的静态方法
-
- archive() -
类 play.libs.F.ArchivedEventStream 中的方法
-
- args -
类 play.mvc.Http.Request 中的变量
- Free space to store your request specific data
- args -
类 play.mvc.Router.ActionDefinition 中的变量
-
- array() -
类 play.server.FileChannelBuffer 中的方法
-
- arrayequals(byte[], byte[], int) -
类 play.data.parsing.MultipartStream 中的静态方法
- Compares
count
first bytes in the arrays
a
and b
.
- arrayOffset() -
类 play.server.FileChannelBuffer 中的方法
-
- As - play.data.binding 中的 注释类型
-
- As.DEFAULT - play.data.binding 中的 类
-
- As.DEFAULT() -
类 play.data.binding.As.DEFAULT 的构造方法
-
- asAttr(Map, Object) -
类 play.templates.JavaExtensions 中的静态方法
-
- asAttr(Map) -
类 play.templates.JavaExtensions 中的静态方法
-
- asBytes() -
类 play.data.FileUpload 中的方法
-
- asBytes() -
类 play.data.MemoryUpload 中的方法
-
- asBytes() -
接口 play.data.Upload 中的方法
-
- asdate(Long, String) -
类 play.templates.JavaExtensions 中的静态方法
-
- asdate(Long, String, String) -
类 play.templates.JavaExtensions 中的静态方法
-
- asdate(Long, String, String, String) -
类 play.templates.JavaExtensions 中的静态方法
-
- asFile() -
类 play.data.FileUpload 中的方法
-
- asFile(File) -
类 play.data.FileUpload 中的方法
-
- asFile(String) -
类 play.data.FileUpload 中的方法
-
- asFile() -
类 play.data.MemoryUpload 中的方法
-
- asFile() -
接口 play.data.Upload 中的方法
-
- assemble(Serializable, Object) -
类 play.db.jpa.Blob 中的方法
-
- assertCharset(String, Http.Response) -
类 play.test.FunctionalTest 中的静态方法
- Verify response charset encoding, as returned by the server in the Content-Type header.
- assertContentEquals(String, Http.Response) -
类 play.test.FunctionalTest 中的静态方法
- Exact equality assertion on response body
- assertContentMatch(String, Http.Response) -
类 play.test.FunctionalTest 中的静态方法
- Asserts response body matched a pattern or contains some text.
- assertContentType(String, Http.Response) -
类 play.test.FunctionalTest 中的静态方法
- Verify the response content-type
- assertHeaderEquals(String, String, Http.Response) -
类 play.test.FunctionalTest 中的静态方法
- Exact equality assertion on a response header value
- assertIsNotFound(Http.Response) -
类 play.test.FunctionalTest 中的静态方法
- Asserts a 404 (not found) response
- assertIsOk(Http.Response) -
类 play.test.FunctionalTest 中的静态方法
- Asserts a 2OO Success response
- assertStatus(int, Http.Response) -
类 play.test.FunctionalTest 中的静态方法
- Asserts response status code
- asStream() -
类 play.data.FileUpload 中的方法
-
- asStream() -
类 play.data.MemoryUpload 中的方法
-
- asStream() -
接口 play.data.Upload 中的方法
-
- asXml(String) -
类 play.templates.JavaExtensions 中的静态方法
-
- asynchronousSend -
类 play.libs.Mail 中的静态变量
-
- authenticate(String, String, WS.Scheme) -
类 play.libs.WS.WSRequest 中的方法
- define client authentication for a server host
provided credentials will be used during the request
- authenticate(String, String) -
类 play.libs.WS.WSRequest 中的方法
- define client authentication for a server host
provided credentials will be used during the request
the basic scheme will be used
- authorizationInit() -
类 play.mvc.Http.Request 中的方法
-
- authorizationURL -
类 play.libs.OAuth.ServiceInfo 中的变量
-
- authorizationURL -
类 play.libs.OAuth2 中的变量
-
- autoTxs -
类 play.db.jpa.JPAPlugin 中的静态变量
-
- available() -
类 play.data.parsing.MultipartStream.ItemInputStream 中的方法
- Returns the number of bytes, which are currently
available, without blocking.
- availableEvents(long) -
类 play.libs.F.ArchivedEventStream 中的方法
-
- await(String) -
类 play.mvc.Controller 中的静态方法
-
- await(String, F.Action0) -
类 play.mvc.Controller 中的静态方法
-
- await(int) -
类 play.mvc.Controller 中的静态方法
-
- await(int, F.Action0) -
类 play.mvc.Controller 中的静态方法
-
- await(Future<T>) -
类 play.mvc.Controller 中的静态方法
-
- await(Future<T>, F.Action<T>) -
类 play.mvc.Controller 中的静态方法
-
- await(String) -
类 play.mvc.WebSocketController 中的静态方法
-
- await(String, F.Action0) -
类 play.mvc.WebSocketController 中的静态方法
-
- await(int) -
类 play.mvc.WebSocketController 中的静态方法
-
- await(int, F.Action0) -
类 play.mvc.WebSocketController 中的静态方法
-
- await(Future<T>) -
类 play.mvc.WebSocketController 中的静态方法
-
- await(Future<T>, F.Action<T>) -
类 play.mvc.WebSocketController 中的静态方法
-
B
- background -
类 play.libs.Images.Captcha 中的变量
-
- BAD_REQUEST -
类 play.mvc.Http.StatusCode 中的静态变量
-
- badRequest() -
类 play.mvc.Controller 中的静态方法
- Send a 400 Bad request
- BadRequest - play.mvc.results 中的 异常
- 400 Bad Request
- BadRequest() -
异常 play.mvc.results.BadRequest 的构造方法
-
- BaseTemplate - play.templates 中的 类
- A template
- BaseTemplate(String, String) -
类 play.templates.BaseTemplate 的构造方法
-
- BaseTemplate(String) -
类 play.templates.BaseTemplate 的构造方法
-
- BaseTemplate.RawData - play.templates 中的 类
-
- BaseTemplate.RawData(Object) -
类 play.templates.BaseTemplate.RawData 的构造方法
-
- BaseTest - play.test 中的 类
-
- BaseTest() -
类 play.test.BaseTest 的构造方法
-
- basicAuthHeader() -
类 play.libs.WS.WSRequest 中的方法
-
- BeanSource - play.inject 中的 接口
-
- BeanWrapper - play.data.binding 中的 类
- Parameters map to POJO binder.
- BeanWrapper.Property - play.data.binding 中的 类
- Immutable property wrapper
- before() -
类 play.Invoker.Invocation 中的方法
- Things to do before an Invocation
- Before - play.mvc 中的 注释类型
- Mark this method as @Before interceptor
- beforeActionInvocation(Method) -
类 play.data.validation.ValidationPlugin 中的方法
-
- beforeActionInvocation(Method) -
类 play.PlayPlugin 中的方法
- Called before an 'action' invocation,
ie an HTTP request processing.
- beforeActionInvocation(Method) -
类 play.plugins.PluginCollection 中的方法
-
- beforeDetectingChanges() -
类 play.PlayPlugin 中的方法
-
- beforeDetectingChanges() -
类 play.plugins.PluginCollection 中的方法
-
- beforeInvocation() -
类 play.data.validation.ValidationPlugin 中的方法
-
- beforeInvocation() -
类 play.db.Evolutions 中的方法
-
- beforeInvocation() -
类 play.db.jpa.JPAPlugin 中的方法
-
- beforeInvocation() -
类 play.PlayPlugin 中的方法
- Called before a Play!
- beforeInvocation() -
类 play.plugins.PluginCollection 中的方法
-
- BinaryBinder - play.data.binding.types 中的 类
-
- BinaryBinder() -
类 play.data.binding.types.BinaryBinder 的构造方法
-
- binaryData -
类 play.mvc.Http.WebSocketFrame 中的变量
-
- BinaryFrame -
类 play.mvc.Http.WebSocketEvent 中的静态变量
-
- bind(String, Annotation[], String, Class, Type) -
类 play.data.binding.As.DEFAULT 中的方法
-
- bind(String, Type, Map<String, String[]>, String, Annotation[]) -
类 play.data.binding.BeanWrapper 中的方法
-
- bind(String, Type, Map<String, String[]>, String, Object, Annotation[]) -
类 play.data.binding.BeanWrapper 中的方法
-
- bind(Object, String, Map<String, String[]>) -
类 play.data.binding.Binder 中的静态方法
- 已过时。
- bind(String, Class<?>, Type, Annotation[], Map<String, String[]>) -
类 play.data.binding.Binder 中的静态方法
- 已过时。
- bind(RootParamNode, String, Class<?>, Type, Annotation[]) -
类 play.data.binding.Binder 中的静态方法
-
- bind(RootParamNode, String, Class<?>, Type, Annotation[], Binder.MethodAndParamInfo) -
类 play.data.binding.Binder 中的静态方法
-
- bind(String, Annotation[], String, Class, Type) -
接口 play.data.binding.TypeBinder 中的方法
- Called when your parameter needs to be bound.
- bind(String, Annotation[], String, Class, Type) -
类 play.data.binding.types.BinaryBinder 中的方法
-
- bind(String, Annotation[], String, Class, Type) -
类 play.data.binding.types.ByteArrayArrayBinder 中的方法
-
- bind(String, Annotation[], String, Class, Type) -
类 play.data.binding.types.ByteArrayBinder 中的方法
-
- bind(String, Annotation[], String, Class, Type) -
类 play.data.binding.types.CalendarBinder 中的方法
-
- bind(String, Annotation[], String, Class, Type) -
类 play.data.binding.types.DateBinder 中的方法
-
- bind(String, Annotation[], String, Class, Type) -
类 play.data.binding.types.DateTimeBinder 中的方法
-
- bind(String, Annotation[], String, Class, Type) -
类 play.data.binding.types.FileArrayBinder 中的方法
-
- bind(String, Annotation[], String, Class, Type) -
类 play.data.binding.types.FileBinder 中的方法
-
- bind(String, Annotation[], String, Class, Type) -
类 play.data.binding.types.LocaleBinder 中的方法
-
- bind(String, Annotation[], String, Class, Type) -
类 play.data.binding.types.UploadArrayBinder 中的方法
-
- bind(String, Annotation[], String, Class, Type) -
类 play.data.binding.types.UploadBinder 中的方法
-
- bind(String, Object) -
类 play.db.jpa.GenericModel.JPAQuery 中的方法
- Bind a JPQL named parameter to the current query.
- bind(RootParamNode, String, Class, Type, Annotation[]) -
类 play.db.jpa.JPAPlugin 中的方法
-
- bind(String, Class, Type, Annotation[], Map<String, String[]>) -
类 play.PlayPlugin 中的方法
- 已过时。
- bind(RootParamNode, String, Class<?>, Type, Annotation[]) -
类 play.PlayPlugin 中的方法
- Called when play need to bind a Java object from HTTP params.
- bind(String, Object, Map<String, String[]>) -
类 play.PlayPlugin 中的方法
- 已过时。
- bind(RootParamNode, String, Class<?>, Type, Annotation[]) -
类 play.plugins.PluginCollection 中的方法
-
- bindBean(RootParamNode, String, Object) -
类 play.data.binding.Binder 中的静态方法
- Invokes the plugins before using the internal bindBean.
- bindBean(ParamNode, Object, Annotation[]) -
类 play.data.binding.Binder 中的静态方法
- Does NOT invoke plugins
- bindBean(RootParamNode, String, Object) -
类 play.db.jpa.JPAPlugin 中的方法
-
- bindBean(RootParamNode, String, Object) -
类 play.PlayPlugin 中的方法
- Called when play need to bind an existing Java object from HTTP params.
- bindBean(RootParamNode, String, Object) -
类 play.plugins.PluginCollection 中的方法
-
- Binder - play.data.binding 中的 类
- The binder try to convert String values to Java objects.
- Binder() -
类 play.data.binding.Binder 的构造方法
-
- Binder.MethodAndParamInfo - play.data.binding 中的 类
-
- Binder.MethodAndParamInfo(Object, Method, int) -
类 play.data.binding.Binder.MethodAndParamInfo 的构造方法
-
- BinderException - play.exceptions 中的 异常
-
- BinderException(String) -
异常 play.exceptions.BinderException 的构造方法
-
- BinderException(Throwable) -
异常 play.exceptions.BinderException 的构造方法
-
- BinderException(String, Throwable) -
异常 play.exceptions.BinderException 的构造方法
-
- bindParameters(Query, Object...) -
类 play.db.jpa.JPQL 中的方法
-
- bindParameters(Query, Map<String, Object>) -
类 play.db.jpa.JPQL 中的方法
-
- Blob - play.db.jpa 中的 类
-
- Blob() -
类 play.db.jpa.Blob 的构造方法
-
- body -
类 play.libs.WS.WSRequest 中的变量
-
- body(Object) -
类 play.libs.WS.WSRequest 中的方法
- Add the given body to the request.
- body -
类 play.mvc.Http.Request 中的变量
- Body stream
- BOUNDARY_PREFIX -
类 play.data.parsing.MultipartStream 中的静态变量
- A byte sequence that precedes a boundary (
CRLF--
).
- build(Class<T>) -
类 play.db.helper.JdbcResultFactories 中的静态方法
-
- build(Class<T>, String...) -
类 play.db.helper.JdbcResultFactories 中的静态方法
-
- build(Class<T>, List<String>) -
类 play.db.helper.JdbcResultFactories 中的静态方法
-
- buildClass(Class<T>) -
类 play.db.helper.JdbcResultFactories 中的静态方法
-
- buildClass(Class<T>, String...) -
类 play.db.helper.JdbcResultFactories 中的静态方法
-
- buildClass(Class<T>, List<String>) -
类 play.db.helper.JdbcResultFactories 中的静态方法
-
- buildExpression(String) -
类 play.libs.Time.CronExpression 中的方法
-
- buildMessage(Email) -
类 play.libs.Mail 中的静态方法
-
- buildPrimitive(Class<T>) -
类 play.db.helper.JdbcResultFactories 中的静态方法
-
- buildPrimitive(Class<T>, int) -
类 play.db.helper.JdbcResultFactories 中的静态方法
-
- buildPrimitive(Class<T>, String) -
类 play.db.helper.JdbcResultFactories 中的静态方法
-
- ByteArrayArrayBinder - play.data.binding.types 中的 类
- Bind byte[][] form multipart/form-data request, so you can have a byte[][] in your controller.
- ByteArrayArrayBinder() -
类 play.data.binding.types.ByteArrayArrayBinder 的构造方法
-
- ByteArrayBinder - play.data.binding.types 中的 类
- Bind byte[] form multipart/form-data request.
- ByteArrayBinder() -
类 play.data.binding.types.ByteArrayBinder 的构造方法
-
- BytecodeCache - play.classloading 中的 类
- Used to speed up compilation time
- BytecodeCache() -
类 play.classloading.BytecodeCache 的构造方法
-
- byteToHexString(byte[]) -
类 play.libs.Codec 中的静态方法
- Write a byte array as hexadecimal String.
C
- Cache - play.cache 中的 类
- The Cache.
- Cache() -
类 play.cache.Cache 的构造方法
-
- cacheBytecode(byte[], String, String) -
类 play.classloading.BytecodeCache 中的静态方法
- Cache the bytecode
- CachedBoundActionMethodArgs - play.data.binding 中的 类
-
- CachedBoundActionMethodArgs() -
类 play.data.binding.CachedBoundActionMethodArgs 的构造方法
-
- CacheException - play.exceptions 中的 异常
- Cache related exception
- CacheException(String, Throwable) -
异常 play.exceptions.CacheException 的构造方法
-
- CacheFor - play.cache 中的 注释类型
- Cache an action's result.
- cacheFor(String) -
类 play.mvc.Http.Response 中的方法
- Add a cache-control header
- cacheFor(String, String, long) -
类 play.mvc.Http.Response 中的方法
- Add cache-control headers
- cacheImpl -
类 play.cache.Cache 中的静态变量
- The underlying cache implementation
- CacheImpl - play.cache 中的 接口
- A cache implementation.
- CalendarBinder - play.data.binding.types 中的 类
- Binder that support Calendar class.
- CalendarBinder() -
类 play.data.binding.types.CalendarBinder 的构造方法
-
- call() -
类 play.jobs.Job 中的方法
-
- camelCase(String) -
类 play.templates.JavaExtensions 中的静态方法
-
- cancel(boolean) -
类 play.libs.F.Promise 中的方法
-
- cancel(boolean) -
类 play.utils.SmartFuture 中的方法
-
- capacity() -
类 play.server.FileChannelBuffer 中的方法
-
- capAll(Object) -
类 play.templates.JavaExtensions 中的静态方法
-
- capFirst(Object) -
类 play.templates.JavaExtensions 中的静态方法
-
- capitalizeWords(String) -
类 play.templates.JavaExtensions 中的静态方法
-
- captcha(int, int) -
类 play.libs.Images 中的静态方法
- Create a captche image
- captcha() -
类 play.libs.Images 中的静态方法
- Create a 150x150 captcha image
- Catch - play.mvc 中的 注释类型
- Mark this method as @Catch interceptor
- change(String) -
类 play.i18n.Lang 中的静态方法
- Change language for next requests
- channel() -
类 play.vfs.VirtualFile 中的方法
-
- channelConnected(ChannelHandlerContext, ChannelStateEvent) -
类 play.server.ssl.SslPlayHandler 中的方法
-
- channelDisconnected(ChannelHandlerContext, ChannelStateEvent) -
类 play.server.PlayHandler 中的方法
-
- Check - play.data.validation 中的 类
-
- Check() -
类 play.data.validation.Check 的构造方法
-
- checkAndParse() -
类 play.mvc.Scope.Params 中的方法
-
- checkAuthenticity() -
类 play.mvc.Controller 中的静态方法
- Check that the token submitted from a form is valid.
- checkClientTrusted(X509Certificate[], String) -
类 play.utils.YesSSLSocketFactory.YesTrustManager 中的方法
-
- checkEvolutionsState() -
类 play.db.Evolutions 中的静态方法
-
- checkNext(int, String, int, int) -
类 play.libs.Time.CronExpression 中的方法
-
- checkNext() -
类 play.templates.TemplateParser 中的方法
-
- checkServerTrusted(X509Certificate[], String) -
类 play.utils.YesSSLSocketFactory.YesTrustManager 中的方法
-
- CheckWith - play.data.validation 中的 注释类型
-
- checkWithCheck -
类 play.data.validation.Check 中的变量
-
- CheckWithCheck - play.data.validation 中的 类
-
- CheckWithCheck() -
类 play.data.validation.CheckWithCheck 的构造方法
-
- child(String) -
类 play.vfs.VirtualFile 中的方法
-
- choices -
类 play.db.Model.Property 中的变量
-
- chooseClientAlias(String[], Principal[], Socket) -
类 play.server.ssl.SslHttpServerContextFactory.PEMKeyManager 中的方法
-
- chooseEngineServerAlias(String, Principal[], SSLEngine) -
类 play.server.ssl.SslHttpServerContextFactory.PEMKeyManager 中的方法
-
- chooseServerAlias(String, Principal[], Socket) -
类 play.server.ssl.SslHttpServerContextFactory.PEMKeyManager 中的方法
-
- chunked -
类 play.mvc.Http.Response 中的变量
-
- classes -
类 play.Play 中的静态变量
- All loaded application classes
- classloader -
类 play.Play 中的静态变量
- The application classLoader
- ClassOf(Class<K>) -
类 play.libs.F.Matcher 中的静态方法
-
- classPool -
类 play.classloading.enhancers.Enhancer 中的变量
-
- ClassStateHashCreator - play.classloading.hash 中的 类
-
- ClassStateHashCreator() -
类 play.classloading.hash.ClassStateHashCreator 的构造方法
-
- cleanCompiledCache() -
类 play.templates.TemplateLoader 中的静态方法
- Cleans the cache for all templates
- cleanCompiledCache(String) -
类 play.templates.TemplateLoader 中的静态方法
- Cleans the specified key from the cache
- clear() -
类 play.cache.Cache 中的静态方法
- Clear all data from cache.
- clear() -
接口 play.cache.CacheImpl 中的方法
-
- clear() -
类 play.cache.EhCacheImpl 中的方法
-
- clear() -
类 play.cache.MemcachedImpl 中的方法
-
- clear() -
类 play.classloading.ApplicationClasses 中的方法
- Clear the classes cache
- clear() -
类 play.data.binding.CachedBoundActionMethodArgs 中的静态方法
-
- clear() -
类 play.data.validation.Validation 中的静态方法
-
- clear() -
类 play.db.jpa.JPA 中的静态方法
-
- clear() -
类 play.i18n.Lang 中的静态方法
- Clears the current language - This wil trigger resolving language from request
if not manually set.
- clear() -
类 play.mvc.Scope.Flash 中的方法
-
- clear() -
类 play.mvc.Scope.Session 中的方法
-
- clear() -
类 play.utils.OrderSafeProperties 中的方法
-
- clearCookies() -
类 play.test.FunctionalTest 中的方法
-
- clearJPAContext() -
类 play.db.jpa.JPA 中的静态方法
-
- clearJPAContext() -
类 play.db.jpa.JPAConfig 中的方法
-
- clearJPASession() -
类 play.test.BaseTest 中的方法
- 已过时。
- clearProblems() -
类 play.deps.HumanReadyLogger 中的方法
-
- clientid -
类 play.libs.OAuth2 中的变量
-
- clone() -
类 play.libs.Time.CronExpression 中的方法
-
- close() -
类 play.classloading.enhancers.Enhancer.ApplicationClassesClasspath 中的方法
-
- close() -
类 play.data.parsing.MultipartStream.ItemInputStream 中的方法
- Closes the input stream.
- close() -
类 play.db.DB 中的静态方法
- Close all connections opened for the current thread.
- close() -
类 play.db.DBConfig 中的方法
- Close the connection opened for the current thread.
- close() -
类 play.db.helper.JdbcIterator 中的方法
-
- close(Iterator<?>) -
类 play.db.helper.JdbcIterator 中的静态方法
-
- close() -
类 play.db.jpa.JPA 中的静态方法
-
- close() -
类 play.db.jpa.JPAConfig 中的方法
-
- close() -
类 play.db.jpa.JPAContext 中的方法
-
- close() -
类 play.Logger.JuliToLog4jHandler 中的方法
-
- close() -
类 play.mvc.Http.Inbound 中的方法
-
- close() -
类 play.mvc.Http.Outbound 中的方法
-
- close() -
类 play.server.FileService.ByteRangeInput 中的方法
-
- closeChunked(Http.Request, Http.Response, ChannelHandlerContext, HttpRequest) -
类 play.server.PlayHandler 中的方法
-
- closeTx(boolean) -
类 play.db.jpa.JPA 中的静态方法
- clear current JPA context and transaction
- closeTx(boolean) -
类 play.db.jpa.JPAContext 中的方法
- clear current JPA context and transaction
- closeTx(boolean) -
类 play.db.jpa.JPAPlugin 中的静态方法
- clear current JPA context and transaction if JPAPlugin.autoTxs is true
When using multiple databases in the same request this method
tries to commit/rollback as many transactions as possible,
but there is not guaranteed that all transactions are committed.
- code -
异常 play.mvc.results.Redirect 中的变量
-
- Codec - play.libs 中的 类
- Codec utils
- Codec() -
类 play.libs.Codec 的构造方法
-
- compareTo(Evolutions.Evolution) -
类 play.db.Evolutions.Evolution 中的方法
-
- compareTo(PlayPlugin) -
类 play.PlayPlugin 中的方法
-
- CompilationException - play.exceptions 中的 异常
- A java compilation error
- CompilationException(String) -
异常 play.exceptions.CompilationException 的构造方法
-
- CompilationException(VirtualFile, String, int, int, int) -
异常 play.exceptions.CompilationException 的构造方法
-
- compile() -
类 play.classloading.ApplicationClasses.ApplicationClass 中的方法
- Compile the class from Java source
- compile(String[]) -
类 play.classloading.ApplicationCompiler 中的方法
- Please compile this className
- compile() -
类 play.templates.GroovyTemplate 中的方法
-
- compile(BaseTemplate) -
类 play.templates.GroovyTemplateCompiler 中的方法
-
- compile() -
类 play.templates.Template 中的方法
-
- compile(BaseTemplate) -
类 play.templates.TemplateCompiler 中的方法
-
- compile(VirtualFile) -
类 play.templates.TemplateCompiler 中的方法
-
- compileAll(List<ApplicationClasses.ApplicationClass>) -
类 play.PlayPlugin 中的方法
- 已过时。
- compileAll(List<ApplicationClasses.ApplicationClass>) -
类 play.plugins.PluginCollection 中的方法
- 已过时。
- compiled(byte[]) -
类 play.classloading.ApplicationClasses.ApplicationClass 中的方法
- Call back when a class is compiled.
- compiledSource -
类 play.templates.BaseTemplate 中的变量
-
- compiledTemplate -
类 play.templates.BaseTemplate 中的变量
-
- compiledTemplateName -
类 play.templates.BaseTemplate 中的变量
-
- compileSources() -
类 play.PlayPlugin 中的方法
-
- compileSources() -
类 play.plugins.PluginCollection 中的方法
-
- compute() -
类 play.mvc.Router.Route 中的方法
-
- computeApplicationStatus(boolean) -
类 play.CorePlugin 中的静态方法
- Get the application status
- computeMethodHash(Class<?>[]) -
类 play.classloading.enhancers.LVEnhancer 中的静态方法
-
- computeMethodHash(String[]) -
类 play.classloading.enhancers.LVEnhancer 中的静态方法
-
- computePathHash(List<VirtualFile>) -
类 play.classloading.hash.ClassStateHashCreator 中的方法
-
- ConfigurablePluginDisablingPlugin - play.plugins 中的 类
- Plugin that reads list of plugins to disable from application.conf
To disable plugins, specify it like this in application.conf:
plugins.disable=full-plugin-class-name
plugins.disable.0=full-plugin-class-name
plugins.disable.1=full-plugin-class-name
plugins.disable.whatever=full-plugin-class-name
- ConfigurablePluginDisablingPlugin() -
类 play.plugins.ConfigurablePluginDisablingPlugin 的构造方法
-
- configuration -
类 play.Play 中的静态变量
- The app configuration (already resolved from the framework id)
- ConfigurationException - play.exceptions 中的 异常
- Error in application.conf
- ConfigurationException(String) -
异常 play.exceptions.ConfigurationException 的构造方法
-
- configure(CheckWith) -
类 play.data.validation.CheckWithCheck 中的方法
-
- configure(Email) -
类 play.data.validation.EmailCheck 中的方法
-
- configure(Equals) -
类 play.data.validation.EqualsCheck 中的方法
-
- configure(InFuture) -
类 play.data.validation.InFutureCheck 中的方法
-
- configure(InPast) -
类 play.data.validation.InPastCheck 中的方法
-
- configure(IPv4Address) -
类 play.data.validation.IPv4AddressCheck 中的方法
-
- configure(IPv6Address) -
类 play.data.validation.IPv6AddressCheck 中的方法
-
- configure(IsTrue) -
类 play.data.validation.IsTrueCheck 中的方法
-
- configure(Match) -
类 play.data.validation.MatchCheck 中的方法
-
- configure(Max) -
类 play.data.validation.MaxCheck 中的方法
-
- configure(MaxSize) -
类 play.data.validation.MaxSizeCheck 中的方法
-
- configure(Min) -
类 play.data.validation.MinCheck 中的方法
-
- configure(MinSize) -
类 play.data.validation.MinSizeCheck 中的方法
-
- configure(Phone) -
类 play.data.validation.PhoneCheck 中的方法
-
- configure(Range) -
类 play.data.validation.RangeCheck 中的方法
-
- configure(Unique) -
类 play.data.validation.UniqueCheck 中的方法
-
- configure(URL) -
类 play.data.validation.URLCheck 中的方法
-
- configure() -
类 play.db.DBConfig 中的方法
- Detects changes and reconfigures this dbConfig.
- configure(Ejb3Configuration) -
类 play.db.jpa.JPAConfigurationExtension 中的方法
- Performs additional configuration on the JPA configuration.
- configure() -
类 play.deps.DependenciesManager 中的方法
-
- configuredManually -
类 play.Logger 中的静态变量
- true if logger is configured manually (log4j-config file supplied by application)
- confs -
类 play.Play 中的静态变量
- The loaded configuration files
- connect(String, Properties) -
类 play.db.DBConfig.ProxyDriver 中的方法
-
- connect(String, Properties) -
类 play.db.DBPlugin.ProxyDriver 中的方法
-
- consumerKey -
类 play.libs.OAuth.ServiceInfo 中的变量
-
- consumerSecret -
类 play.libs.OAuth.ServiceInfo 中的变量
-
- contains(String) -
类 play.mvc.Scope.Flash 中的方法
-
- contains(String) -
类 play.mvc.Scope.Session 中的方法
-
- contains(String[], String) -
类 play.templates.JavaExtensions 中的静态方法
-
- content() -
类 play.vfs.VirtualFile 中的方法
-
- contentAsString() -
类 play.vfs.VirtualFile 中的方法
-
- contentType -
类 play.mvc.Http.Request 中的变量
- Request content-type
- contentType -
类 play.mvc.Http.Response 中的变量
- Response content type
- contentType -
类 play.utils.HTTP.ContentTypeWithEncoding 中的变量
-
- contextDestroyed(ServletContextEvent) -
类 play.server.ServletWrapper 中的方法
-
- contextInitialized(ServletContextEvent) -
类 play.server.ServletWrapper 中的方法
-
- ContinuationEnhancer - play.classloading.enhancers 中的 类
-
- ContinuationEnhancer() -
类 play.classloading.enhancers.ContinuationEnhancer 的构造方法
-
- CONTINUATIONS_STORE_VALIDATIONS -
类 play.mvc.ActionInvoker 中的静态变量
-
- ContinuationsException - play.exceptions 中的 异常
-
- ContinuationsException(String) -
异常 play.exceptions.ContinuationsException 的构造方法
-
- Controller - play.mvc 中的 类
- Application controller support: The controller receives input and initiates a response by making calls on model objects.
- Controller() -
类 play.mvc.Controller 的构造方法
-
- controller -
类 play.mvc.Http.Request 中的变量
- Controller to invoke
- controllerClass -
类 play.mvc.Http.Request 中的变量
- The invoked controller class
- ControllersEnhancer - play.classloading.enhancers 中的 类
- Enhance controllers classes.
- ControllersEnhancer() -
类 play.classloading.enhancers.ControllersEnhancer 的构造方法
-
- ControllersEnhancer.ByPass - play.classloading.enhancers 中的 注释类型
-
- ControllersEnhancer.ControllerInstrumentation - play.classloading.enhancers 中的 类
- Runtime part needed by the instrumentation
- ControllersEnhancer.ControllerInstrumentation() -
类 play.classloading.enhancers.ControllersEnhancer.ControllerInstrumentation 的构造方法
-
- ControllersEnhancer.ControllerSupport - play.classloading.enhancers 中的 接口
- Mark class that need controller enhancement
- convert(Map<String, String[]>) -
类 play.data.binding.ParamNode 中的静态方法
-
- convertToCharacter(String) -
类 play.utils.HTML.HtmlCharacterEntityReferences 中的方法
- Return the char mapped to the given entityReference or -1.
- convertToReference(char) -
类 play.utils.HTML.HtmlCharacterEntityReferences 中的方法
- Return the reference mapped to the given character or
null
.
- COOKIE_EXPIRE -
类 play.mvc.Scope 中的静态变量
-
- COOKIE_PREFIX -
类 play.mvc.Scope 中的静态变量
-
- COOKIE_SECURE -
类 play.mvc.Scope 中的静态变量
-
- cookies -
类 play.mvc.Http.Request 中的变量
- HTTP Cookies
- cookies -
类 play.mvc.Http.Response 中的变量
- Response cookies
- copy(File, File) -
类 play.libs.Files 中的静态方法
- Just copy a file
- copy(InputStream, OutputStream) -
类 play.libs.IO 中的静态方法
- Copy an stream to another one.
- copy(int, int) -
类 play.server.FileChannelBuffer 中的方法
-
- copyDir(File, File) -
类 play.libs.Files 中的静态方法
-
- copyDirectory(File, File) -
类 play.libs.IO 中的静态方法
-
- copyResponse(ChannelHandlerContext, Http.Request, Http.Response, HttpRequest) -
类 play.server.PlayHandler 中的方法
-
- copyResponse(Http.Request, Http.Response, HttpServletRequest, HttpServletResponse) -
类 play.server.ServletWrapper 中的方法
-
- CorePlugin - play 中的 类
- Plugin used for core tasks
- CorePlugin() -
类 play.CorePlugin 的构造方法
-
- count() -
类 play.db.jpa.GenericModel 中的静态方法
- Count entities
- count(String, Object...) -
类 play.db.jpa.GenericModel 中的静态方法
- Count entities with a special query.
- count(List<String>, String, String) -
类 play.db.jpa.JPAPlugin.JPAModelLoader 中的方法
-
- count(String) -
类 play.db.jpa.JPQL 中的方法
-
- count(String, String, Object[]) -
类 play.db.jpa.JPQL 中的方法
-
- count(List<String>, String, String) -
接口 play.db.Model.Factory 中的方法
-
- CR -
类 play.data.parsing.MultipartStream 中的静态变量
- The Carriage Return ASCII character value.
- create(ResultSet) -
类 play.db.helper.JdbcResultFactories.ClassFactory 中的方法
-
- create(ResultSet) -
类 play.db.helper.JdbcResultFactories.PrimitiveFactory 中的方法
-
- create(ResultSet) -
接口 play.db.helper.JdbcResultFactory 中的方法
-
- create(Class<?>, String, Map<String, String[]>, Annotation[]) -
类 play.db.jpa.GenericModel 中的静态方法
- 已过时。
- create(ParamNode, String, Class<?>, Annotation[]) -
类 play.db.jpa.GenericModel 中的静态方法
-
- create() -
类 play.db.jpa.GenericModel 中的方法
- store (ie insert) the entity.
- create(String, Scope.Params) -
类 play.db.jpa.GenericModel 中的静态方法
-
- create(String, String, Scope.Params) -
类 play.db.jpa.JPQL 中的方法
-
- createAnnotation(AnnotationsAttribute, Class<? extends Annotation>, Map<String, MemberValue>) -
类 play.classloading.enhancers.Enhancer 中的静态方法
- Create a new annotation to be dynamically inserted in the byte code.
- createAnnotation(AnnotationsAttribute, Class<? extends Annotation>) -
类 play.classloading.enhancers.Enhancer 中的静态方法
- Create a new annotation to be dynamically inserted in the byte code.
- createCountQuery(String, String, String, Object...) -
类 play.db.jpa.JPQL 中的方法
-
- CREATED -
类 play.mvc.Http.StatusCode 中的静态变量
-
- createDeleteQuery(String, String, String, Object...) -
类 play.db.jpa.JPQL 中的方法
-
- createFindByQuery(String, String, String, Object...) -
类 play.db.jpa.JPQL 中的方法
-
- createMessageVariables() -
类 play.data.validation.CheckWithCheck 中的方法
-
- createMessageVariables() -
类 play.data.validation.EqualsCheck 中的方法
-
- createMessageVariables() -
类 play.data.validation.InFutureCheck 中的方法
-
- createMessageVariables() -
类 play.data.validation.InPastCheck 中的方法
-
- createMessageVariables() -
类 play.data.validation.MatchCheck 中的方法
-
- createMessageVariables() -
类 play.data.validation.MaxCheck 中的方法
-
- createMessageVariables() -
类 play.data.validation.MaxSizeCheck 中的方法
-
- createMessageVariables() -
类 play.data.validation.MinCheck 中的方法
-
- createMessageVariables() -
类 play.data.validation.MinSizeCheck 中的方法
-
- createMessageVariables() -
类 play.data.validation.RangeCheck 中的方法
-
- createMessageVariables() -
类 play.data.validation.UniqueCheck 中的方法
-
- createQueryString() -
类 play.libs.WS.WSRequest 中的方法
-
- createReadonlyCopy(List<PlayPlugin>) -
类 play.plugins.PluginCollection 中的方法
- Using readonly list to crash if someone tries to modify the copy.
- createRequest(String, String, String, String, String, InputStream, String, String, boolean, int, String, boolean, Map<String, Http.Header>, Map<String, Http.Cookie>) -
类 play.mvc.Http.Request 中的静态方法
- All creation / initing of new requests should use this method.
- createSingleton() -
类 play.db.jpa.JPQL 中的静态方法
-
- createSocket(Socket, String, int, boolean) -
类 play.utils.YesSSLSocketFactory 中的方法
-
- createSocket() -
类 play.utils.YesSSLSocketFactory 中的方法
-
- createSocket(InetAddress, int, InetAddress, int) -
类 play.utils.YesSSLSocketFactory 中的方法
-
- createSocket(InetAddress, int) -
类 play.utils.YesSSLSocketFactory 中的方法
-
- createSocket(String, int, InetAddress, int) -
类 play.utils.YesSSLSocketFactory 中的方法
-
- createSocket(String, int) -
类 play.utils.YesSSLSocketFactory 中的方法
-
- createTempFolder() -
类 play.data.parsing.TempFilePlugin 中的静态方法
-
- cronInterval(String) -
类 play.libs.Time 中的静态方法
- Compute the number of milliseconds between the next valid date and the one after
- cronInterval(String, Date) -
类 play.libs.Time 中的静态方法
- Compute the number of milliseconds between the next valid date and the one after
- crop(File, File, int, int, int, int) -
类 play.libs.Images 中的静态方法
- Crop an image
- Crypto - play.libs 中的 类
- Cryptography utils
- Crypto() -
类 play.libs.Crypto 的构造方法
-
- Crypto.HashType - play.libs 中的 枚举
- Define a hash type enumeration for strong-typing
- ctxPath -
类 play.Play 中的静态变量
- Context path (when several application are deployed on the same host)
- current() -
类 play.data.binding.CachedBoundActionMethodArgs 中的静态方法
-
- current -
类 play.data.validation.Validation 中的静态变量
-
- current() -
类 play.data.validation.Validation 中的静态方法
-
- current -
类 play.i18n.Lang 中的静态变量
-
- current -
类 play.Invoker.InvocationContext 中的静态变量
-
- current() -
类 play.Invoker.InvocationContext 中的静态方法
-
- current -
类 play.mvc.Http.Inbound 中的静态变量
-
- current() -
类 play.mvc.Http.Inbound 中的静态方法
-
- current -
类 play.mvc.Http.Outbound 中的静态变量
-
- current() -
类 play.mvc.Http.Outbound 中的静态方法
-
- current -
类 play.mvc.Http.Request 中的静态变量
- Bind to thread
- current() -
类 play.mvc.Http.Request 中的静态方法
- Retrieve the current request
- current -
类 play.mvc.Http.Response 中的静态变量
- Bind to thread
- current() -
类 play.mvc.Http.Response 中的静态方法
- Retrieve the current response
- current -
类 play.mvc.Scope.Flash 中的静态变量
-
- current() -
类 play.mvc.Scope.Flash 中的静态方法
-
- current -
类 play.mvc.Scope.Params 中的静态变量
-
- current() -
类 play.mvc.Scope.Params 中的静态方法
-
- current -
类 play.mvc.Scope.RenderArgs 中的静态变量
-
- current() -
类 play.mvc.Scope.RenderArgs 中的静态方法
-
- current -
类 play.mvc.Scope.RouteArgs 中的静态变量
-
- current() -
类 play.mvc.Scope.RouteArgs 中的静态方法
-
- current -
类 play.mvc.Scope.Session 中的静态变量
-
- current() -
类 play.mvc.Scope.Session 中的静态方法
-
- current() -
类 play.templates.TagContext 中的静态方法
-
- currentAction -
类 play.classloading.enhancers.ControllersEnhancer 中的静态变量
-
- currentNestedMethodCall -
类 play.classloading.enhancers.LVEnhancer.MethodExecution 中的变量
-
- currentState -
类 play.classloading.ApplicationClassloader 中的变量
- A representation of the current state of the ApplicationClassloader.
- currentTemplate -
类 play.templates.BaseTemplate 中的静态变量
-
- cut(Object, String) -
类 play.templates.JavaExtensions 中的静态方法
-
D
- DASH -
类 play.data.parsing.MultipartStream 中的静态变量
- The dash (-) ASCII character value.
- data -
类 play.libs.F.IndexedEvent 中的变量
-
- data -
类 play.mvc.Scope.Params 中的变量
-
- data -
类 play.mvc.Scope.RenderArgs 中的变量
-
- data -
类 play.mvc.Scope.RouteArgs 中的变量
-
- data -
类 play.templates.BaseTemplate.RawData 中的变量
-
- data -
类 play.templates.TagContext 中的变量
-
- DatabaseException - play.exceptions 中的 异常
- Database error
- DatabaseException(String) -
异常 play.exceptions.DatabaseException 的构造方法
-
- DatabaseException(String, Throwable) -
异常 play.exceptions.DatabaseException 的构造方法
-
- DataParser - play.data.parsing 中的 类
- A data parser parse the HTTP request data to a Map
- DataParser() -
类 play.data.parsing.DataParser 的构造方法
-
- date -
类 play.mvc.Http.Request 中的变量
- When the request has been received
- DateBinder - play.data.binding.types 中的 类
- Binder that support Date class.
- DateBinder() -
类 play.data.binding.types.DateBinder 的构造方法
-
- DateTimeBinder - play.data.binding.types 中的 类
- Binder that support Date class.
- DateTimeBinder() -
类 play.data.binding.types.DateTimeBinder 的构造方法
-
- DAY_OF_MONTH -
类 play.libs.Time.CronExpression 中的静态变量
-
- DAY_OF_WEEK -
类 play.libs.Time.CronExpression 中的静态变量
-
- dayMap -
类 play.libs.Time.CronExpression 中的静态变量
-
- daysOfMonth -
类 play.libs.Time.CronExpression 中的变量
-
- daysOfWeek -
类 play.libs.Time.CronExpression 中的变量
-
- DB - play.db 中的 类
- Database connection utilities.
- DB() -
类 play.db.DB 的构造方法
-
- DBConfig - play.db 中的 类
-
- DBConfig(String) -
类 play.db.DBConfig 的构造方法
-
- DBConfig.PlayConnectionCustomizer - play.db 中的 类
-
- DBConfig.PlayConnectionCustomizer() -
类 play.db.DBConfig.PlayConnectionCustomizer 的构造方法
-
- DBConfig.ProxyDriver - play.db 中的 类
- Needed because DriverManager will not load a driver ouside of the system classloader
- DBPlugin - play.db 中的 类
- The DB plugin
- DBPlugin() -
类 play.db.DBPlugin 的构造方法
-
- DBPlugin.ProxyDriver - play.db 中的 类
- Needed because DriverManager will not load a driver outside of the system classloader
- debug(String) -
类 play.deps.HumanReadyLogger 中的方法
-
- debug(String, Object...) -
类 play.Logger 中的静态方法
- Log with DEBUG level
- debug(Throwable, String, Object...) -
类 play.Logger 中的静态方法
- Log with DEBUG level
- decode(ChannelHandlerContext, Channel, ChannelBuffer) -
类 play.server.FlashPolicyHandler 中的方法
-
- decodeBASE64(String) -
类 play.libs.Codec 中的静态方法
- Decode a base64 value
- decr(String, int) -
类 play.cache.Cache 中的静态方法
- Decrement the element value (must be a Number).
- decr(String) -
类 play.cache.Cache 中的静态方法
- Decrement the element value (must be a Number) by 1.
- decr(String, int) -
接口 play.cache.CacheImpl 中的方法
-
- decr(String, int) -
类 play.cache.EhCacheImpl 中的方法
-
- decr(String, int) -
类 play.cache.MemcachedImpl 中的方法
-
- decryptAES(String) -
类 play.libs.Crypto 中的静态方法
- Decrypt a String with the AES encryption standard using the application secret
- decryptAES(String, String) -
类 play.libs.Crypto 中的静态方法
- Decrypt a String with the AES encryption standard.
- deepCopy(Object) -
类 play.db.jpa.Blob 中的方法
-
- Default - play.utils 中的 类
-
- Default(Object) -
类 play.utils.Default 的构造方法
-
- DEFAULT_BUFSIZE -
类 play.data.parsing.MultipartStream 中的静态变量
- The default length of the buffer used for processing a request.
- DEFAULT_CHARSET -
类 play.data.parsing.ApacheMultipartParser.AutoFileItem 中的静态变量
- Default content charset to be used when no explicit charset
parameter is provided by the sender.
- defaultDbConfigName -
类 play.db.DBConfig 中的静态变量
- This is the name of the default db- and jpa-config name
- defaultDomain -
类 play.mvc.Http.Cookie 中的静态变量
- When creating cookie without specifying domain,
this value is used.
- defaults -
类 play.i18n.Messages 中的静态变量
-
- defaultValue(String) -
类 play.db.helper.SqlQuery.Concat 中的方法
-
- defaultWebEncoding -
类 play.Play 中的静态变量
- This is used as default encoding everywhere related to the web: request, response, WS
- defineTemplate(String, byte[]) -
类 play.templates.GroovyTemplate.TClassLoader 中的方法
-
- delay -
类 play.libs.F.Timeout 中的变量
-
- deleguate -
类 play.deps.PlayConflictManager 中的变量
-
- delete(String) -
类 play.cache.Cache 中的静态方法
- Delete an element from the cache.
- delete(String) -
接口 play.cache.CacheImpl 中的方法
-
- delete(String) -
类 play.cache.EhCacheImpl 中的方法
-
- delete(String) -
类 play.cache.MemcachedImpl 中的方法
-
- delete() -
类 play.data.parsing.ApacheMultipartParser.AutoFileItem 中的方法
- Deletes the underlying storage for a file item, including deleting any
associated temporary disk file.
- delete() -
类 play.db.jpa.GenericModel 中的方法
- Delete the entity.
- delete(String, Object...) -
类 play.db.jpa.GenericModel 中的静态方法
- Batch delete of entities
- delete(String, String, Object[]) -
类 play.db.jpa.JPQL 中的方法
-
- delete(File) -
类 play.libs.Files 中的静态方法
- Just delete a file.
- delete() -
类 play.libs.ws.WSAsync.WSAsyncRequest 中的方法
- Execute a DELETE request.
- delete() -
类 play.libs.WS.WSRequest 中的方法
- Execute a DELETE request.
- delete() -
类 play.libs.ws.WSUrlFetch.WSUrlfetchRequest 中的方法
- Execute a DELETE request.
- delete(Class<? extends Model>...) -
类 play.test.Fixtures 中的静态方法
- Delete all Model instances for the given types using the underlying persistence mechanisms
- delete(List<Class<? extends Model>>) -
类 play.test.Fixtures 中的静态方法
- Delete all Model instances for the given types using the underlying persistence mechanisms
- DELETE(String) -
类 play.test.FunctionalTest 中的静态方法
-
- DELETE(Http.Request, Object) -
类 play.test.FunctionalTest 中的静态方法
- Sends a DELETE request to the application under tests.
- deleteAll() -
类 play.db.jpa.GenericModel 中的静态方法
- Delete all entities
- deleteAll() -
类 play.db.jpa.JPAPlugin.JPAModelLoader 中的方法
-
- deleteAll(String) -
类 play.db.jpa.JPQL 中的方法
-
- deleteAll() -
接口 play.db.Model.Factory 中的方法
-
- deleteAll() -
类 play.test.Fixtures 中的静态方法
- 已过时。 use
Fixtures.deleteDatabase()
instead
- deleteAllModels() -
类 play.test.Fixtures 中的静态方法
- Delete all Model instances for the all available types using the underlying persistence mechanisms
- deleteAsync() -
类 play.libs.ws.WSAsync.WSAsyncRequest 中的方法
- Execute a DELETE request asynchronously.
- deleteAsync() -
类 play.libs.WS.WSRequest 中的方法
- Execute a DELETE request asynchronously.
- deleteBytecode(String) -
类 play.classloading.BytecodeCache 中的静态方法
- Delete the bytecode
- deleteDatabase() -
类 play.test.Fixtures 中的静态方法
- Flush the entire JDBC database for all configured databases.
- deleteDatabase(String) -
类 play.test.Fixtures 中的静态方法
- Flush the entire specified JDBC database
- deleteDirectory(File) -
类 play.libs.Files 中的静态方法
- Recursively delete a directory.
- deleteDirectory(String) -
类 play.test.Fixtures 中的静态方法
- Delete a directory recursively
- DependenciesManager - play.deps 中的 类
-
- DependenciesManager(File, File, File) -
类 play.deps.DependenciesManager 的构造方法
-
- deprecated(String) -
类 play.deps.HumanReadyLogger 中的方法
-
- description -
类 play.libs.OAuth2.Error 中的变量
-
- deserialize(byte[]) -
类 play.utils.Java 中的静态方法
-
- destroy() -
类 play.db.DB 中的静态方法
- Destroy the datasources
- destroy() -
类 play.db.DBConfig 中的方法
- Tries to destroy the datasource
- destroy() -
类 play.server.ServletWrapper 中的方法
-
- details -
类 play.libs.OAuth.Error 中的变量
-
- details() -
类 play.libs.OAuth.Error 中的方法
-
- detectChange() -
类 play.i18n.MessagesPlugin 中的方法
-
- detectChange() -
类 play.PlayPlugin 中的方法
- It's time for the plugin to detect changes.
- detectChange() -
类 play.plugins.PluginCollection 中的方法
-
- detectChanges() -
类 play.classloading.ApplicationClassloader 中的方法
- Detect Java changes
- detectChanges(String) -
类 play.mvc.Router 中的静态方法
- In PROD mode and if the routes are already loaded, this does nothing.
- detectChanges() -
类 play.Play 中的静态方法
- Detect sources modifications
- detectClassesChange() -
类 play.PlayPlugin 中的方法
- It's time for the plugin to detect changes.
- detectClassesChange() -
类 play.plugins.PluginCollection 中的方法
-
- detectedExtraDBConfigs(Properties) -
类 play.db.DBPlugin 中的方法
- Looks for extra db configs in config.
- direct -
类 play.mvc.Http.Response 中的变量
- Send this file directly
- directBind(String, Class<?>) -
类 play.data.binding.Binder 中的静态方法
-
- directBind(String, Annotation[], String, Class<?>) -
类 play.data.binding.Binder 中的静态方法
-
- directBind(Annotation[], String, Class<?>, Type) -
类 play.data.binding.Binder 中的静态方法
-
- directBind(String, Annotation[], String, Class<?>, Type) -
类 play.data.binding.Binder 中的静态方法
- This method calls the user's defined binders prior to bind simple type
- disablePlugin(PlayPlugin) -
类 play.plugins.PluginCollection 中的方法
- disable plugin
- disablePlugin(Class<? extends PlayPlugin>) -
类 play.plugins.PluginCollection 中的方法
- disable plugin of specified type
- disassemble(Object) -
类 play.db.jpa.Blob 中的方法
-
- discard(String) -
类 play.mvc.Scope.Flash 中的方法
-
- discard() -
类 play.mvc.Scope.Flash 中的方法
-
- discardBodyData() -
类 play.data.parsing.MultipartStream 中的方法
- Reads
body-data
from the current
encapsulation
and discards it.
- discardReadBytes() -
类 play.server.FileChannelBuffer 中的方法
-
- disconnect() -
类 play.mvc.WebSocketController 中的静态方法
-
- discoverServer(String) -
类 play.libs.OpenID 中的静态方法
-
- divisibleBy(Number, int) -
类 play.templates.JavaExtensions 中的静态方法
-
- doBodyLines -
类 play.templates.BaseTemplate 中的变量
-
- doJob() -
类 play.jobs.Job 中的方法
- Here you do the job
- doJobWithResult() -
类 play.jobs.Job 中的方法
- Here you do the job and return a result
- domain -
类 play.mvc.Http.Cookie 中的变量
- Cookie domain
- domain -
类 play.mvc.Http.Request 中的变量
- Server domain
- duplicate() -
类 play.server.FileChannelBuffer 中的方法
-
E
- edit(Object, String, Map<String, String[]>, Annotation[]) -
类 play.db.jpa.GenericModel 中的静态方法
- 已过时。
- edit(ParamNode, String, Object, Annotation[]) -
类 play.db.jpa.GenericModel 中的静态方法
-
- edit(String, Map<String, String[]>) -
类 play.db.jpa.GenericModel 中的方法
- 已过时。
- edit(ParamNode, String) -
类 play.db.jpa.GenericModel 中的方法
-
- EhCacheImpl - play.cache 中的 类
- EhCache implementation.
- em() -
类 play.db.jpa.JPA 中的静态方法
-
- em() -
类 play.db.jpa.JPABase 中的方法
- Retrieve the current entityManager
- em() -
类 play.db.jpa.JPAContext 中的方法
-
- em() -
类 play.db.jpa.JPQL 中的方法
-
- Email - play.data.validation 中的 注释类型
- This field must be a valid email.
- email(String, Object) -
类 play.data.validation.Validation 中的静态方法
-
- email(Object) -
类 play.data.validation.Validation 中的方法
-
- EmailCheck - play.data.validation 中的 类
-
- EmailCheck() -
类 play.data.validation.EmailCheck 的构造方法
-
- enabled -
类 play.classloading.HotswapAgent 中的静态变量
-
- enabledPlugins -
类 play.plugins.PluginCollection 中的变量
- List of all enabled plugins
- enabledPlugins_readOnlyCopy -
类 play.plugins.PluginCollection 中的变量
- Readonly copy of enabledPlugins - updated each time enabledPlugins is updated.
- enablePlugin(PlayPlugin) -
类 play.plugins.PluginCollection 中的方法
- Enable plugin.
- enablePlugin(Class<? extends PlayPlugin>) -
类 play.plugins.PluginCollection 中的方法
- enable plugin of specified type
- encode(String) -
类 play.libs.WS 中的静态方法
- URL-encode a string to be used as a query string parameter.
- encode(String) -
类 play.libs.WS.WSRequest 中的方法
-
- encode(String) -
类 play.libs.WS.WSWithEncoding 中的方法
- URL-encode a string to be used as a query string parameter.
- encodeBASE64(String) -
类 play.libs.Codec 中的静态方法
- Encode a String to base64
- encodeBASE64(byte[]) -
类 play.libs.Codec 中的静态方法
- Encode binary data to base64
- encodePart(String) -
类 play.libs.URLs 中的静态方法
-
- encoding -
类 play.libs.WS.WSRequest 中的变量
-
- encoding -
类 play.libs.WS.WSWithEncoding 中的变量
-
- encoding -
类 play.mvc.Http.Request 中的变量
- This is the encoding used to decode this request.
- encoding -
类 play.mvc.Http.Response 中的变量
- The encoding used when writing response to client
- encoding -
类 play.utils.HTTP.ContentTypeWithEncoding 中的变量
-
- encryptAES(String) -
类 play.libs.Crypto 中的静态方法
- Encrypt a String with the AES encryption standard using the application secret
- encryptAES(String, String) -
类 play.libs.Crypto 中的静态方法
- Encrypt a String with the AES encryption standard.
- endProgress() -
类 play.deps.HumanReadyLogger 中的方法
-
- endProgress(String) -
类 play.deps.HumanReadyLogger 中的方法
-
- enhance() -
类 play.classloading.ApplicationClasses.ApplicationClass 中的方法
- Enhance this class
- enhance(ApplicationClasses.ApplicationClass) -
类 play.CorePlugin 中的方法
-
- enhance(ApplicationClasses.ApplicationClass) -
类 play.db.jpa.JPAPlugin 中的方法
-
- enhance(ApplicationClasses.ApplicationClass) -
类 play.PlayPlugin 中的方法
- Enhance this class
- enhance(ApplicationClasses.ApplicationClass) -
类 play.plugins.PluginCollection 中的方法
-
- enhancedByteCode -
类 play.classloading.ApplicationClasses.ApplicationClass 中的变量
- The enhanced byteCode
- EnhancedForContinuations - play.classloading.enhancers 中的 接口
- This interface is added to all classes enhanced for Continuations.
- Enhancer - play.classloading.enhancers 中的 类
- Enhancer support
- Enhancer() -
类 play.classloading.enhancers.Enhancer 的构造方法
-
- Enhancer.ApplicationClassesClasspath - play.classloading.enhancers 中的 类
- Dumb classpath implementation for javassist hacking
- Enhancer.ApplicationClassesClasspath() -
类 play.classloading.enhancers.Enhancer.ApplicationClassesClasspath 的构造方法
-
- enhanceThisClass(ApplicationClasses.ApplicationClass) -
类 play.classloading.enhancers.ContinuationEnhancer 中的方法
-
- enhanceThisClass(ApplicationClasses.ApplicationClass) -
类 play.classloading.enhancers.ControllersEnhancer 中的方法
-
- enhanceThisClass(ApplicationClasses.ApplicationClass) -
类 play.classloading.enhancers.Enhancer 中的方法
- The magic happen here...
- enhanceThisClass(ApplicationClasses.ApplicationClass) -
类 play.classloading.enhancers.LVEnhancer 中的方法
-
- enhanceThisClass(ApplicationClasses.ApplicationClass) -
类 play.classloading.enhancers.MailerEnhancer 中的方法
-
- enhanceThisClass(ApplicationClasses.ApplicationClass) -
类 play.classloading.enhancers.PropertiesEnhancer 中的方法
-
- enhanceThisClass(ApplicationClasses.ApplicationClass) -
类 play.classloading.enhancers.SigEnhancer 中的方法
-
- enhanceThisClass(ApplicationClasses.ApplicationClass) -
类 play.db.jpa.JPAEnhancer 中的方法
-
- enterMethod(String, String, String) -
类 play.classloading.enhancers.LVEnhancer.LVEnhancerRuntime 中的静态方法
-
- enterTag(String) -
类 play.templates.TagContext 中的静态方法
-
- Entity2JPAConfigResolver - play.db.jpa 中的 类
-
- Entity2JPAConfigResolver() -
类 play.db.jpa.Entity2JPAConfigResolver 的构造方法
-
- entrySet() -
类 play.utils.OrderSafeProperties 中的方法
-
- enumValues(Class) -
类 play.templates.JavaExtensions 中的静态方法
-
- equals(Object) -
类 play.classloading.ApplicationClassloaderState 中的方法
-
- Equals - play.data.validation 中的 注释类型
- This field must be equals to another field.
- equals(String, Object, String, Object) -
类 play.data.validation.Validation 中的静态方法
-
- equals(Object, Object) -
类 play.data.validation.Validation 中的方法
-
- equals(Object) -
类 play.db.Evolutions.Evolution 中的方法
-
- equals(Object, Object) -
类 play.db.jpa.Blob 中的方法
-
- equals(Object) -
类 play.db.jpa.JPABase 中的方法
- JPASupport instances a and b are equals if either a == b or a and b have same
key
and class
- Equals(X) -
类 play.libs.F.Matcher 中的静态方法
-
- equals(Object) -
类 play.vfs.VirtualFile 中的方法
-
- EqualsCheck - play.data.validation 中的 类
-
- EqualsCheck() -
类 play.data.validation.EqualsCheck 的构造方法
-
- Error - play.data.validation 中的 类
- A validation error.
- Error(String, String, String[]) -
类 play.data.validation.Error 的构造方法
-
- error(String) -
类 play.data.validation.Validation 中的静态方法
-
- error -
类 play.data.validation.Validation.ValidationResult 中的变量
-
- error(String) -
类 play.deps.HumanReadyLogger 中的方法
-
- error -
类 play.libs.OAuth.Response 中的变量
-
- error -
类 play.libs.OAuth2.Error 中的变量
-
- error -
类 play.libs.OAuth2.Response 中的变量
-
- error(OAuth2.Error, WS.HttpResponse) -
类 play.libs.OAuth2.Response 中的静态方法
-
- error(String, Object...) -
类 play.Logger 中的静态方法
- Log with ERROR level
- error(Throwable, String, Object...) -
类 play.Logger 中的静态方法
- Log with ERROR level
- error(int, String) -
类 play.mvc.Controller 中的静态方法
- Send a 5xx Error response
- error(String) -
类 play.mvc.Controller 中的静态方法
- Send a 500 Error response
- error(Exception) -
类 play.mvc.Controller 中的静态方法
- Send a 500 Error response
- error() -
类 play.mvc.Controller 中的静态方法
- Send a 500 Error response
- error(int) -
类 play.mvc.Http.StatusCode 中的静态方法
-
- Error - play.mvc.results 中的 异常
- 500 Error
- Error(String) -
异常 play.mvc.results.Error 的构造方法
-
- Error(int, String) -
异常 play.mvc.results.Error 的构造方法
-
- error(String, Object...) -
类 play.mvc.Scope.Flash 中的方法
-
- error -
类 play.test.TestEngine.TestResult 中的变量
-
- errors() -
类 play.data.validation.Validation 中的静态方法
-
- errors(String) -
类 play.data.validation.Validation 中的静态方法
-
- errors -
类 play.test.TestEngine.TestResults 中的变量
-
- errorsMap() -
类 play.data.validation.Validation 中的方法
-
- escape(Object) -
类 play.templates.JavaExtensions 中的静态方法
-
- escapeHtml(String) -
类 play.templates.JavaExtensions 中的静态方法
-
- escapeJavaScript(String) -
类 play.templates.JavaExtensions 中的静态方法
-
- escapeXml(String) -
类 play.templates.JavaExtensions 中的静态方法
-
- eval(Object) -
类 play.templates.JavaExtensions 中的静态方法
-
- evaluate(String, String) -
类 play.libs.Expression 中的静态方法
-
- eventStream() -
类 play.libs.F.ArchivedEventStream 中的方法
-
- Every - play.jobs 中的 注释类型
- Run a job at specified intervale
Example, @Every("1h")
- every(String) -
类 play.jobs.Job 中的方法
- Run this job every n seconds
- every(int) -
类 play.jobs.Job 中的方法
- Run this job every n seconds
- Evolutions - play.db 中的 类
- Handles migration of data.
- Evolutions() -
类 play.db.Evolutions 的构造方法
-
- Evolutions.Evolution - play.db 中的 类
-
- Evolutions.Evolution(int, String, String, boolean) -
类 play.db.Evolutions.Evolution 的构造方法
-
- Evolutions.InconsistentDatabase - play.db 中的 异常
-
- Evolutions.InconsistentDatabase(String, String, int) -
异常 play.db.Evolutions.InconsistentDatabase 的构造方法
-
- Evolutions.InvalidDatabaseRevision - play.db 中的 异常
-
- Evolutions.InvalidDatabaseRevision(String) -
异常 play.db.Evolutions.InvalidDatabaseRevision 的构造方法
-
- exception -
类 play.libs.OAuth.Error 中的变量
-
- exceptionCaught(ChannelHandlerContext, ExceptionEvent) -
类 play.server.PlayHandler 中的方法
-
- exceptionCaught(ChannelHandlerContext, ExceptionEvent) -
类 play.server.ssl.SslPlayHandler 中的方法
-
- execute() -
类 play.ant.PlayConfigurationLoadTask 中的方法
-
- execute() -
类 play.ant.StopTask 中的方法
-
- execute(String) -
类 play.db.DB 中的静态方法
- Execute an SQL update
- execute(String) -
类 play.db.DBConfig 中的方法
- Execute an SQL update
- execute(String, Object...) -
类 play.db.helper.JdbcHelper 中的静态方法
-
- execute(SqlQuery) -
类 play.db.helper.JdbcHelper 中的静态方法
-
- execute(SqlQuery, Class<U>) -
类 play.db.helper.JdbcIterator 中的静态方法
-
- execute(SqlQuery, JdbcResultFactory<U>) -
类 play.db.helper.JdbcIterator 中的静态方法
-
- execute(String, Object...) -
类 play.db.helper.JpaHelper 中的静态方法
-
- execute(SqlQuery) -
类 play.db.helper.JpaHelper 中的静态方法
-
- execute(String, Object...) -
类 play.db.helper.JpaHelper.JpaHelperInstance 中的方法
-
- execute(SqlQuery) -
类 play.db.helper.JpaHelper.JpaHelperInstance 中的方法
-
- execute(String) -
类 play.db.jpa.JPA 中的静态方法
- Execute a JPQL query
- execute(String) -
类 play.db.jpa.JPAContext 中的方法
- Execute a JPQL query
- execute() -
类 play.Invoker.Invocation 中的方法
- Override this method
- execute() -
类 play.jobs.Job 中的方法
-
- execute() -
类 play.server.PlayHandler.NettyInvocation 中的方法
-
- execute() -
类 play.server.PlayHandler.WebSocketInvocation 中的方法
-
- execute() -
类 play.server.ServletWrapper.ServletInvocation 中的方法
-
- executeList(String, List<Object>) -
类 play.db.helper.JdbcHelper 中的静态方法
-
- executeList(String, List<Object>) -
类 play.db.helper.JpaHelper 中的静态方法
-
- executeList(String, List<Object>) -
类 play.db.helper.JpaHelper.JpaHelperInstance 中的方法
-
- executeQuery(String) -
类 play.db.DB 中的静态方法
- Execute an SQL query
- executeQuery(String) -
类 play.db.DBConfig 中的方法
- Execute an SQL query
- executeSQL(String) -
类 play.test.Fixtures 中的静态方法
-
- executeSQL(File) -
类 play.test.Fixtures 中的静态方法
-
- executor -
类 play.Invoker 中的静态变量
- Main executor for requests invocations.
- executor -
类 play.jobs.Job 中的变量
-
- executor -
类 play.jobs.JobsPlugin 中的静态变量
-
- exists() -
类 play.db.jpa.Blob 中的方法
-
- exists() -
类 play.db.jpa.FileAttachment 中的方法
- 已过时。
- exists() -
接口 play.db.Model.BinaryField 中的方法
-
- exists() -
类 play.vfs.VirtualFile 中的方法
-
- exitMethod(String, String, String) -
类 play.classloading.enhancers.LVEnhancer.LVEnhancerRuntime 中的静态方法
-
- exitTag() -
类 play.templates.TagContext 中的静态方法
-
- Expression - play.libs 中的 类
-
- Expression() -
类 play.libs.Expression 的构造方法
-
- expressionParsed -
类 play.libs.Time.CronExpression 中的变量
-
- extensions -
类 play.libs.OpenID.UserInfo 中的变量
- Extensions values
- extensionsClassnames -
类 play.templates.GroovyTemplateCompiler 中的静态变量
-
- extractInfosFromByteCode(byte[]) -
类 play.utils.Java 中的静态方法
-
- extractProp(String, String) -
类 play.db.jpa.JPQL 中的静态方法
-
- extractUnderlyingCallable(FutureTask<?>) -
类 play.utils.Java 中的静态方法
- Try to discover what is hidden under a FutureTask (hack)
F
- F - play.libs 中的 类
-
- F() -
类 play.libs.F 的构造方法
-
- F.Action<T> - play.libs 中的 接口
-
- F.Action0 - play.libs 中的 接口
-
- F.ArchivedEventStream<T> - play.libs 中的 类
-
- F.ArchivedEventStream(int) -
类 play.libs.F.ArchivedEventStream 的构造方法
-
- F.E2<A,B> - play.libs 中的 类
-
- F.E3<A,B,C> - play.libs 中的 类
-
- F.E4<A,B,C,D> - play.libs 中的 类
-
- F.E5<A,B,C,D,E> - play.libs 中的 类
-
- F.Either<A,B> - play.libs 中的 类
-
- F.EventStream<T> - play.libs 中的 类
-
- F.EventStream() -
类 play.libs.F.EventStream 的构造方法
-
- F.EventStream(int) -
类 play.libs.F.EventStream 的构造方法
-
- F.IndexedEvent<M> - play.libs 中的 类
-
- F.IndexedEvent(M) -
类 play.libs.F.IndexedEvent 的构造方法
-
- F.Matcher<T,R> - play.libs 中的 类
-
- F.Matcher() -
类 play.libs.F.Matcher 的构造方法
-
- F.None<T> - play.libs 中的 类
-
- F.None() -
类 play.libs.F.None 的构造方法
-
- F.Option<T> - play.libs 中的 类
-
- F.Option() -
类 play.libs.F.Option 的构造方法
-
- F.Promise<V> - play.libs 中的 类
-
- F.Promise() -
类 play.libs.F.Promise 的构造方法
-
- F.Some<T> - play.libs 中的 类
-
- F.Some(T) -
类 play.libs.F.Some 的构造方法
-
- F.T2<A,B> - play.libs 中的 类
-
- F.T2(A, B) -
类 play.libs.F.T2 的构造方法
-
- F.T3<A,B,C> - play.libs 中的 类
-
- F.T3(A, B, C) -
类 play.libs.F.T3 的构造方法
-
- F.T4<A,B,C,D> - play.libs 中的 类
-
- F.T4(A, B, C, D) -
类 play.libs.F.T4 的构造方法
-
- F.T5<A,B,C,D,E> - play.libs 中的 类
-
- F.T5(A, B, C, D, E) -
类 play.libs.F.T5 的构造方法
-
- F.Timeout - play.libs 中的 类
-
- F.Timeout(String) -
类 play.libs.F.Timeout 的构造方法
-
- F.Timeout(String, String) -
类 play.libs.F.Timeout 的构造方法
-
- F.Timeout(long) -
类 play.libs.F.Timeout 的构造方法
-
- F.Timeout(String, long) -
类 play.libs.F.Timeout 的构造方法
-
- F.Tuple<A,B> - play.libs 中的 类
-
- F.Tuple(A, B) -
类 play.libs.F.Tuple 的构造方法
-
- factory -
类 play.db.helper.JdbcIterator 中的变量
-
- factory() -
类 play.server.FileChannelBuffer 中的方法
-
- factoryFor(Class<? extends Model>) -
类 play.db.Model.Manager 中的静态方法
-
- failures -
类 play.test.TestEngine.TestResults 中的变量
-
- FastRuntimeException - play.utils 中的 异常
- Fast Exception - skips creating stackTrace.
- FastRuntimeException() -
异常 play.utils.FastRuntimeException 的构造方法
-
- FastRuntimeException(String) -
异常 play.utils.FastRuntimeException 的构造方法
-
- FastRuntimeException(String, Throwable) -
异常 play.utils.FastRuntimeException 的构造方法
-
- FastRuntimeException(Throwable) -
异常 play.utils.FastRuntimeException 的构造方法
-
- FastTags - play.templates 中的 类
- Fast tags implementation
- FastTags() -
类 play.templates.FastTags 的构造方法
-
- FastTags.Namespace - play.templates 中的 注释类型
-
- fatal(String, Object...) -
类 play.Logger 中的静态方法
- Log with FATAL level
- fatal(Throwable, String, Object...) -
类 play.Logger 中的静态方法
- Log with FATAL level
- fatalServerErrorOccurred() -
类 play.Play 中的静态方法
- Call this method when there has been a fatal error that Play cannot recover from
- fetch() -
类 play.db.jpa.GenericModel.JPAQuery 中的方法
- Retrieve all results of the query
- fetch(int) -
类 play.db.jpa.GenericModel.JPAQuery 中的方法
- Retrieve results of the query
- fetch(int, int) -
类 play.db.jpa.GenericModel.JPAQuery 中的方法
- Retrieve a page of result
- fetch(int, int, String, String, List<String>, String, String) -
类 play.db.jpa.JPAPlugin.JPAModelLoader 中的方法
-
- fetch(int, int, String, String, List<String>, String, String) -
接口 play.db.Model.Factory 中的方法
-
- field -
类 play.db.Model.Property 中的变量
-
- FIELD_SEPARATOR -
类 play.data.parsing.MultipartStream 中的静态变量
- A byte sequence that that follows a delimiter that will be
followed by an encapsulation (
CRLF
).
- file -
类 play.libs.WS.FileParam 中的变量
-
- file -
异常 play.mvc.results.RenderStatic 中的变量
-
- FileArrayBinder - play.data.binding.types 中的 类
- Bind a file array form multipart/form-data request.
- FileArrayBinder() -
类 play.data.binding.types.FileArrayBinder 的构造方法
-
- FileAttachment - play.db.jpa 中的 类
- 已过时。
- FileAttachment() -
类 play.db.jpa.FileAttachment 的构造方法
- 已过时。
- FileBinder - play.data.binding.types 中的 类
- Bind file form multipart/form-data request.
- FileBinder() -
类 play.data.binding.types.FileBinder 的构造方法
-
- FileChannelBuffer - play.server 中的 类
- Useless channel buffer only used to wrap the input stream....
- FileChannelBuffer(File) -
类 play.server.FileChannelBuffer 的构造方法
-
- filename -
类 play.db.jpa.FileAttachment 中的变量
- 已过时。
- fileParams -
类 play.libs.WS.WSRequest 中的变量
-
- Files - play.libs 中的 类
- Files utils
- Files() -
类 play.libs.Files 的构造方法
-
- files(File...) -
类 play.libs.WS.WSRequest 中的方法
- Add files to request.
- files(WS.FileParam...) -
类 play.libs.WS.WSRequest 中的方法
- Add fileParams aka File and Name parameter to the request.
- FileService - play.server 中的 类
-
- FileService() -
类 play.server.FileService 的构造方法
-
- FileService.ByteRangeInput - play.server 中的 类
-
- FileService.ByteRangeInput(File, String, HttpRequest) -
类 play.server.FileService.ByteRangeInput 的构造方法
-
- FileService.ByteRangeInput(RandomAccessFile, String, HttpRequest) -
类 play.server.FileService.ByteRangeInput 的构造方法
-
- FileUpload - play.data 中的 类
-
- FileUpload() -
类 play.data.FileUpload 的构造方法
-
- FileUpload(FileItem) -
类 play.data.FileUpload 的构造方法
-
- fillInStackTrace() -
异常 play.utils.FastRuntimeException 中的方法
- Since we override this method, no stacktrace is generated - much faster
- filter(Filter) -
类 play.test.PlayJUnitRunner 中的方法
-
- filterMap(Map<String, String[]>, String) -
类 play.utils.Utils 中的静态方法
-
- filterMap(Map<K, V>, String) -
类 play.utils.Utils.Maps 中的静态方法
-
- filterParams(Scope.Params, String) -
类 play.utils.Utils 中的静态方法
-
- filterParams(Map<String, String[]>, String, String) -
类 play.utils.Utils 中的静态方法
-
- filterParams(Map<String, String[]>, String) -
类 play.utils.Utils 中的静态方法
-
- finalize() -
类 play.data.parsing.ApacheMultipartParser.AutoFileItem 中的方法
- Removes the file contents from the temporary storage.
- Finally - play.mvc 中的 注释类型
- Mark this method as @Finally interceptor
- find(String) -
类 play.classloading.enhancers.Enhancer.ApplicationClassesClasspath 中的方法
-
- find(String, Object...) -
类 play.db.jpa.GenericModel 中的静态方法
- Prepare a query to find entities.
- find(String, String, Object[]) -
类 play.db.jpa.JPQL 中的方法
-
- find(String) -
类 play.db.jpa.JPQL 中的方法
-
- find(String, Set<String>) -
类 play.i18n.Messages 中的静态方法
- Return several messages for a locale
- findActionMethod(String, Class) -
类 play.utils.Java 中的静态方法
- Find the first public static method of a controller class
- findAll() -
类 play.db.jpa.GenericModel 中的静态方法
- Find all entities of this type
- findAll(String) -
类 play.db.jpa.JPQL 中的方法
-
- findAllAnnotatedMethods(Class<?>, Class<? extends Annotation>) -
类 play.utils.Java 中的静态方法
- Find all annotated method from a class
- findAllAnnotatedMethods(List<Class>, Class<? extends Annotation>) -
类 play.utils.Java 中的静态方法
- Find all annotated method from a class
- findAllFields(Class, Set<Field>) -
类 play.utils.Java 中的静态方法
-
- findBestCause(Throwable) -
异常 play.db.jpa.JPABase.JPAQueryException 中的静态方法
-
- findBy(String, String, Object[]) -
类 play.db.jpa.JPQL 中的方法
-
- findById(Object) -
类 play.db.jpa.GenericModel 中的静态方法
- Find the entity with the corresponding id.
- findById(Object) -
类 play.db.jpa.JPAPlugin.JPAModelLoader 中的方法
-
- findById(String, Object) -
类 play.db.jpa.JPQL 中的方法
-
- findById(Object) -
接口 play.db.Model.Factory 中的方法
-
- findByte(byte, int) -
类 play.data.parsing.MultipartStream 中的方法
- Searches for a byte of specified value in the
buffer
,
starting at the specified position
.
- findByToJPQL(String) -
类 play.db.jpa.JPQL 中的方法
-
- findNextWhiteSpace(int, String) -
类 play.libs.Time.CronExpression 中的方法
-
- findOneBy(String, String, Object[]) -
类 play.db.jpa.JPQL 中的方法
-
- findSeparator() -
类 play.data.parsing.MultipartStream 中的方法
- Searches for the
boundary
in the buffer
region delimited by head
and tail
.
- first() -
类 play.db.jpa.GenericModel.JPAQuery 中的方法
-
- fixCaseForHttpHeader(String) -
类 play.utils.HTTP 中的静态方法
- Use this method to make sure you have the correct caseing of a http header name.
- Fixtures - play.test 中的 类
-
- Fixtures() -
类 play.test.Fixtures 的构造方法
-
- flash -
类 play.mvc.Controller 中的静态变量
- The current flash scope.
- flash(String, Object) -
类 play.mvc.Controller 中的静态方法
- Add a value to the flash scope
- flash(String...) -
类 play.mvc.Scope.Params 中的方法
-
- FlashPolicyHandler - play.server 中的 类
-
- FlashPolicyHandler() -
类 play.server.FlashPolicyHandler 的构造方法
- Creates a handler allowing access from any domain and any port
- FlashPolicyHandler(ChannelBuffer) -
类 play.server.FlashPolicyHandler 的构造方法
- Create a handler with a custom XML response.
- flush() -
类 play.Logger.JuliToLog4jHandler 中的方法
-
- followRedirects -
类 play.libs.WS.WSRequest 中的变量
-
- followRedirects(boolean) -
类 play.libs.WS.WSRequest 中的方法
- Indicate if the WS should continue when hitting a 301 or 302
- fonts -
类 play.libs.Images.Captcha 中的变量
-
- forbidden(String) -
类 play.mvc.Controller 中的静态方法
- Send a 403 Forbidden response
- forbidden() -
类 play.mvc.Controller 中的静态方法
- Send a 403 Forbidden response
- FORBIDDEN -
类 play.mvc.Http.StatusCode 中的静态变量
-
- Forbidden - play.mvc.results 中的 异常
- 403 Forbidden
- Forbidden(String) -
异常 play.mvc.results.Forbidden 的构造方法
-
- forcedCacheImpl -
类 play.cache.Cache 中的静态变量
- Sometime we REALLY need to change the implementation :)
- forceJuli -
类 play.Logger 中的静态变量
- Will force use of java.util.logging (default to try log4j first).
- forceProd -
类 play.Play 中的静态变量
-
- forClass(Class<?>) -
类 play.data.binding.BeanWrapper 中的静态方法
- Generator method - uses thread-safe cache
- format -
类 play.mvc.Http.Request 中的变量
- Format (html,xml,json,text)
- format(Number, String) -
类 play.templates.JavaExtensions 中的静态方法
-
- format(Date) -
类 play.templates.JavaExtensions 中的静态方法
-
- format(Date, String) -
类 play.templates.JavaExtensions 中的静态方法
-
- format(Date, String, String) -
类 play.templates.JavaExtensions 中的静态方法
-
- format(Date, String, String, String) -
类 play.templates.JavaExtensions 中的静态方法
-
- format(Template, Object) -
接口 play.templates.SafeFormatter 中的方法
-
- format(Template, Object) -
类 play.templates.types.SafeCSVFormatter 中的方法
-
- format(Template, Object) -
类 play.templates.types.SafeHTMLFormatter 中的方法
-
- format(Template, Object) -
类 play.templates.types.SafeXMLFormatter 中的方法
-
- formatCurrency(Number, String) -
类 play.templates.JavaExtensions 中的静态方法
-
- formatCurrency(Number, Locale) -
类 play.templates.JavaExtensions 中的静态方法
-
- formatSize(Long) -
类 play.templates.JavaExtensions 中的静态方法
-
- formatString(String, Object...) -
类 play.i18n.Messages 中的静态方法
-
- forRealm(String) -
类 play.libs.OpenID 中的方法
-
- FOUND -
类 play.mvc.Http.StatusCode 中的静态变量
-
- frameworkPath -
类 play.Play 中的静态变量
- The framework root
- from -
类 play.db.helper.SqlSelect 中的变量
-
- from(String...) -
类 play.db.helper.SqlSelect 中的方法
-
- from(int) -
类 play.db.jpa.GenericModel.JPAQuery 中的方法
- Set the position to start
- fromRelativePath(String) -
类 play.vfs.VirtualFile 中的静态方法
-
- FunctionalTest - play.test 中的 类
- Application tests support
- FunctionalTest() -
类 play.test.FunctionalTest 的构造方法
-
- FunctionalTest.URL - play.test 中的 类
-
- functionalTestsExecutor -
类 play.test.TestEngine 中的静态变量
-
- future(String, Object, Date) -
类 play.data.validation.Validation 中的静态方法
-
- future(Object, Date) -
类 play.data.validation.Validation 中的方法
-
- future(String, Object) -
类 play.data.validation.Validation 中的静态方法
-
- future(Object) -
类 play.data.validation.Validation 中的方法
-
G
- GATEWAY_TIMEOUT -
类 play.mvc.Http.StatusCode 中的静态变量
-
- GenericModel - play.db.jpa 中的 类
- A super class for JPA entities
- GenericModel() -
类 play.db.jpa.GenericModel 的构造方法
-
- GenericModel.JPAQuery - play.db.jpa 中的 类
- A JPAQuery
- GenericModel.JPAQuery(String, Query) -
类 play.db.jpa.GenericModel.JPAQuery 的构造方法
-
- GenericModel.JPAQuery(Query) -
类 play.db.jpa.GenericModel.JPAQuery 的构造方法
-
- get(String) -
类 play.cache.Cache 中的静态方法
- Retrieve an object.
- get(String...) -
类 play.cache.Cache 中的静态方法
- Bulk retrieve.
- get(String, Class<T>) -
类 play.cache.Cache 中的静态方法
- Convenient clazz to get a value a class type;
- get(String) -
接口 play.cache.CacheImpl 中的方法
-
- get(String[]) -
接口 play.cache.CacheImpl 中的方法
-
- get(String) -
类 play.cache.EhCacheImpl 中的方法
-
- get(String[]) -
类 play.cache.EhCacheImpl 中的方法
-
- get(String) -
类 play.cache.MemcachedImpl 中的方法
-
- get(String[]) -
类 play.cache.MemcachedImpl 中的方法
-
- get() -
类 play.data.parsing.ApacheMultipartParser.AutoFileItem 中的方法
- Returns the contents of the file as an array of bytes.
- get() -
类 play.db.jpa.Blob 中的方法
-
- get() -
类 play.db.jpa.FileAttachment 中的方法
- 已过时。
- get() -
接口 play.db.Model.BinaryField 中的方法
-
- get() -
类 play.i18n.Lang 中的静态方法
- Retrieve the current language or null
- get() -
类 play.i18n.Localized 中的方法
-
- get(String) -
类 play.i18n.Localized 中的方法
-
- get(Object, Object...) -
类 play.i18n.Messages 中的静态方法
- Given a message code, translate it using current locale.
- get() -
类 play.libs.F.None 中的方法
-
- get() -
类 play.libs.F.Option 中的方法
-
- get() -
类 play.libs.F.Promise 中的方法
-
- get(long, TimeUnit) -
类 play.libs.F.Promise 中的方法
-
- get() -
类 play.libs.F.Some 中的方法
-
- get() -
类 play.libs.ws.WSAsync.WSAsyncRequest 中的方法
- Execute a GET request synchronously.
- get() -
类 play.libs.WS.WSRequest 中的方法
- Execute a GET request synchronously.
- get() -
类 play.libs.ws.WSUrlFetch.WSUrlfetchRequest 中的方法
- Execute a GET request synchronously.
- get() -
类 play.mvc.Http.Request 中的方法
- Useful because we sometime use a lazy request loader
- get(String) -
类 play.mvc.Scope.Flash 中的方法
-
- get(String) -
类 play.mvc.Scope.Params 中的方法
-
- get(String, Class<T>) -
类 play.mvc.Scope.Params 中的方法
-
- get(Annotation[], String, Class<T>) -
类 play.mvc.Scope.Params 中的方法
-
- get(String) -
类 play.mvc.Scope.RenderArgs 中的方法
-
- get(String, Class<T>) -
类 play.mvc.Scope.RenderArgs 中的方法
-
- get(String) -
类 play.mvc.Scope.RouteArgs 中的方法
-
- get(String) -
类 play.mvc.Scope.Session 中的方法
-
- get(String) -
类 play.templates.GroovyTemplate.ExecutableTemplate 中的方法
-
- GET(Object) -
类 play.test.FunctionalTest 中的静态方法
-
- GET(Object, boolean) -
类 play.test.FunctionalTest 中的静态方法
- sends a GET request to the application under tests.
- GET(Http.Request, Object) -
类 play.test.FunctionalTest 中的静态方法
- sends a GET request to the application under tests.
- get(String, String) -
类 play.utils.Properties 中的方法
-
- get() -
类 play.utils.SmartFuture 中的方法
-
- get(long, TimeUnit) -
类 play.utils.SmartFuture 中的方法
-
- getAcceptedIssuers() -
类 play.utils.YesSSLSocketFactory.YesTrustManager 中的方法
-
- getAccessToken() -
类 play.libs.OAuth2 中的方法
- 已过时。 Use @{link play.libs.OAuth2.retrieveAccessToken()} instead
- getAction() -
异常 play.exceptions.ActionNotFoundException 中的方法
-
- getAction() -
异常 play.exceptions.NoRouteFoundException 中的方法
-
- getActionAnnotation(Class<T>) -
类 play.mvc.Controller 中的静态方法
- Retrieve annotation for the action method
- getActionMethod(String) -
类 play.mvc.ActionInvoker 中的静态方法
-
- getActionMethodArgs(Method, Object) -
类 play.mvc.ActionInvoker 中的静态方法
-
- getActualSize() -
异常 play.data.parsing.ApacheMultipartParser.SizeException 中的方法
- Retrieves the actual size of the request.
- getAll(String) -
类 play.mvc.Scope.Params 中的方法
-
- getAllChildren() -
类 play.data.binding.ParamNode 中的方法
-
- getAllChildrenKeys() -
类 play.data.binding.ParamNode 中的方法
-
- getAllClasses() -
类 play.classloading.ApplicationClassloader 中的方法
- Try to load all .java files found.
- getAllPlugins() -
类 play.plugins.PluginCollection 中的方法
- Returns new readonly list of all plugins
- getAllTemplate() -
类 play.templates.TemplateLoader 中的静态方法
- List all found templates
- getAnnotatedClasses(Class<? extends Annotation>) -
类 play.classloading.ApplicationClasses 中的方法
- Retrieve all application classes with a specific annotation.
- getAnnotatedClasses(Class<? extends Annotation>) -
类 play.classloading.ApplicationClassloader 中的方法
- Retrieve all application classes with a specific annotation.
- getAnnotatedClasses(Class[]) -
类 play.classloading.ApplicationClassloader 中的方法
-
- getAnnotation(Class<T>) -
类 play.Invoker.InvocationContext 中的方法
-
- getAnnotations(CtClass) -
类 play.classloading.enhancers.Enhancer 中的静态方法
- Retrieve all class annotations.
- getAnnotations(CtField) -
类 play.classloading.enhancers.Enhancer 中的静态方法
- Retrieve all field annotations.
- getAnnotations(CtMethod) -
类 play.classloading.enhancers.Enhancer 中的静态方法
- Retrieve all method annotations.
- getAnnotations() -
类 play.Invoker.InvocationContext 中的方法
-
- getApplicationClass(String) -
类 play.classloading.ApplicationClasses 中的方法
- Get a class by name
- getArgs() -
异常 play.exceptions.NoRouteFoundException 中的方法
-
- getAssignableClasses(Class<?>) -
类 play.classloading.ApplicationClasses 中的方法
- Retrieve all application classes assignable to this class.
- getAssignableClasses(Class) -
类 play.classloading.ApplicationClassloader 中的方法
- Retrieve all application classes assignable to this class.
- getAsync() -
类 play.libs.ws.WSAsync.WSAsyncRequest 中的方法
- Execute a GET request asynchronously.
- getAsync() -
类 play.libs.WS.WSRequest 中的方法
- Execute a GET request asynchronously.
- getAuthenticityToken() -
类 play.mvc.Scope.Session 中的方法
-
- getBase() -
类 play.mvc.Http.Request 中的方法
- Get the request base (ex: http://localhost:9000
- getBaseUrl() -
类 play.mvc.Router 中的静态方法
-
- getBeanOfType(Class<T>) -
接口 play.inject.BeanSource 中的方法
-
- getBindingForErrors(Exception, boolean) -
类 play.server.PlayHandler 中的静态方法
-
- getBoolean(String) -
类 play.utils.Properties 中的方法
-
- getBoolean(String, boolean) -
类 play.utils.Properties 中的方法
-
- getByte(int) -
类 play.server.FileChannelBuffer 中的方法
-
- getBytecode(String, String) -
类 play.classloading.BytecodeCache 中的静态方法
- Retrieve the bytecode if source has not changed
- getBytes(int, GatheringByteChannel, int) -
类 play.server.FileChannelBuffer 中的方法
-
- getBytes(int, OutputStream, int) -
类 play.server.FileChannelBuffer 中的方法
-
- getBytes(int, byte[], int, int) -
类 play.server.FileChannelBuffer 中的方法
-
- getBytes(int, ChannelBuffer, int, int) -
类 play.server.FileChannelBuffer 中的方法
-
- getBytes(int, ByteBuffer) -
类 play.server.FileChannelBuffer 中的方法
-
- getBytesRead() -
类 play.data.parsing.MultipartStream.ItemInputStream 中的方法
- Returns the number of bytes, which have been read
by the stream.
- getCertificateChain(String) -
类 play.server.ssl.SslHttpServerContextFactory.PEMKeyManager 中的方法
-
- getCharSet() -
类 play.data.parsing.ApacheMultipartParser.AutoFileItem 中的方法
- Returns the content charset passed by the agent or
null
if
not defined.
- getCheckWithCheck() -
类 play.data.validation.Check 中的方法
-
- getChild(String) -
类 play.data.binding.ParamNode 中的方法
-
- getChild(String, boolean) -
类 play.data.binding.ParamNode 中的方法
-
- getChunckedInput(RandomAccessFile, String, Channel, HttpRequest, HttpResponse) -
类 play.server.FileService 中的静态方法
-
- getClassDefinition(String) -
类 play.classloading.ApplicationClassloader 中的方法
- Search for the byte code of the given class.
- getClassIgnoreCase(String) -
类 play.classloading.ApplicationClassloader 中的方法
- Find a class in a case insensitive way
- getClassInstance(String) -
类 play.utils.Properties 中的方法
-
- getClassInstance(String, Object) -
类 play.utils.Properties 中的方法
-
- getClientAliases(String, Principal[]) -
类 play.server.ssl.SslHttpServerContextFactory.PEMKeyManager 中的方法
-
- getConfigInfoString() -
类 play.db.DBConfig 中的方法
- returns empty string if default config.
- getConfigInfoString(String) -
类 play.db.jpa.JPAPlugin 中的方法
- returns empty string if default config.
- getConfigName() -
类 play.db.jpa.JPAConfig 中的方法
-
- getConfigurationName() -
类 play.db.jpa.JPAConfigurationExtension 中的方法
- Override this method in order to restrict the extension to a specific db configuration.
- getConnection() -
类 play.db.DB 中的静态方法
- Open a connection for the current thread.
- getConnection() -
类 play.db.DBConfig 中的方法
- Open a connection for the current thread.
- getContent(Part) -
类 play.libs.Mail.Mock 中的静态方法
-
- getContent() -
异常 play.mvc.results.RenderTemplate 中的方法
-
- getContent(Http.Response) -
类 play.test.FunctionalTest 中的静态方法
- obtains the response body as a string
- getContentType() -
类 play.data.FileUpload 中的方法
-
- getContentType() -
类 play.data.MemoryUpload 中的方法
-
- getContentType() -
类 play.data.parsing.ApacheMultipartParser.AutoFileItem 中的方法
- Returns the content type passed by the agent or
null
if
not defined.
- getContentType() -
接口 play.data.Upload 中的方法
-
- getContentType(String) -
类 play.libs.MimeTypes 中的静态方法
- return the content-type from a file name.
- getContentType(String, String) -
类 play.libs.MimeTypes 中的静态方法
- return the content-type from a file name.
- getContentType() -
类 play.libs.WS.HttpResponse 中的方法
- The http response content type
- getControllerAnnotation(Class<T>) -
类 play.mvc.Controller 中的静态方法
- Retrieve annotation for the controller class
- getControllerClass() -
类 play.mvc.Controller 中的静态方法
- Retrieve the controller class
- getControllerInheritedAnnotation(Class<T>) -
类 play.mvc.Controller 中的静态方法
- Retrieve annotation for the controller class
- getCookies(HttpRequest) -
类 play.server.PlayHandler 中的静态方法
-
- getCookies(HttpServletRequest) -
类 play.server.ServletWrapper 中的静态方法
-
- getCronExpression() -
类 play.libs.Time.CronExpression 中的方法
-
- getCurrencySymbol(String) -
类 play.libs.I18N 中的静态方法
- Retrieve currency symbol for a currency
- getCurrentMethodExecution() -
类 play.classloading.enhancers.LVEnhancer.LVEnhancerRuntime 中的静态方法
-
- getCurrentMethodParams() -
类 play.classloading.enhancers.LVEnhancer.LVEnhancerRuntime 中的静态方法
- Get the current stack of methodExecutions.
- getCurrentNestedMethodCall() -
类 play.classloading.enhancers.LVEnhancer.MethodExecution 中的方法
-
- getDatasource() -
类 play.db.DBConfig 中的方法
-
- getDatasource() -
类 play.db.Evolutions 中的静态方法
-
- getDateAs(Annotation[], String) -
类 play.data.binding.AnnotationHelper 中的静态方法
- It can be something like As(lang={"fr,de","*"}, value={"dd-MM-yyyy","MM-dd-yyyy"})
- getDateFormat() -
类 play.libs.I18N 中的静态方法
-
- getDayOfWeekNumber(String) -
类 play.libs.Time.CronExpression 中的方法
-
- getDBConfig() -
类 play.db.DB 中的静态方法
- The default DBConfig is the one configured using 'db.' in application.conf
- getDBConfig(String) -
类 play.db.DB 中的静态方法
- dbConfigName corresponds to properties-names in application.conf.
- getDBConfig(String, boolean) -
类 play.db.DB 中的静态方法
- dbConfigName corresponds to properties-names in application.conf.
- getDBConfigName() -
类 play.db.DBConfig 中的方法
-
- getDBConfigs() -
类 play.db.DB 中的静态方法
-
- getDefault() -
类 play.utils.YesSSLSocketFactory 中的静态方法
-
- getDefaultCipherSuites() -
类 play.utils.YesSSLSocketFactory 中的方法
-
- getDefaultFormatter() -
类 play.utils.Utils.AlternativeDateFormat 中的静态方法
-
- getDescription() -
类 play.test.PlayJUnitRunner 中的方法
-
- getDocument(File) -
类 play.libs.XML 中的静态方法
- Parse an XML file to DOM
- getDocument(String) -
类 play.libs.XML 中的静态方法
- Parse an XML string content to DOM
- getDouble(String) -
类 play.utils.Properties 中的方法
-
- getDouble(String, long) -
类 play.utils.Properties 中的方法
-
- getEnabledPlugins() -
类 play.plugins.PluginCollection 中的方法
- Returns new readonly list of all enabled plugins
- getEncoding() -
类 play.libs.WS.HttpResponse 中的方法
-
- getEncoding() -
异常 play.mvc.results.Result 中的方法
- The encoding that should be used when writing this response to the client
- getEntityId() -
类 play.db.jpa.JPABase 中的方法
- 已过时。
- getErrorDescription() -
异常 play.db.Evolutions.InconsistentDatabase 中的方法
-
- getErrorDescription() -
异常 play.db.Evolutions.InvalidDatabaseRevision 中的方法
-
- getErrorDescription() -
异常 play.exceptions.ActionNotFoundException 中的方法
-
- getErrorDescription() -
异常 play.exceptions.CacheException 中的方法
-
- getErrorDescription() -
异常 play.exceptions.CompilationException 中的方法
-
- getErrorDescription() -
异常 play.exceptions.ConfigurationException 中的方法
-
- getErrorDescription() -
异常 play.exceptions.ContinuationsException 中的方法
-
- getErrorDescription() -
异常 play.exceptions.DatabaseException 中的方法
-
- getErrorDescription() -
异常 play.exceptions.JavaExecutionException 中的方法
-
- getErrorDescription() -
异常 play.exceptions.JPAException 中的方法
-
- getErrorDescription() -
异常 play.exceptions.MailException 中的方法
-
- getErrorDescription() -
异常 play.exceptions.NoRouteFoundException 中的方法
-
- getErrorDescription() -
异常 play.exceptions.PlayException 中的方法
-
- getErrorDescription() -
异常 play.exceptions.TemplateCompilationException 中的方法
-
- getErrorDescription() -
异常 play.exceptions.TemplateExecutionException 中的方法
-
- getErrorDescription() -
异常 play.exceptions.TemplateNotFoundException 中的方法
-
- getErrorDescription() -
异常 play.exceptions.UnexpectedException 中的方法
-
- getErrorDescription() -
异常 play.exceptions.YAMLException 中的方法
-
- getErrorDescription() -
异常 play.Invoker.Suspend 中的方法
-
- getErrors() -
类 play.deps.HumanReadyLogger 中的方法
-
- getErrorTitle() -
异常 play.db.Evolutions.InconsistentDatabase 中的方法
-
- getErrorTitle() -
异常 play.db.Evolutions.InvalidDatabaseRevision 中的方法
-
- getErrorTitle() -
异常 play.exceptions.ActionNotFoundException 中的方法
-
- getErrorTitle() -
异常 play.exceptions.CacheException 中的方法
-
- getErrorTitle() -
异常 play.exceptions.CompilationException 中的方法
-
- getErrorTitle() -
异常 play.exceptions.ConfigurationException 中的方法
-
- getErrorTitle() -
异常 play.exceptions.ContinuationsException 中的方法
-
- getErrorTitle() -
异常 play.exceptions.DatabaseException 中的方法
-
- getErrorTitle() -
异常 play.exceptions.JavaExecutionException 中的方法
-
- getErrorTitle() -
异常 play.exceptions.JPAException 中的方法
-
- getErrorTitle() -
异常 play.exceptions.MailException 中的方法
-
- getErrorTitle() -
异常 play.exceptions.NoRouteFoundException 中的方法
-
- getErrorTitle() -
异常 play.exceptions.PlayException 中的方法
-
- getErrorTitle() -
异常 play.exceptions.TemplateCompilationException 中的方法
-
- getErrorTitle() -
异常 play.exceptions.TemplateExecutionException 中的方法
-
- getErrorTitle() -
异常 play.exceptions.TemplateNotFoundException 中的方法
-
- getErrorTitle() -
异常 play.exceptions.UnexpectedException 中的方法
-
- getErrorTitle() -
异常 play.exceptions.YAMLException 中的方法
-
- getErrorTitle() -
异常 play.Invoker.Suspend 中的方法
-
- getEvolutionScript() -
类 play.db.Evolutions 中的静态方法
-
- getExpressionSetSummary(Set<Integer>) -
类 play.libs.Time.CronExpression 中的方法
-
- getExpressionSetSummary(ArrayList<Integer>) -
类 play.libs.Time.CronExpression 中的方法
-
- getExpressionSummary() -
类 play.libs.Time.CronExpression 中的方法
-
- getFieldName() -
类 play.data.FileUpload 中的方法
-
- getFieldName() -
类 play.data.MemoryUpload 中的方法
-
- getFieldName() -
类 play.data.parsing.ApacheMultipartParser.AutoFileItem 中的方法
- Returns the name of the field in the multipart form corresponding to
this file item.
- getFieldName() -
接口 play.data.Upload 中的方法
-
- getFieldWrapper(Field) -
类 play.utils.Java 中的静态方法
-
- getFile() -
类 play.db.jpa.Blob 中的方法
-
- getFile() -
异常 play.exceptions.NoRouteFoundException 中的方法
-
- getFile(String) -
类 play.Play 中的静态方法
- Search a File in the current application
- getFileName() -
类 play.data.FileUpload 中的方法
-
- getFileName() -
类 play.data.MemoryUpload 中的方法
-
- getFileName() -
接口 play.data.Upload 中的方法
-
- getFileParams(File[]) -
类 play.libs.WS.FileParam 中的静态方法
-
- getFinalFireTime() -
类 play.libs.Time.CronExpression 中的方法
- NOT YET IMPLEMENTED: Returns the final time that the
CronExpression
will match.
- getFirstValue(Class<?>) -
类 play.data.binding.ParamNode 中的方法
-
- getFloat(String) -
类 play.utils.Properties 中的方法
-
- getFloat(String, float) -
类 play.utils.Properties 中的方法
-
- getFullUrl(String, Map<String, Object>) -
类 play.mvc.Router 中的静态方法
-
- getFullUrl(String) -
类 play.mvc.Router 中的静态方法
-
- getHeader(String) -
类 play.libs.WS.HttpResponse 中的方法
-
- getHeader(String) -
类 play.libs.ws.WSAsync.HttpAsyncResponse 中的方法
-
- getHeader(String) -
类 play.libs.ws.WSUrlFetch.HttpUrlfetchResponse 中的方法
-
- getHeader(String) -
类 play.mvc.Http.Response 中的方法
- Get a response header
- getHeaderEncoding() -
类 play.data.parsing.MultipartStream 中的方法
- Retrieves the character encoding used when reading the headers of an
individual part.
- getHeaders() -
类 play.libs.WS.HttpResponse 中的方法
-
- getHeaders() -
类 play.libs.ws.WSAsync.HttpAsyncResponse 中的方法
-
- getHeaders() -
类 play.libs.ws.WSUrlFetch.HttpUrlfetchResponse 中的方法
-
- getHeaders(HttpRequest) -
类 play.server.PlayHandler 中的静态方法
-
- getHeaders(HttpServletRequest) -
类 play.server.ServletWrapper 中的静态方法
-
- getHttpDateFormatter() -
类 play.utils.Utils 中的静态方法
-
- getId() -
类 play.db.jpa.Model 中的方法
-
- getId() -
异常 play.exceptions.PlayException 中的方法
-
- getId() -
类 play.mvc.Scope.Session 中的方法
-
- getInputStream() -
类 play.data.parsing.ApacheMultipartParser.AutoFileItem 中的方法
- Returns an
InputStream
that can be
used to retrieve the contents of the file.
- getInputStream() -
类 play.server.FileChannelBuffer 中的方法
-
- getInstance() -
类 play.cache.EhCacheImpl 中的静态方法
-
- getInstance() -
类 play.cache.MemcachedImpl 中的静态方法
-
- getInstance(boolean) -
类 play.cache.MemcachedImpl 中的静态方法
-
- getInt(int) -
类 play.server.FileChannelBuffer 中的方法
-
- getInt(String) -
类 play.utils.Properties 中的方法
-
- getInt(String, int) -
类 play.utils.Properties 中的方法
-
- getInterestingStrackTraceElement(Throwable) -
异常 play.exceptions.PlayException 中的静态方法
-
- getInvocationContext() -
类 play.Invoker.DirectInvocation 中的方法
-
- getInvocationContext() -
类 play.Invoker.Invocation 中的方法
-
- getInvocationContext() -
类 play.jobs.Job 中的方法
-
- getInvocationContext() -
类 play.server.PlayHandler.NettyInvocation 中的方法
-
- getInvocationContext() -
类 play.server.PlayHandler.WebSocketInvocation 中的方法
-
- getInvocationContext() -
类 play.server.ServletWrapper.ServletInvocation 中的方法
-
- getInvocationType() -
类 play.Invoker.InvocationContext 中的方法
- Returns the InvocationType for this invocation - Ie: A plugin can use this to
find out if it runs in the context of a background Job
- getJava(String) -
类 play.classloading.ApplicationClasses 中的静态方法
- Retrieve the corresponding source file for a given class name.
- getJavaWithCaching() -
类 play.utils.Java 中的静态方法
-
- getJPAConfig(String) -
类 play.db.jpa.JPA 中的静态方法
-
- getJPAConfig(String, boolean) -
类 play.db.jpa.JPA 中的静态方法
-
- getJPAConfig(Class) -
类 play.db.jpa.JPABase 中的静态方法
- Returns the correct JPAConfig used to manage this entity-class
- getJPAConfig() -
类 play.db.jpa.JPAContext 中的方法
-
- getJPAConfigNameForEntityClass(Class) -
类 play.db.jpa.Entity2JPAConfigResolver 中的静态方法
-
- getJPAContext() -
类 play.db.jpa.JPABase 中的方法
-
- getJPAContext() -
类 play.db.jpa.JPAConfig 中的方法
- gets the active or create new
- getJPAContext(Boolean) -
类 play.db.jpa.JPAConfig 中的方法
- gets the active or create new. manualReadOnly is only used if we're create new context
- getJPAContext() -
类 play.db.jpa.JPAPlugin.JPAModelLoader 中的方法
-
- getJson() -
类 play.libs.WS.HttpResponse 中的方法
- get the response body as a
JsonElement
- getJsonStatus() -
类 play.CorePlugin 中的方法
-
- getJsonStatus() -
类 play.PlayPlugin 中的方法
- Return the plugin status in JSON format
- getKey() -
类 play.data.validation.Error 中的方法
-
- getLastDayOfMonth(int, int) -
类 play.libs.Time.CronExpression 中的方法
-
- getLastMessageReceivedBy(String) -
类 play.libs.Mail.Mock 中的静态方法
-
- getLine() -
类 play.templates.TemplateParser 中的方法
-
- getLineNumber() -
异常 play.exceptions.CacheException 中的方法
-
- getLineNumber() -
异常 play.exceptions.CompilationException 中的方法
-
- getLineNumber() -
异常 play.exceptions.DatabaseException 中的方法
-
- getLineNumber() -
异常 play.exceptions.JavaException 中的方法
-
- getLineNumber() -
异常 play.exceptions.JPAException 中的方法
-
- getLineNumber() -
异常 play.exceptions.MailException 中的方法
-
- getLineNumber() -
异常 play.exceptions.NoRouteFoundException 中的方法
-
- getLineNumber() -
异常 play.exceptions.PlayException 中的方法
-
- getLineNumber() -
接口 play.exceptions.SourceAttachment 中的方法
-
- getLineNumber() -
异常 play.exceptions.TemplateException 中的方法
-
- getLineNumber() -
异常 play.exceptions.TemplateNotFoundException 中的方法
-
- getLineNumber() -
异常 play.exceptions.YAMLException 中的方法
-
- getLocale(String[]) -
类 play.data.binding.AnnotationHelper 中的静态方法
-
- getLocale() -
类 play.i18n.Lang 中的静态方法
-
- getLocale(String) -
类 play.i18n.Lang 中的静态方法
-
- getLong(int) -
类 play.server.FileChannelBuffer 中的方法
-
- getLong(String) -
类 play.utils.Properties 中的方法
-
- getLong(String, long) -
类 play.utils.Properties 中的方法
-
- getMajorVersion() -
类 play.db.DBConfig.ProxyDriver 中的方法
-
- getMajorVersion() -
类 play.db.DBPlugin.ProxyDriver 中的方法
-
- getMessage() -
异常 play.exceptions.CompilationException 中的方法
-
- getMessage(String, Object, Object...) -
类 play.i18n.Messages 中的静态方法
-
- getMessage(String, Object, Object...) -
类 play.PlayPlugin 中的方法
- Translate the given key for the given locale and arguments.
- getMessage(String, Object, Object...) -
类 play.plugins.PluginCollection 中的方法
-
- getMimeType(String) -
类 play.libs.MimeTypes 中的静态方法
- return the mimetype from a file name
- getMimeType(String, String) -
类 play.libs.MimeTypes 中的静态方法
- return the mimetype from a file name.
- getMinorVersion() -
类 play.db.DBConfig.ProxyDriver 中的方法
-
- getMinorVersion() -
类 play.db.DBPlugin.ProxyDriver 中的方法
-
- getModelFields(Class<?>) -
类 play.db.jpa.JPAPlugin.JPAModelLoader 中的静态方法
-
- getMonthNumber(String) -
类 play.libs.Time.CronExpression 中的方法
-
- getMoreHTML() -
异常 play.db.Evolutions.InconsistentDatabase 中的方法
-
- getMoreHTML() -
异常 play.db.Evolutions.InvalidDatabaseRevision 中的方法
-
- getMoreHTML() -
异常 play.exceptions.PlayException 中的方法
-
- getName() -
类 play.data.binding.ParamNode 中的方法
-
- getName() -
类 play.data.parsing.ApacheMultipartParser.AutoFileItem 中的方法
- Returns the original filename in the client's filesystem.
- getName() -
类 play.templates.Template 中的方法
-
- getName() -
类 play.vfs.VirtualFile 中的方法
-
- getNextInterval(Date) -
类 play.libs.Time.CronExpression 中的方法
- Return the interval between the next valid date and the one after
- getNextInvalidTimeAfter(Date) -
类 play.libs.Time.CronExpression 中的方法
- Returns the next date/time after the given date/time which does
not satisfy the expression
- getNextValidTimeAfter(Date) -
类 play.libs.Time.CronExpression 中的方法
- Returns the next date/time after the given date/time which
satisfies the cron expression.
- getNumericValue(String, int) -
类 play.libs.Time.CronExpression 中的方法
-
- getOriginalKey() -
类 play.data.binding.ParamNode 中的方法
-
- getOrNull() -
类 play.libs.F.Promise 中的方法
-
- getOutputStream() -
类 play.data.parsing.ApacheMultipartParser.AutoFileItem 中的方法
- Returns an
OutputStream
that can
be used for storing the contents of the file.
- getPackage() -
类 play.classloading.ApplicationClasses.ApplicationClass 中的方法
-
- getParamNames() -
类 play.classloading.enhancers.LVEnhancer.LVEnhancerRuntime 中的静态方法
-
- getParams() -
类 play.db.helper.SqlQuery 中的方法
-
- getParams() -
类 play.db.helper.SqlSelect.Where 中的方法
-
- getParamsNames() -
类 play.classloading.enhancers.LVEnhancer.MethodExecution 中的方法
-
- getParentLogger() -
类 play.db.DBConfig.ProxyDriver 中的方法
-
- getParentLogger() -
类 play.db.DBPlugin.ProxyDriver 中的方法
-
- getPasswordAuthentication() -
类 play.libs.Mail.SMTPAuthenticator 中的方法
-
- getPath() -
异常 play.exceptions.TemplateNotFoundException 中的方法
-
- getPermittedSize() -
异常 play.data.parsing.ApacheMultipartParser.SizeException 中的方法
- Retrieves the permitted size of the request.
- getPipeline() -
类 play.server.HttpServerPipelineFactory 中的方法
-
- getPipeline() -
类 play.server.ssl.SslHttpServerPipelineFactory 中的方法
-
- getPluginInstance(Class<? extends PlayPlugin>) -
类 play.plugins.PluginCollection 中的方法
- Returns the first instance of a loaded plugin of specified type
- getPrivateKey(String) -
类 play.server.ssl.SslHttpServerContextFactory.PEMKeyManager 中的方法
-
- getProblems() -
类 play.deps.HumanReadyLogger 中的方法
-
- getProperty(String) -
类 play.templates.GroovyTemplate.ExecutableTemplate 中的方法
-
- getPropertyInfo(String, Properties) -
类 play.db.DBConfig.ProxyDriver 中的方法
-
- getPropertyInfo(String, Properties) -
类 play.db.DBPlugin.ProxyDriver 中的方法
-
- getQueryString() -
类 play.libs.WS.HttpResponse 中的方法
- Parse the response string as a query string.
- getRealFile() -
类 play.vfs.VirtualFile 中的方法
-
- getResource(String) -
类 play.classloading.ApplicationClassloader 中的方法
- You know ...
- getResourceAsStream(String) -
类 play.classloading.ApplicationClassloader 中的方法
- You know ...
- getResources(String) -
类 play.classloading.ApplicationClassloader 中的方法
- You know ...
- getReversedEnabledPlugins() -
类 play.plugins.PluginCollection 中的方法
- Returns readonly view of all enabled plugins in reversed order
- getRootParamNode() -
类 play.mvc.Scope.Params 中的方法
-
- getRootParamNodeFromRequest() -
类 play.mvc.Scope.Params 中的方法
-
- getRoute(String, String, String, String, String) -
类 play.mvc.Router 中的静态方法
-
- getRoute(String, String, String, String, String, String, int) -
类 play.mvc.Router 中的静态方法
-
- getServerAliases(String, Principal[]) -
类 play.server.ssl.SslHttpServerContextFactory.PEMKeyManager 中的方法
-
- getServerContext() -
类 play.server.ssl.SslHttpServerContextFactory 中的静态方法
-
- getSession() -
类 play.libs.Mail 中的静态方法
-
- getSet(int) -
类 play.libs.Time.CronExpression 中的方法
-
- getShort(int) -
类 play.server.FileChannelBuffer 中的方法
-
- getSimpleNames(Annotation[]) -
类 play.utils.Utils 中的静态方法
-
- getSize() -
类 play.data.FileUpload 中的方法
-
- getSize() -
类 play.data.MemoryUpload 中的方法
-
- getSize() -
类 play.data.parsing.ApacheMultipartParser.AutoFileItem 中的方法
- Returns the size of the file.
- getSize() -
接口 play.data.Upload 中的方法
-
- getSource() -
异常 play.exceptions.CacheException 中的方法
-
- getSource() -
异常 play.exceptions.CompilationException 中的方法
-
- getSource() -
异常 play.exceptions.DatabaseException 中的方法
-
- getSource() -
异常 play.exceptions.JavaException 中的方法
-
- getSource() -
异常 play.exceptions.JPAException 中的方法
-
- getSource() -
异常 play.exceptions.MailException 中的方法
-
- getSource() -
异常 play.exceptions.NoRouteFoundException 中的方法
-
- getSource() -
接口 play.exceptions.SourceAttachment 中的方法
-
- getSource() -
异常 play.exceptions.TemplateException 中的方法
-
- getSource() -
异常 play.exceptions.TemplateNotFoundException 中的方法
-
- getSource() -
异常 play.exceptions.YAMLException 中的方法
-
- getSourceEnd() -
异常 play.exceptions.CompilationException 中的方法
-
- getSourceFile() -
异常 play.exceptions.CacheException 中的方法
-
- getSourceFile() -
异常 play.exceptions.CompilationException 中的方法
-
- getSourceFile() -
异常 play.exceptions.DatabaseException 中的方法
-
- getSourceFile() -
异常 play.exceptions.JavaException 中的方法
-
- getSourceFile() -
异常 play.exceptions.JPAException 中的方法
-
- getSourceFile() -
异常 play.exceptions.MailException 中的方法
-
- getSourceFile() -
异常 play.exceptions.NoRouteFoundException 中的方法
-
- getSourceFile() -
异常 play.exceptions.PlayException 中的方法
-
- getSourceFile() -
接口 play.exceptions.SourceAttachment 中的方法
-
- getSourceFile() -
异常 play.exceptions.TemplateException 中的方法
-
- getSourceFile() -
异常 play.exceptions.TemplateNotFoundException 中的方法
-
- getSourceFile() -
异常 play.exceptions.YAMLException 中的方法
-
- getSourceStart() -
异常 play.exceptions.CompilationException 中的方法
-
- getStatus() -
类 play.CorePlugin 中的方法
- Retrieve status about play core.
- getStatus() -
类 play.db.DB 中的静态方法
-
- getStatus() -
类 play.db.DBConfig 中的方法
-
- getStatus() -
类 play.db.DBPlugin 中的方法
-
- getStatus() -
类 play.jobs.JobsPlugin 中的方法
-
- getStatus() -
类 play.libs.WS.HttpResponse 中的方法
- the HTTP status code
- getStatus() -
类 play.libs.ws.WSAsync.HttpAsyncResponse 中的方法
- the HTTP status code
- getStatus() -
类 play.libs.ws.WSUrlFetch.HttpUrlfetchResponse 中的方法
- the HTTP status code
- getStatus() -
类 play.PlayPlugin 中的方法
- Return the plugin status
- getStatusText() -
类 play.libs.WS.HttpResponse 中的方法
- The HTTP status text
- getStatusText() -
类 play.libs.ws.WSAsync.HttpAsyncResponse 中的方法
- the HTTP status text
- getStatusText() -
类 play.libs.ws.WSUrlFetch.HttpUrlfetchResponse 中的方法
- the HTTP status text
- getStore() -
类 play.db.jpa.Blob 中的静态方法
-
- getStore() -
类 play.db.jpa.FileAttachment 中的静态方法
- 已过时。
- getStoreLocation() -
类 play.data.parsing.ApacheMultipartParser.AutoFileItem 中的方法
- Returns the
File
object for the FileItem
's
data's temporary location on the disk.
- getStream() -
类 play.libs.WS.HttpResponse 中的方法
- get the response as a stream
- getStream() -
类 play.libs.ws.WSAsync.HttpAsyncResponse 中的方法
- get the response as a stream
- getStream() -
类 play.libs.ws.WSUrlFetch.HttpUrlfetchResponse 中的方法
- get the response as a stream
- getString(String) -
类 play.data.parsing.ApacheMultipartParser.AutoFileItem 中的方法
- Returns the contents of the file as a String, using the specified
encoding.
- getString() -
类 play.data.parsing.ApacheMultipartParser.AutoFileItem 中的方法
- Returns the contents of the file as a String, using the default
character encoding.
- getString() -
类 play.libs.WS.HttpResponse 中的方法
- get the response body as a string
- getString(String) -
类 play.libs.WS.HttpResponse 中的方法
- get the response body as a string
- getString() -
类 play.libs.ws.WSUrlFetch.HttpUrlfetchResponse 中的方法
- get the response body as a string
- getSubject() -
类 play.classloading.enhancers.LVEnhancer.MethodExecution 中的方法
-
- getSupportedCipherSuites() -
类 play.utils.YesSSLSocketFactory 中的方法
-
- getSupportedReferenceCount() -
类 play.utils.HTML.HtmlCharacterEntityReferences 中的方法
- Return the number of supported entity references.
- getTableTypeString() -
类 play.db.jpa.MySQLDialect 中的方法
-
- getTargetLogger(Class<?>) -
类 play.Logger.JuliToLog4jHandler 中的静态方法
-
- getTempFile() -
类 play.data.parsing.ApacheMultipartParser.AutoFileItem 中的方法
- Creates and returns a
File
representing a uniquely
named temporary file in the configured repository path.
- getTemplate() -
异常 play.exceptions.TemplateException 中的方法
-
- getText() -
类 play.libs.Images.Captcha 中的方法
- Tell the captche to draw a text and retrieve it
- getText(String) -
类 play.libs.Images.Captcha 中的方法
- Tell the captche to draw a text using the specified color (ex. #000000) and retrieve it
- getText(int) -
类 play.libs.Images.Captcha 中的方法
- Tell the captche to draw a text of the specified size and retrieve it
- getText(String, int) -
类 play.libs.Images.Captcha 中的方法
- Tell the captche to draw a text of the specified size using the specified color (ex. #000000) and retrieve it
- getText(int, String) -
类 play.libs.Images.Captcha 中的方法
-
- getText(String, int, String) -
类 play.libs.Images.Captcha 中的方法
-
- getTimeAfter(Date) -
类 play.libs.Time.CronExpression 中的方法
-
- getTimeBefore(Date) -
类 play.libs.Time.CronExpression 中的方法
- NOT YET IMPLEMENTED: Returns the time before the given time
that the
CronExpression
matches.
- getTimeZone() -
类 play.libs.Time.CronExpression 中的方法
- Returns the time zone for which this
CronExpression
will be resolved.
- getToken() -
类 play.templates.TemplateParser 中的方法
-
- getUniqueNumberForTemplateFile(String) -
类 play.templates.TemplateLoader 中的静态方法
- All loaded templates is cached in the templates-list using a key.
- getUnsignedMedium(int) -
类 play.server.FileChannelBuffer 中的方法
-
- getUrl() -
类 play.db.DBConfig 中的方法
-
- getURL(String) -
类 play.utils.Properties 中的方法
-
- getUrlWithoutQueryString() -
类 play.libs.ws.WSAsync.WSAsyncRequest 中的方法
- Returns the url but removed the queryString-part of it
The QueryString-info is later added with addQueryString()
- getUUID() -
类 play.db.jpa.Blob 中的方法
-
- getUUID(String) -
类 play.db.jpa.Blob 中的静态方法
-
- getValidators(Class<?>, String) -
类 play.data.validation.Validation 中的静态方法
-
- getValidators(Class<?>, String, String) -
类 play.data.validation.Validation 中的静态方法
-
- getValue(int, String, int) -
类 play.libs.Time.CronExpression 中的方法
-
- getValue(Object) -
类 play.utils.Java.FieldWrapper 中的方法
-
- getValues() -
类 play.data.binding.ParamNode 中的方法
-
- getVarargsNames() -
类 play.classloading.enhancers.LVEnhancer.MethodExecution 中的方法
-
- getVerifiedID() -
类 play.libs.OpenID 中的静态方法
- Retrieve the verified OpenID
- getVirtualFile(String) -
类 play.Play 中的静态方法
- Search a VirtualFile in all loaded applications and plugins
- getWarns() -
类 play.deps.HumanReadyLogger 中的方法
-
- getWrappers() -
类 play.data.binding.BeanWrapper 中的方法
-
- getXml() -
类 play.libs.WS.HttpResponse 中的方法
- Parse and get the response body as a
DOM document
- getXml(String) -
类 play.libs.WS.HttpResponse 中的方法
- parse and get the response body as a
DOM document
- gimpy -
类 play.libs.Images.Captcha 中的变量
-
- Global - play.data.binding 中的 注释类型
-
- GroovyInlineTags - play.templates 中的 类
-
- GroovyInlineTags() -
类 play.templates.GroovyInlineTags 的构造方法
-
- GroovyInlineTags.CALL - play.templates 中的 枚举
-
- GroovyTemplate - play.templates 中的 类
- A template
- GroovyTemplate(String, String) -
类 play.templates.GroovyTemplate 的构造方法
-
- GroovyTemplate(String) -
类 play.templates.GroovyTemplate 的构造方法
-
- GroovyTemplate.ExecutableTemplate - play.templates 中的 类
- Groovy template
- GroovyTemplate.ExecutableTemplate() -
类 play.templates.GroovyTemplate.ExecutableTemplate 的构造方法
-
- GroovyTemplate.TClassLoader - play.templates 中的 类
-
- GroovyTemplate.TClassLoader() -
类 play.templates.GroovyTemplate.TClassLoader 的构造方法
-
- GroovyTemplateCompiler - play.templates 中的 类
- The template compiler
- GroovyTemplateCompiler() -
类 play.templates.GroovyTemplateCompiler 的构造方法
-
- groupBy -
类 play.db.helper.SqlSelect 中的变量
-
- groupBy(String...) -
类 play.db.helper.SqlSelect 中的方法
-
- guessFrameworkPath() -
类 play.Play 中的静态方法
-
H
- h -
类 play.libs.Images.Captcha 中的变量
-
- hasAnnotation(CtClass, String) -
类 play.classloading.enhancers.Enhancer 中的方法
- Test if a class has the provided annotation
- hasAnnotation(CtField, String) -
类 play.classloading.enhancers.Enhancer 中的方法
- Test if a field has the provided annotation
- hasAnnotation(CtMethod, String) -
类 play.classloading.enhancers.Enhancer 中的方法
- Test if a method has the provided annotation
- hasArray() -
类 play.server.FileChannelBuffer 中的方法
-
- hasClass(String) -
类 play.classloading.ApplicationClasses 中的方法
- Does this class is already loaded ?
- hasError(String) -
类 play.data.validation.Validation 中的静态方法
-
- hasErrors() -
类 play.data.validation.Validation 中的静态方法
-
- hashCode() -
类 play.classloading.ApplicationClassloaderState 中的方法
-
- hashCode() -
类 play.db.Evolutions.Evolution 中的方法
-
- hashCode(Object) -
类 play.db.jpa.Blob 中的方法
-
- hashCode() -
类 play.db.jpa.JPABase 中的方法
-
- hashCode() -
类 play.vfs.VirtualFile 中的方法
-
- hasNext() -
类 play.db.helper.JdbcIterator 中的方法
-
- hasNextChunk() -
类 play.server.FileService.ByteRangeInput 中的方法
-
- hasParentTag(String) -
类 play.templates.TagContext 中的静态方法
-
- hasVarargs() -
类 play.classloading.enhancers.LVEnhancer.LVEnhancerRuntime.ParamsNames 中的方法
-
- head() -
类 play.libs.ws.WSAsync.WSAsyncRequest 中的方法
- Execute a HEAD request.
- head() -
类 play.libs.WS.WSRequest 中的方法
- Execute a HEAD request.
- head() -
类 play.libs.ws.WSUrlFetch.WSUrlfetchRequest 中的方法
- Execute a HEAD request.
- headAsync() -
类 play.libs.ws.WSAsync.WSAsyncRequest 中的方法
- Execute a HEAD request asynchronously.
- headAsync() -
类 play.libs.WS.WSRequest 中的方法
- Execute a HEAD request asynchronously.
- HEADER_PART_SIZE_MAX -
类 play.data.parsing.MultipartStream 中的静态变量
- The maximum length of
header-part
that will be
processed (10 kilobytes = 10240 bytes.).
- HEADER_SEPARATOR -
类 play.data.parsing.MultipartStream 中的静态变量
- A byte sequence that marks the end of
header-part
(CRLFCRLF
).
- headers -
类 play.libs.WS.WSRequest 中的变量
-
- headers(Map<String, String>) -
类 play.libs.WS.WSRequest 中的方法
- Use the provided headers when executing request.
- headers -
类 play.mvc.Http.Request 中的变量
- HTTP Headers
- headers -
类 play.mvc.Http.Response 中的变量
- Response headers
- Helpers - play.test 中的 类
-
- Helpers() -
类 play.test.Helpers 的构造方法
-
- hexMD5(String) -
类 play.libs.Codec 中的静态方法
- Build an hexadecimal MD5 hash for a String
- hexSHA1(String) -
类 play.libs.Codec 中的静态方法
- Build an hexadecimal SHA1 hash for a String
- hexStringToByte(String) -
类 play.libs.Codec 中的静态方法
- Transform an hexadecimal String to a byte array.
- host -
类 play.mvc.Http.Request 中的变量
- Server host
- host -
类 play.mvc.Router.ActionDefinition 中的变量
- The domain/host name.
- HotswapAgent - play.classloading 中的 类
- Enable HotSwap when it's possible.
- HotswapAgent() -
类 play.classloading.HotswapAgent 的构造方法
-
- HOUR -
类 play.libs.Time.CronExpression 中的静态变量
-
- hours -
类 play.libs.Time.CronExpression 中的变量
-
- HTML - play.utils 中的 类
-
- HTML() -
类 play.utils.HTML 的构造方法
-
- HTML.HtmlCharacterEntityReferences - play.utils 中的 类
-
- HTML.HtmlCharacterEntityReferences() -
类 play.utils.HTML.HtmlCharacterEntityReferences 的构造方法
- Returns a new set of character entity references reflecting the HTML 4.0 character set.
- htmlEscape(String) -
类 play.utils.HTML 中的静态方法
- Turn special characters into HTML character references.
- Http - play.mvc 中的 类
- HTTP interface
- Http() -
类 play.mvc.Http 的构造方法
-
- HTTP - play.utils 中的 类
-
- HTTP() -
类 play.utils.HTTP 的构造方法
-
- HTTP.ContentTypeWithEncoding - play.utils 中的 类
-
- HTTP.ContentTypeWithEncoding(String, String) -
类 play.utils.HTTP.ContentTypeWithEncoding 的构造方法
-
- Http.Cookie - play.mvc 中的 类
- An HTTP Cookie
- Http.Cookie() -
类 play.mvc.Http.Cookie 的构造方法
-
- Http.Header - play.mvc 中的 类
- An HTTP Header
- Http.Header() -
类 play.mvc.Http.Header 的构造方法
-
- Http.Header(String, String) -
类 play.mvc.Http.Header 的构造方法
-
- Http.Header(String, List<String>) -
类 play.mvc.Http.Header 的构造方法
-
- Http.Inbound - play.mvc 中的 类
- A Websocket Inbound channel
- Http.Inbound() -
类 play.mvc.Http.Inbound 的构造方法
-
- Http.Outbound - play.mvc 中的 类
- A Websocket Outbound channel
- Http.Outbound() -
类 play.mvc.Http.Outbound 的构造方法
-
- Http.Request - play.mvc 中的 类
- An HTTP Request
- Http.Request() -
类 play.mvc.Http.Request 的构造方法
- 已过时。
- Http.Response - play.mvc 中的 类
- An HTTP response
- Http.Response() -
类 play.mvc.Http.Response 的构造方法
-
- Http.StatusCode - play.mvc 中的 类
-
- Http.StatusCode() -
类 play.mvc.Http.StatusCode 的构造方法
-
- Http.WebSocketClose - play.mvc 中的 类
-
- Http.WebSocketClose() -
类 play.mvc.Http.WebSocketClose 的构造方法
-
- Http.WebSocketEvent - play.mvc 中的 类
-
- Http.WebSocketEvent() -
类 play.mvc.Http.WebSocketEvent 的构造方法
-
- Http.WebSocketFrame - play.mvc 中的 类
- A Websocket frame
- Http.WebSocketFrame(String) -
类 play.mvc.Http.WebSocketFrame 的构造方法
-
- Http.WebSocketFrame(byte[]) -
类 play.mvc.Http.WebSocketFrame 的构造方法
-
- httpOnly -
类 play.mvc.Http.Cookie 中的变量
- See http://www.owasp.org/index.php/HttpOnly
- httpPort -
类 play.server.Server 中的静态变量
-
- httpResponse -
类 play.libs.OAuth2.Response 中的变量
-
- HttpServerPipelineFactory - play.server 中的 类
-
- HttpServerPipelineFactory() -
类 play.server.HttpServerPipelineFactory 的构造方法
-
- httpsPort -
类 play.server.Server 中的静态变量
-
- HumanReadyLogger - play.deps 中的 类
-
- HumanReadyLogger() -
类 play.deps.HumanReadyLogger 的构造方法
-
I
- I18N - play.libs 中的 类
- I18N utils
- I18N() -
类 play.libs.I18N 的构造方法
-
- id -
类 play.db.jpa.Model 中的变量
-
- id -
类 play.libs.F.IndexedEvent 中的变量
-
- id(String) -
类 play.libs.OpenID 中的静态方法
-
- id -
类 play.libs.OpenID.UserInfo 中的变量
- OpenID
- id -
类 play.Play 中的静态变量
- The framework ID
- IF_MODIFIED_SINCE -
类 play.server.ServletWrapper 中的静态变量
-
- IF_NONE_MATCH -
类 play.server.ServletWrapper 中的静态变量
-
- Images - play.libs 中的 类
- Images utils
- Images() -
类 play.libs.Images 的构造方法
-
- Images.Captcha - play.libs 中的 类
- A captcha image.
- Images.Captcha(int, int) -
类 play.libs.Images.Captcha 的构造方法
-
- in(String) -
类 play.jobs.Job 中的方法
- Start this job in several seconds
- in(int) -
类 play.jobs.Job 中的方法
- Start this job in several seconds
- inbound -
类 play.mvc.WebSocketController 中的静态变量
-
- incr(String, int) -
类 play.cache.Cache 中的静态方法
- Increment the element value (must be a Number).
- incr(String) -
类 play.cache.Cache 中的静态方法
- Increment the element value (must be a Number) by 1.
- incr(String, int) -
接口 play.cache.CacheImpl 中的方法
-
- incr(String, int) -
类 play.cache.EhCacheImpl 中的方法
-
- incr(String, int) -
类 play.cache.MemcachedImpl 中的方法
-
- index -
类 play.PlayPlugin 中的变量
- Plugin priority (0 for highest priority)
- inferResult(Object) -
类 play.mvc.ActionInvoker 中的静态方法
-
- info(String) -
类 play.deps.HumanReadyLogger 中的方法
-
- info(String, Object...) -
类 play.Logger 中的静态方法
- Log with INFO level
- info(Throwable, String, Object...) -
类 play.Logger 中的静态方法
- Log with INFO level
- infos -
类 play.mvc.Mailer 中的静态变量
-
- InFuture - play.data.validation 中的 注释类型
- This date must be in the future.
- InFutureCheck - play.data.validation 中的 类
-
- InFutureCheck() -
类 play.data.validation.InFutureCheck 的构造方法
-
- init() -
类 play.cache.Cache 中的静态方法
- Initialize the cache system.
- init() -
类 play.data.binding.CachedBoundActionMethodArgs 中的静态方法
-
- init(ResultSet) -
类 play.db.helper.JdbcResultFactories.ClassFactory 中的方法
-
- init(ResultSet) -
类 play.db.helper.JdbcResultFactories.PrimitiveFactory 中的方法
-
- init(ResultSet) -
接口 play.db.helper.JdbcResultFactory 中的方法
-
- init() -
类 play.Invoker.DirectInvocation 中的方法
-
- init() -
类 play.Invoker.Invocation 中的方法
- Init the call (especially usefull in DEV mode to detect changes)
- init() -
类 play.Logger 中的静态方法
- Try to init stuff.
- init(File, String) -
类 play.Play 中的静态方法
- Init the framework
- init() -
类 play.server.PlayHandler.NettyInvocation 中的方法
-
- init() -
类 play.server.PlayHandler.WebSocketInvocation 中的方法
-
- init() -
类 play.server.ServletWrapper.ServletInvocation 中的方法
-
- init(GroovyTemplate) -
类 play.templates.GroovyTemplate.ExecutableTemplate 中的方法
-
- init() -
类 play.templates.TagContext 中的静态方法
-
- initActionCall() -
类 play.classloading.enhancers.ControllersEnhancer.ControllerInstrumentation 中的静态方法
-
- initClient() -
类 play.cache.MemcachedImpl 中的方法
-
- initialized -
类 play.Play 中的静态变量
- Is the application initialized
- initializePlugin(PlayPlugin) -
类 play.plugins.PluginCollection 中的方法
- Calls plugin.onLoad but detects if plugin removes other plugins from Play.plugins-list to detect
if plugins disables a plugin the old hacked way..
- initMethodCall(String, int, String, String[]) -
类 play.classloading.enhancers.LVEnhancer.LVEnhancerRuntime 中的静态方法
-
- initStaticStuff() -
类 play.Play 中的静态方法
- Allow some code to run very early in Play - Use with caution !
- inject(BeanSource) -
类 play.inject.Injector 中的静态方法
- For now, inject beans in controllers
- Injector - play.inject 中的 类
-
- Injector() -
类 play.inject.Injector 的构造方法
-
- inlineParam(Object) -
类 play.db.helper.SqlQuery 中的静态方法
-
- innerJoin(String...) -
类 play.db.helper.SqlSelect 中的方法
-
- InPast - play.data.validation 中的 注释类型
- This date must be in the past.
- InPastCheck - play.data.validation 中的 类
-
- InPastCheck() -
类 play.data.validation.InPastCheck 的构造方法
-
- inputstream() -
类 play.vfs.VirtualFile 中的方法
-
- install(ArtifactDownloadReport) -
类 play.deps.DependenciesManager 中的方法
-
- instance -
类 play.db.jpa.JPQL 中的静态变量
- 已过时。
- INTERNAL_ERROR -
类 play.mvc.Http.StatusCode 中的静态变量
-
- internalBind(ParamNode, Class<?>, Type, BindingAnnotations) -
类 play.data.binding.Binder 中的静态方法
-
- internalRender(Map<String, Object>) -
类 play.templates.GroovyTemplate 中的方法
-
- internalRender(Map<String, Object>) -
类 play.templates.Template 中的方法
- The internal rendering method - When one templated calls another template,
this method is used.
- invocationFinally() -
类 play.data.validation.ValidationPlugin 中的方法
-
- invocationFinally() -
类 play.db.DBPlugin 中的方法
-
- invocationFinally() -
类 play.db.jpa.JPAPlugin 中的方法
-
- invocationFinally() -
类 play.PlayPlugin 中的方法
- Called at the end of the invocation.
- invocationFinally() -
类 play.plugins.PluginCollection 中的方法
-
- invocationType -
类 play.Invoker.DirectInvocation 中的静态变量
-
- invocationType -
类 play.jobs.Job 中的静态变量
-
- invocationType -
类 play.mvc.Http 中的静态变量
-
- invocationType -
类 play.test.PlayJUnitRunner 中的静态变量
-
- invoke(Invoker.Invocation) -
类 play.Invoker 中的静态方法
- Run the code in a new thread took from a thread pool.
- invoke(Invoker.Invocation, long) -
类 play.Invoker 中的静态方法
- Run the code in a new thread after a delay
- invoke(T) -
接口 play.libs.F.Action 中的方法
-
- invoke() -
接口 play.libs.F.Action0 中的方法
-
- invoke(V) -
类 play.libs.F.Promise 中的方法
-
- invoke(Http.Request, Http.Response) -
类 play.mvc.ActionInvoker 中的静态方法
-
- invoke(Http.Request, Http.Inbound, Http.Outbound) -
类 play.mvc.WebSocketInvoker 中的静态方法
-
- invoke(T) -
接口 play.utils.Action 中的方法
-
- invoke(V) -
类 play.utils.SmartFuture 中的方法
-
- invokeChildOrStatic(Class<?>, String, Object...) -
类 play.utils.Java 中的静态方法
-
- invokeControllerMethod(Method) -
类 play.mvc.ActionInvoker 中的静态方法
-
- invokeControllerMethod(Method, Object[]) -
类 play.mvc.ActionInvoker 中的静态方法
-
- invokedMethod -
类 play.mvc.Http.Request 中的变量
- The really invoker Java methid
- invokeInThread(Invoker.DirectInvocation) -
类 play.Invoker 中的静态方法
- Run the code in the same thread than caller.
- invokeJPAConfigurationExtensions(Ejb3Configuration, String) -
类 play.db.jpa.JPAConfig 中的方法
- Looks up all
JPAConfigurationExtension
implementations and applies them to the JPA configuration.
- Invoker - play 中的 类
- Run some code in a Play!
- Invoker() -
类 play.Invoker 的构造方法
-
- Invoker.DirectInvocation - play 中的 类
- A direct invocation (in the same thread than caller)
- Invoker.DirectInvocation() -
类 play.Invoker.DirectInvocation 的构造方法
-
- Invoker.Invocation - play 中的 类
- An Invocation in something to run in a Play!
- Invoker.Invocation() -
类 play.Invoker.Invocation 的构造方法
-
- Invoker.InvocationContext - play 中的 类
- The class/method that will be invoked by the current operation
- Invoker.InvocationContext(String) -
类 play.Invoker.InvocationContext 的构造方法
-
- Invoker.InvocationContext(String, List<Annotation>) -
类 play.Invoker.InvocationContext 的构造方法
-
- Invoker.InvocationContext(String, Annotation[]) -
类 play.Invoker.InvocationContext 的构造方法
-
- Invoker.InvocationContext(String, Annotation[]...) -
类 play.Invoker.InvocationContext 的构造方法
-
- Invoker.Suspend - play 中的 异常
- Throwable to indicate that the request must be suspended
- Invoker.Suspend(long) -
异常 play.Invoker.Suspend 的构造方法
-
- Invoker.Suspend(Future<?>) -
异常 play.Invoker.Suspend 的构造方法
-
- invokeReadProperty(Object, String, String, String) -
类 play.classloading.enhancers.PropertiesEnhancer.FieldAccessor 中的静态方法
-
- invokeStatic(Class<?>, String) -
类 play.utils.Java 中的静态方法
- Invoke a static method
- invokeStatic(String, String) -
类 play.utils.Java 中的静态方法
-
- invokeStatic(Class<?>, String, Object...) -
类 play.utils.Java 中的静态方法
- Invoke a static method with args
- invokeStatic(Method, Map<String, String[]>) -
类 play.utils.Java 中的静态方法
-
- invokeStatic(Method, Object[]) -
类 play.utils.Java 中的静态方法
-
- invokeStaticOrParent(Class<?>, String, Object...) -
类 play.utils.Java 中的静态方法
-
- invokeTag(Integer, String, Map<String, Object>, Closure) -
类 play.templates.GroovyTemplate.ExecutableTemplate 中的方法
-
- invokeWithException(Throwable) -
类 play.libs.F.Promise 中的方法
-
- invokeWithResultOrException(V, Throwable) -
类 play.libs.F.Promise 中的方法
-
- invokeWriteProperty(Object, String, Class<?>, boolean, String, String) -
类 play.classloading.enhancers.PropertiesEnhancer.FieldAccessor 中的静态方法
-
- invokeWriteProperty(Object, String, Class<?>, byte, String, String) -
类 play.classloading.enhancers.PropertiesEnhancer.FieldAccessor 中的静态方法
-
- invokeWriteProperty(Object, String, Class<?>, char, String, String) -
类 play.classloading.enhancers.PropertiesEnhancer.FieldAccessor 中的静态方法
-
- invokeWriteProperty(Object, String, Class<?>, double, String, String) -
类 play.classloading.enhancers.PropertiesEnhancer.FieldAccessor 中的静态方法
-
- invokeWriteProperty(Object, String, Class<?>, float, String, String) -
类 play.classloading.enhancers.PropertiesEnhancer.FieldAccessor 中的静态方法
-
- invokeWriteProperty(Object, String, Class<?>, int, String, String) -
类 play.classloading.enhancers.PropertiesEnhancer.FieldAccessor 中的静态方法
-
- invokeWriteProperty(Object, String, Class<?>, long, String, String) -
类 play.classloading.enhancers.PropertiesEnhancer.FieldAccessor 中的静态方法
-
- invokeWriteProperty(Object, String, Class<?>, short, String, String) -
类 play.classloading.enhancers.PropertiesEnhancer.FieldAccessor 中的静态方法
-
- invokeWriteProperty(Object, String, Class<?>, Object, String, String) -
类 play.classloading.enhancers.PropertiesEnhancer.FieldAccessor 中的静态方法
-
- IO - play.libs 中的 类
- IO utils
- IO() -
类 play.libs.IO 的构造方法
-
- IPv4Address - play.data.validation 中的 注释类型
- This field must be a valid IP address.
- ipv4Address(String, Object) -
类 play.data.validation.Validation 中的静态方法
-
- ipv4Address(Object) -
类 play.data.validation.Validation 中的方法
-
- IPv4AddressCheck - play.data.validation 中的 类
-
- IPv4AddressCheck() -
类 play.data.validation.IPv4AddressCheck 的构造方法
-
- IPv6Address - play.data.validation 中的 注释类型
- This field must be a valid IP address.
- ipv6Address(String, Object) -
类 play.data.validation.Validation 中的静态方法
-
- ipv6Address(Object) -
类 play.data.validation.Validation 中的方法
-
- IPv6AddressCheck - play.data.validation 中的 类
-
- IPv6AddressCheck() -
类 play.data.validation.IPv6AddressCheck 的构造方法
-
- isActionCallAllowed() -
类 play.classloading.enhancers.ControllersEnhancer.ControllerInstrumentation 中的静态方法
-
- isAjax() -
类 play.mvc.Http.Request 中的方法
- This request was sent by an Ajax framework.
- isAnnotationPresent(Class<T>) -
类 play.Invoker.InvocationContext 中的方法
-
- isAuthenticationResponse() -
类 play.libs.OpenID 中的静态方法
- Is the current request an authentication response from the OP ?
- isBinary -
类 play.mvc.Http.WebSocketFrame 中的变量
-
- isCancelled() -
类 play.libs.F.Promise 中的方法
-
- isCancelled() -
类 play.utils.SmartFuture 中的方法
-
- isClass() -
类 play.classloading.ApplicationClasses.ApplicationClass 中的方法
-
- isClass(String) -
类 play.classloading.ApplicationClasses.ApplicationClass 中的静态方法
-
- isClosed() -
类 play.data.parsing.MultipartStream.ItemInputStream 中的方法
- Returns, whether the stream is closed.
- isCodeResponse() -
类 play.libs.OAuth2 中的静态方法
-
- isDebugEnabled() -
类 play.Logger 中的静态方法
-
- isDefaultDBConfigPresent(Properties) -
类 play.db.DBPlugin 中的方法
-
- isDefinable() -
类 play.classloading.ApplicationClasses.ApplicationClass 中的方法
- Is this class already compiled but not defined ?
- isDefined() -
类 play.libs.F.None 中的方法
-
- isDefined() -
类 play.libs.F.Option 中的方法
-
- isDefined() -
类 play.libs.F.Some 中的方法
-
- isDev() -
枚举 play.Play.Mode 中的方法
-
- isDirect(Class<?>) -
类 play.data.binding.Unbinder 中的静态方法
-
- isDirect() -
类 play.server.FileChannelBuffer 中的方法
-
- isDirectory() -
类 play.vfs.VirtualFile 中的方法
-
- isDone() -
类 play.libs.F.Promise 中的方法
-
- isDone() -
类 play.utils.SmartFuture 中的方法
-
- isEmpty() -
类 play.db.helper.SqlQuery.Concat 中的方法
-
- isEmpty() -
类 play.mvc.Scope.Session 中的方法
- Returns true if the session is empty,
e.g. does not contain anything else than the timestamp
- isEnabled() -
类 play.db.jpa.JPA 中的静态方法
-
- isEnabled() -
类 play.db.jpa.JPAConfig 中的方法
-
- isEnabled(PlayPlugin) -
类 play.plugins.PluginCollection 中的方法
-
- isEnabledFor(String) -
类 play.Logger 中的静态方法
-
- isEndOfInput() -
类 play.server.FileService.ByteRangeInput 中的方法
-
- isEnhanced(String) -
类 play.classloading.enhancers.ContinuationEnhancer 中的静态方法
-
- isFormField() -
类 play.data.parsing.ApacheMultipartParser.AutoFileItem 中的方法
- Determines whether or not a
FileItem
instance represents
a simple form field.
- isGenerated -
类 play.db.Model.Property 中的变量
-
- isGreaterThan(ServletContext, int, int) -
类 play.server.ServletWrapper 中的静态方法
-
- isInMemory() -
类 play.data.FileUpload 中的方法
-
- isInMemory() -
类 play.data.MemoryUpload 中的方法
-
- isInMemory() -
类 play.data.parsing.ApacheMultipartParser.AutoFileItem 中的方法
- Provides a hint as to whether or not the file contents will be read
from memory.
- isInMemory() -
接口 play.data.Upload 中的方法
-
- isInsideTransaction() -
类 play.db.jpa.JPA 中的静态方法
-
- isInsideTransaction() -
类 play.db.jpa.JPAConfig 中的方法
-
- isInsideTransaction() -
类 play.db.jpa.JPAContext 中的方法
-
- isKeepAlive(HttpMessage) -
类 play.server.PlayHandler 中的静态方法
-
- isLeapYear(int) -
类 play.libs.Time.CronExpression 中的方法
-
- isLoadedByApplicationClassloader(PlayPlugin) -
类 play.plugins.PluginCollection 中的方法
-
- isLoopback -
类 play.mvc.Http.Request 中的变量
- Request comes from loopback interface
- isMappedToReference(char) -
类 play.utils.HTML.HtmlCharacterEntityReferences 中的方法
- Return true if the given character is mapped to a supported entity reference.
- isModifiable() -
类 play.utils.Java.FieldWrapper 中的方法
-
- isModified(String, long) -
类 play.mvc.Http.Request 中的方法
-
- isModified(String, long, HttpRequest) -
类 play.server.PlayHandler 中的静态方法
-
- isModified(String, long, HttpServletRequest) -
类 play.server.ServletWrapper 中的静态方法
-
- isMultiple -
类 play.db.Model.Property 中的变量
-
- isMutable() -
类 play.db.jpa.Blob 中的方法
-
- isNew -
类 play.mvc.Http.Request 中的变量
- New request or already submitted
- ISO8601 -
类 play.data.binding.types.DateBinder 中的静态变量
-
- isolationLevels -
类 play.db.DBConfig.PlayConnectionCustomizer 中的静态变量
-
- isOpen() -
类 play.mvc.Http.Inbound 中的方法
-
- isOpen() -
类 play.mvc.Http.Outbound 中的方法
-
- isPersistent() -
类 play.db.jpa.JPABase 中的方法
-
- isProd() -
枚举 play.Play.Mode 中的方法
-
- isRelation -
类 play.db.Model.Property 中的变量
-
- isSatisfied(Object, Object) -
类 play.data.validation.Check 中的方法
-
- isSatisfied(Object, Object, OValContext, Validator) -
类 play.data.validation.CheckWithCheck 中的方法
-
- isSatisfied(Object, Object, OValContext, Validator) -
类 play.data.validation.EmailCheck 中的方法
-
- isSatisfied(Object, Object, OValContext, Validator) -
类 play.data.validation.EqualsCheck 中的方法
-
- isSatisfied(Object, Object, OValContext, Validator) -
类 play.data.validation.InFutureCheck 中的方法
-
- isSatisfied(Object, Object, OValContext, Validator) -
类 play.data.validation.InPastCheck 中的方法
-
- isSatisfied(Object, Object, OValContext, Validator) -
类 play.data.validation.IPv4AddressCheck 中的方法
-
- isSatisfied(Object, Object, OValContext, Validator) -
类 play.data.validation.IPv6AddressCheck 中的方法
-
- isSatisfied(Object, Object, OValContext, Validator) -
类 play.data.validation.IsTrueCheck 中的方法
-
- isSatisfied(Object, Object, OValContext, Validator) -
类 play.data.validation.MatchCheck 中的方法
-
- isSatisfied(Object, Object, OValContext, Validator) -
类 play.data.validation.MaxCheck 中的方法
-
- isSatisfied(Object, Object, OValContext, Validator) -
类 play.data.validation.MaxSizeCheck 中的方法
-
- isSatisfied(Object, Object, OValContext, Validator) -
类 play.data.validation.MinCheck 中的方法
-
- isSatisfied(Object, Object, OValContext, Validator) -
类 play.data.validation.MinSizeCheck 中的方法
-
- isSatisfied(Object, Object, OValContext, Validator) -
类 play.data.validation.PhoneCheck 中的方法
-
- isSatisfied(Object, Object, OValContext, Validator) -
类 play.data.validation.RangeCheck 中的方法
-
- isSatisfied(Object, Object, OValContext, Validator) -
类 play.data.validation.RequiredCheck 中的方法
-
- isSatisfied(Object, Object, OValContext, Validator) -
类 play.data.validation.UniqueCheck 中的方法
-
- isSatisfied(Object, Object, OValContext, Validator) -
类 play.data.validation.URLCheck 中的方法
-
- isSatisfied(Object, Object, OValContext, Validator) -
类 play.data.validation.ValidCheck 中的方法
-
- isSatisfiedBy(Date) -
类 play.libs.Time.CronExpression 中的方法
- Indicates whether the given date satisfies the cron expression.
- isSearchable -
类 play.db.Model.Property 中的变量
-
- isSet() -
类 play.db.jpa.FileAttachment 中的方法
- 已过时。
- isShowProgress() -
类 play.deps.HumanReadyLogger 中的方法
-
- isSourceAvailable() -
异常 play.exceptions.CacheException 中的方法
-
- isSourceAvailable() -
异常 play.exceptions.CompilationException 中的方法
-
- isSourceAvailable() -
异常 play.exceptions.DatabaseException 中的方法
-
- isSourceAvailable() -
异常 play.exceptions.JavaException 中的方法
-
- isSourceAvailable() -
异常 play.exceptions.JPAException 中的方法
-
- isSourceAvailable() -
异常 play.exceptions.MailException 中的方法
-
- isSourceAvailable() -
异常 play.exceptions.NoRouteFoundException 中的方法
-
- isSourceAvailable() -
异常 play.exceptions.PlayException 中的方法
-
- isSourceAvailable() -
异常 play.exceptions.TemplateNotFoundException 中的方法
-
- isSourceAvailable() -
异常 play.exceptions.YAMLException 中的方法
-
- isTraceEnabled() -
类 play.Logger 中的静态方法
-
- IsTrue - play.data.validation 中的 注释类型
- This field must be true.
- isTrue(String, Object) -
类 play.data.validation.Validation 中的静态方法
-
- isTrue(Object) -
类 play.data.validation.Validation 中的方法
-
- IsTrueCheck - play.data.validation 中的 类
-
- IsTrueCheck() -
类 play.data.validation.IsTrueCheck 的构造方法
-
- isValidExpression(String) -
类 play.libs.Time.CronExpression 中的静态方法
- Indicates whether the specified cron expression can be parsed into a
valid cron expression
- isValidMimeType(String) -
类 play.libs.MimeTypes 中的静态方法
- check the mimetype is referenced in the mimetypes database
- isVerifierResponse() -
类 play.libs.OAuth 中的静态方法
-
- iterator() -
类 play.db.helper.JdbcIterator 中的方法
-
- iterator() -
类 play.db.SQLSplitter 中的方法
-
- iterator() -
类 play.libs.F.None 中的方法
-
- iterator() -
类 play.libs.F.Some 中的方法
-
J
- Java - play.utils 中的 类
- Java utils
- Java() -
类 play.utils.Java 的构造方法
-
- Java.FieldWrapper - play.utils 中的 类
- Field accessor
set and get value for a property, using the getter/setter when it exists or direct access otherwise.
- javaByteCode -
类 play.classloading.ApplicationClasses.ApplicationClass 中的变量
- The compiled byteCode
- javaClass -
类 play.classloading.ApplicationClasses.ApplicationClass 中的变量
- The in JVM loaded class
- JavaException - play.exceptions 中的 异常
- A Java exception
- JavaException(ApplicationClasses.ApplicationClass, Integer, String) -
异常 play.exceptions.JavaException 的构造方法
-
- JavaException(ApplicationClasses.ApplicationClass, Integer, String, Throwable) -
异常 play.exceptions.JavaException 的构造方法
-
- JavaExecutionException - play.exceptions 中的 异常
- An exception occured during Java execution
- JavaExecutionException(ApplicationClasses.ApplicationClass, Integer, Throwable) -
异常 play.exceptions.JavaExecutionException 的构造方法
-
- JavaExecutionException(String, Throwable) -
异常 play.exceptions.JavaExecutionException 的构造方法
-
- JavaExecutionException(Throwable) -
异常 play.exceptions.JavaExecutionException 的构造方法
-
- JavaExtensions - play.templates 中的 类
- Java extensions in templates
- JavaExtensions() -
类 play.templates.JavaExtensions 的构造方法
-
- javaFile -
类 play.classloading.ApplicationClasses.ApplicationClass 中的变量
- A reference to the java source file
- javaPackage -
类 play.classloading.ApplicationClasses.ApplicationClass 中的变量
- The in JVM loaded package
- javaPath -
类 play.Play 中的静态变量
- All paths to search for Java files
- javaSource -
类 play.classloading.ApplicationClasses.ApplicationClass 中的变量
- The Java source
- jdbcCompliant() -
类 play.db.DBConfig.ProxyDriver 中的方法
-
- jdbcCompliant() -
类 play.db.DBPlugin.ProxyDriver 中的方法
-
- JdbcHelper - play.db.helper 中的 类
-
- JdbcIterator<T> - play.db.helper 中的 类
- Iterate over a JDBC ResultSet
- JdbcIterator(ResultSet, JdbcResultFactory<T>) -
类 play.db.helper.JdbcIterator 的构造方法
-
- JdbcIterator(ResultSet, Class<T>) -
类 play.db.helper.JdbcIterator 的构造方法
-
- JdbcResultFactories - play.db.helper 中的 类
-
- JdbcResultFactories.ClassFactory<T> - play.db.helper 中的 类
-
- JdbcResultFactories.ClassFactory(Class<T>, List<String>) -
类 play.db.helper.JdbcResultFactories.ClassFactory 的构造方法
-
- JdbcResultFactories.PrimitiveFactory<T> - play.db.helper 中的 类
-
- JdbcResultFactories.PrimitiveFactory(Class<T>, int) -
类 play.db.helper.JdbcResultFactories.PrimitiveFactory 的构造方法
-
- JdbcResultFactories.PrimitiveFactory(Class<T>, String) -
类 play.db.helper.JdbcResultFactories.PrimitiveFactory 的构造方法
-
- JdbcResultFactories.PrimitiveFactory(Class<T>, List<String>) -
类 play.db.helper.JdbcResultFactories.PrimitiveFactory 的构造方法
-
- JdbcResultFactory<T> - play.db.helper 中的 接口
-
- JdbcWindowIterator<T> - play.db.helper 中的 类
-
- JdbcWindowIterator(ResultSet, int, int, JdbcResultFactory<T>) -
类 play.db.helper.JdbcWindowIterator 的构造方法
-
- JdbcWindowIterator(ResultSet, int, int, Class<T>) -
类 play.db.helper.JdbcWindowIterator 的构造方法
-
- Job<V> - play.jobs 中的 类
- A job is an asynchronously executed unit of work
- Job() -
类 play.jobs.Job 的构造方法
-
- JobsPlugin - play.jobs 中的 类
-
- JobsPlugin() -
类 play.jobs.JobsPlugin 的构造方法
-
- join -
类 play.db.helper.SqlSelect 中的变量
-
- join(Collection, String) -
类 play.templates.JavaExtensions 中的静态方法
- concatenate items of a collection as a string separated with separator
items toString() method should be implemented to provide a string representation
- join(Iterable<T>, String) -
类 play.utils.Utils 中的静态方法
-
- join(String[], String) -
类 play.utils.Utils 中的静态方法
-
- join(Annotation[], String) -
类 play.utils.Utils 中的静态方法
-
- JPA - play.db.jpa 中的 类
- JPA Support
This class holds reference to all JPA configurations.
- JPA() -
类 play.db.jpa.JPA 的构造方法
-
- JPABase - play.db.jpa 中的 类
- A super class for JPA entities
- JPABase() -
类 play.db.jpa.JPABase 的构造方法
-
- JPABase.JPAQueryException - play.db.jpa 中的 异常
-
- JPABase.JPAQueryException(String) -
异常 play.db.jpa.JPABase.JPAQueryException 的构造方法
-
- JPABase.JPAQueryException(String, Throwable) -
异常 play.db.jpa.JPABase.JPAQueryException 的构造方法
-
- JPAConfig - play.db.jpa 中的 类
- JPA Support for a specific JPA/DB configuration
dbConfigName corresponds to properties-names in application.conf.
- JPAConfig(Ejb3Configuration, String) -
类 play.db.jpa.JPAConfig 的构造方法
-
- JPAConfigurationExtension - play.db.jpa 中的 类
- Implementors of this class can extend the
Ejb3Configuration
before
it is used to build the EntityManagerFactory
- JPAConfigurationExtension() -
类 play.db.jpa.JPAConfigurationExtension 的构造方法
-
- JPAContext - play.db.jpa 中的 类
- JPA Support
- JPAContext(JPAConfig, boolean, boolean) -
类 play.db.jpa.JPAContext 的构造方法
-
- JPAEnhancer - play.db.jpa 中的 类
- Enhance JPABase entities classes
- JPAEnhancer() -
类 play.db.jpa.JPAEnhancer 的构造方法
-
- JPAException - play.exceptions 中的 异常
- JPA exception
- JPAException(String) -
异常 play.exceptions.JPAException 的构造方法
-
- JPAException(String, Throwable) -
异常 play.exceptions.JPAException 的构造方法
-
- JpaHelper - play.db.helper 中的 类
-
- JpaHelper() -
类 play.db.helper.JpaHelper 的构造方法
-
- JpaHelper.JpaHelperInstance - play.db.helper 中的 类
-
- JPAPlugin - play.db.jpa 中的 类
- JPA Plugin
- JPAPlugin() -
类 play.db.jpa.JPAPlugin 的构造方法
-
- JPAPlugin.JPAModelLoader - play.db.jpa 中的 类
-
- JPAPlugin.JPAModelLoader(Class<? extends Model>) -
类 play.db.jpa.JPAPlugin.JPAModelLoader 的构造方法
-
- JPASupport - play.db.jpa 中的 类
- 已过时。
- JPASupport() -
类 play.db.jpa.JPASupport 的构造方法
- 已过时。
- JPASupport.JPAQuery - play.db.jpa 中的 类
- 已过时。
- JPASupport.JPAQuery(String, Query) -
类 play.db.jpa.JPASupport.JPAQuery 的构造方法
- 已过时。
- JPASupport.JPAQuery(Query) -
类 play.db.jpa.JPASupport.JPAQuery 的构造方法
- 已过时。
- jpql -
类 play.db.jpa.JPAConfig 中的变量
-
- JPQL - play.db.jpa 中的 类
-
- JPQL() -
类 play.db.jpa.JPQL 的构造方法
-
- JPQL(JPAConfig) -
类 play.db.jpa.JPQL 的构造方法
-
- JpqlSelect - play.db.helper 中的 类
-
- JpqlSelect() -
类 play.db.helper.JpqlSelect 的构造方法
-
- JpqlSelect(JpqlSelect) -
类 play.db.helper.JpqlSelect 的构造方法
-
- juli -
类 play.Logger 中的静态变量
- When using java.util.logging.
K
- keep() -
类 play.data.validation.Validation 中的静态方法
- Keep errors for the next request (will be stored in a cookie)
- keep(String) -
类 play.mvc.Scope.Flash 中的方法
-
- keep() -
类 play.mvc.Scope.Flash 中的方法
-
- key(String) -
类 play.data.validation.Validation.ValidationResult 中的方法
-
- keyName() -
类 play.db.jpa.JPAPlugin.JPAModelLoader 中的方法
-
- keyName() -
接口 play.db.Model.Factory 中的方法
-
- keyNames() -
类 play.db.jpa.JPAPlugin.JPAModelLoader 中的方法
-
- keys -
类 play.data.validation.ValidationPlugin 中的静态变量
-
- keys() -
类 play.utils.OrderSafeProperties 中的方法
-
- keySet() -
类 play.utils.OrderSafeProperties 中的方法
-
- keyType() -
类 play.db.jpa.JPAPlugin.JPAModelLoader 中的方法
-
- keyType() -
接口 play.db.Model.Factory 中的方法
-
- keyTypes() -
类 play.db.jpa.JPAPlugin.JPAModelLoader 中的方法
-
- keyValue(Model) -
类 play.db.jpa.JPAPlugin.JPAModelLoader 中的方法
-
- keyValue(Model) -
接口 play.db.Model.Factory 中的方法
-
- kill(String) -
类 play.utils.Utils 中的静态方法
-
L
- Lang - play.i18n 中的 类
- Language support
- Lang() -
类 play.i18n.Lang 的构造方法
-
- lang() -
类 play.i18n.Localized 中的方法
-
- langs -
类 play.Play 中的静态变量
- The list of supported locales
- last(List<?>) -
类 play.templates.JavaExtensions 中的静态方法
- return the last item of a list or null if the List is null
- lastdayOfMonth -
类 play.libs.Time.CronExpression 中的变量
-
- lastdayOfWeek -
类 play.libs.Time.CronExpression 中的变量
-
- lastException -
类 play.jobs.Job 中的变量
-
- lastLoading -
类 play.mvc.Router 中的静态变量
- Timestamp the routes file was last loaded at.
- lastModified() -
类 play.vfs.VirtualFile 中的方法
-
- lastRun -
类 play.jobs.Job 中的变量
-
- layout -
类 play.templates.BaseTemplate 中的静态变量
-
- layoutData -
类 play.templates.BaseTemplate 中的静态变量
-
- lazyLoadTemplates -
类 play.Play 中的静态变量
- Lazy load the templates on demand
- leftJoin(String...) -
类 play.db.helper.SqlSelect 中的方法
-
- length() -
类 play.db.jpa.Blob 中的方法
-
- length() -
类 play.db.jpa.FileAttachment 中的方法
- 已过时。
- length() -
接口 play.db.Model.BinaryField 中的方法
-
- length() -
类 play.vfs.VirtualFile 中的方法
-
- LF -
类 play.data.parsing.MultipartStream 中的静态变量
- The Line Feed ASCII character value.
- limit -
类 play.db.helper.SqlSelect 中的变量
-
- limit(long) -
类 play.db.helper.SqlSelect 中的方法
-
- limit(long, long) -
类 play.db.helper.SqlSelect 中的方法
-
- limit(long) -
类 play.db.helper.SqlUnion 中的方法
-
- limit(long, long) -
类 play.db.helper.SqlUnion 中的方法
-
- linesMatrix -
类 play.templates.BaseTemplate 中的变量
-
- list() -
接口 play.db.Model.Choices 中的方法
-
- list() -
类 play.vfs.VirtualFile 中的方法
-
- listApplicationEvolutions() -
类 play.db.Evolutions 中的静态方法
-
- listDatabaseEvolutions() -
类 play.db.Evolutions 中的静态方法
-
- listProperties() -
类 play.db.jpa.JPAPlugin.JPAModelLoader 中的方法
-
- listProperties() -
接口 play.db.Model.Factory 中的方法
-
- load() -
类 play.db.helper.JdbcIterator 中的方法
-
- load() -
类 play.db.helper.JdbcWindowIterator 中的方法
-
- load(String) -
类 play.mvc.Router 中的静态方法
- Parse the routes file.
- load(VirtualFile) -
类 play.templates.TemplateLoader 中的静态方法
- Load a template from a virtual file
- load(String, String) -
类 play.templates.TemplateLoader 中的静态方法
- Load a template from a String
- load(String, String, boolean) -
类 play.templates.TemplateLoader 中的静态方法
- Clean the cache for that key
Then load a template from a String
- load(String) -
类 play.templates.TemplateLoader 中的静态方法
- Load a template
- load(String) -
类 play.test.Fixtures 中的静态方法
- 已过时。 use
Fixtures.loadModels(String...)
instead
- load(String...) -
类 play.test.Fixtures 中的静态方法
- 已过时。 use
Fixtures.loadModels(String...)
instead
- load(List<String>) -
类 play.test.Fixtures 中的静态方法
- 已过时。 use
Fixtures.loadModels(String...)
instead
- load(InputStream) -
类 play.utils.OrderSafeProperties 中的方法
-
- load(InputStream) -
类 play.utils.Properties 中的方法
-
- load(InputStream, String) -
类 play.utils.Properties 中的方法
-
- loadApplicationClass(String) -
类 play.classloading.ApplicationClassloader 中的方法
-
- loadClass(String, boolean) -
类 play.classloading.ApplicationClassloader 中的方法
- You know ...
- loadFromCache() -
类 play.templates.BaseTemplate 中的方法
-
- loadModels(String) -
类 play.test.Fixtures 中的静态方法
-
- loadModels(String, Map<String, Object>) -
类 play.test.Fixtures 中的静态方法
- Load Model instances from a YAML file and persist them using the underlying persistence mechanism.
- loadModels(String...) -
类 play.test.Fixtures 中的静态方法
-
- loadModels(List<String>) -
类 play.test.Fixtures 中的静态方法
-
- loadModules() -
类 play.Play 中的静态方法
- Load all modules.
- loadPlugins() -
类 play.plugins.PluginCollection 中的方法
- Enable found plugins
- loadPrecompiled() -
类 play.templates.BaseTemplate 中的方法
-
- loadString(String) -
类 play.templates.TemplateLoader 中的静态方法
- Load template from a String, but don't cache it
- loadTemplate(VirtualFile) -
类 play.PlayPlugin 中的方法
-
- loadTemplate(VirtualFile) -
类 play.plugins.PluginCollection 中的方法
-
- loadYaml(String) -
类 play.test.Fixtures 中的静态方法
- Load and parse a plain YAML file and returns the corresponding Java objects.
- loadYaml(String, Class<T>) -
类 play.test.Fixtures 中的静态方法
- Load and parse a plain YAML file and returns the corresponding Java Map.
- loadYaml(String, Yaml) -
类 play.test.Fixtures 中的静态方法
-
- loadYamlAsList(String) -
类 play.test.Fixtures 中的静态方法
- Load and parse a plain YAML file and returns the corresponding Java List.
- loadYamlAsMap(String) -
类 play.test.Fixtures 中的静态方法
- Load and parse a plain YAML file and returns the corresponding Java Map.
- LocaleBinder - play.data.binding.types 中的 类
- Binder that support Locale class.
- LocaleBinder() -
类 play.data.binding.types.LocaleBinder 的构造方法
-
- locales -
类 play.i18n.Messages 中的静态变量
-
- Localized<T> - play.i18n 中的 类
- A localized object
- Localized() -
类 play.i18n.Localized 的构造方法
-
- lock -
类 play.plugins.PluginCollection 中的变量
-
- log(String, int) -
类 play.deps.HumanReadyLogger 中的方法
-
- log4j -
类 play.Logger 中的静态变量
- The application logger (play).
- Logger - play 中的 类
- Main logger of the application.
- Logger() -
类 play.Logger 的构造方法
-
- Logger.JuliToLog4jHandler - play 中的 类
- juli handler that Redirect to log4j
- Logger.JuliToLog4jHandler() -
类 play.Logger.JuliToLog4jHandler 的构造方法
-
- LVEnhancer - play.classloading.enhancers 中的 类
-
- LVEnhancer() -
类 play.classloading.enhancers.LVEnhancer 的构造方法
-
- LVEnhancer.LVEnhancerRuntime - play.classloading.enhancers 中的 类
-
- LVEnhancer.LVEnhancerRuntime() -
类 play.classloading.enhancers.LVEnhancer.LVEnhancerRuntime 的构造方法
-
- LVEnhancer.LVEnhancerRuntime.ParamsNames - play.classloading.enhancers 中的 类
-
- LVEnhancer.LVEnhancerRuntime.ParamsNames(String, String[], String[]) -
类 play.classloading.enhancers.LVEnhancer.LVEnhancerRuntime.ParamsNames 的构造方法
-
- LVEnhancer.MethodExecution - play.classloading.enhancers 中的 类
-
M
- Mail - play.libs 中的 类
- Mail utils
- Mail() -
类 play.libs.Mail 的构造方法
-
- Mail.Mock - play.libs 中的 类
-
- Mail.Mock() -
类 play.libs.Mail.Mock 的构造方法
-
- Mail.SMTPAuthenticator - play.libs 中的 类
-
- Mail.SMTPAuthenticator(String, String) -
类 play.libs.Mail.SMTPAuthenticator 的构造方法
-
- Mailer - play.mvc 中的 类
- Application mailer support
- Mailer() -
类 play.mvc.Mailer 的构造方法
-
- MailerEnhancer - play.classloading.enhancers 中的 类
- Enhance mailers classes.
- MailerEnhancer() -
类 play.classloading.enhancers.MailerEnhancer 的构造方法
-
- MailException - play.exceptions 中的 异常
- Error while sending an email
- MailException(String) -
异常 play.exceptions.MailException 的构造方法
-
- MailException(String, Throwable) -
异常 play.exceptions.MailException 的构造方法
-
- main(String[]) -
类 play.db.Evolutions 中的静态方法
-
- main(String[]) -
类 play.deps.DependenciesManager 中的静态方法
-
- main(String[]) -
类 play.server.Server 中的静态方法
-
- makeClass(ApplicationClasses.ApplicationClass) -
类 play.classloading.enhancers.Enhancer 中的方法
- Construct a javassist CtClass from an application class.
- makeRequest(Http.Request, Http.Response) -
类 play.test.FunctionalTest 中的静态方法
-
- makeRequest(Http.Request) -
类 play.test.FunctionalTest 中的静态方法
-
- Match - play.data.validation 中的 注释类型
- This field must match the regexp.
- match(String, Object, String) -
类 play.data.validation.Validation 中的静态方法
-
- match(Object, String) -
类 play.data.validation.Validation 中的方法
-
- match(T) -
类 play.libs.F.Matcher 中的方法
-
- match(F.Option<T>) -
类 play.libs.F.Matcher 中的方法
-
- MatchCheck - play.data.validation 中的 类
-
- MatchCheck() -
类 play.data.validation.MatchCheck 的构造方法
-
- matches(String, String) -
类 play.mvc.Router.Route 中的方法
-
- matches(String, String, String) -
类 play.mvc.Router.Route 中的方法
-
- matches(String, String, String, String) -
类 play.mvc.Router.Route 中的方法
- Check if the parts of a HTTP request equal this Route.
- Max - play.data.validation 中的 注释类型
- This field must be lower than.
- max(String, Object, double) -
类 play.data.validation.Validation 中的静态方法
-
- max(Object, double) -
类 play.data.validation.Validation 中的方法
-
- maxAge -
类 play.mvc.Http.Cookie 中的变量
- Cookie max-age in second
- MaxCheck - play.data.validation 中的 类
-
- MaxCheck() -
类 play.data.validation.MaxCheck 的构造方法
-
- maxPlainTextLength -
类 play.templates.GroovyTemplateCompiler 中的静态变量
-
- MaxSize - play.data.validation 中的 注释类型
- This field size must be lower than.
- maxSize(String, Object, int) -
类 play.data.validation.Validation 中的静态方法
-
- maxSize(Object, int) -
类 play.data.validation.Validation 中的方法
-
- MaxSizeCheck - play.data.validation 中的 类
-
- MaxSizeCheck() -
类 play.data.validation.MaxSizeCheck 的构造方法
-
- MemcachedImpl - play.cache 中的 类
- Memcached implementation (using http://code.google.com/p/spymemcached/)
expiration is specified in seconds
- MemoryUpload - play.data 中的 类
-
- MemoryUpload(FileItem) -
类 play.data.MemoryUpload 的构造方法
-
- merge() -
类 play.db.jpa.GenericModel 中的方法
- Merge this object to obtain a managed entity (usefull when the object comes from the Cache).
- mergeParamsAndVarargs() -
类 play.classloading.enhancers.LVEnhancer.LVEnhancerRuntime.ParamsNames 中的方法
-
- mergeValueInMap(Map<String, String[]>, String, String) -
类 play.utils.Utils.Maps 中的静态方法
-
- mergeValueInMap(Map<String, String[]>, String, String[]) -
类 play.utils.Utils.Maps 中的静态方法
-
- message() -
类 play.data.validation.Error 中的方法
-
- message(String) -
类 play.data.validation.Error 中的方法
-
- message(String) -
类 play.data.validation.Validation.ValidationResult 中的方法
-
- messageReceived(ChannelHandlerContext, MessageEvent) -
类 play.server.PlayHandler 中的方法
-
- messageReceived(ChannelHandlerContext, MessageEvent) -
类 play.server.StreamChunkAggregator 中的方法
-
- Messages - play.i18n 中的 类
- I18n Helper
translation are defined as properties in /conf/messages.
- Messages() -
类 play.i18n.Messages 的构造方法
-
- MessagesPlugin - play.i18n 中的 类
- Messages plugin
- MessagesPlugin() -
类 play.i18n.MessagesPlugin 的构造方法
-
- method -
类 play.data.binding.Binder.MethodAndParamInfo 中的变量
-
- method -
类 play.mvc.Http.Request 中的变量
- HTTP method
- METHOD -
类 play.mvc.Http.StatusCode 中的静态变量
-
- method -
类 play.mvc.Router.ActionDefinition 中的变量
- The HTTP method, e.g.
- method -
类 play.mvc.Router.Route 中的变量
- HTTP method, e.g.
- mimeType -
类 play.libs.WS.WSRequest 中的变量
-
- mimeType(String) -
类 play.libs.WS.WSRequest 中的方法
- Add a MimeType to the web service request.
- MimeTypes - play.libs 中的 类
- MimeTypes utils
- MimeTypes() -
类 play.libs.MimeTypes 的构造方法
-
- Min - play.data.validation 中的 注释类型
- This field must be greater than.
- min(String, Object, double) -
类 play.data.validation.Validation 中的静态方法
-
- min(Object, double) -
类 play.data.validation.Validation 中的方法
-
- MinCheck - play.data.validation 中的 类
-
- MinCheck() -
类 play.data.validation.MinCheck 的构造方法
-
- MinSize - play.data.validation 中的 注释类型
- This field size must be lower than.
- minSize(String, Object, int) -
类 play.data.validation.Validation 中的静态方法
-
- minSize(Object, int) -
类 play.data.validation.Validation 中的方法
-
- MinSizeCheck - play.data.validation 中的 类
-
- MinSizeCheck() -
类 play.data.validation.MinSizeCheck 的构造方法
-
- MINUTE -
类 play.libs.Time.CronExpression 中的静态变量
-
- minutes -
类 play.libs.Time.CronExpression 中的变量
-
- MISSING -
类 play.data.binding.Binder 中的静态变量
-
- mode -
类 play.Play 中的静态变量
- The application mode
- Model - play.db.jpa 中的 类
- Base class for JPA model objects
Automatically provide a @Id Long id field
- Model() -
类 play.db.jpa.Model 的构造方法
-
- Model - play.db 中的 接口
-
- Model.BinaryField - play.db 中的 接口
-
- Model.Choices - play.db 中的 接口
-
- Model.Factory - play.db 中的 接口
-
- Model.Manager - play.db 中的 类
-
- Model.Manager() -
类 play.db.Model.Manager 的构造方法
-
- Model.Property - play.db 中的 类
-
- Model.Property() -
类 play.db.Model.Property 的构造方法
-
- modelFactory(Class<? extends Model>) -
类 play.db.jpa.JPAPlugin 中的方法
-
- modelFactory(Class<? extends Model>) -
类 play.PlayPlugin 中的方法
-
- modelFactory(Class<? extends Model>) -
类 play.plugins.PluginCollection 中的方法
-
- modules -
类 play.Play 中的静态变量
- Modules
- modulesRoutes -
类 play.Play 中的静态变量
- Plugin routes files
- MONTH -
类 play.libs.Time.CronExpression 中的静态变量
-
- monthMap -
类 play.libs.Time.CronExpression 中的静态变量
-
- months -
类 play.libs.Time.CronExpression 中的变量
-
- MOVED -
类 play.mvc.Http.StatusCode 中的静态变量
-
- MULTIPART_FORM_DATA -
类 play.test.FunctionalTest 中的静态变量
-
- MultipartStream - play.data.parsing 中的 类
- Low level API for processing file uploads.
- MultipartStream() -
类 play.data.parsing.MultipartStream 的构造方法
- 已过时。 Use
MultipartStream.MultipartStream(InputStream, byte[], ProgressNotifier)
,
or MultipartStream.MultipartStream(InputStream, byte[], int, ProgressNotifier)
- MultipartStream(InputStream, byte[], int) -
类 play.data.parsing.MultipartStream 的构造方法
- 已过时。 Use
MultipartStream.MultipartStream(InputStream, byte[], int, ProgressNotifier)
.
- MultipartStream(InputStream, byte[]) -
类 play.data.parsing.MultipartStream 的构造方法
- 已过时。 Use
MultipartStream.MultipartStream(InputStream, byte[],
ProgressNotifier)
.
- MultipartStream.IllegalBoundaryException - play.data.parsing 中的 异常
- Thrown upon attempt of setting an invalid boundary token.
- MultipartStream.IllegalBoundaryException() -
异常 play.data.parsing.MultipartStream.IllegalBoundaryException 的构造方法
- Constructs an
IllegalBoundaryException
with no
detail message.
- MultipartStream.IllegalBoundaryException(String) -
异常 play.data.parsing.MultipartStream.IllegalBoundaryException 的构造方法
- Constructs an
IllegalBoundaryException
with
the specified detail message.
- MultipartStream.ItemInputStream - play.data.parsing 中的 类
- An
InputStream
for reading an items contents. - MultipartStream.MalformedStreamException - play.data.parsing 中的 异常
- Thrown to indicate that the input stream fails to follow the
required syntax.
- MultipartStream.MalformedStreamException() -
异常 play.data.parsing.MultipartStream.MalformedStreamException 的构造方法
- Constructs a
MalformedStreamException
with no
detail message.
- MultipartStream.MalformedStreamException(String) -
异常 play.data.parsing.MultipartStream.MalformedStreamException 的构造方法
- Constructs an
MalformedStreamException
with
the specified detail message.
- MySQLDialect - play.db.jpa 中的 类
- InnoDB, UTF-8 dialect for Mysql
- MySQLDialect() -
类 play.db.jpa.MySQLDialect 的构造方法
-
N
- name -
类 play.classloading.ApplicationClasses.ApplicationClass 中的变量
- The fully qualified class name
- name -
类 play.db.Model.Property 中的变量
-
- name -
类 play.mvc.Http.Cookie 中的变量
- Cookie name
- name -
类 play.mvc.Http.Header 中的变量
- Header name
- name -
类 play.templates.Template 中的变量
-
- name -
类 play.test.TestEngine.TestResult 中的变量
-
- nearestWeekday -
类 play.libs.Time.CronExpression 中的变量
-
- newBeanInstance() -
类 play.data.binding.BeanWrapper 中的方法
-
- newClassPool() -
类 play.classloading.enhancers.Enhancer 中的静态方法
-
- newEntityManager() -
类 play.db.jpa.JPA 中的静态方法
-
- newEntityManager() -
类 play.db.jpa.JPAConfig 中的方法
-
- newInstance() -
类 play.cache.EhCacheImpl 中的静态方法
-
- newRequest(String, String) -
类 play.libs.ws.WSAsync 中的方法
-
- newRequest(String, String) -
接口 play.libs.WS.WSImpl 中的方法
-
- newRequest(String, String) -
类 play.libs.ws.WSUrlFetch 中的方法
-
- newRequest() -
类 play.test.FunctionalTest 中的静态方法
-
- newResponse() -
类 play.test.FunctionalTest 中的静态方法
-
- newThread(Runnable) -
类 play.utils.PThreadFactory 中的方法
-
- next() -
类 play.db.helper.JdbcIterator 中的方法
-
- nextChunk() -
类 play.server.FileService.ByteRangeInput 中的方法
-
- nextEvent() -
类 play.libs.F.EventStream 中的方法
-
- nextEvent() -
类 play.mvc.Http.Inbound 中的方法
-
- nextEvents(long) -
类 play.libs.F.ArchivedEventStream 中的方法
-
- nextToken() -
类 play.templates.TemplateParser 中的方法
-
- niceLog(String, int) -
类 play.deps.HumanReadyLogger 中的方法
-
- nl2br(BaseTemplate.RawData) -
类 play.templates.JavaExtensions 中的静态方法
-
- nl2br(Object) -
类 play.templates.JavaExtensions 中的静态方法
-
- NO_BINDING -
类 play.data.binding.Binder 中的静态变量
-
- NO_RESPONSE -
类 play.mvc.Http.StatusCode 中的静态变量
-
- NO_SPEC -
类 play.libs.Time.CronExpression 中的静态变量
-
- NO_SPEC_INT -
类 play.libs.Time.CronExpression 中的静态变量
-
- noAccents(String) -
类 play.templates.JavaExtensions 中的静态方法
-
- NoBinding - play.data.binding 中的 注释类型
-
- noise -
类 play.libs.Images.Captcha 中的变量
-
- None -
类 play.libs.F 中的静态变量
-
- None() -
类 play.libs.F.Option 中的静态方法
-
- NoOpEntityResolver - play.utils 中的 类
-
- NoOpEntityResolver() -
类 play.utils.NoOpEntityResolver 的构造方法
-
- NoResult - play.mvc.results 中的 异常
-
- NoResult() -
异常 play.mvc.results.NoResult 的构造方法
-
- normalize(String) -
类 play.libs.OpenID 中的静态方法
- Normalize the given openid as a standard openid
- NoRouteFoundException - play.exceptions 中的 异常
- No route found (during reverse routing)
- NoRouteFoundException(String) -
异常 play.exceptions.NoRouteFoundException 的构造方法
-
- NoRouteFoundException(String, ApplicationClasses.ApplicationClass, Integer) -
异常 play.exceptions.NoRouteFoundException 的构造方法
-
- NoRouteFoundException(String, Template, Integer) -
异常 play.exceptions.NoRouteFoundException 的构造方法
-
- NoRouteFoundException(String, Map<String, Object>) -
异常 play.exceptions.NoRouteFoundException 的构造方法
-
- NoRouteFoundException(String, Map<String, Object>, ApplicationClasses.ApplicationClass, Integer) -
异常 play.exceptions.NoRouteFoundException 的构造方法
-
- NoRouteFoundException(String, Map<String, Object>, Template, Integer) -
异常 play.exceptions.NoRouteFoundException 的构造方法
-
- NOT_FOUND -
类 play.mvc.Http.StatusCode 中的静态变量
-
- NOT_IMPLEMENTED -
类 play.mvc.Http.StatusCode 中的静态变量
-
- NOT_MODIFIED -
类 play.mvc.Http.StatusCode 中的静态变量
-
- notFound(String) -
类 play.mvc.Controller 中的静态方法
- Send a 404 Not Found response
- notFound() -
类 play.mvc.Controller 中的静态方法
- Send a 404 Not Found reponse
- NotFound - play.mvc.results 中的 异常
- 404 not found
- NotFound(String) -
异常 play.mvc.results.NotFound 的构造方法
-
- NotFound(String, String) -
异常 play.mvc.results.NotFound 的构造方法
-
- notFoundIfNull(Object) -
类 play.mvc.Controller 中的静态方法
- Send a 404 Not Found response if object is null
- notFoundIfNull(Object, String) -
类 play.mvc.Controller 中的静态方法
- Send a 404 Not Found response if object is null
- notModified() -
类 play.mvc.Controller 中的静态方法
- Send a 304 Not Modified response
- NotModified - play.mvc.results 中的 异常
- 304 Not Modified
- NotModified() -
异常 play.mvc.results.NotModified 的构造方法
-
- NotModified(String) -
异常 play.mvc.results.NotModified 的构造方法
-
- NoTransaction - play.db.jpa 中的 注释类型
- Annotation to be used on methods telling JPA
that it should not create a Transaction at all.
- now() -
类 play.jobs.Job 中的方法
- Start this job now (well ASAP)
- now(String, String) -
类 play.mvc.Scope.Flash 中的方法
-
- nthdayOfWeek -
类 play.libs.Time.CronExpression 中的变量
-
- nullSafeGet(ResultSet, String[], SessionImplementor, Object) -
类 play.db.jpa.Blob 中的方法
-
- nullSafeSet(PreparedStatement, Object, int, SessionImplementor) -
类 play.db.jpa.Blob 中的方法
-
O
- OAuth - play.libs 中的 类
- Library to access ressources protected by OAuth 1.0a.
- oauth(OAuth.ServiceInfo, String, String) -
类 play.libs.WS.WSRequest 中的方法
- Sign the request for do a call to a server protected by oauth
- oauth(OAuth.ServiceInfo, OAuth.TokenPair) -
类 play.libs.WS.WSRequest 中的方法
- 已过时。
- OAuth.Error - play.libs 中的 类
-
- OAuth.Error.Type - play.libs 中的 枚举
-
- OAuth.Response - play.libs 中的 类
- Response to an OAuth 1.0 request.
- OAuth.ServiceInfo - play.libs 中的 类
- Information relative to an OAuth 1.0 provider.
- OAuth.ServiceInfo(String, String, String, String, String) -
类 play.libs.OAuth.ServiceInfo 的构造方法
-
- OAuth.TokenPair - play.libs 中的 类
- 已过时。
- OAuth.TokenPair(String, String) -
类 play.libs.OAuth.TokenPair 的构造方法
- 已过时。
- OAuth2 - play.libs 中的 类
- Library to access ressources protected by OAuth 2.0.
- OAuth2(String, String, String, String) -
类 play.libs.OAuth2 的构造方法
-
- OAuth2.Error - play.libs 中的 类
-
- OAuth2.Error.Type - play.libs 中的 枚举
-
- OAuth2.Response - play.libs 中的 类
-
- OAuth2.Response(WS.HttpResponse) -
类 play.libs.OAuth2.Response 的构造方法
-
- oauthInfo -
类 play.libs.WS.WSRequest 中的变量
-
- oauthSecret -
类 play.libs.WS.WSRequest 中的变量
-
- oauthToken -
类 play.libs.WS.WSRequest 中的变量
-
- objectInstance -
类 play.data.binding.Binder.MethodAndParamInfo 中的变量
-
- ok -
类 play.data.validation.Validation.ValidationResult 中的变量
-
- ok() -
类 play.mvc.Controller 中的静态方法
- Send a 200 OK response
- OK -
类 play.mvc.Http.StatusCode 中的静态变量
-
- Ok - play.mvc.results 中的 异常
- 200 OK
- Ok() -
异常 play.mvc.results.Ok 的构造方法
-
- On - play.jobs 中的 注释类型
- Run the job using a Cron expression
We use the Quartz CRON trigger (http://www.opensymphony.com/quartz/wikidocs/CronTriggers%20Tutorial.html)
- onAcquire(Connection, String) -
类 play.db.DBConfig.PlayConnectionCustomizer 中的方法
-
- onActionInvocationResult(Result) -
类 play.data.validation.ValidationPlugin 中的方法
-
- onActionInvocationResult(Result) -
类 play.PlayPlugin 中的方法
- Called when the action method has thrown a result.
- onActionInvocationResult(Result) -
类 play.plugins.PluginCollection 中的方法
-
- onApplicationReady() -
类 play.PlayPlugin 中的方法
-
- onApplicationReady() -
类 play.plugins.PluginCollection 中的方法
-
- onApplicationStart() -
类 play.db.DBPlugin 中的方法
-
- onApplicationStart() -
类 play.db.Evolutions 中的方法
-
- onApplicationStart() -
类 play.db.jpa.JPAPlugin 中的方法
-
- onApplicationStart() -
类 play.i18n.MessagesPlugin 中的方法
-
- onApplicationStart() -
类 play.jobs.JobsPlugin 中的方法
-
- OnApplicationStart - play.jobs 中的 注释类型
- A job run at application start.
- onApplicationStart() -
类 play.libs.WS 中的方法
-
- onApplicationStart() -
类 play.PlayPlugin 中的方法
- Called at application start (and at each reloading)
Time to start stateful things.
- onApplicationStart() -
类 play.plugins.PluginCollection 中的方法
-
- onApplicationStop() -
类 play.db.DBPlugin 中的方法
-
- onApplicationStop() -
类 play.db.jpa.JPAPlugin 中的方法
-
- onApplicationStop() -
类 play.jobs.JobsPlugin 中的方法
-
- OnApplicationStop - play.jobs 中的 注释类型
- A job run when the application is stopped under graceful circumstances.
- onApplicationStop() -
类 play.libs.WS 中的方法
-
- onApplicationStop() -
类 play.PlayPlugin 中的方法
- Called at application stop (and before each reloading)
Time to shutdown stateful things.
- onApplicationStop() -
类 play.plugins.PluginCollection 中的方法
-
- onCheckIn(Connection, String) -
类 play.db.DBConfig.PlayConnectionCustomizer 中的方法
-
- onCheckOut(Connection, String) -
类 play.db.DBConfig.PlayConnectionCustomizer 中的方法
-
- onClassesChange(List<ApplicationClasses.ApplicationClass>) -
类 play.PlayPlugin 中的方法
-
- onClassesChange(List<ApplicationClasses.ApplicationClass>) -
类 play.plugins.PluginCollection 中的方法
- 已过时。
- onCompletion(Action<V>) -
类 play.utils.SmartFuture 中的方法
-
- onConfigurationRead() -
类 play.PlayPlugin 中的方法
- Called when the application.conf has been read.
- onConfigurationRead() -
类 play.plugins.ConfigurablePluginDisablingPlugin 中的方法
-
- onConfigurationRead() -
类 play.plugins.PluginCollection 中的方法
-
- onDestroy(Connection, String) -
类 play.db.DBConfig.PlayConnectionCustomizer 中的方法
-
- onEvent(String, Object) -
类 play.PlayPlugin 中的方法
- Event may be sent by plugins or other components
- onEvent(String, Object) -
类 play.plugins.PluginCollection 中的方法
-
- onException(Throwable) -
类 play.Invoker.Invocation 中的方法
- Things to do if the Invocation code thrown an exception
- onException(Throwable) -
类 play.jobs.Job 中的方法
-
- onException(Throwable) -
类 play.server.PlayHandler.WebSocketInvocation 中的方法
-
- onInvocationException(Throwable) -
类 play.data.validation.ValidationPlugin 中的方法
-
- onInvocationException(Throwable) -
类 play.db.jpa.JPAPlugin 中的方法
-
- onInvocationException(Throwable) -
类 play.PlayPlugin 中的方法
- Called if an exception occured during the invocation.
- onInvocationException(Throwable) -
类 play.plugins.PluginCollection 中的方法
-
- onInvocationSuccess() -
类 play.data.parsing.TempFilePlugin 中的方法
-
- onInvocationSuccess() -
类 play.PlayPlugin 中的方法
-
- onInvocationSuccess() -
类 play.plugins.PluginCollection 中的方法
-
- onLoad() -
类 play.PlayPlugin 中的方法
- Called at plugin loading
- onRedeem(F.Action<F.Promise<V>>) -
类 play.libs.F.Promise 中的方法
-
- onRequestRouting(Router.Route) -
类 play.PlayPlugin 中的方法
- Called when the request has been routed.
- onRequestRouting(Router.Route) -
类 play.plugins.PluginCollection 中的方法
-
- onRoutesLoaded() -
类 play.PlayPlugin 中的方法
- Called after routes loading.
- onRoutesLoaded() -
类 play.plugins.PluginCollection 中的方法
-
- onSuccess() -
类 play.Invoker.Invocation 中的方法
- Things to do when the whole invocation has succeeded (before + execute + after)
- onSuccess() -
类 play.server.PlayHandler.NettyInvocation 中的方法
-
- onSuccess() -
类 play.server.PlayHandler.WebSocketInvocation 中的方法
-
- onTemplateCompilation(Template) -
类 play.PlayPlugin 中的方法
- 已过时。
- onWriteChunk(F.Action<Object>) -
类 play.mvc.Http.Response 中的方法
-
- open(String, Integer) -
类 play.utils.Utils 中的静态方法
-
- open(String) -
类 play.vfs.VirtualFile 中的静态方法
-
- open(File) -
类 play.vfs.VirtualFile 中的静态方法
-
- openClassfile(String) -
类 play.classloading.enhancers.Enhancer.ApplicationClassesClasspath 中的方法
-
- OpenID - play.libs 中的 类
-
- OpenID.UserInfo - play.libs 中的 类
-
- OpenID.UserInfo() -
类 play.libs.OpenID.UserInfo 的构造方法
-
- optional(String) -
类 play.libs.OpenID 中的方法
-
- optional(String, String) -
类 play.libs.OpenID 中的方法
-
- options() -
类 play.libs.ws.WSAsync.WSAsyncRequest 中的方法
- Execute a OPTIONS request.
- options() -
类 play.libs.WS.WSRequest 中的方法
- Execute a OPTIONS request.
- options() -
类 play.libs.ws.WSUrlFetch.WSUrlfetchRequest 中的方法
- Execute a OPTIONS request.
- optionsAsync() -
类 play.libs.ws.WSAsync.WSAsyncRequest 中的方法
- Execute a OPTIONS request asynchronously.
- optionsAsync() -
类 play.libs.WS.WSRequest 中的方法
- Execute a OPTIONS request asynchronously.
- order() -
类 play.server.FileChannelBuffer 中的方法
-
- orderBy -
类 play.db.helper.SqlSelect 中的变量
-
- orderBy(String...) -
类 play.db.helper.SqlSelect 中的方法
-
- orderBy(String...) -
类 play.db.helper.SqlUnion 中的方法
-
- OrderSafeProperties - play.utils 中的 类
- Custom impl of java.util.properties that preserves the key-order from the file
and that reads the properties-file in utf-8
- OrderSafeProperties() -
类 play.utils.OrderSafeProperties 的构造方法
-
- originalParams -
类 play.data.binding.RootParamNode 中的变量
-
- orWhere(String...) -
类 play.db.helper.SqlSelect 中的方法
-
- orWhere(SqlSelect.Where...) -
类 play.db.helper.SqlSelect 中的方法
-
- orWhere(String...) -
类 play.db.helper.SqlSelect.Where 中的方法
-
- out -
类 play.mvc.Http.Response 中的变量
- Response body stream
- outbound -
类 play.mvc.WebSocketController 中的静态变量
-
- outputstream() -
类 play.vfs.VirtualFile 中的方法
-
- OVERLOADED -
类 play.mvc.Http.StatusCode 中的静态变量
-
- overrideTemplateSource(BaseTemplate, String) -
类 play.PlayPlugin 中的方法
-
- overrideTemplateSource(BaseTemplate, String) -
类 play.plugins.PluginCollection 中的方法
-
P
- pad(String, Integer) -
类 play.templates.JavaExtensions 中的静态方法
-
- page(Number, Integer) -
类 play.templates.JavaExtensions 中的静态方法
-
- param(Object) -
类 play.db.helper.SqlQuery 中的方法
-
- param(Object) -
类 play.db.helper.SqlSelect 中的方法
-
- param(Object) -
类 play.db.helper.SqlSelect.Where 中的方法
-
- param(Object) -
类 play.db.helper.SqlUnion 中的方法
-
- paramCurrentIndex() -
类 play.db.helper.SqlQuery 中的方法
-
- paramCurrentIndex() -
类 play.db.helper.SqlSelect.Where 中的方法
-
- parameterIndex -
类 play.data.binding.Binder.MethodAndParamInfo 中的变量
-
- parameterNames(Method) -
类 play.utils.Java 中的静态方法
- Retrieve parameter names of a method
- parameters -
类 play.libs.WS.WSRequest 中的变量
-
- paramName -
类 play.libs.WS.FileParam 中的变量
-
- ParamNode - play.data.binding 中的 类
-
- ParamNode(String) -
类 play.data.binding.ParamNode 的构造方法
-
- ParamNode.RemovedNode - play.data.binding 中的 类
-
- ParamNode.RemovedNode(ParamNode, ParamNode) -
类 play.data.binding.ParamNode.RemovedNode 的构造方法
-
- params -
类 play.classloading.enhancers.LVEnhancer.LVEnhancerRuntime.ParamsNames 中的变量
-
- params -
类 play.data.validation.Validation.Validator 中的变量
-
- params -
类 play.db.helper.SqlQuery 中的变量
-
- params(Object...) -
类 play.db.helper.SqlQuery 中的方法
-
- params(Object...) -
类 play.db.helper.SqlSelect 中的方法
-
- params(Object...) -
类 play.db.helper.SqlSelect.Where 中的方法
-
- params(Object...) -
类 play.db.helper.SqlUnion 中的方法
-
- params(Map<String, Object>) -
类 play.libs.WS.WSRequest 中的方法
- Add parameters to request.
- params -
类 play.mvc.Controller 中的静态变量
- The current HTTP params.
- params -
类 play.mvc.Http.Request 中的变量
- Params
- params -
类 play.mvc.WebSocketController 中的静态变量
-
- paramsNames -
类 play.classloading.enhancers.LVEnhancer.MethodExecution 中的变量
-
- parent(Object...) -
类 play.mvc.Controller 中的静态方法
- 已过时。
- parent() -
类 play.mvc.Controller 中的静态方法
- 已过时。
- parent(Map<String, Object>) -
类 play.mvc.Controller 中的静态方法
- 已过时。
- parent() -
类 play.templates.TagContext 中的静态方法
-
- parent(String) -
类 play.templates.TagContext 中的静态方法
-
- parse(InputStream) -
类 play.data.parsing.ApacheMultipartParser 中的方法
-
- parse(InputStream) -
类 play.data.parsing.DataParser 中的方法
-
- parse(InputStream) -
类 play.data.parsing.TextParser 中的方法
-
- parse(String) -
类 play.data.parsing.UrlEncodedParser 中的静态方法
-
- parse(InputStream) -
类 play.data.parsing.UrlEncodedParser 中的方法
-
- parse(IvySettings, File) -
类 play.deps.SettingsParser 中的方法
-
- parse(String) -
类 play.utils.Utils.AlternativeDateFormat 中的方法
-
- parseContentType(String) -
类 play.utils.HTTP 中的静态方法
-
- parseCRONExpression(String) -
类 play.libs.Time 中的静态方法
- Parse a CRON expression
- parseDescriptor(ParserSettings, URL, Resource, boolean) -
类 play.deps.YamlParser 中的方法
-
- parseDuration(String) -
类 play.libs.Time 中的静态方法
- Parse a duration
- parseQueryString(InputStream) -
类 play.data.parsing.UrlEncodedParser 中的静态方法
-
- parseRequest(ChannelHandlerContext, HttpRequest, MessageEvent) -
类 play.server.PlayHandler 中的方法
-
- parseRequest(HttpServletRequest) -
类 play.server.ServletWrapper 中的静态方法
-
- parseRequest(ChannelHandlerContext, HttpRequest, MessageEvent) -
类 play.server.ssl.SslPlayHandler 中的方法
-
- parsers -
类 play.data.parsing.DataParser 中的静态变量
-
- parseXForwarded() -
类 play.mvc.Http.Request 中的方法
-
- PARTIAL_INFO -
类 play.mvc.Http.StatusCode 中的静态变量
-
- passed -
类 play.test.TestEngine.TestResult 中的变量
-
- passed -
类 play.test.TestEngine.TestResults 中的变量
-
- Password - play.data.validation 中的 注释类型
- This field is a password.
- password -
类 play.libs.WS.WSRequest 中的变量
-
- password -
类 play.mvc.Http.Request 中的变量
- HTTP Basic Password
- passwordHash(String) -
类 play.libs.Crypto 中的静态方法
- Create a password hash using the default hashing algorithm
- passwordHash(String, Crypto.HashType) -
类 play.libs.Crypto 中的静态方法
- Create a password hash using specific hashing algorithm
- past(String, Object, Date) -
类 play.data.validation.Validation 中的静态方法
-
- past(Object, Date) -
类 play.data.validation.Validation 中的方法
-
- past(String, Object) -
类 play.data.validation.Validation 中的静态方法
-
- past(Object) -
类 play.data.validation.Validation 中的方法
-
- path -
类 play.mvc.Http.Cookie 中的变量
- Cookie path
- path -
类 play.mvc.Http.Request 中的变量
- Request path
- path -
类 play.mvc.Router.Route 中的变量
-
- pause(long) -
类 play.test.BaseTest 中的方法
- Pause the current thread
- PAYMENT_REQUIRED -
类 play.mvc.Http.StatusCode 中的静态变量
-
- Phone - play.data.validation 中的 注释类型
- This field contain a phone number
This validation is relaxed and is intended to enforce a basic phone pattern.
- phone(String, Object) -
类 play.data.validation.Validation 中的静态方法
-
- phone(Object) -
类 play.data.validation.Validation 中的方法
-
- PhoneCheck - play.data.validation 中的 类
-
- PhoneCheck() -
类 play.data.validation.PhoneCheck 的构造方法
-
- PID_FILE -
类 play.server.Server 中的静态变量
-
- play - 软件包 play
-
- Play - play 中的 类
- Main framework class
- Play() -
类 play.Play 的构造方法
-
- play.ant - 软件包 play.ant
-
- play.cache - 软件包 play.cache
-
- play.classloading - 软件包 play.classloading
-
- play.classloading.enhancers - 软件包 play.classloading.enhancers
-
- play.classloading.hash - 软件包 play.classloading.hash
-
- play.data - 软件包 play.data
-
- play.data.binding - 软件包 play.data.binding
-
- play.data.binding.types - 软件包 play.data.binding.types
-
- play.data.parsing - 软件包 play.data.parsing
-
- play.data.validation - 软件包 play.data.validation
-
- play.db - 软件包 play.db
-
- play.db.helper - 软件包 play.db.helper
-
- play.db.jpa - 软件包 play.db.jpa
-
- play.deps - 软件包 play.deps
-
- play.exceptions - 软件包 play.exceptions
-
- play.i18n - 软件包 play.i18n
-
- play.inject - 软件包 play.inject
-
- play.jobs - 软件包 play.jobs
-
- play.libs - 软件包 play.libs
-
- play.libs.ws - 软件包 play.libs.ws
-
- Play.Mode - play 中的 枚举
- 2 modes
- play.mvc - 软件包 play.mvc
-
- play.mvc.results - 软件包 play.mvc.results
-
- play.plugins - 软件包 play.plugins
-
- play.server - 软件包 play.server
-
- play.server.ssl - 软件包 play.server.ssl
-
- play.templates - 软件包 play.templates
-
- play.templates.types - 软件包 play.templates.types
-
- play.test - 软件包 play.test
-
- play.utils - 软件包 play.utils
-
- play.vfs - 软件包 play.vfs
-
- play_plugins_resourceName -
类 play.plugins.PluginCollection 中的变量
- Property holding the name of the play.plugins-resource-name.
- PlayConfigurationLoadTask - play.ant 中的 类
- Ant task which loads settings needed by the ant from the ant configuration file.
- PlayConfigurationLoadTask() -
类 play.ant.PlayConfigurationLoadTask 的构造方法
-
- PlayConflictManager - play.deps 中的 类
-
- PlayConflictManager() -
类 play.deps.PlayConflictManager 的构造方法
-
- PlayException - play.exceptions 中的 异常
- The super class for all Play!
- PlayException() -
异常 play.exceptions.PlayException 的构造方法
-
- PlayException(String) -
异常 play.exceptions.PlayException 的构造方法
-
- PlayException(String, Throwable) -
异常 play.exceptions.PlayException 的构造方法
-
- PlayHandler - play.server 中的 类
-
- PlayHandler() -
类 play.server.PlayHandler 的构造方法
-
- PlayHandler.NettyInvocation - play.server 中的 类
-
- PlayHandler.NettyInvocation(Http.Request, Http.Response, ChannelHandlerContext, HttpRequest, MessageEvent) -
类 play.server.PlayHandler.NettyInvocation 的构造方法
-
- PlayHandler.WebSocketInvocation - play.server 中的 类
-
- PlayHandler.WebSocketInvocation(Map<String, String>, Http.Request, Http.Inbound, Http.Outbound, ChannelHandlerContext, MessageEvent) -
类 play.server.PlayHandler.WebSocketInvocation 的构造方法
-
- PlayJUnitRunner - play.test 中的 类
-
- PlayJUnitRunner(Class) -
类 play.test.PlayJUnitRunner 的构造方法
-
- PlayJUnitRunner.StartPlay - play.test 中的 枚举
-
- PlayPlugin - play 中的 类
- A framework plugin
- PlayPlugin() -
类 play.PlayPlugin 的构造方法
-
- plugin(Class<T>) -
类 play.Play 中的静态方法
-
- pluginCollection -
类 play.Play 中的静态变量
- pluginCollection that holds all loaded plugins and all enabled plugins..
- PluginCollection - play.plugins 中的 类
- Class handling all plugins used by Play.
- PluginCollection() -
类 play.plugins.PluginCollection 的构造方法
-
- plugins -
类 play.Play 中的静态变量
- 已过时。 Use pluginCollection instead.
- pluralize(Number) -
类 play.templates.JavaExtensions 中的静态方法
-
- pluralize(Collection) -
类 play.templates.JavaExtensions 中的静态方法
-
- pluralize(Number, String) -
类 play.templates.JavaExtensions 中的静态方法
-
- pluralize(Collection, String) -
类 play.templates.JavaExtensions 中的静态方法
-
- pluralize(Number, String[]) -
类 play.templates.JavaExtensions 中的静态方法
-
- pluralize(Collection, String[]) -
类 play.templates.JavaExtensions 中的静态方法
-
- pmark() -
类 play.db.helper.SqlQuery 中的方法
-
- pmark(int) -
类 play.db.helper.SqlQuery 中的方法
-
- pmark() -
类 play.db.helper.SqlSelect.Where 中的方法
-
- pmark(int) -
类 play.db.helper.SqlSelect.Where 中的方法
-
- port -
类 play.mvc.Http.Request 中的变量
- HTTP port
- post() -
类 play.libs.ws.WSAsync.WSAsyncRequest 中的方法
- Execute a POST request.
- post() -
类 play.libs.WS.WSRequest 中的方法
- Execute a POST request.
- post() -
类 play.libs.ws.WSUrlFetch.WSUrlfetchRequest 中的方法
- Execute a POST request.
- POST(Object) -
类 play.test.FunctionalTest 中的静态方法
-
- POST(Http.Request, Object) -
类 play.test.FunctionalTest 中的静态方法
-
- POST(Object, String, String) -
类 play.test.FunctionalTest 中的静态方法
-
- POST(Http.Request, Object, String, String) -
类 play.test.FunctionalTest 中的静态方法
-
- POST(Object, String, InputStream) -
类 play.test.FunctionalTest 中的静态方法
-
- POST(Http.Request, Object, String, InputStream) -
类 play.test.FunctionalTest 中的静态方法
- Sends a POST request to the application under tests.
- POST(Object, Map<String, String>, Map<String, File>) -
类 play.test.FunctionalTest 中的静态方法
- Sends a POST request to the application under tests as a multipart form.
- POST(Object, Map<String, String>) -
类 play.test.FunctionalTest 中的静态方法
-
- POST(Http.Request, Object, Map<String, String>, Map<String, File>) -
类 play.test.FunctionalTest 中的静态方法
-
- postAsync() -
类 play.libs.ws.WSAsync.WSAsyncRequest 中的方法
- Execute a POST request asynchronously.
- postAsync() -
类 play.libs.WS.WSRequest 中的方法
- Execute a POST request asynchronously.
- postEvent(String, Object) -
类 play.PlayPlugin 中的静态方法
- Inter-plugin communication.
- prefix(String) -
类 play.db.helper.SqlQuery.Concat 中的方法
-
- preInit() -
类 play.Invoker.Invocation 中的方法
- Needs this method to do stuff *before* init() is executed.
- premain(String, Instrumentation) -
类 play.classloading.HotswapAgent 中的静态方法
-
- prepareDelete() -
类 play.libs.ws.WSAsync.WSAsyncRequest 中的方法
-
- prepareGet() -
类 play.libs.ws.WSAsync.WSAsyncRequest 中的方法
-
- prepareHead() -
类 play.libs.ws.WSAsync.WSAsyncRequest 中的方法
-
- prepareNettyResponse(HttpResponse) -
类 play.server.FileService.ByteRangeInput 中的方法
-
- prepareOptions() -
类 play.libs.ws.WSAsync.WSAsyncRequest 中的方法
-
- preparePost() -
类 play.libs.ws.WSAsync.WSAsyncRequest 中的方法
-
- preparePut() -
类 play.libs.ws.WSAsync.WSAsyncRequest 中的方法
-
- prependRoute(String, String, String, String) -
类 play.mvc.Router 中的静态方法
- This one can be called to add new route.
- prependRoute(String, String, String) -
类 play.mvc.Router 中的静态方法
- This one can be called to add new route.
- prependRoute(String, String, String, String, String) -
类 play.mvc.Router 中的静态方法
- Add a new route at the beginning of the route list
- previousDisabledPlugins -
类 play.plugins.ConfigurablePluginDisablingPlugin 中的静态变量
- List holding all disabled plugins.
- print(Object) -
类 play.mvc.Http.Response 中的方法
-
- problems() -
类 play.deps.DependenciesManager 中的方法
-
- progress() -
类 play.deps.HumanReadyLogger 中的方法
-
- Properties - play.utils 中的 类
- like Properties, but with:
encoding
generic
type helper
- Properties() -
类 play.utils.Properties 的构造方法
-
- PropertiesEnhancer - play.classloading.enhancers 中的 类
- Generate valid JavaBeans.
- PropertiesEnhancer() -
类 play.classloading.enhancers.PropertiesEnhancer 的构造方法
-
- PropertiesEnhancer.FieldAccessor - play.classloading.enhancers 中的 类
- Runtime part.
- PropertiesEnhancer.FieldAccessor() -
类 play.classloading.enhancers.PropertiesEnhancer.FieldAccessor 的构造方法
-
- PropertiesEnhancer.PlayPropertyAccessor - play.classloading.enhancers 中的 注释类型
-
- protectionDomain -
类 play.classloading.ApplicationClassloader 中的变量
- This protection domain applies to all loaded classes.
- PThreadFactory - play.utils 中的 类
-
- PThreadFactory(String) -
类 play.utils.PThreadFactory 的构造方法
-
- publish(T) -
类 play.libs.F.ArchivedEventStream 中的方法
-
- publish(T) -
类 play.libs.F.EventStream 中的方法
-
- publish(LogRecord) -
类 play.Logger.JuliToLog4jHandler 中的方法
-
- put() -
类 play.libs.ws.WSAsync.WSAsyncRequest 中的方法
- Execute a PUT request.
- put() -
类 play.libs.WS.WSRequest 中的方法
- Execute a PUT request.
- put() -
类 play.libs.ws.WSUrlFetch.WSUrlfetchRequest 中的方法
- Execute a PUT request.
- put(String, String) -
类 play.mvc.Scope.Flash 中的方法
-
- put(String, Object) -
类 play.mvc.Scope.Flash 中的方法
-
- put(String, String) -
类 play.mvc.Scope.Params 中的方法
-
- put(String, String[]) -
类 play.mvc.Scope.Params 中的方法
-
- put(String, Object) -
类 play.mvc.Scope.RenderArgs 中的方法
-
- put(String, Object) -
类 play.mvc.Scope.RouteArgs 中的方法
-
- put(String, String) -
类 play.mvc.Scope.Session 中的方法
-
- put(String, Object) -
类 play.mvc.Scope.Session 中的方法
-
- PUT(Object, String, String) -
类 play.test.FunctionalTest 中的静态方法
-
- PUT(Http.Request, Object, String, String) -
类 play.test.FunctionalTest 中的静态方法
- Sends a PUT request to the application under tests.
- put(Object, Object) -
类 play.utils.OrderSafeProperties 中的方法
-
- putAll(Map<? extends Object, ? extends Object>) -
类 play.utils.OrderSafeProperties 中的方法
-
- putAsync() -
类 play.libs.ws.WSAsync.WSAsyncRequest 中的方法
- Execute a PUT request asynchronously.
- putAsync() -
类 play.libs.WS.WSRequest 中的方法
- Execute a PUT request asynchronously.
- putMapEntry(Map<String, String[]>, String, String) -
类 play.data.parsing.DataParser 中的静态方法
-
Q
- query -
类 play.db.jpa.GenericModel.JPAQuery 中的变量
-
- querystring -
类 play.mvc.Http.Request 中的变量
- QueryString
- quote(String) -
类 play.db.helper.SqlQuery 中的静态方法
-
R
- Range - play.data.validation 中的 注释类型
- This field must be lower than and greater than.
- range(String, Object, double, double) -
类 play.data.validation.Validation 中的静态方法
-
- range(Object, double, double) -
类 play.data.validation.Validation 中的方法
-
- RangeCheck - play.data.validation 中的 类
-
- RangeCheck() -
类 play.data.validation.RangeCheck 的构造方法
-
- raw(Object) -
类 play.templates.JavaExtensions 中的静态方法
-
- raw(Object, Object) -
类 play.templates.JavaExtensions 中的静态方法
-
- rawinfo(String) -
类 play.deps.HumanReadyLogger 中的方法
-
- rawInvocation(Http.Request, Http.Response) -
类 play.CorePlugin 中的方法
- Intercept /@status and check that the Authorization header is valid.
- rawInvocation(Http.Request, Http.Response) -
类 play.db.DBPlugin 中的方法
-
- rawInvocation(Http.Request, Http.Response) -
类 play.db.Evolutions 中的方法
-
- rawInvocation(Http.Request, Http.Response) -
类 play.PlayPlugin 中的方法
- Give a chance to this plugin to fully manage this request
- rawInvocation(Http.Request, Http.Response) -
类 play.plugins.PluginCollection 中的方法
-
- rawJavaType(Class) -
类 play.utils.Java 中的静态方法
-
- rawlog(String, int) -
类 play.deps.HumanReadyLogger 中的方法
-
- rawMethodSignature(Method) -
类 play.utils.Java 中的静态方法
-
- Re(String) -
类 play.libs.F.Matcher 中的静态方法
-
- read() -
类 play.data.parsing.MultipartStream.ItemInputStream 中的方法
- Returns the next byte in the stream.
- read(byte[], int, int) -
类 play.data.parsing.MultipartStream.ItemInputStream 中的方法
- Reads bytes into the given buffer.
- read() -
类 play.libs.Images.Captcha 中的方法
-
- read(byte[]) -
类 play.libs.Images.Captcha 中的方法
-
- readBodyData(OutputStream) -
类 play.data.parsing.MultipartStream 中的方法
- Reads
body-data
from the current
encapsulation
and writes its contents into the
output Stream
.
- readBoundary() -
类 play.data.parsing.MultipartStream 中的方法
- Skips a
boundary
token, and checks whether more
encapsulations
are contained in the stream.
- readByte() -
类 play.data.parsing.MultipartStream 中的方法
- Reads a byte from the
buffer
, and refills it as
necessary.
- readBytes(int) -
类 play.server.FileChannelBuffer 中的方法
-
- readBytes(byte[], int, int) -
类 play.server.FileChannelBuffer 中的方法
-
- readBytes(byte[]) -
类 play.server.FileChannelBuffer 中的方法
-
- readBytes(ChannelBuffer) -
类 play.server.FileChannelBuffer 中的方法
-
- readBytes(ChannelBuffer, int) -
类 play.server.FileChannelBuffer 中的方法
-
- readBytes(ChannelBuffer, int, int) -
类 play.server.FileChannelBuffer 中的方法
-
- readBytes(ByteBuffer) -
类 play.server.FileChannelBuffer 中的方法
-
- readBytes(GatheringByteChannel, int) -
类 play.server.FileChannelBuffer 中的方法
-
- readBytes(OutputStream, int) -
类 play.server.FileChannelBuffer 中的方法
-
- readConfiguration() -
类 play.Play 中的静态方法
- Read application.conf and resolve overriden key using the play id mechanism.
- readContent(File) -
类 play.libs.IO 中的静态方法
- Read binary content of a file (warning does not use on large file !)
- readContent(InputStream) -
类 play.libs.IO 中的静态方法
- Read binary content of a stream (warning does not use on large file !)
- readContentAsString(InputStream) -
类 play.libs.IO 中的静态方法
- Read the Stream content as a string (use utf-8)
- readContentAsString(InputStream, String) -
类 play.libs.IO 中的静态方法
- Read the Stream content as a string
- readContentAsString(File) -
类 play.libs.IO 中的静态方法
- Read file content to a String (always use utf-8)
- readContentAsString(File, String) -
类 play.libs.IO 中的静态方法
- Read file content to a String
- readerIndex() -
类 play.server.FileChannelBuffer 中的方法
-
- readHeaders() -
类 play.data.parsing.MultipartStream 中的方法
- Reads the
header-part
of the current
encapsulation
.
- readLines(InputStream) -
类 play.libs.IO 中的静态方法
-
- readLines(File, String) -
类 play.libs.IO 中的静态方法
-
- readLines(File) -
类 play.libs.IO 中的静态方法
-
- readOnlyTmp -
类 play.Play 中的静态变量
- tmp dir is readOnly
- readSlice(int) -
类 play.server.FileChannelBuffer 中的方法
-
- readUtf8Properties(InputStream) -
类 play.libs.IO 中的静态方法
- Read a properties file with the utf-8 encoding
- recordCaller -
类 play.Logger 中的静态变量
- Will record and display the caller method.
- redirect(String) -
类 play.mvc.Controller 中的静态方法
- Send a 302 redirect response.
- redirect(String, boolean) -
类 play.mvc.Controller 中的静态方法
- Send a Redirect response.
- redirect(String, Object...) -
类 play.mvc.Controller 中的静态方法
- 302 Redirect to another action
- redirect(String, boolean, Object...) -
类 play.mvc.Controller 中的静态方法
- Redirect to another action
- redirect(int) -
类 play.mvc.Http.StatusCode 中的静态方法
-
- Redirect - play.mvc.results 中的 异常
- 302 Redirect
- Redirect(String) -
异常 play.mvc.results.Redirect 的构造方法
-
- Redirect(String, boolean) -
异常 play.mvc.results.Redirect 的构造方法
-
- Redirect(String, int) -
异常 play.mvc.results.Redirect 的构造方法
-
- redirectJuli -
类 play.Logger 中的静态变量
- Will redirect all log from java.util.logging to log4j.
- redirectToStatic(String) -
类 play.mvc.Controller 中的静态方法
- Send a 302 redirect response.
- RedirectToStatic - play.mvc.results 中的 异常
- 302 Redirect
- RedirectToStatic(String) -
异常 play.mvc.results.RedirectToStatic 的构造方法
-
- redirectUrl(String) -
类 play.libs.OAuth 中的方法
-
- redirectUrl(OAuth.TokenPair) -
类 play.libs.OAuth 中的方法
- 已过时。
- refresh() -
类 play.classloading.ApplicationClasses.ApplicationClass 中的方法
- Need to refresh this class !
- refresh() -
类 play.db.jpa.GenericModel 中的方法
- Refresh the entity state.
- register(Class<T>, TypeBinder<T>) -
类 play.data.binding.Binder 中的静态方法
-
- registerFormatter(String, SafeFormatter) -
类 play.templates.GroovyTemplate 中的静态方法
-
- reinitRuntime(Stack<LVEnhancer.MethodExecution>) -
类 play.classloading.enhancers.LVEnhancer.LVEnhancerRuntime 中的静态方法
- Replace the current methodParams stack by the given one.
- relationType -
类 play.db.Model.Property 中的变量
-
- relativePath() -
类 play.vfs.VirtualFile 中的方法
-
- reload(ClassDefinition...) -
类 play.classloading.HotswapAgent 中的静态方法
-
- reloadApplicationPlugins() -
类 play.plugins.PluginCollection 中的方法
- Reloads all loaded plugins that is application-supplied.
- remoteAddress -
类 play.mvc.Http.Request 中的变量
- Client address
- remove(ApplicationClasses.ApplicationClass) -
类 play.classloading.ApplicationClasses 中的方法
- Remove a class from cache
- remove(String) -
类 play.classloading.ApplicationClasses 中的方法
-
- remove() -
类 play.db.helper.JdbcIterator 中的方法
-
- remove(String) -
类 play.mvc.Router.ActionDefinition 中的方法
-
- remove(String) -
类 play.mvc.Scope.Flash 中的方法
-
- remove(String) -
类 play.mvc.Scope.Params 中的方法
-
- remove(String) -
类 play.mvc.Scope.Session 中的方法
-
- remove(String...) -
类 play.mvc.Scope.Session 中的方法
-
- remove(String[], String) -
类 play.templates.JavaExtensions 中的静态方法
-
- remove(Object) -
类 play.utils.OrderSafeProperties 中的方法
-
- removeChild(String, List<ParamNode.RemovedNode>) -
类 play.data.binding.ParamNode 中的方法
- Removes a child from this node, but stores what is removed to list.
- removeCookie(String) -
类 play.mvc.Http.Response 中的方法
- Removes the specified cookie with path /
- removeCookie(String, String) -
类 play.mvc.Http.Response 中的方法
- Removes the cookie
- removedFrom -
类 play.data.binding.ParamNode.RemovedNode 中的变量
-
- removedNode -
类 play.data.binding.ParamNode.RemovedNode 中的变量
-
- render(Object...) -
类 play.mvc.Controller 中的静态方法
- Render the corresponding template (@see
template()
).
- render(Map<String, Object>) -
类 play.templates.GroovyTemplate 中的方法
-
- render(Map<String, Object>) -
类 play.templates.Template 中的方法
- Starts the rendering process without modifying the args-map
- render() -
类 play.templates.Template 中的方法
-
- renderArgs -
类 play.mvc.Controller 中的静态变量
- The current renderArgs scope: This is a hash map that is accessible during the rendering phase.
- renderArgs(String) -
类 play.test.FunctionalTest 中的静态方法
-
- renderBinary(InputStream) -
类 play.mvc.Controller 中的静态方法
- Return a 200 OK application/binary response
- renderBinary(InputStream, long) -
类 play.mvc.Controller 中的静态方法
- Return a 200 OK application/binary response.
- renderBinary(InputStream, String) -
类 play.mvc.Controller 中的静态方法
- Return a 200 OK application/binary response with content-disposition attachment.
- renderBinary(InputStream, String, long) -
类 play.mvc.Controller 中的静态方法
- Return a 200 OK application/binary response with content-disposition attachment.
- renderBinary(InputStream, String, boolean) -
类 play.mvc.Controller 中的静态方法
- Return a 200 OK application/binary response with content-disposition attachment.
- renderBinary(InputStream, String, long, boolean) -
类 play.mvc.Controller 中的静态方法
- Return a 200 OK application/binary response with content-disposition attachment.
- renderBinary(InputStream, String, String, boolean) -
类 play.mvc.Controller 中的静态方法
- Return a 200 OK application/binary response with content-disposition attachment
- renderBinary(InputStream, String, long, String, boolean) -
类 play.mvc.Controller 中的静态方法
- Return a 200 OK application/binary response with content-disposition attachment.
- renderBinary(File) -
类 play.mvc.Controller 中的静态方法
- Return a 200 OK application/binary response
- renderBinary(File, String) -
类 play.mvc.Controller 中的静态方法
- Return a 200 OK application/binary response with content-disposition attachment
- RenderBinary - play.mvc.results 中的 异常
- 200 OK with application/octet-stream
- RenderBinary(InputStream, String) -
异常 play.mvc.results.RenderBinary 的构造方法
- send a binary stream as the response
- RenderBinary(InputStream, String, long) -
异常 play.mvc.results.RenderBinary 的构造方法
-
- RenderBinary(InputStream, String, boolean) -
异常 play.mvc.results.RenderBinary 的构造方法
- send a binary stream as the response
- RenderBinary(InputStream, String, String, boolean) -
异常 play.mvc.results.RenderBinary 的构造方法
- send a binary stream as the response
- RenderBinary(InputStream, String, long, String, boolean) -
异常 play.mvc.results.RenderBinary 的构造方法
-
- RenderBinary(InputStream, String, long, boolean) -
异常 play.mvc.results.RenderBinary 的构造方法
-
- RenderBinary(File, String) -
异常 play.mvc.results.RenderBinary 的构造方法
- Send a file as the response.
- RenderBinary(File) -
异常 play.mvc.results.RenderBinary 的构造方法
- Send a file as the response.
- RenderBinary(File, String, boolean) -
异常 play.mvc.results.RenderBinary 的构造方法
- Send a file as the response.
- renderHtml(Object) -
类 play.mvc.Controller 中的静态方法
- Return a 200 OK text/html response
- RenderHtml - play.mvc.results 中的 异常
- 200 OK with a text/plain
- RenderHtml(CharSequence) -
异常 play.mvc.results.RenderHtml 的构造方法
-
- renderJSON(String) -
类 play.mvc.Controller 中的静态方法
- Render a 200 OK application/json response
- renderJSON(Object) -
类 play.mvc.Controller 中的静态方法
- Render a 200 OK application/json response
- renderJSON(Object, Type) -
类 play.mvc.Controller 中的静态方法
- Render a 200 OK application/json response
- renderJSON(Object, JsonSerializer<?>...) -
类 play.mvc.Controller 中的静态方法
- Render a 200 OK application/json response.
- RenderJson - play.mvc.results 中的 异常
- 200 OK with application/json
- RenderJson(Object) -
异常 play.mvc.results.RenderJson 的构造方法
-
- RenderJson(Object, Type) -
异常 play.mvc.results.RenderJson 的构造方法
-
- RenderJson(Object, JsonSerializer<?>...) -
异常 play.mvc.results.RenderJson 的构造方法
-
- RenderJson(String) -
异常 play.mvc.results.RenderJson 的构造方法
-
- RenderStatic - play.mvc.results 中的 异常
-
- RenderStatic(String) -
异常 play.mvc.results.RenderStatic 的构造方法
-
- renderTemplate(String, Object...) -
类 play.mvc.Controller 中的静态方法
- Render a specific template
- renderTemplate(String, Map<String, Object>) -
类 play.mvc.Controller 中的静态方法
- Render a specific template.
- renderTemplate(Map<String, Object>) -
类 play.mvc.Controller 中的静态方法
- Render the template corresponding to the action's package-class-method name (@see
template()
).
- RenderTemplate - play.mvc.results 中的 异常
- 200 OK with a template rendering
- RenderTemplate(Template, Map<String, Object>) -
异常 play.mvc.results.RenderTemplate 的构造方法
-
- renderText(Object) -
类 play.mvc.Controller 中的静态方法
- Return a 200 OK text/plain response
- renderText(CharSequence, Object...) -
类 play.mvc.Controller 中的静态方法
- Return a 200 OK text/plain response
- RenderText - play.mvc.results 中的 异常
- 200 OK with a text/plain
- RenderText(CharSequence) -
异常 play.mvc.results.RenderText 的构造方法
-
- renderXml(String) -
类 play.mvc.Controller 中的静态方法
- Return a 200 OK text/xml response
- renderXml(Document) -
类 play.mvc.Controller 中的静态方法
- Return a 200 OK text/xml response
- renderXml(Object) -
类 play.mvc.Controller 中的静态方法
- Return a 200 OK text/xml response.
- renderXml(Object, XStream) -
类 play.mvc.Controller 中的静态方法
- Return a 200 OK text/xml response
- RenderXml - play.mvc.results 中的 异常
- 200 OK with a text/xml
- RenderXml(CharSequence) -
异常 play.mvc.results.RenderXml 的构造方法
-
- RenderXml(Document) -
异常 play.mvc.results.RenderXml 的构造方法
-
- RenderXml(Object, XStream) -
异常 play.mvc.results.RenderXml 的构造方法
-
- RenderXml(Object) -
异常 play.mvc.results.RenderXml 的构造方法
-
- replace(String, Object, String) -
类 play.cache.Cache 中的静态方法
- Replace an element only if it already exists.
- replace(String, Object) -
类 play.cache.Cache 中的静态方法
- Replace an element only if it already exists and store it indefinitely.
- replace(String, Object, int) -
接口 play.cache.CacheImpl 中的方法
-
- replace(String, Object, int) -
类 play.cache.EhCacheImpl 中的方法
-
- replace(String, Object, int) -
类 play.cache.MemcachedImpl 中的方法
-
- replace(Object, Object, Object) -
类 play.db.jpa.Blob 中的方法
-
- replacePlugin(PlayPlugin, PlayPlugin) -
类 play.plugins.PluginCollection 中的方法
-
- report() -
类 play.deps.DependenciesManager 中的方法
-
- request -
类 play.mvc.Controller 中的静态变量
- The current HTTP request: the message sent by the client to the server.
- request -
类 play.mvc.WebSocketController 中的静态变量
-
- requestAccessToken(OAuth.TokenPair) -
类 play.libs.OAuth 中的方法
- 已过时。 use retrieveAccessToken() instead
- requestAccessToken() -
类 play.libs.OAuth2 中的方法
- 已过时。 Use @{link play.libs.OAuth2.retrieveVerificationCode()} instead
- requestTokenURL -
类 play.libs.OAuth.ServiceInfo 中的变量
-
- requestUnauthorizedToken() -
类 play.libs.OAuth 中的方法
- 已过时。 use retrieveRequestToken() instead
- Required - play.data.validation 中的 注释类型
- This field is required.
- required(String, Object) -
类 play.data.validation.Validation 中的静态方法
-
- required(Object) -
类 play.data.validation.Validation 中的方法
-
- required(String) -
类 play.libs.OpenID 中的方法
-
- required(String, String) -
类 play.libs.OpenID 中的方法
-
- RequiredCheck - play.data.validation 中的 类
-
- RequiredCheck() -
类 play.data.validation.RequiredCheck 的构造方法
-
- reset() -
类 play.libs.Mail.Mock 中的静态方法
-
- reset() -
类 play.mvc.Http.Response 中的方法
-
- resetIdGenerator() -
类 play.libs.F.IndexedEvent 中的静态方法
-
- resize(File, File, int, int) -
类 play.libs.Images 中的静态方法
- Resize an image
- resize(File, File, int, int, boolean) -
类 play.libs.Images 中的静态方法
- Resize an image
- resolve(int) -
类 play.db.Evolutions 中的静态方法
-
- resolve() -
类 play.deps.DependenciesManager 中的方法
-
- resolve(Http.Request, Http.Response) -
类 play.mvc.ActionInvoker 中的静态方法
-
- resolve(Http.Request) -
类 play.mvc.WebSocketInvoker 中的静态方法
-
- resolveConflicts(IvyNode, Collection) -
类 play.deps.PlayConflictManager 中的方法
-
- resolvedFile -
异常 play.mvc.results.RenderStatic 中的变量
-
- resolveEntity(String, String) -
类 play.utils.NoOpEntityResolver 中的方法
-
- resolveFormat() -
类 play.mvc.Http.Request 中的方法
- Automatically resolve request format from the Accept header
(in this order : html > xml > json > text)
- response -
类 play.mvc.Controller 中的静态变量
- The current HTTP response: The message sent back from the server after a request.
- restoreRemovedChildren(List<ParamNode.RemovedNode>) -
类 play.data.binding.ParamNode 中的静态方法
-
- result -
类 play.db.helper.JdbcIterator 中的变量
-
- Result - play.mvc.results 中的 异常
- Result support
- Result() -
异常 play.mvc.results.Result 的构造方法
-
- Result(String) -
异常 play.mvc.results.Result 的构造方法
-
- results -
类 play.test.TestEngine.TestResults 中的变量
-
- retrieve(ResolveReport) -
类 play.deps.DependenciesManager 中的方法
-
- retrieveAccessToken(OAuth.Response) -
类 play.libs.OAuth 中的方法
- Exchange a request token for an access token.
- retrieveAccessToken(String, String) -
类 play.libs.OAuth 中的方法
- Exchange a request token for an access token.
- retrieveAccessToken(String) -
类 play.libs.OAuth2 中的方法
-
- retrieveAccessToken() -
类 play.libs.OAuth2 中的方法
-
- retrieveActionMethodArgs(Method) -
类 play.data.binding.CachedBoundActionMethodArgs 中的方法
-
- retrieveRequestToken() -
类 play.libs.OAuth 中的方法
- Request the request token and secret.
- retrieveRequestToken(String) -
类 play.libs.OAuth 中的方法
- Request the request token and secret.
- retrieveVerificationCode(String) -
类 play.libs.OAuth2 中的方法
- First step of the OAuth2 process: redirects the user to the authorization page
- retrieveVerificationCode() -
类 play.libs.OAuth2 中的方法
-
- returnedClass() -
类 play.db.jpa.Blob 中的方法
-
- returnTo(String) -
类 play.libs.OpenID 中的方法
-
- reverse() -
类 play.mvc.Controller 中的静态方法
-
- reverse(String) -
类 play.mvc.Router 中的静态方法
-
- reverse(VirtualFile) -
类 play.mvc.Router 中的静态方法
-
- reverse(VirtualFile, boolean) -
类 play.mvc.Router 中的静态方法
-
- reverse(String, Map<String, Object>) -
类 play.mvc.Router 中的静态方法
-
- reverse() -
类 play.test.FunctionalTest 中的静态方法
-
- reverseWithCheck(String, VirtualFile, boolean) -
类 play.mvc.Router 中的静态方法
-
- RootParamNode - play.data.binding 中的 类
-
- RootParamNode(Map<String, String[]>) -
类 play.data.binding.RootParamNode 的构造方法
-
- roots -
类 play.Play 中的静态变量
- All paths to search for files
- route(Http.Request) -
类 play.mvc.Router 中的静态方法
-
- route(String, String) -
类 play.mvc.Router 中的静态方法
-
- route(String, String, String) -
类 play.mvc.Router 中的静态方法
-
- route(String, String, String, String) -
类 play.mvc.Router 中的静态方法
-
- routeArgs -
类 play.mvc.Controller 中的静态变量
- The current routeArgs scope: This is a hash map that is accessible during the reverse routing phase.
- routeArgs -
类 play.mvc.Http.Request 中的变量
- Additional HTTP params extracted from route
- routeOnlyStatic(Http.Request) -
类 play.mvc.Router 中的静态方法
-
- Router - play.mvc 中的 类
- The router matches HTTP requests to action invocations
- Router() -
类 play.mvc.Router 的构造方法
-
- Router.ActionDefinition - play.mvc 中的 类
-
- Router.ActionDefinition() -
类 play.mvc.Router.ActionDefinition 的构造方法
-
- Router.Route - play.mvc 中的 类
-
- Router.Route() -
类 play.mvc.Router.Route 的构造方法
-
- routeRequest(Http.Request) -
类 play.PlayPlugin 中的方法
- Let some plugins route themself
- routeRequest(Http.Request) -
类 play.plugins.PluginCollection 中的方法
-
- routes -
类 play.mvc.Router 中的静态变量
- All the loaded routes.
- routes -
类 play.Play 中的静态变量
- Main routes file
- routesFile -
类 play.mvc.Router.Route 中的变量
-
- routesFileLine -
类 play.mvc.Router.Route 中的变量
-
- rule() -
枚举 play.test.PlayJUnitRunner.StartPlay 中的静态方法
-
- run() -
类 play.Invoker.Invocation 中的方法
- It's time to execute.
- run() -
类 play.jobs.Job 中的方法
-
- run() -
类 play.server.PlayHandler.NettyInvocation 中的方法
-
- run() -
类 play.server.ServletWrapper.ServletInvocation 中的方法
-
- run(RunNotifier) -
类 play.test.PlayJUnitRunner 中的方法
-
- run(String) -
类 play.test.TestEngine 中的静态方法
-
- runningInTestMode() -
类 play.Play 中的静态方法
- Returns true if application is running in test-mode.
- runTest(Class<BaseTest>) -
类 play.PlayPlugin 中的方法
- Run a test class
- runTest(Class<BaseTest>) -
类 play.plugins.PluginCollection 中的方法
-
S
- safeAdd(String, Object, String) -
类 play.cache.Cache 中的静态方法
- Add an element only if it doesn't exist, and return only when
the element is effectively cached.
- safeAdd(String, Object, int) -
接口 play.cache.CacheImpl 中的方法
-
- safeAdd(String, Object, int) -
类 play.cache.EhCacheImpl 中的方法
-
- safeAdd(String, Object, int) -
类 play.cache.MemcachedImpl 中的方法
-
- SafeCSVFormatter - play.templates.types 中的 类
-
- SafeCSVFormatter() -
类 play.templates.types.SafeCSVFormatter 的构造方法
-
- safeDelete(String) -
类 play.cache.Cache 中的静态方法
- Delete an element from the cache and return only when the
element is effectively removed.
- safeDelete(String) -
接口 play.cache.CacheImpl 中的方法
-
- safeDelete(String) -
类 play.cache.EhCacheImpl 中的方法
-
- safeDelete(String) -
类 play.cache.MemcachedImpl 中的方法
-
- SafeFormatter - play.templates 中的 接口
- Supported type for formatting.
- SafeHTMLFormatter - play.templates.types 中的 类
-
- SafeHTMLFormatter() -
类 play.templates.types.SafeHTMLFormatter 的构造方法
-
- safeReplace(String, Object, String) -
类 play.cache.Cache 中的静态方法
- Replace an element only if it already exists and return only when the
element is effectively cached.
- safeReplace(String, Object, int) -
接口 play.cache.CacheImpl 中的方法
-
- safeReplace(String, Object, int) -
类 play.cache.EhCacheImpl 中的方法
-
- safeReplace(String, Object, int) -
类 play.cache.MemcachedImpl 中的方法
-
- safeSet(String, Object, String) -
类 play.cache.Cache 中的静态方法
- Set an element and return only when the element is effectively cached.
- safeSet(String, Object, int) -
接口 play.cache.CacheImpl 中的方法
-
- safeSet(String, Object, int) -
类 play.cache.EhCacheImpl 中的方法
-
- safeSet(String, Object, int) -
类 play.cache.MemcachedImpl 中的方法
-
- SafeXMLFormatter - play.templates.types 中的 类
-
- SafeXMLFormatter() -
类 play.templates.types.SafeXMLFormatter 的构造方法
-
- save() -
类 play.db.jpa.GenericModel 中的方法
- store (ie insert) the entity.
- scheduledJobs -
类 play.jobs.JobsPlugin 中的静态变量
-
- scheduleForCRON(Job<V>) -
类 play.jobs.JobsPlugin 中的静态方法
-
- scheme -
类 play.libs.WS.WSRequest 中的变量
-
- Scope - play.mvc 中的 类
- All application Scopes
- Scope() -
类 play.mvc.Scope 的构造方法
-
- Scope.Flash - play.mvc 中的 类
- Flash scope
- Scope.Flash() -
类 play.mvc.Scope.Flash 的构造方法
-
- Scope.Params - play.mvc 中的 类
- HTTP params
- Scope.Params() -
类 play.mvc.Scope.Params 的构造方法
-
- Scope.RenderArgs - play.mvc 中的 类
- Render args (used in template rendering)
- Scope.RenderArgs() -
类 play.mvc.Scope.RenderArgs 的构造方法
-
- Scope.RouteArgs - play.mvc 中的 类
- Routes args (used in reserve routing)
- Scope.RouteArgs() -
类 play.mvc.Scope.RouteArgs 的构造方法
-
- Scope.Session - play.mvc 中的 类
- Session scope
- Scope.Session() -
类 play.mvc.Scope.Session 的构造方法
-
- search(Collection<VirtualFile>, String) -
类 play.vfs.VirtualFile 中的静态方法
-
- SECOND -
类 play.libs.Time.CronExpression 中的静态变量
-
- seconds -
类 play.libs.Time.CronExpression 中的变量
-
- secret -
类 play.libs.OAuth.Response 中的变量
-
- secret -
类 play.libs.OAuth.TokenPair 中的变量
- 已过时。
- secret -
类 play.libs.OAuth2 中的变量
-
- secretKey -
类 play.Play 中的静态变量
- The very secret key
- secure -
类 play.mvc.Http.Cookie 中的变量
- for HTTPS ?
- secure -
类 play.mvc.Http.Request 中的变量
- is HTTPS ?
- secure() -
类 play.mvc.Router.ActionDefinition 中的方法
-
- select -
类 play.db.helper.SqlSelect 中的变量
-
- select(String...) -
类 play.db.helper.SqlSelect 中的方法
-
- selectNode(String, Object, Map<String, String>) -
类 play.libs.XPath 中的静态方法
-
- selectNode(String, Object) -
类 play.libs.XPath 中的静态方法
-
- selectNodes(String, Object, Map<String, String>) -
类 play.libs.XPath 中的静态方法
- Select all nodes that are selected by this XPath expression.
- selectNodes(String, Object) -
类 play.libs.XPath 中的静态方法
- Select all nodes that are selected by this XPath expression.
- selectText(String, Object, Map<String, String>) -
类 play.libs.XPath 中的静态方法
- Return the text of a node, or the value of an attribute
- selectText(String, Object) -
类 play.libs.XPath 中的静态方法
- Return the text of a node, or the value of an attribute
- seleniumCommand(String) -
类 play.test.Helpers 中的静态方法
-
- seleniumTests(String, List<String>) -
类 play.test.TestEngine 中的静态方法
-
- send(Email) -
类 play.libs.Mail 中的静态方法
- Send an email
- send(String) -
类 play.mvc.Http.Outbound 中的方法
-
- send(byte, byte[], int, int) -
类 play.mvc.Http.Outbound 中的方法
-
- send(byte, byte[]) -
类 play.mvc.Http.Outbound 中的方法
-
- send(String, Object...) -
类 play.mvc.Http.Outbound 中的方法
-
- send(Object...) -
类 play.mvc.Mailer 中的静态方法
-
- sendAndWait(Object...) -
类 play.mvc.Mailer 中的静态方法
-
- sendJson(Object) -
类 play.mvc.Http.Outbound 中的方法
-
- sendMessage(Email) -
类 play.libs.Mail 中的静态方法
- Send a JavaMail message
- sendOnError -
类 play.mvc.Http.Cookie 中的变量
- Don't use
- separator(String) -
类 play.db.helper.SqlQuery.Concat 中的方法
-
- serialize(Document) -
类 play.libs.XML 中的静态方法
- Serialize to XML String
- serialize(Map<?, ?>, String...) -
类 play.templates.FastTags 中的静态方法
-
- serialize(Object) -
类 play.utils.Java 中的静态方法
-
- serve(File, HttpRequest, HttpResponse, ChannelHandlerContext, Http.Request, Http.Response, Channel) -
类 play.server.FileService 中的静态方法
-
- serve404(NotFound, ChannelHandlerContext, Http.Request, HttpRequest) -
类 play.server.PlayHandler 中的静态方法
-
- serve404(HttpServletRequest, HttpServletResponse, NotFound) -
类 play.server.ServletWrapper 中的方法
-
- serve500(Exception, ChannelHandlerContext, HttpRequest) -
类 play.server.PlayHandler 中的静态方法
-
- serve500(Exception, HttpServletRequest, HttpServletResponse) -
类 play.server.ServletWrapper 中的方法
-
- Server - play.server 中的 类
-
- Server(String[]) -
类 play.server.Server 的构造方法
-
- serveStatic(VirtualFile, Http.Request, Http.Response) -
类 play.PlayPlugin 中的方法
- Let a chance to this plugin to manage a static resource
- serveStatic(VirtualFile, Http.Request, Http.Response) -
类 play.plugins.PluginCollection 中的方法
-
- serveStatic(RenderStatic, ChannelHandlerContext, Http.Request, Http.Response, HttpRequest, MessageEvent) -
类 play.server.PlayHandler 中的方法
-
- serveStatic(HttpServletResponse, HttpServletRequest, RenderStatic) -
类 play.server.ServletWrapper 中的方法
-
- service(OAuth.ServiceInfo) -
类 play.libs.OAuth 中的静态方法
- Create an OAuth object for the service described in info
- service(HttpServletRequest, HttpServletResponse) -
类 play.server.ServletWrapper 中的方法
-
- SERVLET_REQ -
类 play.server.ServletWrapper 中的静态变量
- Constant for accessing the underlying HttpServletRequest from Play's Request
in a Servlet based deployment.
- SERVLET_RES -
类 play.server.ServletWrapper 中的静态变量
- Constant for accessing the underlying HttpServletResponse from Play's Request
in a Servlet based deployment.
- ServletWrapper - play.server 中的 类
- Servlet implementation.
- ServletWrapper() -
类 play.server.ServletWrapper 的构造方法
-
- ServletWrapper.ServletInvocation - play.server 中的 类
-
- ServletWrapper.ServletInvocation(Http.Request, Http.Response, HttpServletRequest, HttpServletResponse) -
类 play.server.ServletWrapper.ServletInvocation 的构造方法
-
- session -
类 play.libs.Mail 中的静态变量
-
- session -
类 play.mvc.Controller 中的静态变量
- The current HTTP session.
- session -
类 play.mvc.WebSocketController 中的静态变量
-
- SESSION_HTTPONLY -
类 play.mvc.Scope 中的静态变量
-
- SESSION_SEND_ONLY_IF_CHANGED -
类 play.mvc.Scope 中的静态变量
-
- set(String, Object, String) -
类 play.cache.Cache 中的静态方法
- Set an element.
- set(String, Object) -
类 play.cache.Cache 中的静态方法
- Set an element and store it indefinitely.
- set(String, Object, int) -
接口 play.cache.CacheImpl 中的方法
-
- set(String, Object, int) -
类 play.cache.EhCacheImpl 中的方法
-
- set(String, Object, int) -
类 play.cache.MemcachedImpl 中的方法
-
- set(String, Object, Object) -
类 play.data.binding.BeanWrapper 中的方法
-
- set(InputStream, String) -
类 play.db.jpa.Blob 中的方法
-
- set(File) -
类 play.db.jpa.FileAttachment 中的方法
- 已过时。
- set(InputStream, String) -
接口 play.db.Model.BinaryField 中的方法
-
- set(String) -
类 play.i18n.Lang 中的静态方法
- Force the current language
- set(T) -
类 play.i18n.Localized 中的方法
-
- set(String, T) -
类 play.i18n.Localized 中的方法
-
- setApplicationDir(File) -
类 play.ant.PlayConfigurationLoadTask 中的方法
-
- setBackground(String, String) -
类 play.libs.Images.Captcha 中的方法
- Set a gradient background.
- setBackground(String) -
类 play.libs.Images.Captcha 中的方法
- Set a solid background.
- setBoundary(byte[]) -
类 play.data.parsing.MultipartStream 中的方法
- Changes the boundary token used for partitioning the stream.
- setByte(int, byte) -
类 play.server.FileChannelBuffer 中的方法
-
- setByte(int, int) -
类 play.server.FileChannelBuffer 中的方法
-
- setBytes(int, ChannelBuffer, int, int) -
类 play.server.FileChannelBuffer 中的方法
-
- setBytes(int, byte[], int, int) -
类 play.server.FileChannelBuffer 中的方法
-
- setBytes(int, ByteBuffer) -
类 play.server.FileChannelBuffer 中的方法
-
- setBytes(int, InputStream, int) -
类 play.server.FileChannelBuffer 中的方法
-
- setBytes(int, ScatteringByteChannel, int) -
类 play.server.FileChannelBuffer 中的方法
-
- setCalendarHour(Calendar, int) -
类 play.libs.Time.CronExpression 中的方法
- Advance the calendar to the particular hour paying particular attention
to daylight saving problems.
- setCharset(String) -
类 play.mvc.Mailer 中的静态方法
-
- setConfigurations(List<String>) -
类 play.db.DB 中的静态方法
- Sets the new list of db configurations.
- setContentLength(HttpMessage, long) -
类 play.server.PlayHandler 中的静态方法
-
- setContentType(String) -
类 play.mvc.Mailer 中的静态方法
-
- setContentTypeIfNotSet(String) -
类 play.mvc.Http.Response 中的方法
-
- setContentTypeIfNotSet(Http.Response, String) -
异常 play.mvc.results.Result 中的方法
-
- setCookie(String, String) -
类 play.mvc.Http.Response 中的方法
- Set a new cookie
- setCookie(String, String, String) -
类 play.mvc.Http.Response 中的方法
- Set a new cookie that will expire in (current) + duration
- setCookie(String, String, String, String, Integer, boolean) -
类 play.mvc.Http.Response 中的方法
-
- setCookie(String, String, String, String, Integer, boolean, boolean) -
类 play.mvc.Http.Response 中的方法
-
- setDefaultLocale() -
类 play.i18n.Lang 中的静态方法
-
- setDouble(String, double) -
类 play.utils.Properties 中的方法
-
- setFieldName(String) -
类 play.data.parsing.ApacheMultipartParser.AutoFileItem 中的方法
- Sets the field name used to reference this file item.
- setFloat(String, float) -
类 play.utils.Properties 中的方法
-
- setFormats(String...) -
类 play.utils.Utils.AlternativeDateFormat 中的方法
-
- setFormField(boolean) -
类 play.data.parsing.ApacheMultipartParser.AutoFileItem 中的方法
- Specifies whether or not a
FileItem
instance represents
a simple form field.
- setFrom(Object) -
类 play.mvc.Mailer 中的静态方法
- Can be of the form xxx
- setHeader(String, String) -
类 play.libs.WS.WSRequest 中的方法
- Add a header to the request
- setHeader(String, String) -
类 play.mvc.Http.Response 中的方法
- Set a response header
- setHeaderEncoding(String) -
类 play.data.parsing.MultipartStream 中的方法
- Specifies the character encoding to be used when reading the headers of
individual parts.
- setInt(int, int) -
类 play.server.FileChannelBuffer 中的方法
-
- setInt(String, int) -
类 play.utils.Properties 中的方法
-
- setLong(int, long) -
类 play.server.FileChannelBuffer 中的方法
-
- setLong(String, long) -
类 play.utils.Properties 中的方法
-
- setMedium(int, int) -
类 play.server.FileChannelBuffer 中的方法
-
- setMessage(String, String...) -
类 play.data.validation.Check 中的方法
-
- setParameter(String, Object) -
类 play.db.jpa.GenericModel.JPAQuery 中的方法
- Set a named parameter for this query.
- setParameter(String, String) -
类 play.libs.WS.WSRequest 中的方法
- Add a parameter to the request
- setParameter(String, Object) -
类 play.libs.WS.WSRequest 中的方法
-
- setParameters(Map<String, String>) -
类 play.libs.WS.WSRequest 中的方法
- Add parameters to request.
- setPid(String) -
类 play.ant.StopTask 中的方法
-
- setPlayId(String) -
类 play.ant.PlayConfigurationLoadTask 中的方法
-
- setPrefix(String) -
类 play.ant.PlayConfigurationLoadTask 中的方法
-
- setProject(Project) -
类 play.ant.PlayConfigurationLoadTask 中的方法
-
- setReplyTo(Object) -
类 play.mvc.Mailer 中的静态方法
- Can be of the form xxx
- setRollbackOnly() -
类 play.db.jpa.JPA 中的静态方法
-
- setRollbackOnly() -
类 play.db.jpa.JPAContext 中的方法
-
- setShort(int, short) -
类 play.server.FileChannelBuffer 中的方法
-
- setShort(int, int) -
类 play.server.FileChannelBuffer 中的方法
-
- setShowProgress(boolean) -
类 play.deps.HumanReadyLogger 中的方法
-
- setSquigglesBackground() -
类 play.libs.Images.Captcha 中的方法
- Set a squiggles background
- setSubject(String, Object...) -
类 play.mvc.Mailer 中的静态方法
-
- setTimeZone(TimeZone) -
类 play.libs.Time.CronExpression 中的方法
- Sets the time zone for which this
CronExpression
will be resolved.
- SettingsParser - play.deps 中的 类
-
- SettingsParser(HumanReadyLogger) -
类 play.deps.SettingsParser 的构造方法
-
- setUp(String) -
类 play.Logger 中的静态方法
- Force logger to a new level.
- setValue(Object, Object) -
类 play.data.binding.BeanWrapper.Property 中的方法
-
- setValue(String[], String) -
类 play.data.binding.ParamNode 中的方法
-
- setValue(Object, Object) -
类 play.utils.Java.FieldWrapper 中的方法
-
- setVariables() -
类 play.data.validation.CheckWithCheck 中的方法
-
- sigChecksum -
类 play.classloading.ApplicationClasses.ApplicationClass 中的变量
- Signatures checksum
- SigEnhancer - play.classloading.enhancers 中的 类
- Compute a unique hash for the class signature.
- SigEnhancer() -
类 play.classloading.enhancers.SigEnhancer 的构造方法
-
- sign(String) -
类 play.libs.Crypto 中的静态方法
- Sign a message using the application secret key (HMAC-SHA1)
- sign(String, byte[]) -
类 play.libs.Crypto 中的静态方法
- Sign a message with a key
- sign(Document, RSAPublicKey, RSAPrivateKey) -
类 play.libs.XML 中的静态方法
- Sign the XML document using xmldsig.
- since(Date) -
类 play.templates.JavaExtensions 中的静态方法
-
- since(Date, Boolean) -
类 play.templates.JavaExtensions 中的静态方法
-
- skip(long) -
类 play.data.parsing.MultipartStream.ItemInputStream 中的方法
- Skips the given number of bytes.
- skipPreamble() -
类 play.data.parsing.MultipartStream 中的方法
- Finds the beginning of the first
encapsulation
.
- skipWhiteSpace(int, String) -
类 play.libs.Time.CronExpression 中的方法
-
- sleep(int) -
类 play.test.FunctionalTest 中的方法
-
- slice(int, int) -
类 play.server.FileChannelBuffer 中的方法
-
- slugify(String) -
类 play.templates.JavaExtensions 中的静态方法
-
- slugify(String, Boolean) -
类 play.templates.JavaExtensions 中的静态方法
-
- SmartFuture<V> - play.utils 中的 类
-
- SmartFuture() -
类 play.utils.SmartFuture 的构造方法
-
- SocketClosed -
类 play.mvc.Http.WebSocketEvent 中的静态变量
-
- Some(T) -
类 play.libs.F.Option 中的静态方法
-
- Some(A) -
类 play.libs.F 中的静态方法
-
- source -
类 play.templates.Template 中的变量
-
- SourceAttachment - play.exceptions 中的 接口
- Exception has source attachment
- sourceCode -
类 play.test.TestEngine.TestResult 中的变量
-
- sourceFile -
类 play.test.TestEngine.TestResult 中的变量
-
- sourceInfos -
类 play.test.TestEngine.TestResult 中的变量
-
- sourceLine -
类 play.test.TestEngine.TestResult 中的变量
-
- splitSQL(CharSequence) -
类 play.db.SQLSplitter 中的静态方法
- Splits the SQL "properly" based on semicolons.
- sq -
类 play.db.jpa.GenericModel.JPAQuery 中的变量
-
- SqlQuery - play.db.helper 中的 类
-
- SqlQuery() -
类 play.db.helper.SqlQuery 的构造方法
-
- SqlQuery.Concat - play.db.helper 中的 类
-
- SqlQuery.Concat(String, String, String) -
类 play.db.helper.SqlQuery.Concat 的构造方法
-
- SqlQuery.Concat(String, String) -
类 play.db.helper.SqlQuery.Concat 的构造方法
-
- SqlQuery.Concat(SqlQuery.Concat) -
类 play.db.helper.SqlQuery.Concat 的构造方法
-
- SqlSelect - play.db.helper 中的 类
-
- SqlSelect() -
类 play.db.helper.SqlSelect 的构造方法
-
- SqlSelect(SqlSelect) -
类 play.db.helper.SqlSelect 的构造方法
-
- SqlSelect.Where - play.db.helper 中的 类
-
- SQLSplitter - play.db 中的 类
-
- SQLSplitter(CharSequence) -
类 play.db.SQLSplitter 的构造方法
-
- sqlTypes() -
类 play.db.jpa.Blob 中的方法
-
- SqlUnion - play.db.helper 中的 类
-
- SqlUnion() -
类 play.db.helper.SqlUnion 的构造方法
-
- SqlUnion(SqlUnion) -
类 play.db.helper.SqlUnion 的构造方法
-
- SslHttpServerContextFactory - play.server.ssl 中的 类
-
- SslHttpServerContextFactory() -
类 play.server.ssl.SslHttpServerContextFactory 的构造方法
-
- SslHttpServerContextFactory.PEMKeyManager - play.server.ssl 中的 类
-
- SslHttpServerContextFactory.PEMKeyManager() -
类 play.server.ssl.SslHttpServerContextFactory.PEMKeyManager 的构造方法
-
- SslHttpServerPipelineFactory - play.server.ssl 中的 类
-
- SslHttpServerPipelineFactory() -
类 play.server.ssl.SslHttpServerPipelineFactory 的构造方法
-
- SslPlayHandler - play.server.ssl 中的 类
-
- SslPlayHandler() -
类 play.server.ssl.SslPlayHandler 的构造方法
-
- standalonePlayServer -
类 play.Play 中的静态变量
- This flag indicates if the app is running in a standalone Play server or
as a WAR in an applicationServer
- star -
类 play.mvc.Router.ActionDefinition 中的变量
- Whether the route contains an astericks *.
- start() -
类 play.Play 中的静态方法
- Start the application.
- started -
类 play.Play 中的静态变量
- Is the application started
- startedAt -
类 play.Play 中的静态变量
- The last time than the application has started
- startPlayBeforeTests -
类 play.test.BaseTest 中的变量
-
- StartsWith(String) -
类 play.libs.F.Matcher 中的静态方法
-
- startTx(boolean) -
类 play.db.jpa.JPAPlugin 中的静态方法
- 已过时。 use @Transactional with readOnly-property instead
- status -
类 play.mvc.Http.Response 中的变量
- Response status code
- Status - play.mvc.results 中的 异常
-
- Status(int) -
异常 play.mvc.results.Status 的构造方法
-
- stop() -
类 play.cache.Cache 中的静态方法
- Stop the cache system.
- stop() -
接口 play.cache.CacheImpl 中的方法
-
- stop() -
类 play.cache.EhCacheImpl 中的方法
-
- stop() -
类 play.cache.MemcachedImpl 中的方法
-
- stop() -
类 play.libs.ws.WSAsync 中的方法
-
- stop() -
接口 play.libs.WS.WSImpl 中的方法
-
- stop() -
类 play.libs.ws.WSUrlFetch 中的方法
-
- stop() -
类 play.Play 中的静态方法
- Stop the application
- stopActionCall() -
类 play.classloading.enhancers.ControllersEnhancer.ControllerInstrumentation 中的静态方法
-
- StopTask - play.ant 中的 类
-
- StopTask() -
类 play.ant.StopTask 的构造方法
-
- store(OutputStream) -
类 play.utils.Properties 中的方法
-
- store(OutputStream, String) -
类 play.utils.Properties 中的方法
-
- storeActionMethodArgs(Method, Object[]) -
类 play.data.binding.CachedBoundActionMethodArgs 中的方法
-
- storeExpressionVals(int, String, int) -
类 play.libs.Time.CronExpression 中的方法
-
- STREAM_TERMINATOR -
类 play.data.parsing.MultipartStream 中的静态变量
- A byte sequence that that follows a delimiter of the last
encapsulation in the stream (
--
).
- StreamChunkAggregator - play.server 中的 类
-
- StreamChunkAggregator(int) -
类 play.server.StreamChunkAggregator 的构造方法
- Creates a new instance.
- String -
类 play.libs.F.Matcher 中的静态变量
-
- sub(String) -
类 play.mvc.Scope.Params 中的方法
-
- subAppend(LoggingEvent) -
类 play.utils.ANSIConsoleAppender 中的方法
- Wraps the ANSI control characters around the
output from the super-class Appender.
- subject -
类 play.classloading.enhancers.LVEnhancer.LVEnhancerRuntime.ParamsNames 中的变量
-
- subject -
类 play.classloading.enhancers.LVEnhancer.MethodExecution 中的变量
-
- success() -
类 play.libs.WS.HttpResponse 中的方法
-
- success(int) -
类 play.mvc.Http.StatusCode 中的静态方法
-
- success(String, Object...) -
类 play.mvc.Scope.Flash 中的方法
-
- success -
类 play.test.TestEngine.TestResults 中的变量
-
- sumupProblems() -
类 play.deps.HumanReadyLogger 中的方法
-
- suspend(Invoker.Suspend) -
类 play.Invoker.DirectInvocation 中的方法
-
- suspend(Invoker.Suspend) -
类 play.Invoker.Invocation 中的方法
- The request is suspended
- suspend(String) -
类 play.mvc.Controller 中的静态方法
- 已过时。
- suspend(int) -
类 play.mvc.Controller 中的静态方法
- 已过时。
- sync(List<File>) -
类 play.deps.DependenciesManager 中的方法
-
T
- T2(A, B) -
类 play.libs.F 中的静态方法
-
- T3(A, B, C) -
类 play.libs.F 中的静态方法
-
- T4(A, B, C, D) -
类 play.libs.F 中的静态方法
-
- T5(A, B, C, D, E) -
类 play.libs.F 中的静态方法
-
- TagContext - play.templates 中的 类
- Tag Context (retrieve who call you)
- TagContext(String) -
类 play.templates.TagContext 的构造方法
-
- TagInternalException - play.exceptions 中的 异常
- A exception during tag invocation
- TagInternalException(String) -
异常 play.exceptions.TagInternalException 的构造方法
-
- tagName -
类 play.templates.TagContext 中的变量
-
- TempFilePlugin - play.data.parsing 中的 类
- Creates temporary folders for file parsing, and deletes
it after request completion.
- TempFilePlugin() -
类 play.data.parsing.TempFilePlugin 的构造方法
-
- tempFolder -
类 play.data.parsing.TempFilePlugin 中的静态变量
-
- template() -
类 play.mvc.Controller 中的静态方法
- Work out the default template to load for the invoked action.
- template(String) -
类 play.mvc.Controller 中的静态方法
- Work out the default template to load for the action.
- template -
类 play.templates.GroovyTemplate.ExecutableTemplate 中的变量
-
- Template - play.templates 中的 类
-
- Template() -
类 play.templates.Template 的构造方法
-
- TemplateCompilationException - play.exceptions 中的 异常
- A exception during template compilation
- TemplateCompilationException(Template, Integer, String) -
异常 play.exceptions.TemplateCompilationException 的构造方法
-
- TemplateCompiler - play.templates 中的 类
-
- TemplateCompiler() -
类 play.templates.TemplateCompiler 的构造方法
-
- TemplateException - play.exceptions 中的 异常
- An exception during template execution
- TemplateException(Template, Integer, String) -
异常 play.exceptions.TemplateException 的构造方法
-
- TemplateException(Template, Integer, String, Throwable) -
异常 play.exceptions.TemplateException 的构造方法
-
- TemplateExecutionException - play.exceptions 中的 异常
- An exception during template execution
- TemplateExecutionException(Template, Integer, String, Throwable) -
异常 play.exceptions.TemplateExecutionException 的构造方法
-
- TemplateExecutionException.DoBodyException - play.exceptions 中的 异常
-
- TemplateExecutionException.DoBodyException(Throwable) -
异常 play.exceptions.TemplateExecutionException.DoBodyException 的构造方法
-
- templateExists(String) -
类 play.mvc.Controller 中的静态方法
-
- TemplateLoader - play.templates 中的 类
- Load templates
- TemplateLoader() -
类 play.templates.TemplateLoader 的构造方法
-
- TemplateNotFoundException - play.exceptions 中的 异常
- A template is missing (tag, ...)
- TemplateNotFoundException(String) -
异常 play.exceptions.TemplateNotFoundException 的构造方法
-
- TemplateNotFoundException(String, ApplicationClasses.ApplicationClass, Integer) -
异常 play.exceptions.TemplateNotFoundException 的构造方法
-
- TemplateNotFoundException(String, Template, Integer) -
异常 play.exceptions.TemplateNotFoundException 的构造方法
-
- TemplateParser - play.templates 中的 类
- Template parser
- TemplateParser(String) -
类 play.templates.TemplateParser 的构造方法
-
- TemplateParser.Token - play.templates 中的 枚举
-
- templates -
类 play.templates.TemplateLoader 中的静态变量
-
- templatesPath -
类 play.Play 中的静态变量
- All paths to search for templates files
- TestEngine - play.test 中的 类
- Run application tests
- TestEngine() -
类 play.test.TestEngine 的构造方法
-
- TestEngine.TestResult - play.test 中的 类
-
- TestEngine.TestResult() -
类 play.test.TestEngine.TestResult 的构造方法
-
- TestEngine.TestResults - play.test 中的 类
-
- TestEngine.TestResults() -
类 play.test.TestEngine.TestResults 的构造方法
-
- text -
类 play.libs.Images.Captcha 中的变量
-
- textColor -
类 play.libs.Images.Captcha 中的变量
-
- textData -
类 play.mvc.Http.WebSocketFrame 中的变量
-
- TextFrame -
类 play.mvc.Http.WebSocketEvent 中的静态变量
-
- TextParser - play.data.parsing 中的 类
-
- TextParser() -
类 play.data.parsing.TextParser 的构造方法
-
- threadHasJPAContext() -
类 play.db.jpa.JPAConfig 中的方法
-
- Time - play.libs 中的 类
- Time utils
- Time() -
类 play.libs.Time 的构造方法
-
- time -
类 play.test.TestEngine.TestResult 中的变量
-
- time -
类 play.test.TestEngine.TestResults 中的变量
-
- Time.CronExpression - play.libs 中的 类
- Thanks to Quartz project, https://quartz.dev.java.net
Provides a parser and evaluator for unix-like cron expressions.
- Time.CronExpression(String) -
类 play.libs.Time.CronExpression 的构造方法
- Constructs a new
CronExpression
based on the specified
parameter.
- Timeout(String) -
类 play.libs.F 中的静态方法
-
- Timeout(String, String) -
类 play.libs.F 中的静态方法
-
- Timeout(long) -
类 play.libs.F 中的静态方法
-
- Timeout(String, long) -
类 play.libs.F 中的静态方法
-
- timeout -
类 play.libs.WS.WSRequest 中的变量
- timeout: value in seconds
- timeout(String) -
类 play.libs.WS.WSRequest 中的方法
- Set the value of the request timeout, i.e. the number of seconds before cutting the
connection - default to 60 seconds
- timestamp -
类 play.classloading.ApplicationClasses.ApplicationClass 中的变量
- Last time than this class was compiled
- timestamp -
类 play.templates.BaseTemplate 中的变量
-
- tmpDir -
类 play.Play 中的静态变量
- tmp dir
- toBase64(File) -
类 play.libs.Images 中的静态方法
- Encode an image to base64 using a data: URI
- toByteBuffer(int, int) -
类 play.server.FileChannelBuffer 中的方法
-
- toByteBuffers(int, int) -
类 play.server.FileChannelBuffer 中的方法
-
- todo() -
类 play.mvc.Controller 中的静态方法
- Send a todo response
- toHumanReadableScript(List<Evolutions.Evolution>) -
类 play.db.Evolutions 中的静态方法
-
- toIvyFile(InputStream, Resource, File, ModuleDescriptor) -
类 play.deps.YamlParser 中的方法
-
- token -
类 play.libs.F.Timeout 中的变量
-
- token -
类 play.libs.OAuth.Response 中的变量
-
- token -
类 play.libs.OAuth.TokenPair 中的变量
- 已过时。
- toString() -
类 play.classloading.ApplicationClasses.ApplicationClass 中的方法
-
- toString() -
类 play.classloading.ApplicationClasses 中的方法
-
- toString() -
类 play.classloading.ApplicationClassloader 中的方法
-
- toString() -
类 play.classloading.enhancers.LVEnhancer.LVEnhancerRuntime.ParamsNames 中的方法
-
- toString() -
类 play.data.binding.BeanWrapper.Property 中的方法
-
- toString() -
类 play.data.parsing.ApacheMultipartParser.AutoFileItem 中的方法
-
- toString() -
类 play.data.validation.Error 中的方法
-
- toString() -
类 play.db.helper.JpqlSelect 中的方法
-
- toString() -
类 play.db.helper.SqlQuery.Concat 中的方法
-
- toString() -
类 play.db.helper.SqlSelect 中的方法
-
- toString() -
类 play.db.helper.SqlSelect.Where 中的方法
-
- toString() -
类 play.db.helper.SqlUnion 中的方法
-
- toString() -
类 play.db.jpa.JPABase 中的方法
-
- toString() -
类 play.i18n.Localized 中的方法
-
- toString() -
类 play.Invoker.InvocationContext 中的方法
-
- toString() -
类 play.jobs.Job 中的方法
-
- toString() -
枚举 play.libs.Crypto.HashType 中的方法
-
- toString() -
类 play.libs.F.E3 中的方法
-
- toString() -
类 play.libs.F.E4 中的方法
-
- toString() -
类 play.libs.F.E5 中的方法
-
- toString() -
类 play.libs.F.Either 中的方法
-
- toString() -
类 play.libs.F.IndexedEvent 中的方法
-
- toString() -
类 play.libs.F.None 中的方法
-
- toString() -
类 play.libs.F.Some 中的方法
-
- toString() -
类 play.libs.F.T3 中的方法
-
- toString() -
类 play.libs.F.T4 中的方法
-
- toString() -
类 play.libs.F.T5 中的方法
-
- toString() -
类 play.libs.F.Timeout 中的方法
-
- toString() -
类 play.libs.F.Tuple 中的方法
-
- toString() -
类 play.libs.OAuth.Error 中的方法
-
- toString() -
类 play.libs.OAuth.Response 中的方法
-
- toString() -
类 play.libs.OAuth.TokenPair 中的方法
- 已过时。
- toString() -
类 play.libs.OAuth2.Error 中的方法
-
- toString() -
类 play.libs.OpenID.UserInfo 中的方法
-
- toString() -
类 play.libs.Time.CronExpression 中的方法
- Returns the string representation of the
CronExpression
- toString() -
类 play.mvc.Http.Header 中的方法
-
- toString() -
类 play.mvc.Http.Request 中的方法
-
- toString() -
类 play.mvc.Router.ActionDefinition 中的方法
-
- toString() -
类 play.mvc.Router.Route 中的方法
-
- toString() -
类 play.mvc.Scope.Flash 中的方法
-
- toString() -
类 play.mvc.Scope.Params 中的方法
-
- toString() -
类 play.mvc.Scope.RenderArgs 中的方法
-
- toString() -
类 play.mvc.Scope.RouteArgs 中的方法
-
- toString() -
类 play.mvc.Scope.Session 中的方法
-
- toString() -
类 play.templates.BaseTemplate.RawData 中的方法
-
- toString(Closure) -
类 play.templates.JavaExtensions 中的静态方法
-
- toString() -
类 play.templates.TagContext 中的方法
-
- toString() -
类 play.test.FunctionalTest.URL 中的方法
-
- toString() -
类 play.utils.Default 中的方法
-
- toString() -
类 play.utils.Java.FieldWrapper 中的方法
-
- toString(Annotation[]) -
类 play.utils.Utils 中的静态方法
- 已过时。 Use Utils.join(values, " ");
- toString() -
类 play.vfs.VirtualFile 中的方法
-
- trace() -
类 play.libs.ws.WSAsync.WSAsyncRequest 中的方法
- Execute a TRACE request.
- trace() -
类 play.libs.WS.WSRequest 中的方法
- Execute a TRACE request.
- trace() -
类 play.libs.ws.WSUrlFetch.WSUrlfetchRequest 中的方法
- Execute a TRACE request.
- trace(String, Object...) -
类 play.Logger 中的静态方法
- Log with TRACE level
- trace -
类 play.test.TestEngine.TestResult 中的变量
-
- traceAsync() -
类 play.libs.ws.WSAsync.WSAsyncRequest 中的方法
- Execute a TRACE request asynchronously.
- traceAsync() -
类 play.libs.WS.WSRequest 中的方法
- Execute a TRACE request asynchronously.
- Transactional - play.db.jpa 中的 注释类型
-
- transferProgress(TransferEvent) -
类 play.deps.HumanReadyLogger 中的方法
-
- Tuple(A, B) -
类 play.libs.F 中的静态方法
-
- type() -
类 play.db.jpa.Blob 中的方法
-
- type() -
接口 play.db.Model.BinaryField 中的方法
-
- type -
类 play.db.Model.Property 中的变量
-
- type -
类 play.libs.OAuth.Error 中的变量
-
- type -
类 play.libs.OAuth2.Error 中的变量
-
- type -
类 play.libs.ws.WSAsync.WSAsyncRequest 中的变量
-
- TypeBinder<T> - play.data.binding 中的 接口
- Supported type for binding.
U
- unauthorized(String) -
类 play.mvc.Controller 中的静态方法
- Send a 401 Unauthorized response
- unauthorized() -
类 play.mvc.Controller 中的静态方法
- Send a 401 Unauthorized response
- UNAUTHORIZED -
类 play.mvc.Http.StatusCode 中的静态变量
-
- Unauthorized - play.mvc.results 中的 异常
- 401 Unauthorized
- Unauthorized(String) -
异常 play.mvc.results.Unauthorized 的构造方法
-
- unBind(Map<String, Object>, Object, String, Annotation[]) -
类 play.data.binding.Unbinder 中的静态方法
-
- unBind(Object, String) -
类 play.PlayPlugin 中的方法
-
- unBind(Object, String) -
类 play.plugins.PluginCollection 中的方法
-
- Unbinder - play.data.binding 中的 类
- Try to unbind an object to a Map
- Unbinder() -
类 play.data.binding.Unbinder 的构造方法
-
- uncompile() -
类 play.classloading.ApplicationClasses.ApplicationClass 中的方法
- Unload the class
- UnexpectedException - play.exceptions 中的 异常
- An unexpected exception
- UnexpectedException(String) -
异常 play.exceptions.UnexpectedException 的构造方法
-
- UnexpectedException(Throwable) -
异常 play.exceptions.UnexpectedException 的构造方法
-
- UnexpectedException(String, Throwable) -
异常 play.exceptions.UnexpectedException 的构造方法
-
- union(SqlSelect...) -
类 play.db.helper.SqlUnion 中的方法
-
- unionAll(SqlSelect...) -
类 play.db.helper.SqlUnion 中的方法
-
- Unique - play.data.validation 中的 注释类型
- Check that a field or or field in a context is unique.
- UniqueCheck - play.data.validation 中的 类
- Check which proof if one or a set of properties is unique.
- UniqueCheck() -
类 play.data.validation.UniqueCheck 的构造方法
-
- UnitTest - play.test 中的 类
-
- UnitTest() -
类 play.test.UnitTest 的构造方法
-
- unwrap() -
类 play.server.FileChannelBuffer 中的方法
-
- unzip(File, File) -
类 play.libs.Files 中的静态方法
-
- updatePlayPluginsList() -
类 play.plugins.PluginCollection 中的方法
- Must update Play.plugins-list to be backward compatible
- Upload - play.data 中的 接口
-
- UploadArrayBinder - play.data.binding.types 中的 类
- Bind file form multipart/form-data request to an array of Upload object.
- UploadArrayBinder() -
类 play.data.binding.types.UploadArrayBinder 的构造方法
-
- UploadBinder - play.data.binding.types 中的 类
-
- UploadBinder() -
类 play.data.binding.types.UploadBinder 的构造方法
-
- URL - play.data.validation 中的 注释类型
- This field must be a valid url.
- url(String, Object) -
类 play.data.validation.Validation 中的静态方法
-
- url(Object) -
类 play.data.validation.Validation 中的方法
-
- url(String) -
类 play.libs.WS 中的静态方法
- Build a WebService Request with the given URL.
- url(String, String...) -
类 play.libs.WS 中的静态方法
- Build a WebService Request with the given URL.
- url -
类 play.libs.WS.WSRequest 中的变量
-
- url(String) -
类 play.libs.WS.WSWithEncoding 中的方法
- Build a WebService Request with the given URL.
- url(String, String...) -
类 play.libs.WS.WSWithEncoding 中的方法
- Build a WebService Request with the given URL.
- url -
类 play.mvc.Http.Request 中的变量
- Full url
- url -
异常 play.mvc.results.Redirect 中的变量
-
- url -
类 play.mvc.Router.ActionDefinition 中的变量
-
- URLCheck - play.data.validation 中的 类
-
- URLCheck() -
类 play.data.validation.URLCheck 的构造方法
-
- urlDecodePath(String) -
类 play.utils.Utils 中的静态方法
-
- urlEncode() -
类 play.mvc.Scope.Params 中的方法
-
- urlEncode(String) -
类 play.templates.JavaExtensions 中的静态方法
-
- UrlEncodedParser - play.data.parsing 中的 类
- Parse url-encoded requests.
- UrlEncodedParser() -
类 play.data.parsing.UrlEncodedParser 的构造方法
-
- URLs - play.libs 中的 类
-
- URLs() -
类 play.libs.URLs 的构造方法
-
- useCustomRunner -
类 play.test.PlayJUnitRunner 中的静态变量
-
- usePrecompiled -
类 play.Play 中的静态变量
-
- user -
类 play.mvc.Http.Request 中的变量
- HTTP Basic User
- username -
类 play.libs.WS.WSRequest 中的变量
-
- Util - play.mvc 中的 注释类型
- Mark this method as simple utility method (not an action) that can't be automatically invoked by the router.
- Utils - play.utils 中的 类
- Generic utils
- Utils() -
类 play.utils.Utils 的构造方法
-
- Utils.AlternativeDateFormat - play.utils 中的 类
-
- Utils.AlternativeDateFormat(Locale, String...) -
类 play.utils.Utils.AlternativeDateFormat 的构造方法
-
- Utils.Maps - play.utils 中的 类
- for java.util.Map
- Utils.Maps() -
类 play.utils.Utils.Maps 的构造方法
-
- UUID() -
类 play.libs.Codec 中的静态方法
-
V
- Valid - play.data.validation 中的 注释类型
- This bean must satisfy all checks.
- valid(String, Object) -
类 play.data.validation.Validation 中的静态方法
-
- valid(Object) -
类 play.data.validation.Validation 中的方法
-
- validateAndCreate() -
类 play.db.jpa.GenericModel 中的方法
-
- validateAndSave() -
类 play.db.jpa.GenericModel 中的方法
-
- Validation - play.data.validation 中的 类
-
- Validation() -
类 play.data.validation.Validation 的构造方法
-
- validation -
类 play.mvc.Controller 中的静态变量
- The current Validation object.
- validation -
类 play.mvc.WebSocketController 中的静态变量
-
- Validation.ValidationResult - play.data.validation 中的 类
-
- Validation.ValidationResult() -
类 play.data.validation.Validation.ValidationResult 的构造方法
-
- Validation.Validator - play.data.validation 中的 类
-
- Validation.Validator(Annotation) -
类 play.data.validation.Validation.Validator 的构造方法
-
- ValidationPlugin - play.data.validation 中的 类
-
- ValidationPlugin() -
类 play.data.validation.ValidationPlugin 的构造方法
-
- ValidCheck - play.data.validation 中的 类
-
- ValidCheck() -
类 play.data.validation.ValidCheck 的构造方法
-
- validSignature(Document, Key) -
类 play.libs.XML 中的静态方法
- Check the xmldsig signature of the XML document.
- value -
类 play.mvc.Http.Cookie 中的变量
- Cookie value
- value() -
类 play.mvc.Http.Header 中的方法
- First value
- valueOf(String) -
枚举 play.libs.Crypto.HashType 中的静态方法
- 返回带有指定名称的该类型的枚举常量。
- valueOf(String) -
枚举 play.libs.OAuth.Error.Type 中的静态方法
- 返回带有指定名称的该类型的枚举常量。
- valueOf(String) -
枚举 play.libs.OAuth2.Error.Type 中的静态方法
- 返回带有指定名称的该类型的枚举常量。
- valueOf(String) -
枚举 play.libs.WS.Scheme 中的静态方法
- 返回带有指定名称的该类型的枚举常量。
- valueOf(String) -
枚举 play.Play.Mode 中的静态方法
- 返回带有指定名称的该类型的枚举常量。
- valueOf(String) -
枚举 play.templates.GroovyInlineTags.CALL 中的静态方法
- 返回带有指定名称的该类型的枚举常量。
- valueOf(String) -
枚举 play.templates.TemplateParser.Token 中的静态方法
- 返回带有指定名称的该类型的枚举常量。
- valueOf(String) -
枚举 play.test.PlayJUnitRunner.StartPlay 中的静态方法
- 返回带有指定名称的该类型的枚举常量。
- values() -
类 play.i18n.Localized 中的方法
-
- values() -
枚举 play.libs.Crypto.HashType 中的静态方法
- 按照声明该枚举类型的常量的顺序,返回
包含这些常量的数组。
- values() -
枚举 play.libs.OAuth.Error.Type 中的静态方法
- 按照声明该枚举类型的常量的顺序,返回
包含这些常量的数组。
- values() -
枚举 play.libs.OAuth2.Error.Type 中的静态方法
- 按照声明该枚举类型的常量的顺序,返回
包含这些常量的数组。
- values() -
枚举 play.libs.WS.Scheme 中的静态方法
- 按照声明该枚举类型的常量的顺序,返回
包含这些常量的数组。
- values -
类 play.mvc.Http.Header 中的变量
- Header value
- values() -
枚举 play.Play.Mode 中的静态方法
- 按照声明该枚举类型的常量的顺序,返回
包含这些常量的数组。
- values() -
枚举 play.templates.GroovyInlineTags.CALL 中的静态方法
- 按照声明该枚举类型的常量的顺序,返回
包含这些常量的数组。
- values() -
枚举 play.templates.TemplateParser.Token 中的静态方法
- 按照声明该枚举类型的常量的顺序,返回
包含这些常量的数组。
- values() -
枚举 play.test.PlayJUnitRunner.StartPlay 中的静态方法
- 按照声明该枚举类型的常量的顺序,返回
包含这些常量的数组。
- varargs -
类 play.classloading.enhancers.LVEnhancer.LVEnhancerRuntime.ParamsNames 中的变量
-
- varargsNames -
类 play.classloading.enhancers.LVEnhancer.MethodExecution 中的变量
-
- verbose(String) -
类 play.deps.HumanReadyLogger 中的方法
-
- verify() -
类 play.libs.OpenID 中的方法
-
- version -
类 play.Play 中的静态变量
- Framework version
- VirtualFile - play.vfs 中的 类
- The VFS used by Play!
W
- w -
类 play.libs.Images.Captcha 中的变量
-
- wait2(F.Promise<A>, F.Promise<B>) -
类 play.libs.F.Promise 中的静态方法
-
- wait3(F.Promise<A>, F.Promise<B>, F.Promise<C>) -
类 play.libs.F.Promise 中的静态方法
-
- wait4(F.Promise<A>, F.Promise<B>, F.Promise<C>, F.Promise<D>) -
类 play.libs.F.Promise 中的静态方法
-
- wait5(F.Promise<A>, F.Promise<B>, F.Promise<C>, F.Promise<D>, F.Promise<E>) -
类 play.libs.F.Promise 中的静态方法
-
- waitAll(F.Promise<T>...) -
类 play.libs.F.Promise 中的静态方法
-
- waitAll(Collection<F.Promise<T>>) -
类 play.libs.F.Promise 中的静态方法
-
- waitAny(F.Promise<T>...) -
类 play.libs.F.Promise 中的静态方法
-
- waitEither(F.Promise<A>, F.Promise<B>) -
类 play.libs.F.Promise 中的静态方法
-
- waitEither(F.Promise<A>, F.Promise<B>, F.Promise<C>) -
类 play.libs.F.Promise 中的静态方法
-
- waitEither(F.Promise<A>, F.Promise<B>, F.Promise<C>, F.Promise<D>) -
类 play.libs.F.Promise 中的静态方法
-
- waitEither(F.Promise<A>, F.Promise<B>, F.Promise<C>, F.Promise<D>, F.Promise<E>) -
类 play.libs.F.Promise 中的静态方法
-
- waitFor(Future<?>) -
类 play.mvc.Controller 中的静态方法
- 已过时。
- warn(String) -
类 play.deps.HumanReadyLogger 中的方法
-
- warn(String, Object...) -
类 play.Logger 中的静态方法
- Log with WARN level
- warn(Throwable, String, Object...) -
类 play.Logger 中的静态方法
- Log with WARN level
- wasError -
类 play.jobs.Job 中的变量
-
- WebSocketController - play.mvc 中的 类
-
- WebSocketController() -
类 play.mvc.WebSocketController 的构造方法
-
- WebSocketDisconnect - play.mvc.results 中的 异常
-
- WebSocketDisconnect() -
异常 play.mvc.results.WebSocketDisconnect 的构造方法
-
- WebSocketInvoker - play.mvc 中的 类
-
- WebSocketInvoker() -
类 play.mvc.WebSocketInvoker 的构造方法
-
- WebSocketResult - play.mvc.results 中的 异常
- WebSocket Result support
- WebSocketResult() -
异常 play.mvc.results.WebSocketResult 的构造方法
-
- where -
类 play.db.helper.SqlSelect 中的变量
-
- where(String...) -
类 play.db.helper.SqlSelect 中的方法
-
- where() -
类 play.db.helper.SqlSelect 中的方法
-
- where(SqlSelect.Where...) -
类 play.db.helper.SqlSelect 中的方法
-
- where(String...) -
类 play.db.helper.SqlSelect.Where 中的方法
-
- whereIn(String, Object) -
类 play.db.helper.SqlQuery 中的静态方法
-
- willBeSaved -
类 play.db.jpa.JPABase 中的变量
-
- willBeValidated(Object) -
类 play.data.validation.Validation 中的静态方法
-
- willBeValidated(Object) -
类 play.PlayPlugin 中的方法
-
- willBeValidated(Object) -
类 play.plugins.PluginCollection 中的方法
-
- With - play.mvc 中的 注释类型
- Deleguate interceptors.
- withConfig(String) -
类 play.db.helper.JpaHelper 中的静态方法
-
- withEncoding(String) -
类 play.libs.WS 中的静态方法
- Use thos method to get an instance to WS with diferent encoding
- withEncoding(String) -
类 play.libs.WS.WSWithEncoding 中的方法
- Use thos method to get an instance to WS with diferent encoding
- wrap(Future<V>) -
类 play.utils.SmartFuture 中的方法
-
- write(File) -
类 play.data.parsing.ApacheMultipartParser.AutoFileItem 中的方法
- A convenience method to write an uploaded item to disk.
- write(byte[], File) -
类 play.libs.IO 中的静态方法
- Write binay data to a file
- write(InputStream, OutputStream) -
类 play.libs.IO 中的静态方法
- Copy an stream to another one.
- write(InputStream, File) -
类 play.libs.IO 中的静态方法
- Copy an stream to another one.
- write(CharSequence) -
类 play.vfs.VirtualFile 中的方法
-
- writeChunk(Object) -
类 play.mvc.Http.Response 中的方法
-
- writeChunk(Http.Request, Http.Response, ChannelHandlerContext, HttpRequest, Object) -
类 play.server.PlayHandler 中的方法
-
- writeContent(CharSequence, OutputStream) -
类 play.libs.IO 中的静态方法
- Write String content to a stream (always use utf-8)
- writeContent(CharSequence, OutputStream, String) -
类 play.libs.IO 中的静态方法
- Write String content to a stream (always use utf-8)
- writeContent(CharSequence, File) -
类 play.libs.IO 中的静态方法
- Write String content to a file (always use utf-8)
- writeContent(CharSequence, File, String) -
类 play.libs.IO 中的静态方法
- Write String content to a file (always use utf-8)
- writeResponse(ChannelHandlerContext, Http.Response, HttpResponse, HttpRequest) -
类 play.server.PlayHandler 中的静态方法
-
- WS - play.libs 中的 类
- Simple HTTP client to make webservices requests.
- WS() -
类 play.libs.WS 的构造方法
-
- WS.FileParam - play.libs 中的 类
-
- WS.FileParam(File, String) -
类 play.libs.WS.FileParam 的构造方法
-
- WS.HttpResponse - play.libs 中的 类
- An HTTP response wrapper
- WS.HttpResponse() -
类 play.libs.WS.HttpResponse 的构造方法
-
- WS.Scheme - play.libs 中的 枚举
-
- WS.WSImpl - play.libs 中的 接口
-
- WS.WSRequest - play.libs 中的 类
-
- WS.WSRequest() -
类 play.libs.WS.WSRequest 的构造方法
-
- WS.WSRequest(String, String) -
类 play.libs.WS.WSRequest 的构造方法
-
- WS.WSWithEncoding - play.libs 中的 类
- Internal class exposing all the methods previously exposed by WS.
- WS.WSWithEncoding(String) -
类 play.libs.WS.WSWithEncoding 的构造方法
-
- WSAsync - play.libs.ws 中的 类
- Simple HTTP client to make webservices requests.
- WSAsync() -
类 play.libs.ws.WSAsync 的构造方法
-
- WSAsync.HttpAsyncResponse - play.libs.ws 中的 类
- An HTTP response wrapper
- WSAsync.HttpAsyncResponse(Response) -
类 play.libs.ws.WSAsync.HttpAsyncResponse 的构造方法
- you shouldnt have to create an HttpResponse yourself
- WSAsync.WSAsyncRequest - play.libs.ws 中的 类
-
- WSAsync.WSAsyncRequest(String, String) -
类 play.libs.ws.WSAsync.WSAsyncRequest 的构造方法
-
- WSUrlFetch - play.libs.ws 中的 类
- Implementation of the WS interface based on Java URL Fetch API.
- WSUrlFetch() -
类 play.libs.ws.WSUrlFetch 的构造方法
-
- WSUrlFetch.HttpUrlfetchResponse - play.libs.ws 中的 类
- An HTTP response wrapper
- WSUrlFetch.HttpUrlfetchResponse(HttpURLConnection) -
类 play.libs.ws.WSUrlFetch.HttpUrlfetchResponse 的构造方法
- you shouldnt have to create an HttpResponse yourself
- WSUrlFetch.WSUrlfetchRequest - play.libs.ws 中的 类
-
- WSUrlFetch.WSUrlfetchRequest(String, String) -
类 play.libs.ws.WSUrlFetch.WSUrlfetchRequest 的构造方法
-
X
- XML - play.libs 中的 类
- XML utils
- XML() -
类 play.libs.XML 的构造方法
-
- XPath - play.libs 中的 类
- XPath for parsing
- XPath() -
类 play.libs.XPath 的构造方法
-
Y
- YAMLException - play.exceptions 中的 异常
-
- YAMLException(ScannerException, VirtualFile) -
异常 play.exceptions.YAMLException 的构造方法
-
- YamlParser - play.deps 中的 类
-
- YamlParser() -
类 play.deps.YamlParser 的构造方法
-
- YEAR -
类 play.libs.Time.CronExpression 中的静态变量
-
- years -
类 play.libs.Time.CronExpression 中的变量
-
- yesno(Object, String[]) -
类 play.templates.JavaExtensions 中的静态方法
-
- YesSSLSocketFactory - play.utils 中的 类
- SSL Sockets created by this factory won't check
if certificates are signed with a root certificate (or chained from root)
- YesSSLSocketFactory() -
类 play.utils.YesSSLSocketFactory 的构造方法
-
- YesSSLSocketFactory.YesTrustManager - play.utils 中的 类
-
- YesSSLSocketFactory.YesTrustManager() -
类 play.utils.YesSSLSocketFactory.YesTrustManager 的构造方法
-
Z
- zip(File, File) -
类 play.libs.Files 中的静态方法
-
_
- _(String) -
类 play.templates.GroovyTemplate.ExecutableTemplate 中的方法
-
- _1 -
类 play.libs.F.E3 中的变量
-
- _1(A) -
类 play.libs.F.E3 中的静态方法
-
- _1 -
类 play.libs.F.E4 中的变量
-
- _1(A) -
类 play.libs.F.E4 中的静态方法
-
- _1 -
类 play.libs.F.E5 中的变量
-
- _1(A) -
类 play.libs.F.E5 中的静态方法
-
- _1 -
类 play.libs.F.Either 中的变量
-
- _1(A) -
类 play.libs.F.Either 中的静态方法
-
- _1 -
类 play.libs.F.T3 中的变量
-
- _1 -
类 play.libs.F.T4 中的变量
-
- _1 -
类 play.libs.F.T5 中的变量
-
- _1 -
类 play.libs.F.Tuple 中的变量
-
- _2 -
类 play.libs.F.E3 中的变量
-
- _2(B) -
类 play.libs.F.E3 中的静态方法
-
- _2 -
类 play.libs.F.E4 中的变量
-
- _2(B) -
类 play.libs.F.E4 中的静态方法
-
- _2 -
类 play.libs.F.E5 中的变量
-
- _2(B) -
类 play.libs.F.E5 中的静态方法
-
- _2 -
类 play.libs.F.Either 中的变量
-
- _2(B) -
类 play.libs.F.Either 中的静态方法
-
- _2 -
类 play.libs.F.T3 中的变量
-
- _2 -
类 play.libs.F.T4 中的变量
-
- _2 -
类 play.libs.F.T5 中的变量
-
- _2 -
类 play.libs.F.Tuple 中的变量
-
- _3 -
类 play.libs.F.E3 中的变量
-
- _3(C) -
类 play.libs.F.E3 中的静态方法
-
- _3 -
类 play.libs.F.E4 中的变量
-
- _3(C) -
类 play.libs.F.E4 中的静态方法
-
- _3 -
类 play.libs.F.E5 中的变量
-
- _3(C) -
类 play.libs.F.E5 中的静态方法
-
- _3 -
类 play.libs.F.T3 中的变量
-
- _3 -
类 play.libs.F.T4 中的变量
-
- _3 -
类 play.libs.F.T5 中的变量
-
- _4 -
类 play.libs.F.E4 中的变量
-
- _4(D) -
类 play.libs.F.E4 中的静态方法
-
- _4 -
类 play.libs.F.E5 中的变量
-
- _4(D) -
类 play.libs.F.E5 中的静态方法
-
- _4 -
类 play.libs.F.T4 中的变量
-
- _4 -
类 play.libs.F.T5 中的变量
-
- _5 -
类 play.libs.F.E5 中的变量
-
- _5(E) -
类 play.libs.F.E5 中的静态方法
-
- _5 -
类 play.libs.F.T5 中的变量
-
- __getMessage(Object[]) -
类 play.templates.GroovyTemplate.ExecutableTemplate 中的方法
-
- __reverseWithCheck_absolute_false(String) -
类 play.templates.GroovyTemplate.ExecutableTemplate 中的方法
-
- __reverseWithCheck_absolute_true(String) -
类 play.templates.GroovyTemplate.ExecutableTemplate 中的方法
-
- __safe(Object, String) -
类 play.templates.GroovyTemplate.ExecutableTemplate 中的方法
-
- __safeFaster(Object) -
类 play.templates.GroovyTemplate.ExecutableTemplate 中的方法
- This method is faster to call from groovy than __safe() since we only evaluate val.toString()
if we need to
- _a(Map<?, ?>, Closure, PrintWriter, GroovyTemplate.ExecutableTemplate, int) -
类 play.templates.FastTags 中的静态方法
- Generates a html link to a controller action
- _authenticityToken(Map<?, ?>, Closure, PrintWriter, GroovyTemplate.ExecutableTemplate, int) -
类 play.templates.FastTags 中的静态方法
-
- _cache(Map<?, ?>, Closure, PrintWriter, GroovyTemplate.ExecutableTemplate, int) -
类 play.templates.FastTags 中的静态方法
-
- _contains(String) -
类 play.mvc.Scope.Params 中的方法
-
- _currentReverse -
类 play.mvc.Controller 中的静态变量
- Don't use this directly if you don't know why
- _delete() -
类 play.db.jpa.JPABase 中的方法
-
- _delete() -
接口 play.db.Model 中的方法
-
- _doLayout(Map<?, ?>, Closure, PrintWriter, GroovyTemplate.ExecutableTemplate, int) -
类 play.templates.FastTags 中的静态方法
-
- _else(int, GroovyInlineTags.CALL) -
类 play.templates.GroovyInlineTags 中的静态方法
-
- _elseif(int, GroovyInlineTags.CALL) -
类 play.templates.GroovyInlineTags 中的静态方法
-
- _error(Map<?, ?>, Closure, PrintWriter, GroovyTemplate.ExecutableTemplate, int) -
类 play.templates.FastTags 中的静态方法
-
- _errorClass(Map<?, ?>, Closure, PrintWriter, GroovyTemplate.ExecutableTemplate, int) -
类 play.templates.FastTags 中的静态方法
-
- _extends(Map<?, ?>, Closure, PrintWriter, GroovyTemplate.ExecutableTemplate, int) -
类 play.templates.FastTags 中的静态方法
-
- _field(Map<?, ?>, Closure, PrintWriter, GroovyTemplate.ExecutableTemplate, int) -
类 play.templates.FastTags 中的静态方法
- The field tag is a helper, based on the spirit of Don't Repeat Yourself.
- _finally() -
类 play.Invoker.Invocation 中的方法
- Things to do in all cases after the invocation.
- _finally() -
类 play.jobs.Job 中的方法
-
- _form(Map<?, ?>, Closure, PrintWriter, GroovyTemplate.ExecutableTemplate, int) -
类 play.templates.FastTags 中的静态方法
- Generates a html form element linked to a controller action
- _get(Map<?, ?>, Closure, PrintWriter, GroovyTemplate.ExecutableTemplate, int) -
类 play.templates.FastTags 中的静态方法
-
- _if(int, GroovyInlineTags.CALL) -
类 play.templates.GroovyInlineTags 中的静态方法
-
- _ifError(Map<?, ?>, Closure, PrintWriter, GroovyTemplate.ExecutableTemplate, int) -
类 play.templates.FastTags 中的静态方法
-
- _ifErrors(Map<?, ?>, Closure, PrintWriter, GroovyTemplate.ExecutableTemplate, int) -
类 play.templates.FastTags 中的静态方法
-
- _ifnot(int, GroovyInlineTags.CALL) -
类 play.templates.GroovyInlineTags 中的静态方法
-
- _include(Map<?, ?>, Closure, PrintWriter, GroovyTemplate.ExecutableTemplate, int) -
类 play.templates.FastTags 中的静态方法
-
- _init() -
类 play.mvc.Http.Request 中的方法
- 已过时。
- _javaWithCaching -
类 play.utils.Java 中的静态变量
-
- _javaWithCachingLock -
类 play.utils.Java 中的静态变量
-
- _jsAction(Map<?, ?>, Closure, PrintWriter, GroovyTemplate.ExecutableTemplate, int) -
类 play.templates.FastTags 中的静态方法
-
- _jsRoute(Map<?, ?>, Closure, PrintWriter, GroovyTemplate.ExecutableTemplate, int) -
类 play.templates.FastTags 中的静态方法
-
- _key() -
类 play.db.jpa.JPABase 中的方法
-
- _key() -
类 play.db.jpa.Model 中的方法
-
- _key() -
接口 play.db.Model 中的方法
-
- _lastKnownApplicationClassloaderState -
类 play.utils.Java 中的静态变量
-
- _list(int, GroovyInlineTags.CALL) -
类 play.templates.GroovyInlineTags 中的静态方法
-
- _option(Map<?, ?>, Closure, PrintWriter, GroovyTemplate.ExecutableTemplate, int) -
类 play.templates.FastTags 中的静态方法
-
- _received(Http.WebSocketFrame) -
类 play.mvc.Http.Inbound 中的方法
-
- _render(Map<?, ?>, Closure, PrintWriter, GroovyTemplate.ExecutableTemplate, int) -
类 play.templates.FastTags 中的静态方法
-
- _save() -
类 play.db.jpa.JPABase 中的方法
-
- _save() -
接口 play.db.Model 中的方法
-
- _saveAttachment() -
类 play.db.jpa.GenericModel 中的方法
-
- _set(Map<?, ?>, Closure, PrintWriter, GroovyTemplate.ExecutableTemplate, int) -
类 play.templates.FastTags 中的静态方法
-
- _setupAttachment() -
类 play.db.jpa.GenericModel 中的方法
-
- _verbatim(Map<?, ?>, Closure, PrintWriter, GroovyTemplate.ExecutableTemplate, int) -
类 play.templates.FastTags 中的静态方法
-
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _
Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly