Exemplo n.º 1
0
 public TokenValueSetter where(String tokenName) {
   builder.builderIsMidSentence = true;
   return new TokenKeyAppender(builder, tokens).and(tokenName);
 }
Exemplo n.º 2
0
 public TokenValueSetter and(String tokenKey) {
   builder.builderIsMidSentence = true;
   return new TokenValueSetter(this, tokens, tokenKey);
 }
Exemplo n.º 3
0
 public RequestFormNamer and(String contentForm) {
   builder.builderIsMidSentence = true;
   return new RequestFormNamer(contentForms, contentForm, this);
 }