public class ActionMarkers
extends java.lang.Object
| Constructor and Description |
|---|
ActionMarkers() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ReplacementMarker> |
getReplacementList(java.lang.String page,
char[][] nameSpaces,
IExecContext context,
java.lang.String actionMapName)
This method gets a list of all the replacement sections in the page.
|
java.util.List<ReplacementMarker> |
getReplacementList(java.lang.String page,
IExecContext context,
java.lang.String actionMapName)
This method gets a list of all the replacement sections in the page.
|
public java.util.List<ReplacementMarker> getReplacementList(java.lang.String page, char[][] nameSpaces, IExecContext context, java.lang.String actionMapName) throws java.lang.ClassNotFoundException, java.lang.InstantiationException, java.lang.IllegalAccessException, java.lang.reflect.InvocationTargetException, java.lang.NoSuchMethodException, BadXMLException
page - is the base page that may contain sections that we want to
replace with other data.nameSpaces - Name spaces used by this xmlcontext - actionMapName - java.lang.ClassNotFoundException - InstantiationException IllegalAccessException InvocationTargetException NoSuchMethodException BadXMLException
if something goes wrong and we want to notify the caller.java.lang.InstantiationExceptionjava.lang.IllegalAccessExceptionjava.lang.reflect.InvocationTargetExceptionjava.lang.NoSuchMethodExceptionBadXMLExceptionpublic java.util.List<ReplacementMarker> getReplacementList(java.lang.String page, IExecContext context, java.lang.String actionMapName) throws java.lang.ClassNotFoundException, java.lang.InstantiationException, java.lang.IllegalAccessException, java.lang.reflect.InvocationTargetException, java.lang.NoSuchMethodException
page - is the base page that may contain sections that we want to
replace with other data.java.lang.ClassNotFoundException - InstantiationException IllegalAccessException InvocationTargetException
NoSuchMethodException
if something goes wrong and we want to notify the
caller.java.lang.InstantiationExceptionjava.lang.IllegalAccessExceptionjava.lang.reflect.InvocationTargetExceptionjava.lang.NoSuchMethodException