|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.plumtree.portalpages.portlets.userprofile.infrastructure.HTMLHelper
public class HTMLHelper
| Field Summary | |
|---|---|
static java.lang.String |
BLANK_URL
string for a blank URL |
protected static java.lang.String |
CLASSID_TAG
|
protected static java.lang.String |
MODE_TAG
|
protected static java.lang.String |
OBJECTID_TAG
|
protected static java.lang.String |
PTOPENERLINK_END
|
protected static java.lang.String |
PTOPENERLINK_START
|
protected static java.lang.String |
SINGLEQUOTE
|
| Constructor Summary | |
|---|---|
HTMLHelper()
|
|
| Method Summary | |
|---|---|
static ProfileCell |
CreateProfileRowFromPTResults(AActivitySpace aspace,
IPTQueryResult searchResponse,
int index,
int Classid)
This method will return a standard introspective portlet cell based on a Plumtree ASQueryResultWrapper object. |
static ProfileCell |
CreateProfileRowFromPTResults(AActivitySpace aspace,
IPTSearchResponse searchResponse,
int index)
This method will return a standard introspective portlet cell based on a Plumtree IPTSearchResponse object. |
static HTMLElement |
GetHeaderView(java.lang.String _sHeaderTitle)
Returns the header for the Section. |
static HTMLAnchor |
GetObjectOpenerTag(AActivitySpace aspace,
java.lang.String name,
int classid,
int objectid)
Returns a pttag that sould create an appropriate URL to open a plumtree object |
static HTMLTable |
GetShortSpacerTable()
Returns a short empty table. |
static HTMLTable |
GetSpacerTable()
Returns an empty table. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final java.lang.String PTOPENERLINK_START
protected static final java.lang.String PTOPENERLINK_END
protected static final java.lang.String OBJECTID_TAG
protected static final java.lang.String CLASSID_TAG
protected static final java.lang.String MODE_TAG
protected static final java.lang.String SINGLEQUOTE
public static final java.lang.String BLANK_URL
| Constructor Detail |
|---|
public HTMLHelper()
| Method Detail |
|---|
public static ProfileCell CreateProfileRowFromPTResults(AActivitySpace aspace,
IPTQueryResult searchResponse,
int index,
int Classid)
throws HTMLException
searchResponse - THe search result object containing all the dataindex - the index row of the search resultClassid -
HTMLException
public static ProfileCell CreateProfileRowFromPTResults(AActivitySpace aspace,
IPTSearchResponse searchResponse,
int index)
throws HTMLException
searchResponse - THe search result object containing all the dataindex - the index row of the search result
HTMLExceptionpublic static HTMLElement GetHeaderView(java.lang.String _sHeaderTitle)
_sHeaderTitle - Title you want to display in the header.
public static HTMLAnchor GetObjectOpenerTag(AActivitySpace aspace,
java.lang.String name,
int classid,
int objectid)
throws HTMLException
name - classid - the classid of the plumtree objectobjectid - the Plumtree object id
HTMLExceptionpublic static HTMLTable GetShortSpacerTable()
public static HTMLTable GetSpacerTable()
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||