| java.lang.Object biz.hammurapi.web.ActionsBase biz.hammurapi.web.MetadataActions
generateMenu | public Object generateMenu(Context ctx) throws Exception(Code) | | Generates menus from table metadata
Parameters: request - Parameters: response - Parameters: servlet - throws: SQLException - throws: ClassNotFoundException - throws: SQLException - throws: ConfigurationException - throws: RemoteException - throws: RuleExecutionSetNotFoundException - throws: RuleSessionCreateException - throws: RuleSessionTypeUnsupportedException - |
getColumns | public static Object getColumns(Context ctx) throws SQLException, HammurapiWebException(Code) | | Retrieves table columns, injects them as a parameter to the interaction and
returns the interaction for rendering.
Parameters: request - Parameters: response - Parameters: servlet - Collection of columns or error message. throws: HammurapiWebException - |
helpPage | public Object helpPage(Context ctx) throws SQLException(Code) | | Generates help page to mount to the help system.
Parameters: request - Parameters: response - Parameters: servlet - throws: SQLException - |
helpTree | public Object helpTree(Context ctx) throws SQLException(Code) | | Generates help tree to mount to the help system.
Parameters: request - Parameters: response - Parameters: servlet - throws: SQLException - |
Methods inherited from biz.hammurapi.web.ActionsBase | protected static Object getGlobal(HttpServletRequest request, String name)(Code)(Java Doc) protected Menu getMatched(HttpServletRequest request)(Code)(Java Doc) protected Menu getMenu(HttpServletRequest request)(Code)(Java Doc) public static String getReferrer(HttpServletRequest request)(Code)(Java Doc) protected Object getRemoted(HttpServletRequest request, HttpServletResponse response, String name)(Code)(Java Doc) protected String getUid()(Code)(Java Doc) protected boolean hasPermission(HttpServletRequest request, Class clazz, String action)(Code)(Java Doc) protected static boolean includeThisInPath(HttpServletRequest request)(Code)(Java Doc) public void invoke(HttpServletRequest request, HttpServletResponse response) throws IOException(Code)(Java Doc) public static boolean isBlank(String str)(Code)(Java Doc) public void java(HttpServletRequest request, HttpServletResponse response, ActionServlet servlet) throws IOException(Code)(Java Doc) public DomSerializable request2xml(HttpServletRequest request, HttpServletResponse response)(Code)(Java Doc) protected void setReferrer(HttpServletRequest request, Attributable target)(Code)(Java Doc) public Object sql(HttpServletRequest request, HttpServletResponse response, ActionServlet servlet) throws IOException(Code)(Java Doc)
|
|
|