public class FormatMap extends Object implements org.springframework.beans.factory.InitializingBean
| Constructor and Description |
|---|
FormatMap() |
| Modifier and Type | Method and Description |
|---|---|
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
|
public void setRegistry(FormatRegistry registry)
registry - FormatRegistrypublic void setAgent(String agent)
agent - Stringpublic void setFormats(Map<String,String> formats)
formats - Mappublic void setMimetypes(Map<String,String> mimetypes)
mimetypes - MapCopyright © 2005–2016 Alfresco Software. All rights reserved.