|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.vraptor.config.ComponentConfig
public class ComponentConfig
Models the xml portion to deal with component classes.
| Constructor Summary | |
|---|---|
ComponentConfig(String typeName)
|
|
| Method Summary | |
|---|---|
String |
getTypeName()
|
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 ComponentConfig(String typeName)
| Method Detail |
|---|
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 ConfigItempublic String getTypeName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||