|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--org.objectweb.jorm.mapper.fos.generator.FosBindingMOP
| Field Summary | |
protected Logger |
logger
|
protected LoggerFactory |
loggerFactory
|
| Constructor Summary | |
FosBindingMOP()
|
|
| Method Summary | |
Logger |
getLogger()
Returns a logger to an component that wants to log things. |
LoggerFactory |
getLoggerFactory()
Returns a logger factory that allows the creation of new loggers. |
java.lang.String |
getSerObjectCast(PType type)
|
java.lang.String |
getSerRead(PType type)
|
java.lang.String |
getSerWrite(PType type)
|
java.lang.String[] |
getTemplateLibraries()
|
void |
initContext(Context ctx)
Initializes a velocity context |
void |
setLogger(Logger l)
Assigns a logger to an component that wants to log things. |
void |
setLoggerFactory(LoggerFactory lf)
Assigns a logger factory that allows the creation of new loggers. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected Logger logger
protected LoggerFactory loggerFactory
| Constructor Detail |
public FosBindingMOP()
| Method Detail |
public void initContext(Context ctx)
MOP
initContext in interface MOPctx - is the context to initializepublic java.lang.String[] getTemplateLibraries()
getTemplateLibraries in interface MOP
public java.lang.String getSerRead(PType type)
throws java.lang.Exception
java.lang.Exception
public java.lang.String getSerWrite(PType type)
throws java.lang.Exception
java.lang.Exceptionpublic java.lang.String getSerObjectCast(PType type)
public Logger getLogger()
Loggable
getLogger in interface Loggablepublic LoggerFactory getLoggerFactory()
Loggable
getLoggerFactory in interface Loggablepublic void setLogger(Logger l)
Loggable
setLogger in interface Loggablel - the logger objectpublic void setLoggerFactory(LoggerFactory lf)
Loggable
setLoggerFactory in interface Loggablelf - the LoggerFactory object to obtain new loggers
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||