|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.james.jspf.impl.DefaultTermsFactory
public class DefaultTermsFactory
The default implementation of the TermsFactory
| Constructor Summary | |
|---|---|
DefaultTermsFactory(Logger log)
|
|
DefaultTermsFactory(Logger log,
WiringService wiringService)
|
|
| Method Summary | |
|---|---|
Object |
createTerm(Class<?> termDef,
Configuration subres)
Create a new term starting from the TermDefinition created by this factory |
Collection<TermDefinition> |
getMechanismsCollection()
Return the collection of known Mechanisms |
Collection<TermDefinition> |
getModifiersCollection()
Return the collection of known Modifiers |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultTermsFactory(Logger log)
public DefaultTermsFactory(Logger log,
WiringService wiringService)
| Method Detail |
|---|
public Object createTerm(Class<?> termDef,
Configuration subres)
throws PermErrorException,
InstantiationException
TermsFactory
createTerm in interface TermsFactorytermDef - the TermDefinition.getTermDef (returned by this factory)subres - (the configuration)
PermErrorException - if something goes wrong
InstantiationExceptionTermsFactory.createTerm(java.lang.Class, org.apache.james.jspf.terms.Configuration)public Collection<TermDefinition> getMechanismsCollection()
TermsFactory
getMechanismsCollection in interface TermsFactoryTermsFactory.getMechanismsCollection()public Collection<TermDefinition> getModifiersCollection()
TermsFactory
getModifiersCollection in interface TermsFactoryTermsFactory.getModifiersCollection()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||