|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectimcode.util.Html
public class Html
| Method Summary | |
|---|---|
static java.lang.String |
createOptionList(java.util.Collection allValues,
java.util.Collection selectedValues,
ToStringPairTransformer objectToStringPairTransformer)
|
static java.lang.String |
createOptionList(java.util.Collection allValues,
java.lang.Object[] selectedValues,
ToStringPairTransformer objectToStringPairTransformer)
|
static java.lang.String |
createOptionList(java.util.Collection allValues,
java.lang.Object selectedValue,
ToStringPairTransformer objectToStringPairTransformer)
|
static java.lang.String |
createOptionList(java.util.Collection allValues,
java.util.Set selectedValues,
ToStringPairTransformer objectToStringPairTransformer)
|
static java.lang.String |
createOptionList(java.util.Collection allValues,
ToStringPairTransformer transformer)
|
static java.lang.String |
createOptionList(java.util.List allValues,
java.util.List selectedValues)
Deprecated. |
static java.lang.String |
createOptionList(java.util.List data,
java.lang.String selected)
Deprecated. |
static java.lang.String |
createOptionListOfCategories(java.util.Collection categories,
CategoryTypeDomainObject categoryType)
|
static java.lang.String |
createOptionListOfCategoriesOfTypeForDocument(CategoryMapper categoryMapper,
CategoryTypeDomainObject categoryType,
DocumentDomainObject document,
javax.servlet.http.HttpServletRequest request)
|
static java.lang.String |
createOptionListOfCategoriesOfTypeNotSelectedForDocument(DocumentMapper documentMapper,
CategoryTypeDomainObject categoryType,
DocumentDomainObject document)
|
static java.lang.String |
createUsersOptionList(ImcmsServices imcref)
|
static java.lang.String |
getAdminButtons(UserDomainObject user,
DocumentDomainObject document,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Returns the menubuttonrow |
static java.lang.String |
getLinkedStatusIconTemplate(DocumentDomainObject document,
UserDomainObject user,
javax.servlet.http.HttpServletRequest request)
|
static java.lang.String |
getStatusIconTemplate(DocumentDomainObject document,
UserDomainObject user)
|
static java.lang.String |
hidden(java.lang.String name,
java.lang.String value)
|
static java.lang.String |
option(java.lang.String elementValue,
java.lang.String content,
boolean selected)
|
static java.lang.String |
radio(java.lang.String name,
java.lang.String value,
boolean selected)
|
static java.lang.String |
removeTags(java.lang.String html)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static java.lang.String createOptionList(java.util.List allValues,
java.util.List selectedValues)
public static java.lang.String createOptionList(java.util.Collection allValues,
ToStringPairTransformer transformer)
public static java.lang.String createOptionList(java.util.Collection allValues,
java.lang.Object selectedValue,
ToStringPairTransformer objectToStringPairTransformer)
public static java.lang.String createOptionList(java.util.Collection allValues,
java.lang.Object[] selectedValues,
ToStringPairTransformer objectToStringPairTransformer)
public static java.lang.String createOptionList(java.util.Collection allValues,
java.util.Collection selectedValues,
ToStringPairTransformer objectToStringPairTransformer)
public static java.lang.String createOptionList(java.util.Collection allValues,
java.util.Set selectedValues,
ToStringPairTransformer objectToStringPairTransformer)
public static java.lang.String createOptionList(java.util.List data,
java.lang.String selected)
public static java.lang.String createOptionListOfCategoriesOfTypeForDocument(CategoryMapper categoryMapper,
CategoryTypeDomainObject categoryType,
DocumentDomainObject document,
javax.servlet.http.HttpServletRequest request)
public static java.lang.String createOptionListOfCategoriesOfTypeNotSelectedForDocument(DocumentMapper documentMapper,
CategoryTypeDomainObject categoryType,
DocumentDomainObject document)
public static java.lang.String createOptionListOfCategories(java.util.Collection categories,
CategoryTypeDomainObject categoryType)
public static java.lang.String getLinkedStatusIconTemplate(DocumentDomainObject document,
UserDomainObject user,
javax.servlet.http.HttpServletRequest request)
public static java.lang.String getStatusIconTemplate(DocumentDomainObject document,
UserDomainObject user)
public static java.lang.String option(java.lang.String elementValue,
java.lang.String content,
boolean selected)
public static java.lang.String hidden(java.lang.String name,
java.lang.String value)
public static java.lang.String radio(java.lang.String name,
java.lang.String value,
boolean selected)
public static java.lang.String getAdminButtons(UserDomainObject user,
DocumentDomainObject document,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
public static java.lang.String removeTags(java.lang.String html)
public static java.lang.String createUsersOptionList(ImcmsServices imcref)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||