closure templates

Home
Java Source Code / Java Documentation 2
1.2D
2.3D
3.Ajax
4.Algebra
5.App Engine
6.Aspect
7.Assemble
8.Cache
9.Cassandra
10.Chat
11.Cloud
12.CMS
13.CouchDB
14.Crypt
15.Database
16.Distributed
17.Eclipse
18.Facebook
19.File
20.Forum
21.GAE
22.Game
23.Google tech
24.Graph
25.Graphic
26.GWT
27.Hibernate
28.HTML
29.HTTP
30.Image
31.IntelliJ
32.IRC
33.J2EE
34.J2ME
35.JDBC
36.JPA
37.JSON
38.JSR
39.JUnit
40.JVM
41.Language
42.Linux
43.Math
44.Maven
45.Media
46.Messenger
47.MiddleWare
48.Mobile
49.Mock
50.MongoDB
51.Mp3
52.Music
53.MVC
54.Network
55.OpenID
56.OSGi
57.Parse
58.Persist
59.Petri
60.Phone
61.Physics
62.REST
63.Robot
64.RPC
65.RSS
66.Ruby
67.Script
68.Search
69.Spring
70.SQL
71.SSH
72.Sudoku
73.Swing
74.Tapestry
75.Test
76.Text
77.Torrent
78.Twitter
79.UML
80.UnTagged
81.Utilities
82.Web
83.Wiki
84.XML
Java Source Code / Java Documentation 2 » Google tech » closure templates 
closure-templates - Closure Templates are an easy-to-use template system for Java and JavaScript. Closure Templates are used extensively in Google apps, including Gmail and Google Docs.
License:Apache License 2.0
URL:http://code.google.com/p/closure-templates/
Description:Closure Templates are an easy-to-use template system for Java and JavaScript. Closure Templates are used extensively in Google apps, including Gmail and Google Docs.
Package NameComment
com.google.template.soy Root package with main API entry point and Guice module. The main API entry point is class {@code SoyFileSet}. The Guice module for all of Soy (excluding any message plugin) is {@code SoyModule}.
com.google.template.soy.base Base classes. Mostly Soy-internal except for {@code SoySyntaxException}.
com.google.template.soy.basetree Classes shared by Soy parse trees and expression parse trees.
com.google.template.soy.basicdirectives Plugin package for basic print directives.
com.google.template.soy.basicfunctions Plugin package for basic functions.
com.google.template.soy.bididirectives Plugin package of print directives for bidi (bidirectional text).
com.google.template.soy.bidifunctions Plugin package of functions for bidi (bidirectional text).
com.google.template.soy.coredirectives Plugin package for core print directives.
com.google.template.soy.data Java representation of Soy data types.
com.google.template.soy.data.internal
com.google.template.soy.data.internalutils
com.google.template.soy.data.restricted
com.google.template.soy.examples Examples of template usage in Java.
com.google.template.soy.exprtree Expression parse tree.
com.google.template.soy.internal.base Internal base libraries.
com.google.template.soy.internal.i18n Libraries for internationalization (i18n).
com.google.template.soy.javasrc Java Source backend (experimental).
com.google.template.soy.javasrc.codedeps Runtime utilities required for code generated by the Java Source backend.
com.google.template.soy.javasrc.internal
com.google.template.soy.javasrc.restricted
com.google.template.soy.jssrc JavaScript Source backend.
com.google.template.soy.jssrc.internal
com.google.template.soy.jssrc.restricted
com.google.template.soy.msgs Support for message translation (i.e. localization).
com.google.template.soy.msgs.internal
com.google.template.soy.msgs.restricted
com.google.template.soy.parseinfo Classes to represent parse info (see {@code SoyParseInfoGenerator}).
com.google.template.soy.parseinfo.passes
com.google.template.soy.parsepasses Compiler passes used in parsing.
com.google.template.soy.shared Classes shared between multiple backends or between frontend and backend.
com.google.template.soy.shared.internal
com.google.template.soy.shared.restricted
com.google.template.soy.sharedpasses Compiler passes shared between multiple backends or between frontend and backend.
com.google.template.soy.soyparse Parser for Soy files and templates.
com.google.template.soy.soytree Soy parse tree.
com.google.template.soy.soytree.jssrc Soy parse tree nodes specific to the JavaScript Src backend.
com.google.template.soy.tofu Java Object backend (a.k.a. Tofu).
com.google.template.soy.tofu.internal
com.google.template.soy.tofu.restricted
com.google.template.soy.xliffmsgplugin Message plugin for the XLIFF file format.
w__ww__.___j_a_v__a_2___s__._com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.