org.apache.taglibs.standard.lang.jstl.test
Class StaticFunctionTests
java.lang.Object
org.apache.taglibs.standard.lang.jstl.test.StaticFunctionTests
public class StaticFunctionTests
- extends java.lang.Object
This class contains some test functions.
- Author:
- Shawn Bayern
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StaticFunctionTests
public StaticFunctionTests()
main
public static void main(java.lang.String[] args)
throws java.lang.Exception
- Throws:
java.lang.Exception
add
public static int add(int a,
int b)
multiply
public static int multiply(int a,
int b)
getInt
public static int getInt(java.lang.Integer i)
getInteger
public static java.lang.Integer getInteger(int i)
getSampleMethodMap
public static java.util.Map getSampleMethodMap()
throws java.lang.Exception
- Throws:
java.lang.Exception
Copyright (c) 1999-2012 Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.