CVS: Tapestry/framework/src/net/sf/tapestry/spec ILibrarySpecification.java,1.4.2.1,1.4.2.2 ComponentSpecification.java,1.11.2.1,1.11.2.2
Howard Lewis Ship <[email protected]>
| Newsgroups | gmane.comp.java.tapestry.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/tapestry/Tapestry/framework/src/net/sf/tapestry/spec
In directory sc8-pr-cvs1:/tmp/cvs-serv15280/framework/src/net/sf/tapestry/spec
Modified Files:
Tag: hship-2-3
ILibrarySpecification.java ComponentSpecification.java
Log Message:
Check in support for templates in the application root.
Index: ILibrarySpecification.java
===================================================================
RCS file: /cvsroot/tapestry/Tapestry/framework/src/net/sf/tapestry/spec/ILibrarySpecification.java,v
retrieving revision 1.4.2.1
retrieving revision 1.4.2.2
diff -C2 -d -r1.4.2.1 -r1.4.2.2
*** ILibrarySpecification.java 7 Dec 2002 13:26:11 -0000 1.4.2.1
--- ILibrarySpecification.java 11 Dec 2002 14:02:26 -0000 1.4.2.2
***************
*** 42,49 ****
public List getPageNames();
! public void setComponentSpecificationPath(String alias, String path);
! public String getComponentSpecificationPath(String alias);
public List getComponentAliases();
--- 42,55 ----
public List getPageNames();
! public void setComponentSpecificationPath(String type, String path);
! public String getComponentSpecificationPath(String type);
+ /**
+ * Returns the simple types ('alias' is an archaic term) of
+ * all components defined in this library.
+ *
+ **/
+
public List getComponentAliases();
Index: ComponentSpecification.java
===================================================================
RCS file: /cvsroot/tapestry/Tapestry/framework/src/net/sf/tapestry/spec/ComponentSpecification.java,v
retrieving revision 1.11.2.1
retrieving revision 1.11.2.2
diff -C2 -d -r1.11.2.1 -r1.11.2.2
*** ComponentSpecification.java 7 Dec 2002 13:26:11 -0000 1.11.2.1
--- ComponentSpecification.java 11 Dec 2002 14:02:26 -0000 1.11.2.2
***************
*** 417,432 ****
ToStringBuilder builder = new ToStringBuilder(this);
- builder.append("allowBody", _allowBody);
- builder.append("allowInformalParameter", _allowInformalParameters);
- builder.append("assets", _assets);
- builder.append("beans", _beans);
builder.append("componentClassName", _componentClassName);
- builder.append("components", _components);
- builder.append("description", _description);
builder.append("pageSpecification", _pageSpecification);
- builder.append("parameters", _parameters);
- builder.append("publicId", _publicId);
- builder.append("reservedParameterNames", _reservedParameterNames);
builder.append("specificationLocation", _specificationLocation);
return builder.toString();
--- 417,425 ----
ToStringBuilder builder = new ToStringBuilder(this);
builder.append("componentClassName", _componentClassName);
builder.append("pageSpecification", _pageSpecification);
builder.append("specificationLocation", _specificationLocation);
+ builder.append("allowBody", _allowBody);
+ builder.append("allowInformalParameter", _allowInformalParameters);
return builder.toString();
-------------------------------------------------------
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/