|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.plumtree.taskapi.portalui.TaskAPIUIHTML
public class TaskAPIUIHTML
HTML Related TaskAPI functions.
Constructor Summary | |
---|---|
TaskAPIUIHTML()
|
Method Summary | |
---|---|
static void |
CreateHorizontalSpacerCell(HTMLTableRow myTableRow)
Adds a spacer cell with a cell width of 4to the specified HTMLTableRow |
static HTMLImg |
GetImageConstruct(AActivitySpace owner,
PTConstructType construct)
Gets an HTML Image element for the specified Plumtree Image Construct. |
static HTMLImg |
GetSpacerImage(java.lang.String strWidth,
java.lang.String strHeight)
Gets a blank spacer image element with the specified width and height. |
static java.lang.String |
HTMLDecode(java.lang.String strValue)
Returns a decoded version of the input string, assuming it was a valid HTML encoding. |
static java.lang.String |
HTMLEncode(java.lang.String strValue)
Returns an HTML-encoded version of the input string, or empty string if input is null. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TaskAPIUIHTML()
Method Detail |
---|
public static void CreateHorizontalSpacerCell(HTMLTableRow myTableRow)
myTableRow
- HTMLTableRow to add the spacer cell topublic static HTMLImg GetImageConstruct(AActivitySpace owner, PTConstructType construct)
owner
- Current Activityspace.construct
- A Plumtree Image Construct.
public static HTMLImg GetSpacerImage(java.lang.String strWidth, java.lang.String strHeight)
strWidth
- Width value that goes directly into the width attribute in the HTML img element.strHeight
- Height value that goes directly into the width attribute in the HTML img element.
public static java.lang.String HTMLEncode(java.lang.String strValue)
strValue
- a string of characters to encode for use as HTML text.
null
.public static java.lang.String HTMLDecode(java.lang.String strValue)
strValue
- the string to decode.
XPNullPointerException
- if input is null
.
XPUnsupportedEncodingException
- if an invalid ampersand escape is found.
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |