You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by Paul Spencer <pa...@apache.org> on 2002/07/11 14:40:16 UTC

[PATCH] Adds getRelativeTemplateName() to JspService.java

The patch adds the public method getRelativeTemplateName(), which is in
TurbineJspService,  to the JspService interface.  This method is used in
the Jetspeed project.

Paul Spencer


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: [PATCH] Adds getRelativeTemplateName() to JspService.java

Posted by "Henning P. Schmiedehausen" <hp...@intermeta.de>.
Paul Spencer <pa...@apache.org> writes:

>Thank you :)

>Although we are not using Fulcrum, it probably be their for consistency.

You might be sooner than you think =:-) Anyway, it's in. The earlier
we do this, the better in the long run.

	Regards
		Henning

-- 
Dipl.-Inf. (Univ.) Henning P. Schmiedehausen       -- Geschaeftsfuehrer
INTERMETA - Gesellschaft fuer Mehrwertdienste mbH     hps@intermeta.de

Am Schwabachgrund 22  Fon.: 09131 / 50654-0   info@intermeta.de
D-91054 Buckenhof     Fax.: 09131 / 50654-20   

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: [PATCH] Adds getRelativeTemplateName() to JspService.java

Posted by Paul Spencer <pa...@apache.org>.
Thank you :)

Although we are not using Fulcrum, it probably be their for consistency.

Paul Spencer

Henning P. Schmiedehausen wrote:

> Paul Spencer <pa...@apache.org> writes:
> 
> 
>>What is the status of this patch?
>>
> 
> Got it. It's in. Shall I put it into Fulcrum, too?
> 
> 	Regards
> 		Henning
> 
> 



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: [PATCH] Adds getRelativeTemplateName() to JspService.java

Posted by "Henning P. Schmiedehausen" <hp...@intermeta.de>.
Paul Spencer <pa...@apache.org> writes:

>What is the status of this patch?

Got it. It's in. Shall I put it into Fulcrum, too?

	Regards
		Henning

-- 
Dipl.-Inf. (Univ.) Henning P. Schmiedehausen       -- Geschaeftsfuehrer
INTERMETA - Gesellschaft fuer Mehrwertdienste mbH     hps@intermeta.de

Am Schwabachgrund 22  Fon.: 09131 / 50654-0   info@intermeta.de
D-91054 Buckenhof     Fax.: 09131 / 50654-20   

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: [PATCH] Adds getRelativeTemplateName() to JspService.java

Posted by Paul Spencer <pa...@apache.org>.
What is the status of this patch?

Paul Spencer

Paul Spencer wrote:

> Sorry :(
> 
> Patch attached.
> 
> Paul Spencer
> 
> Daniel Rall wrote:
> 
>> Paul Spencer <pa...@apache.org> writes:
>>
>>
>>> The patch adds the public method getRelativeTemplateName(), which is in
>>> TurbineJspService,  to the JspService interface.  This method is used in
>>> the Jetspeed project.
>>>
>>> Paul Spencer
>>>
>>
>> I didn't get any patch attached to this one.
>>
>> -- 
>> To unsubscribe, e-mail:   
>> <ma...@jakarta.apache.org>
>> For additional commands, e-mail: 
>> <ma...@jakarta.apache.org>
>>
>>
> 
> 
> ------------------------------------------------------------------------
> 
> Index: JspService.java
> ===================================================================
> RCS file: /home/cvs/jakarta-turbine-2/src/java/org/apache/turbine/services/jsp/JspService.java,v
> retrieving revision 1.1.1.1
> diff -c -r1.1.1.1 JspService.java
> *** JspService.java	16 Aug 2001 05:09:00 -0000	1.1.1.1
> --- JspService.java	11 Jul 2002 06:05:12 -0000
> ***************
> *** 95,98 ****
> --- 95,109 ----
>        */
>       public int getDefaultBufferSize();
>   
> +     /**
> +      * Searchs for a template in the default.template path[s] and
> +      * returns the template name with a relative path which is
> +      * required by <a href="http://java.sun.com/products/servlet/2.3/javadoc/javax/servlet/ServletContext.html#getRequestDispatcher(java.lang.String)">
> +      * javax.servlet.RequestDispatcher</a>
> +      *
> +      * @param String template
> +      * @return String
> +      */
> + 
> +     public String getRelativeTemplateName(String template);
>   }
> 
> 
> 
> ------------------------------------------------------------------------
> 
> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>
> 



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: [PATCH] Adds getRelativeTemplateName() to JspService.java

Posted by Paul Spencer <pa...@apache.org>.
Sorry :(

Patch attached.

Paul Spencer

Daniel Rall wrote:

> Paul Spencer <pa...@apache.org> writes:
> 
> 
>>The patch adds the public method getRelativeTemplateName(), which is in
>>TurbineJspService,  to the JspService interface.  This method is used in
>>the Jetspeed project.
>>
>>Paul Spencer
>>
> 
> I didn't get any patch attached to this one.
> 
> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>
> 
> 


Re: [PATCH] Adds getRelativeTemplateName() to JspService.java

Posted by Daniel Rall <dl...@finemaltcoding.com>.
Paul Spencer <pa...@apache.org> writes:

> The patch adds the public method getRelativeTemplateName(), which is in
> TurbineJspService,  to the JspService interface.  This method is used in
> the Jetspeed project.
>
> Paul Spencer

I didn't get any patch attached to this one.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>