com.taggercat.template
Class ActionNameReader
java.lang.Object
com.taggercat.template.ActionNameReader
public class ActionNameReader
- extends java.lang.Object
This class is used to read the the action names assigned to request handlers
that are specified using annotations.
-
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ActionNameReader
public ActionNameReader()
getDeclaredActionNames
public static java.util.List<java.lang.String> getDeclaredActionNames(javax.servlet.ServletContext servletContext)
throws java.io.IOException
- Throws:
java.io.IOException
getDeclaredActionNames
public static java.util.List<java.lang.String> getDeclaredActionNames()
setDeclaredActionNames
public static void setDeclaredActionNames(java.util.List<java.lang.String> declaredActionNames)