You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Howard M. Lewis Ship (JIRA)" <de...@tapestry.apache.org> on 2007/10/13 21:58:50 UTC

[jira] Closed: (TAPESTRY-1808) Automatic coercion from String to File would be handy

     [ https://issues.apache.org/jira/browse/TAPESTRY-1808?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship closed TAPESTRY-1808.
------------------------------------------

       Resolution: Fixed
    Fix Version/s: 5.0.6
         Assignee: Howard M. Lewis Ship

> Automatic coercion from String to File would be handy
> -----------------------------------------------------
>
>                 Key: TAPESTRY-1808
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1808
>             Project: Tapestry
>          Issue Type: Improvement
>          Components: tapestry-ioc
>    Affects Versions: 5.0.5
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>             Fix For: 5.0.6
>
>
> new CoercionTuple<String, File>(String.class, File.class,
>                 new Coercion<String, File>() {
>                     public File coerce(String input) {
>                         return new File(input);
>                     }
>                 }

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org