パッケージ org.wcardinal.controller.annotation
package org.wcardinal.controller.annotation
-
Annotation Interfacesクラス説明Marks an annotated method as a method which can be called from browsers.Annotated methods are called when
@Callable
methods raise exceptions.Marks an annotated class as a component exposed to browsers.Marks an annotated field or a annotated class as a constant which is visible to browsers.Marks an annotated class as a controller exposed to browsers.Changes the scope of an annotated bean to the controller scope.Makes methods annotated with aDecoratable
annotation debounced methods.Marker meta-annotation for annotations of decoratable methodsRepresents display name settings.Represents display name settings.Marks a method as a exception handler.Represents keep-alive settingsMarks an annotated method as a method which requires a lock.Makes all pages of classes annotated by this annotation hidden at first.Annotated methods are called when the specified fields get changed by browsers.The annotated static methods are invoked with one optional argument HttpServletRequest for checking whether the controller owing them is appropriate for the browser who sent the request.Annotated methods are called when the controllers owing them get ready.Marks an annotated method as a method invoked before destroying a controller.Annotated methods are called when controllers, pages, popups and components of the specified names get hidden.The annotated methods are invoked with one optional argument `ControllerIoState` to check the idleness of controllers.Marks an annotated method as a method invoked byControllerContext.notify(String, Object...)
orControllerContext.notifyAsync(String, Object...)
.Annotated methods are called immediately afterOnCreate
methods.The annotated static methods are invoked with two optional arguments HttpServletRequest andControllerAttributes
when the controller owing them are requested.Annotated methods are called when controllers, pages, popups and components of the specified names get shown.Marks an annotated method as a method invoked byexecute(String, Object...)
,timeout(String, long, Obejct...)
,interval(String, long)
orinterval(String, long long, Object...)
.Marks an annotated class as a page exposed to browsers.Marks an annotated class as a popup exposed to browsers.Marks an annotated page as a default page.Make a field/type to be a read-only filed/type.Represents retry settings.Marks an annotated class as a shared component exposed to browsers.Marks an annotated method as a task.Annotated methods are called when the specified tasks raise exceptions.Makes methods annotated with aDecoratable
annotation throttled methods.Sets the default timeout of annotated@Callable
methods in milliseconds.Makes methods annotated with aDecoratable
annotation tracked methods.Marks an annotated method as a method which does not require a lock.