|
||||||||||
| 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 | |
|---|---|
java.lang.Object |
createTerm(java.lang.Class<?> termDef,
Configuration subres)
Create a new term starting from the TermDefinition created by this factory |
java.util.Collection<TermDefinition> |
getMechanismsCollection()
Return the collection of known Mechanisms |
java.util.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 java.lang.Object createTerm(java.lang.Class<?> termDef,
Configuration subres)
throws PermErrorException,
java.lang.InstantiationException
TermsFactory
createTerm in interface TermsFactorytermDef - the TermDefinition.getTermDef (returned by this factory)subres - (the configuration)
PermErrorException - if something goes wrong
java.lang.InstantiationExceptionTermsFactory.createTerm(java.lang.Class, org.apache.james.jspf.terms.Configuration)public java.util.Collection<TermDefinition> getMechanismsCollection()
TermsFactory
getMechanismsCollection in interface TermsFactoryTermsFactory.getMechanismsCollection()public java.util.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 | |||||||||