org.mentawai.util
Class ActionUtils
java.lang.Object
org.mentawai.util.ActionUtils
public class ActionUtils
- extends Object
|
Method Summary |
static String |
call(ActionConfig ac)
|
static String |
call(ActionConfig ac,
Map<String,Object> params)
|
static String |
call(int port,
ActionConfig ac)
|
static String |
call(int port,
ActionConfig ac,
Map<String,Object> params)
|
static String |
call(String host,
ActionConfig ac)
|
static String |
call(String host,
ActionConfig ac,
Map<String,Object> params)
|
static String |
call(String host,
int port,
ActionConfig ac)
|
static String |
call(String host,
int port,
ActionConfig ac,
Map<String,Object> params)
|
static String |
getUrlFrom(ActionConfig ac)
|
static String |
getUrlWithContextFrom(ActionConfig ac)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ActionUtils
public ActionUtils()
getUrlFrom
public static String getUrlFrom(ActionConfig ac)
getUrlWithContextFrom
public static String getUrlWithContextFrom(ActionConfig ac)
call
public static String call(String host,
ActionConfig ac,
Map<String,Object> params)
throws Throwable
- Throws:
Throwable
call
public static String call(String host,
ActionConfig ac)
throws Throwable
- Throws:
Throwable
call
public static String call(int port,
ActionConfig ac,
Map<String,Object> params)
throws Throwable
- Throws:
Throwable
call
public static String call(int port,
ActionConfig ac)
throws Throwable
- Throws:
Throwable
call
public static String call(ActionConfig ac,
Map<String,Object> params)
throws Throwable
- Throws:
Throwable
call
public static String call(ActionConfig ac)
throws Throwable
- Throws:
Throwable
call
public static String call(String host,
int port,
ActionConfig ac,
Map<String,Object> params)
throws Throwable
- Throws:
Throwable
call
public static String call(String host,
int port,
ActionConfig ac)
throws Throwable
- Throws:
Throwable
Copyright © 2012. All Rights Reserved.