Uses of Class
cat.inspiracio.orange.Template
-
Packages that use Template Package Description cat.inspiracio.orange -
-
Uses of Template in cat.inspiracio.orange
Fields in cat.inspiracio.orange declared as Template Modifier and Type Field Description protected TemplateTemplate. pageMethods in cat.inspiracio.orange that return Template Modifier and Type Method Description TemplateTemplate. write(int i)Writes an int to out.TemplateTemplate. write(Object o)Writes an object to out.TemplateTemplate. write(String s)Writes a String to out.TemplateTemplate. writeln()Write a string to output.TemplateTemplate. writeln(String s)Write a string to output.
-