Package | Description |
---|---|
com.fatwire.gst.foundation.include |
Modifier and Type | Method and Description |
---|---|
IncludeElement |
IncludeElement.argument(String name,
boolean value)
Adds the name value pair as an argument to the CallElement tag.
|
IncludeElement |
IncludeElement.argument(String name,
byte[] value)
Adds the name value pair as an argument to the CallElement tag.
|
IncludeElement |
IncludeElement.argument(String name,
Date value)
Adds the name value pair as an argument to the CallElement tag.
|
IncludeElement |
IncludeElement.argument(String name,
int value)
Adds the name value pair as an argument to the CallElement tag.
|
IncludeElement |
IncludeElement.argument(String name,
long value)
Adds the name value pair as an argument to the CallElement tag.
|
IncludeElement |
IncludeElement.argument(String name,
String value)
Adds the name value pair as an argument to the CallElement tag.
|
IncludeElement |
IncludeElement.copyArguments(String... name)
Copies the ics variables identified by the name array
|
IncludeElement |
IncludeService.element(String name,
String elementname)
Creates a IncludeElement and registers this under the name for retrieval
in the View layer by that name.
|
IncludeElement |
DefaultIncludeService.element(String name,
String elementname) |
IncludeElement |
IncludeElement.global() |
IncludeElement |
IncludeElement.local() |
IncludeElement |
IncludeElement.setScope(CallElement.Scope scope) |
IncludeElement |
IncludeElement.stacked() |
Copyright © 2010-2016 Oracle Corporation. All Rights Reserved.