|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IByteCodeEnhancer
Use application or framework plugins based on rythm engine could implement this interface to allow further process compiled template classes.
One engine instance
can have zero
or one ITemplateClassEnhancer
Nested Class Summary | |
---|---|
static class |
IByteCodeEnhancer.INSTS
Not to be used by user application |
Method Summary | |
---|---|
byte[] |
enhance(String className,
byte[] classBytes)
Enhance byte code. |
Method Detail |
---|
byte[] enhance(String className, byte[] classBytes) throws Exception
className
- classBytes
-
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |