Date: 2004-10-14T01:50:37 Editor: ShinobuKawai <[EMAIL PROTECTED]> Wiki: Jakarta-Velocity Wiki Page: ViewNullTool URL: http://wiki.apache.org/jakarta-velocity/ViewNullTool
package org.apache.velocity.tools.view.tools; Change Log: ------------------------------------------------------------------------------ @@ -15,8 +15,10 @@ * limitations under the License. */ +package org.apache.velocity.tools.view.tools; + import org.apache.velocity.context.Context; -import org.apache.velocity.tools.view.tools.ViewTool; +import org.apache.velocity.tools.generic.NullTool; /** * Tool for working with <code>null</code> in Velocity templates. @@ -51,10 +53,10 @@ * <tool> * <key>null</key> * <scope>request</scope> - * <class>org.ieee.shinobu.demo.velocity.tool.ViewNullTool</class> + * <class>org.apache.velocity.tools.view.tools.ViewNullTool</class> * </tool> * </pre></p> - * + * * <p>This tool is NOT meant to be used in either application or * session scopes of a servlet environment.</p> * --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
