|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectariba.ui.widgets.Util
public final class Util
| Constructor Summary | |
|---|---|
Util()
|
|
| Method Summary | |
|---|---|
static Object |
addElement(Object array,
Object newElement)
|
static Object |
getElements(List vector,
Class desiredClass)
|
static boolean |
isIE4(AWRequest request)
|
static Boolean |
isIE4(AWRequestContext requestContext)
|
static Boolean |
isIE4(AWSession session)
|
static int |
min(int int1,
int int2)
|
static Object |
removeElementAt(Object array,
int index)
|
static void |
setHeadersForDownload(AWRequestContext requestContext,
AWResponse response,
String fileName)
Sets the Content-Disposition header in a browser dependent way. |
static void |
setHeadersForDownload(AWResponse response,
String fileName)
Deprecated. Use setHeadersForDownload with requestContext instead |
static Object |
subarray(Object array,
int startIndex)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Util()
| Method Detail |
|---|
public static Object getElements(List vector,
Class desiredClass)
public static Object removeElementAt(Object array,
int index)
public static Object addElement(Object array,
Object newElement)
public static Object subarray(Object array,
int startIndex)
public static int min(int int1,
int int2)
public static boolean isIE4(AWRequest request)
public static Boolean isIE4(AWSession session)
public static Boolean isIE4(AWRequestContext requestContext)
public static void setHeadersForDownload(AWResponse response,
String fileName)
public static void setHeadersForDownload(AWRequestContext requestContext,
AWResponse response,
String fileName)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||