|
WebObjects 5.4 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WOMLNamespace
Method Summary | |
---|---|
boolean |
canGenerateElement(WOMLElement element)
Returns true if the receiver can generate a WOElement from the information contained in the given WOMLElement. |
void |
contributeToDeclaration(WOMLElement element,
WOElement template,
com.webobjects.appserver._private.WOMutableDeclaration declaration,
NSArray<String> languages,
WOAssociationFactory associationFactory)
Contributes from the receiving namespace into the declaration given. |
WOElement |
generateElement(WOMLElement element,
WOElement template,
com.webobjects.appserver._private.WOMutableDeclaration declaration,
NSArray<String> languages,
WOAssociationFactory associationFactory)
Returns the constructed WOElement from the given WOMLElement, template (child WOElement of the WOMLElement) and declaration. |
String |
getNamespaceId()
Returns the namespace identifier for this namespace. |
Method Detail |
---|
String getNamespaceId()
boolean canGenerateElement(WOMLElement element)
element
-
WOElement generateElement(WOMLElement element, WOElement template, com.webobjects.appserver._private.WOMutableDeclaration declaration, NSArray<String> languages, WOAssociationFactory associationFactory) throws WOMLElementGenerationException
element
- template
- declaration
- associationFactory
-
WOMLElementGenerationException
void contributeToDeclaration(WOMLElement element, WOElement template, com.webobjects.appserver._private.WOMutableDeclaration declaration, NSArray<String> languages, WOAssociationFactory associationFactory) throws WOMLElementGenerationException
element
- template
- declaration
- associationFactory
-
WOMLElementGenerationException
|
Last updated Tuesday, October 9, 2007 08:58 PDT | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |