create abstraction for content types
------------------------------------
Key: WICKET-2612
URL: https://issues.apache.org/jira/browse/WICKET-2612
Project: Wicket
Issue Type: Improvement
Components: wicket
Reporter: Juergen Donnerstag
Priority: Minor
Fix For: 1.5-M1
from 1.5 wish list
currently, wicket has a concept of "markup type" that is actually the markup
extension. in doing work on wml support for "mobile wicket", i'm discovering a
need for full mime type support. if it doesn't break too many people, it would
ideally be best to introduce a formal MarkupType class with a getExtension()
and getContentType(), where ContentType includes mime type information. there
quite a bit to think through here in terms of request/response markup type
mappings, but i'd be up for working on this. this problem is definitely generic
to problems outside mobile wicket. - jonathan
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.