Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Most importantly played with the parser #2

Open
wants to merge 27 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
422f300
Adding template layout and index page for GitHub Pages site.
ldaley Apr 15, 2010
c44ac3d
docs
ldaley Apr 15, 2010
cb0ef5c
Auto-publication of plugin docs.
ldaley Apr 15, 2010
cb08793
Ignores.
ldaley Apr 15, 2010
495570e
Corrected links.
ldaley Apr 15, 2010
976d12b
use a proper name.
ldaley Apr 15, 2010
9b7adc8
Auto-publication of plugin docs.
ldaley Apr 15, 2010
8dea432
Auto-publication of plugin docs.
ldaley Apr 15, 2010
9713c17
Auto-publication of plugin docs.
ldaley Apr 15, 2010
8a44ec7
Auto-publication of plugin docs.
ldaley Apr 15, 2010
fa90e04
Auto-publication of plugin docs.
ldaley Apr 15, 2010
2e73356
Auto-publication of plugin docs.
ldaley Jun 18, 2010
dcad760
Auto-publication of plugin docs.
ldaley Jun 18, 2010
aed9e0a
Update to new plugin name.
ldaley Jun 18, 2010
b5484b3
Auto-publication of plugin docs.
ldaley Jun 18, 2010
8da9bf7
Auto-publication of plugin docs.
ldaley Jun 18, 2010
987d260
Auto-publication of plugin docs.
ldaley Jun 18, 2010
1d710c0
Auto-publication of plugin docs.
ldaley Jul 15, 2010
3d4e8ff
Auto-publication of plugin docs.
ldaley Jul 22, 2010
1fa335f
Auto-publication of plugin docs.
ldaley Dec 15, 2010
b5c4032
Ignores.
ldaley Dec 15, 2010
ec1aa46
Auto-publication of plugin docs.
ldaley May 31, 2011
b12a6d7
change document creation code
jrobens Jun 10, 2011
d8b9447
documentation clarification
jrobens Jun 12, 2011
d94cc26
upgraded plugin, changed rendering
jrobens Aug 30, 2011
741b6c9
upgraded plugin, changed rendering
jrobens Aug 30, 2011
2259b60
not resolve namespaces
jrobens Aug 31, 2011
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ docs
*.log
*.zip
.DS_Store
grails-rendering-*
.idea
*.iml
grails-rendering-*
2 changes: 1 addition & 1 deletion RenderingGrailsPlugin.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/
class RenderingGrailsPlugin {

def version = "0.4.3"
def version = "0.4.4"
def grailsVersion = "1.2.0 > *"
def dependsOn = [:]

Expand Down
57 changes: 57 additions & 0 deletions _layouts/main.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">

<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>{{ page.title }} @ GitHub</title>
<style type="text/css">
body {
margin-top: 1.0em;
font-family: "Helvetica,Arial,FreeSans";
}

#container {
margin: 0 auto;
margin-left: 50px;
margin-right: 50px;
}

.propName { font-weight: bold; }

h1 { color: #00CC00; margin-bottom: 3px; }
td { padding: 2px 5px; }
</style>
</head>
<body>
<a href="http://github.com/gpc/grails-rendering/"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>

<div id="container">
<h1>{{ page.title }}</h1>
<table id="properties">
<tbody>
<tr>
<td class="propName">Version</td>
<td>0.4.3<td>
</tr>
<tr>
<td class="propName">Grails Version</td>
<td>1.2.0 > *</td>
</tr>
<tr>
<td class="propName">Author</td>
<td>Grails Plugin Collective</td>
</tr>
</tbody>
</table>
<hr />
<h2>Documentation</h2>
<ul>
<li><a href="/grails-rendering/docs/manual/index.html">User guide</a></a>
<li><a href="/grails-rendering/docs/api/index.html">Java API</a></li>
<li><a href="/grails-rendering/docs/gapi/index.html">Groovy API</a></li>
</ul>
<hr />
<div>{{ content }}</div>
</body>
</html>
4 changes: 2 additions & 2 deletions application.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Grails Metadata file
#Mon Apr 18 09:21:38 EST 2011
app.grails.version=1.3.4
#Wed Jun 08 22:45:16 EST 2011
app.grails.version=1.3.7
app.name=grails-rendering
309 changes: 309 additions & 0 deletions docs/gapi/DefaultPackage/BackgroundRenderingService.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,309 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- **************************************************************** -->
<!-- * PLEASE KEEP COMPLICATED EXPRESSIONS OUT OF THESE TEMPLATES, * -->
<!-- * i.e. only iterate & print data where possible. Thanks, Jez. * -->
<!-- **************************************************************** -->

<html>
<head>
<!-- Generated by groovydoc (1.7.4) on Tue May 31 14:35:21 EST 2011 -->
<title>BackgroundRenderingService (Groovy Documentation)</title>
<meta name="date" content="2011-05-31">
<link href="../groovy.ico" type="image/x-icon" rel="shortcut icon">
<link href="../groovy.ico" type="image/x-icon" rel="icon">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
<script type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="BackgroundRenderingService (Groovy Documentation)";
}
}
</script>
<noscript>
</noscript>

</head><body onload="windowTitle();" bgcolor="white">
<hr>

<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>

<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
<!--<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-->
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
<b>Groovy Documentation</b>
</EM></TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><!--<FONT SIZE="-2">
&nbsp;<A HREF="../groovy/lang/ExpandoMetaClass.ExpandoMetaProperty.html" title="class in groovy.lang"><B>PREV CLASS</B></A>&nbsp;

&nbsp;<A HREF="../groovy/lang/GroovyClassLoader.html" title="class in groovy.lang"><B>NEXT CLASS</B></A></FONT>--></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../index.html?DefaultPackage/BackgroundRenderingService.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="BackgroundRenderingService.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
&nbsp;<script type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../allclasses-frame.html"><B>All Classes</B></A>');
}
//-->
</script>
<noscript>
<A HREF="../allclasses-frame.html"><B>All Classes</B></A>
</noscript>

</FONT></TD>

</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#property_summary">PROPERTY</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#prop_detail">PROPERTY</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<!-- ========= END OF TOP NAVBAR ========= -->


<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>

<span CLASS="ClassTitleFont">[Groovy] Class BackgroundRenderingService</span></H2>
<pre>java.lang.Object
<img src='../inherit.gif'>BackgroundRenderingService
</pre><hr>
<PRE>class BackgroundRenderingService

</PRE>


<!-- =========== NESTED CLASS SUMMARY =========== -->

<A NAME="nested_summary"><!-- --></A>


<!-- =========== ENUM CONSTANT SUMMARY =========== -->

<A NAME="enum_constant_summary"><!-- --></A>


<!-- =========== FIELD SUMMARY =========== -->

<A NAME="field_summary"><!-- --></A>


<!-- =========== PROPERTY SUMMARY =========== -->

<A NAME="property_summary"><!-- --></A>

<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Property Summary</B></FONT></TH>
</TR>

<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>java.lang.Object</CODE></FONT></TD>
<TD>
<CODE><B><A HREF="#pdfRenderingService">pdfRenderingService</A></B></CODE>
<BR>
<P></P>
</TD>
</TR>

</TABLE>
&nbsp;


<!-- =========== ELEMENT SUMMARY =========== -->



<!-- ======== CONSTRUCTOR SUMMARY ======== -->

<A NAME="constructor_summary"><!-- --></A>

<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#D5D5FF" CLASS="TableHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Constructor Summary</B></FONT></TD>
</TR>

<TR BGCOLOR="white" CLASS="TableRowColor">
<TD>
<CODE><B><a href="#BackgroundRenderingService()">BackgroundRenderingService</a></B>()</CODE>
<BR>
<P></P>
</TD>
</TR>

</TABLE>
&nbsp;


<!-- ========== METHOD SUMMARY =========== -->

<A NAME="method_summary"><!-- --></A>

<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2" CLASS="ClassHeadingFont">
<B>Method Summary</B></FONT></TH>
</TR>

<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1" CLASS="ClassItemFont">
<CODE>java.lang.Object</CODE></FONT>
</TD>
<TD>
<CODE><b><a href="#fireEvent(def)">fireEvent</a></b>(java.lang.Object errorHolder)</CODE>
<BR>
<P></P>
</TD>
</TR>

<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1" CLASS="ClassItemFont">
<CODE>void</CODE></FONT>
</TD>
<TD>
<CODE><b><a href="#onApplicationEvent(RenderEvent)">onApplicationEvent</a></b>(<a href='../DefaultPackage/RenderEvent.html'>RenderEvent</a> event)</CODE>
<BR>
<P></P>
</TD>
</TR>

</TABLE>
&nbsp;
<table BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<tr CLASS="TableSubHeadingColor"><th ALIGN="left" COLSPAN="2">
<b>Methods inherited from class java.lang.Object</b>
</th></tr>
<tr class="TableRowColor"><td colspan='2'>java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()</td></tr>
</table>
&nbsp;

<P>

<!-- ============ ENUM CONSTANT DETAIL ========== -->

<A NAME="enum_constant_detail"><!-- --></A>


<!-- =========== FIELD DETAIL =========== -->

<A NAME="field_detail"><!-- --></A>


<!-- =========== PROPERTY DETAIL =========== -->

<A NAME="prop_detail"><!-- --></A>

<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Property Detail</B></FONT></TH>
</TR>
</TABLE>

<A NAME="pdfRenderingService"><!-- --></A><H3>pdfRenderingService</H3>
<PRE>java.lang.Object <B>pdfRenderingService</B></PRE>
<DL>
<DD>
</DD>
<P>
</DL>
<HR>

&nbsp;


<!-- =========== ELEMENT DETAIL =========== -->

<A NAME="element_detail"><!-- --></A>


<!-- ========= CONSTRUCTOR DETAIL ======== -->

<A NAME="constructor_detail"><!-- --></A>

<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Constructor Detail</B></FONT></TH>
</TR>
</TABLE>

<A NAME="BackgroundRenderingService()"><!-- --></A><H3>
BackgroundRenderingService</H3>
<PRE><B>BackgroundRenderingService</B>()</PRE>
<DL>
<DD>
</DD>
<P>
</DL>
<HR>

&nbsp;


<!-- ============ METHOD DETAIL ========== -->

<A NAME="method_detail"><!-- --></A>

<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Method Detail</B></FONT></TH>
</TR>
</TABLE>

<A NAME="fireEvent(def)"><!-- --></A><H3>
fireEvent</H3>
<PRE>java.lang.Object <B>fireEvent</B>(java.lang.Object errorHolder)</PRE>
<DL>
<DD>
</DD>
<P>
</DL>
<HR>

<A NAME="onApplicationEvent(RenderEvent)"><!-- --></A><H3>
onApplicationEvent</H3>
<PRE>void <B>onApplicationEvent</B>(<a href='../DefaultPackage/RenderEvent.html'>RenderEvent</a> event)</PRE>
<DL>
<DD>
</DD>
<P>
</DL>
<HR>

&nbsp;


<!-- ========= END OF CLASS DATA ========= -->
<p>Groovy Documentation</p>
<hr>

</body>
</html>
Loading