|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.extensions.webscripts.FormatMap
public class FormatMap
A map of mimetypes indexed by format.
| Constructor Summary | |
|---|---|
FormatMap()
|
|
| Method Summary | |
|---|---|
void |
afterPropertiesSet()
|
void |
setAgent(String agent)
Sets the User Agent for which the formats apply |
void |
setFormats(Map<String,String> formats)
Sets the formats |
void |
setMimetypes(Map<String,String> mimetypes)
Sets the mimetypes |
void |
setRegistry(FormatRegistry registry)
Sets the Format Registry |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FormatMap()
| Method Detail |
|---|
public void setRegistry(FormatRegistry registry)
registry - public void setAgent(String agent)
agent - public void setFormats(Map<String,String> formats)
formats - public void setMimetypes(Map<String,String> mimetypes)
mimetypes -
public void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||