|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.vraptor.config.ConverterConfig
public class ConverterConfig
Models the xml portion to deal with component classes.
| Constructor Summary | |
|---|---|
ConverterConfig(Class<T> clazz)
|
|
| Method Summary | |
|---|---|
Class<?> |
getConverterClass()
|
boolean |
isComponent()
Returns true if this is a component, factory or converter |
boolean |
isManager()
Returns true if this is a manager configuration |
void |
register(WebApplication application)
Registers itself in the web application |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConverterConfig(Class<T> clazz)
| Method Detail |
|---|
public Class<?> getConverterClass()
public void register(WebApplication application)
throws ConfigException
ConfigItem
register in interface ConfigItemapplication - the application
ConfigException - configuration exceptionpublic boolean isComponent()
ConfigItem
isComponent in interface ConfigItempublic boolean isManager()
ConfigItem
isManager in interface ConfigItem
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||