|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ComponentBuilder<E>
Common interface for all component builders.
Created at 09.05.2008 13:14:15
| Method Summary | |
|---|---|
boolean |
buildComponentFor(E target)
builds the related component of target |
void |
close()
closes the builder |
java.lang.Class<?> |
getGeneratedType()
|
void |
init(GeneratorContext context)
Initializes the instance |
void |
reset()
resets the builder |
| Methods inherited from interface org.databene.commons.ThreadAware |
|---|
isParallelizable, isThreadSafe |
| Method Detail |
|---|
void init(GeneratorContext context)
java.lang.Class<?> getGeneratedType()
boolean buildComponentFor(E target)
target
void reset()
void close()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||