org.apache.taglibs.standard.lang.jstl.test
Class StaticFunctionTests

java.lang.Object
  extended by org.apache.taglibs.standard.lang.jstl.test.StaticFunctionTests

public class StaticFunctionTests
extends java.lang.Object

This class contains some test functions.

Author:
Shawn Bayern

Constructor Summary
StaticFunctionTests()
           
 
Method Summary
static int add(int a, int b)
           
static int getInt(java.lang.Integer i)
           
static java.lang.Integer getInteger(int i)
           
static java.util.Map getSampleMethodMap()
           
static void main(java.lang.String[] args)
           
static int multiply(int a, int b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StaticFunctionTests

public StaticFunctionTests()
Method Detail

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.