Java com.google.gwt.user.server Util fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.user.server Util fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.user.server Util.

The text is from its open source code.

Method

CookiegetCookie(HttpServletRequest request, String cookieName, boolean allowDuplicates)
Retrieves named cookie from supplied request.
booleanisMethodXsrfProtected(Method method, Class xsrfAnnotation, Class noXsrfAnnotation, Class xsrfTokenInterface)
Checks if specified method is XSRF protected based on the following logic:
  • Method level annotations override class level annotations.