Home | History | Annotate | Download | only in field

Lines Matching defs:TO

2  * Licensed to the Apache Software Foundation (ASF) under one   *

6 * to you under the Apache License, Version 2.0 (the *
12 * Unless required by applicable law or agreed to in writing, *
34 public static final String TO = "To";
37 public static final String REPLY_TO = "Reply-To";
40 public static final String RESENT_TO = "Resent-To";
81 * @param s the string to parse.
110 * Gets the default parser used to parse fields.
177 * Determines if this is a <code>To</code> field.
179 * @return <code>true</code> if this is a <code>To</code> field,
183 return TO.equalsIgnoreCase(name);