Examples of separadorTags()


Examples of PackTratamento.Tratamento.separadorTags()

            String id = request.getParameter("id");
            String professor = request.getParameter("professor");
            Vector<String> tags = new Vector();
            String tag1 = new String();
            tag1 = request.getParameter("palavras-chave");
            tags = t.separadorTags(tag1);
            String[] disciplinas = new String[5];
            disciplinas[0] = request.getParameter("disciplinas");
            String grau = request.getParameter("grau_dificuldade");
            String tipo = request.getParameter("tipo");
            Questao q1  = null;
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.