public class

SafeHtmlTemplatesImplMethodCreator

extends AbstractMethodCreator
java.lang.Object
   ↳ com.google.gwt.user.rebind.AbstractSourceCreator
     ↳ com.google.gwt.user.rebind.AbstractMethodCreator
       ↳ com.google.gwt.safehtml.rebind.SafeHtmlTemplatesImplMethodCreator

Class Overview

Method body code generator for implementations of SafeHtmlTemplates.

Summary

Fields
public static final String SAFE_HTML_FQCN Fully-qualified class name of the SafeHtml interface.
[Expand]
Inherited Fields
From class com.google.gwt.user.rebind.AbstractMethodCreator
Public Constructors
SafeHtmlTemplatesImplMethodCreator(AbstractGeneratorClassCreator classCreator)
Public Methods
void createMethodFor(TreeLogger logger, JMethod targetMethod, String key, AbstractResource.ResourceList resourceList, GwtLocale locale)
Generate the method body for the target method.
[Expand]
Inherited Methods
From class com.google.gwt.user.rebind.AbstractMethodCreator
From class com.google.gwt.user.rebind.AbstractSourceCreator
From class java.lang.Object

Fields

public static final String SAFE_HTML_FQCN

Fully-qualified class name of the SafeHtml interface.

Public Constructors

public SafeHtmlTemplatesImplMethodCreator (AbstractGeneratorClassCreator classCreator)

Public Methods

public void createMethodFor (TreeLogger logger, JMethod targetMethod, String key, AbstractResource.ResourceList resourceList, GwtLocale locale)

Generate the method body for the target method.

Parameters
logger TreeLogger for logging
targetMethod Method
resourceList resource list to use for this method
Throws
UnableToCompleteException