Copyright© 2008-2022 Sitevision AB, all rights reserved.
Package | Description |
---|---|
senselogic.sitevision.api.webresource.doctype |
DOCTYPE utility interfaces
|
Modifier and Type | Method and Description |
---|---|
DocType |
DocTypeUtil.getDocType()
Gets the doctype for current page.
|
DocType |
DocTypeUtil.getDocType(Node aPageNode)
Gets the doctype for a certain page.
|
static DocType |
DocType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DocType[] |
DocType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
DocTypeUtil.isDocType(DocType aDocType)
Checks if the doctype for current page matches a certain DocType.
|
boolean |
DocTypeUtil.isDocType(Node aPageNode,
DocType aDocType)
Checks if the doctype for a certain page matches a certain DocType.
|
Sitevision - Portal and Content Management Made Easy
Sitevision is an advanced Java enterprise portal product and a portlet container (JSR 286) that implements Java Content Repository (JSR 283).
Copyright© 2008-2022 Sitevision AB, all rights reserved.