|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.stvconsultants.easygloss.AbstractGloss
com.stvconsultants.easygloss.MultiGloss
public class MultiGloss
A MultiGloss is a decorator for annotated objects that applies
multiple coats of gloss.
| Constructor Summary | |
|---|---|
MultiGloss()
Creates a new instance of MultiGloss |
|
| Method Summary | |
|---|---|
MultiGloss |
add(AbstractGloss coat)
Adds a coat to the gloss |
void |
apply(java.lang.Object instance)
Apply the gloss to the instance |
void |
applyStatic(java.lang.Class instanceClass)
Apply the gloss to the class |
| Methods inherited from class com.stvconsultants.easygloss.AbstractGloss |
|---|
apply, apply, apply, apply, apply, apply, apply, apply, apply, apply, apply, apply, apply, apply, apply, apply, apply, apply, apply, apply, apply, apply, apply, apply, apply, apply, apply, applyStatic, applyStatic, applyStatic, applyStatic, applyStatic, applyStatic, applyStatic, applyStatic, applyStatic, applyStatic, applyStatic, applyStatic, applyStatic, applyStatic, applyStatic, applyStatic, applyStatic, applyStatic, applyStatic, applyStatic, applyStatic, applyStatic, applyStatic, applyStatic, applyStatic, applyStatic, applyStatic, filter, filter, filterGetters, filterSetters, findFields, findMethods, findSetter, invoke, invoke, invoke, matchParameters |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MultiGloss()
| Method Detail |
|---|
public MultiGloss add(AbstractGloss coat)
coat - The gloss to add to the multigloss
public void apply(java.lang.Object instance)
apply in class AbstractGlossinstance - The object to which the gloss should be appliedpublic void applyStatic(java.lang.Class instanceClass)
applyStatic in class AbstractGlossinstanceClass - The class to which the gloss should be applied
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||