Package | Description |
---|---|
com.google.gwt.core.ext.linker |
Classes for writing Linkers.
|
com.google.gwt.resources.ext |
This package contains extension hooks for adding new resource types to
ClientBundle.
|
com.google.gwt.user.server.rpc |
Classes used in server-side implementation of remote procedure calls.
|
Modifier and Type | Class and Description |
---|---|
interface |
LinkerOrder
Defines the relative order in which a Linker will be run.
|
interface |
Transferable
An artifact marked with this annotation is passed through a compilation all
the way to the final call to
Linker.link(com.google.gwt.core.ext.TreeLogger, com.google.gwt.core.ext.LinkerContext, ArtifactSet, boolean)
. |
Modifier and Type | Class and Description |
---|---|
interface |
DefaultExtensions
Specifies the default extensions for a resource type.
|
Modifier and Type | Class and Description |
---|---|
interface |
NoXsrfProtect
Annotation on RPC interfaces and methods indicating that they do not need to
be XSRF protected.
|
interface |
XsrfProtect
Annotation for RPC interfaces and methods indicating that they should be
XSRF protected.
|
Copyright © 2018. All rights reserved.