|
XFA4J | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface HrefHandler
This interface defines the services that handle href related actions in an XFA based form.
| Method Summary | |
|---|---|
Model |
getDocument(AppModel appModel)
Gets the TemplateModel associated with the
given AppModel. |
AppModel |
loadFragment(AppModel appModel,
java.lang.String sUrl)
Resolves a URL and loads the reference XFA document into a new AppModel. |
AppModel |
loadFragment(ProtoableNode protoableNode)
Resolves the usehref attribute in the given ProtoableNode and
loads the referenced document into a new AppModel. |
| Method Detail |
|---|
AppModel loadFragment(ProtoableNode protoableNode)
usehref attribute in the given ProtoableNode and
loads the referenced document into a new AppModel.
Any fragment identifier in the URL is ignored.
protoableNode - a ProtoableNode with a usehref attribute.
AppModel containing the document loaded
from the referenced location, or null upon error.
AppModel loadFragment(AppModel appModel,
java.lang.String sUrl)
AppModel.
Any fragment identifier in the URL is ignored.
appModel - the AppModel containing the URL.sUrl - the URL that references the external XFA document
AppModel containing the document loaded
from the referenced location.Model getDocument(AppModel appModel)
TemplateModel associated with the
given AppModel.
appModel - an AppModel
TemplateModel from appModel
or null if there is no TemplateModel.
|
XFA4J | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||