Beispiel #1
0
 public virtual void  setTokenCreator(TokenCreator tokenCreator)
 {
     this.tokenCreator = tokenCreator;
 }
 public virtual void setTokenObjectClass(string cl)
 {
     this.tokenCreator = new ReflectionBasedTokenCreator(this, cl);
 }
Beispiel #3
0
 public virtual void  setTokenObjectClass(string cl)
 {
     this.tokenCreator = new ReflectionBasedTokenCreator(this, cl);
 }
 public virtual void setTokenCreator(TokenCreator tokenCreator)
 {
     this.tokenCreator = tokenCreator;
 }