http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/1b4f98a0/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Meter.java ---------------------------------------------------------------------- diff --git a/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Meter.java b/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Meter.java new file mode 100644 index 0000000..7f3ac0b --- /dev/null +++ b/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Meter.java @@ -0,0 +1,26 @@ +/*************************************************************************************************************************** + * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + ***************************************************************************************************************************/ + +package org.apache.juneau.html.dto; + +import org.apache.juneau.xml.annotation.*; + +/** + * TODO + * <p> + * + * @author James Bognar ([email protected]) + */ +@Xml(name="x") +public class Meter extends HtmlElement { +}
http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/1b4f98a0/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Nav.java ---------------------------------------------------------------------- diff --git a/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Nav.java b/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Nav.java new file mode 100644 index 0000000..6187d51 --- /dev/null +++ b/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Nav.java @@ -0,0 +1,26 @@ +/*************************************************************************************************************************** + * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + ***************************************************************************************************************************/ + +package org.apache.juneau.html.dto; + +import org.apache.juneau.xml.annotation.*; + +/** + * TODO + * <p> + * + * @author James Bognar ([email protected]) + */ +@Xml(name="x") +public class Nav extends HtmlElement { +} http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/1b4f98a0/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Noscript.java ---------------------------------------------------------------------- diff --git a/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Noscript.java b/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Noscript.java new file mode 100644 index 0000000..e5a9c45 --- /dev/null +++ b/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Noscript.java @@ -0,0 +1,26 @@ +/*************************************************************************************************************************** + * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + ***************************************************************************************************************************/ + +package org.apache.juneau.html.dto; + +import org.apache.juneau.xml.annotation.*; + +/** + * TODO + * <p> + * + * @author James Bognar ([email protected]) + */ +@Xml(name="x") +public class Noscript extends HtmlElement { +} http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/1b4f98a0/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Object.java ---------------------------------------------------------------------- diff --git a/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Object.java b/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Object.java new file mode 100644 index 0000000..11a3ed0 --- /dev/null +++ b/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Object.java @@ -0,0 +1,26 @@ +/*************************************************************************************************************************** + * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + ***************************************************************************************************************************/ + +package org.apache.juneau.html.dto; + +import org.apache.juneau.xml.annotation.*; + +/** + * TODO + * <p> + * + * @author James Bognar ([email protected]) + */ +@Xml(name="x") +public class Object extends HtmlElement { +} http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/1b4f98a0/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Ol.java ---------------------------------------------------------------------- diff --git a/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Ol.java b/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Ol.java new file mode 100644 index 0000000..2203849 --- /dev/null +++ b/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Ol.java @@ -0,0 +1,26 @@ +/*************************************************************************************************************************** + * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + ***************************************************************************************************************************/ + +package org.apache.juneau.html.dto; + +import org.apache.juneau.xml.annotation.*; + +/** + * TODO + * <p> + * + * @author James Bognar ([email protected]) + */ +@Xml(name="x") +public class Ol extends HtmlElement { +} http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/1b4f98a0/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Optgroup.java ---------------------------------------------------------------------- diff --git a/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Optgroup.java b/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Optgroup.java new file mode 100644 index 0000000..bd46cea --- /dev/null +++ b/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Optgroup.java @@ -0,0 +1,26 @@ +/*************************************************************************************************************************** + * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + ***************************************************************************************************************************/ + +package org.apache.juneau.html.dto; + +import org.apache.juneau.xml.annotation.*; + +/** + * TODO + * <p> + * + * @author James Bognar ([email protected]) + */ +@Xml(name="x") +public class Optgroup extends HtmlElement { +} http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/1b4f98a0/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Option.java ---------------------------------------------------------------------- diff --git a/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Option.java b/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Option.java new file mode 100644 index 0000000..c00ba9c --- /dev/null +++ b/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Option.java @@ -0,0 +1,26 @@ +/*************************************************************************************************************************** + * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + ***************************************************************************************************************************/ + +package org.apache.juneau.html.dto; + +import org.apache.juneau.xml.annotation.*; + +/** + * TODO + * <p> + * + * @author James Bognar ([email protected]) + */ +@Xml(name="x") +public class Option extends HtmlElement { +} http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/1b4f98a0/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Output.java ---------------------------------------------------------------------- diff --git a/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Output.java b/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Output.java new file mode 100644 index 0000000..920b1d3 --- /dev/null +++ b/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Output.java @@ -0,0 +1,26 @@ +/*************************************************************************************************************************** + * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + ***************************************************************************************************************************/ + +package org.apache.juneau.html.dto; + +import org.apache.juneau.xml.annotation.*; + +/** + * TODO + * <p> + * + * @author James Bognar ([email protected]) + */ +@Xml(name="x") +public class Output extends HtmlElement { +} http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/1b4f98a0/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/P.java ---------------------------------------------------------------------- diff --git a/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/P.java b/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/P.java new file mode 100644 index 0000000..86f5126 --- /dev/null +++ b/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/P.java @@ -0,0 +1,26 @@ +/*************************************************************************************************************************** + * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + ***************************************************************************************************************************/ + +package org.apache.juneau.html.dto; + +import org.apache.juneau.xml.annotation.*; + +/** + * TODO + * <p> + * + * @author James Bognar ([email protected]) + */ +@Xml(name="x") +public class P extends HtmlElement { +} http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/1b4f98a0/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Param.java ---------------------------------------------------------------------- diff --git a/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Param.java b/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Param.java new file mode 100644 index 0000000..9ea876b --- /dev/null +++ b/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Param.java @@ -0,0 +1,26 @@ +/*************************************************************************************************************************** + * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + ***************************************************************************************************************************/ + +package org.apache.juneau.html.dto; + +import org.apache.juneau.xml.annotation.*; + +/** + * TODO + * <p> + * + * @author James Bognar ([email protected]) + */ +@Xml(name="x") +public class Param extends HtmlElement { +} http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/1b4f98a0/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Pre.java ---------------------------------------------------------------------- diff --git a/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Pre.java b/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Pre.java new file mode 100644 index 0000000..2096a17 --- /dev/null +++ b/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Pre.java @@ -0,0 +1,26 @@ +/*************************************************************************************************************************** + * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + ***************************************************************************************************************************/ + +package org.apache.juneau.html.dto; + +import org.apache.juneau.xml.annotation.*; + +/** + * TODO + * <p> + * + * @author James Bognar ([email protected]) + */ +@Xml(name="x") +public class Pre extends HtmlElement { +} http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/1b4f98a0/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Progress.java ---------------------------------------------------------------------- diff --git a/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Progress.java b/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Progress.java new file mode 100644 index 0000000..3646bee --- /dev/null +++ b/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Progress.java @@ -0,0 +1,26 @@ +/*************************************************************************************************************************** + * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + ***************************************************************************************************************************/ + +package org.apache.juneau.html.dto; + +import org.apache.juneau.xml.annotation.*; + +/** + * TODO + * <p> + * + * @author James Bognar ([email protected]) + */ +@Xml(name="x") +public class Progress extends HtmlElement { +} http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/1b4f98a0/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Q.java ---------------------------------------------------------------------- diff --git a/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Q.java b/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Q.java new file mode 100644 index 0000000..add1040 --- /dev/null +++ b/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Q.java @@ -0,0 +1,26 @@ +/*************************************************************************************************************************** + * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + ***************************************************************************************************************************/ + +package org.apache.juneau.html.dto; + +import org.apache.juneau.xml.annotation.*; + +/** + * TODO + * <p> + * + * @author James Bognar ([email protected]) + */ +@Xml(name="x") +public class Q extends HtmlElement { +} http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/1b4f98a0/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Rp.java ---------------------------------------------------------------------- diff --git a/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Rp.java b/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Rp.java new file mode 100644 index 0000000..fdeae0a --- /dev/null +++ b/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Rp.java @@ -0,0 +1,26 @@ +/*************************************************************************************************************************** + * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + ***************************************************************************************************************************/ + +package org.apache.juneau.html.dto; + +import org.apache.juneau.xml.annotation.*; + +/** + * TODO + * <p> + * + * @author James Bognar ([email protected]) + */ +@Xml(name="x") +public class Rp extends HtmlElement { +} http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/1b4f98a0/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Rt.java ---------------------------------------------------------------------- diff --git a/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Rt.java b/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Rt.java new file mode 100644 index 0000000..1ca64ff --- /dev/null +++ b/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Rt.java @@ -0,0 +1,26 @@ +/*************************************************************************************************************************** + * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + ***************************************************************************************************************************/ + +package org.apache.juneau.html.dto; + +import org.apache.juneau.xml.annotation.*; + +/** + * TODO + * <p> + * + * @author James Bognar ([email protected]) + */ +@Xml(name="x") +public class Rt extends HtmlElement { +} http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/1b4f98a0/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Ruby.java ---------------------------------------------------------------------- diff --git a/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Ruby.java b/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Ruby.java new file mode 100644 index 0000000..ae3dc4f --- /dev/null +++ b/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Ruby.java @@ -0,0 +1,26 @@ +/*************************************************************************************************************************** + * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + ***************************************************************************************************************************/ + +package org.apache.juneau.html.dto; + +import org.apache.juneau.xml.annotation.*; + +/** + * TODO + * <p> + * + * @author James Bognar ([email protected]) + */ +@Xml(name="x") +public class Ruby extends HtmlElement { +} http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/1b4f98a0/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/S.java ---------------------------------------------------------------------- diff --git a/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/S.java b/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/S.java new file mode 100644 index 0000000..7ac35f0 --- /dev/null +++ b/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/S.java @@ -0,0 +1,26 @@ +/*************************************************************************************************************************** + * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + ***************************************************************************************************************************/ + +package org.apache.juneau.html.dto; + +import org.apache.juneau.xml.annotation.*; + +/** + * TODO + * <p> + * + * @author James Bognar ([email protected]) + */ +@Xml(name="x") +public class S extends HtmlElement { +} http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/1b4f98a0/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Samp.java ---------------------------------------------------------------------- diff --git a/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Samp.java b/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Samp.java new file mode 100644 index 0000000..2113f94 --- /dev/null +++ b/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Samp.java @@ -0,0 +1,26 @@ +/*************************************************************************************************************************** + * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + ***************************************************************************************************************************/ + +package org.apache.juneau.html.dto; + +import org.apache.juneau.xml.annotation.*; + +/** + * TODO + * <p> + * + * @author James Bognar ([email protected]) + */ +@Xml(name="x") +public class Samp extends HtmlElement { +} http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/1b4f98a0/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Script.java ---------------------------------------------------------------------- diff --git a/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Script.java b/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Script.java new file mode 100644 index 0000000..dcbfca2 --- /dev/null +++ b/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Script.java @@ -0,0 +1,26 @@ +/*************************************************************************************************************************** + * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + ***************************************************************************************************************************/ + +package org.apache.juneau.html.dto; + +import org.apache.juneau.xml.annotation.*; + +/** + * TODO + * <p> + * + * @author James Bognar ([email protected]) + */ +@Xml(name="x") +public class Script extends HtmlElement { +} http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/1b4f98a0/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Section.java ---------------------------------------------------------------------- diff --git a/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Section.java b/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Section.java new file mode 100644 index 0000000..6f385d3 --- /dev/null +++ b/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Section.java @@ -0,0 +1,26 @@ +/*************************************************************************************************************************** + * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + ***************************************************************************************************************************/ + +package org.apache.juneau.html.dto; + +import org.apache.juneau.xml.annotation.*; + +/** + * TODO + * <p> + * + * @author James Bognar ([email protected]) + */ +@Xml(name="x") +public class Section extends HtmlElement { +} http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/1b4f98a0/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Select.java ---------------------------------------------------------------------- diff --git a/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Select.java b/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Select.java new file mode 100644 index 0000000..621c6b4 --- /dev/null +++ b/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Select.java @@ -0,0 +1,26 @@ +/*************************************************************************************************************************** + * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + ***************************************************************************************************************************/ + +package org.apache.juneau.html.dto; + +import org.apache.juneau.xml.annotation.*; + +/** + * TODO + * <p> + * + * @author James Bognar ([email protected]) + */ +@Xml(name="x") +public class Select extends HtmlElement { +} http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/1b4f98a0/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Small.java ---------------------------------------------------------------------- diff --git a/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Small.java b/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Small.java new file mode 100644 index 0000000..c55c100 --- /dev/null +++ b/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Small.java @@ -0,0 +1,26 @@ +/*************************************************************************************************************************** + * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + ***************************************************************************************************************************/ + +package org.apache.juneau.html.dto; + +import org.apache.juneau.xml.annotation.*; + +/** + * TODO + * <p> + * + * @author James Bognar ([email protected]) + */ +@Xml(name="x") +public class Small extends HtmlElement { +} http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/1b4f98a0/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Source.java ---------------------------------------------------------------------- diff --git a/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Source.java b/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Source.java new file mode 100644 index 0000000..8f5b54b --- /dev/null +++ b/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Source.java @@ -0,0 +1,26 @@ +/*************************************************************************************************************************** + * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + ***************************************************************************************************************************/ + +package org.apache.juneau.html.dto; + +import org.apache.juneau.xml.annotation.*; + +/** + * TODO + * <p> + * + * @author James Bognar ([email protected]) + */ +@Xml(name="x") +public class Source extends HtmlElement { +} http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/1b4f98a0/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Span.java ---------------------------------------------------------------------- diff --git a/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Span.java b/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Span.java new file mode 100644 index 0000000..3a0ea97 --- /dev/null +++ b/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Span.java @@ -0,0 +1,26 @@ +/*************************************************************************************************************************** + * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + ***************************************************************************************************************************/ + +package org.apache.juneau.html.dto; + +import org.apache.juneau.xml.annotation.*; + +/** + * TODO + * <p> + * + * @author James Bognar ([email protected]) + */ +@Xml(name="x") +public class Span extends HtmlElement { +} http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/1b4f98a0/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Strong.java ---------------------------------------------------------------------- diff --git a/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Strong.java b/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Strong.java new file mode 100644 index 0000000..3e1c2da --- /dev/null +++ b/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Strong.java @@ -0,0 +1,26 @@ +/*************************************************************************************************************************** + * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + ***************************************************************************************************************************/ + +package org.apache.juneau.html.dto; + +import org.apache.juneau.xml.annotation.*; + +/** + * TODO + * <p> + * + * @author James Bognar ([email protected]) + */ +@Xml(name="x") +public class Strong extends HtmlElement { +} http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/1b4f98a0/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Style.java ---------------------------------------------------------------------- diff --git a/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Style.java b/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Style.java new file mode 100644 index 0000000..8d2b900 --- /dev/null +++ b/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Style.java @@ -0,0 +1,26 @@ +/*************************************************************************************************************************** + * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + ***************************************************************************************************************************/ + +package org.apache.juneau.html.dto; + +import org.apache.juneau.xml.annotation.*; + +/** + * TODO + * <p> + * + * @author James Bognar ([email protected]) + */ +@Xml(name="x") +public class Style extends HtmlElement { +} http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/1b4f98a0/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Sub.java ---------------------------------------------------------------------- diff --git a/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Sub.java b/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Sub.java new file mode 100644 index 0000000..a074e6d --- /dev/null +++ b/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Sub.java @@ -0,0 +1,26 @@ +/*************************************************************************************************************************** + * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + ***************************************************************************************************************************/ + +package org.apache.juneau.html.dto; + +import org.apache.juneau.xml.annotation.*; + +/** + * TODO + * <p> + * + * @author James Bognar ([email protected]) + */ +@Xml(name="x") +public class Sub extends HtmlElement { +} http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/1b4f98a0/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Summary.java ---------------------------------------------------------------------- diff --git a/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Summary.java b/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Summary.java new file mode 100644 index 0000000..528859e --- /dev/null +++ b/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Summary.java @@ -0,0 +1,26 @@ +/*************************************************************************************************************************** + * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + ***************************************************************************************************************************/ + +package org.apache.juneau.html.dto; + +import org.apache.juneau.xml.annotation.*; + +/** + * TODO + * <p> + * + * @author James Bognar ([email protected]) + */ +@Xml(name="x") +public class Summary extends HtmlElement { +} http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/1b4f98a0/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Sup.java ---------------------------------------------------------------------- diff --git a/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Sup.java b/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Sup.java new file mode 100644 index 0000000..abff4d7 --- /dev/null +++ b/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Sup.java @@ -0,0 +1,26 @@ +/*************************************************************************************************************************** + * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + ***************************************************************************************************************************/ + +package org.apache.juneau.html.dto; + +import org.apache.juneau.xml.annotation.*; + +/** + * TODO + * <p> + * + * @author James Bognar ([email protected]) + */ +@Xml(name="x") +public class Sup extends HtmlElement { +} http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/1b4f98a0/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Table.java ---------------------------------------------------------------------- diff --git a/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Table.java b/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Table.java new file mode 100644 index 0000000..4e9c699 --- /dev/null +++ b/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Table.java @@ -0,0 +1,26 @@ +/*************************************************************************************************************************** + * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + ***************************************************************************************************************************/ + +package org.apache.juneau.html.dto; + +import org.apache.juneau.xml.annotation.*; + +/** + * TODO + * <p> + * + * @author James Bognar ([email protected]) + */ +@Xml(name="x") +public class Table extends HtmlElement { +} http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/1b4f98a0/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Tbody.java ---------------------------------------------------------------------- diff --git a/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Tbody.java b/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Tbody.java new file mode 100644 index 0000000..7987f6a --- /dev/null +++ b/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Tbody.java @@ -0,0 +1,26 @@ +/*************************************************************************************************************************** + * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + ***************************************************************************************************************************/ + +package org.apache.juneau.html.dto; + +import org.apache.juneau.xml.annotation.*; + +/** + * TODO + * <p> + * + * @author James Bognar ([email protected]) + */ +@Xml(name="x") +public class Tbody extends HtmlElement { +} http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/1b4f98a0/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Td.java ---------------------------------------------------------------------- diff --git a/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Td.java b/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Td.java new file mode 100644 index 0000000..42cb8d2 --- /dev/null +++ b/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Td.java @@ -0,0 +1,26 @@ +/*************************************************************************************************************************** + * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + ***************************************************************************************************************************/ + +package org.apache.juneau.html.dto; + +import org.apache.juneau.xml.annotation.*; + +/** + * TODO + * <p> + * + * @author James Bognar ([email protected]) + */ +@Xml(name="x") +public class Td extends HtmlElement { +} http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/1b4f98a0/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Textarea.java ---------------------------------------------------------------------- diff --git a/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Textarea.java b/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Textarea.java new file mode 100644 index 0000000..fbad17b --- /dev/null +++ b/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Textarea.java @@ -0,0 +1,26 @@ +/*************************************************************************************************************************** + * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + ***************************************************************************************************************************/ + +package org.apache.juneau.html.dto; + +import org.apache.juneau.xml.annotation.*; + +/** + * TODO + * <p> + * + * @author James Bognar ([email protected]) + */ +@Xml(name="x") +public class Textarea extends HtmlElement { +} http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/1b4f98a0/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Tfoot.java ---------------------------------------------------------------------- diff --git a/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Tfoot.java b/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Tfoot.java new file mode 100644 index 0000000..ad7ef55 --- /dev/null +++ b/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Tfoot.java @@ -0,0 +1,26 @@ +/*************************************************************************************************************************** + * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + ***************************************************************************************************************************/ + +package org.apache.juneau.html.dto; + +import org.apache.juneau.xml.annotation.*; + +/** + * TODO + * <p> + * + * @author James Bognar ([email protected]) + */ +@Xml(name="x") +public class Tfoot extends HtmlElement { +} http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/1b4f98a0/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Th.java ---------------------------------------------------------------------- diff --git a/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Th.java b/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Th.java new file mode 100644 index 0000000..19ff38d --- /dev/null +++ b/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Th.java @@ -0,0 +1,26 @@ +/*************************************************************************************************************************** + * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + ***************************************************************************************************************************/ + +package org.apache.juneau.html.dto; + +import org.apache.juneau.xml.annotation.*; + +/** + * TODO + * <p> + * + * @author James Bognar ([email protected]) + */ +@Xml(name="x") +public class Th extends HtmlElement { +} http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/1b4f98a0/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Thead.java ---------------------------------------------------------------------- diff --git a/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Thead.java b/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Thead.java new file mode 100644 index 0000000..df9b32b --- /dev/null +++ b/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Thead.java @@ -0,0 +1,26 @@ +/*************************************************************************************************************************** + * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + ***************************************************************************************************************************/ + +package org.apache.juneau.html.dto; + +import org.apache.juneau.xml.annotation.*; + +/** + * TODO + * <p> + * + * @author James Bognar ([email protected]) + */ +@Xml(name="x") +public class Thead extends HtmlElement { +} http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/1b4f98a0/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Time.java ---------------------------------------------------------------------- diff --git a/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Time.java b/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Time.java new file mode 100644 index 0000000..1e2ee72 --- /dev/null +++ b/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Time.java @@ -0,0 +1,26 @@ +/*************************************************************************************************************************** + * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + ***************************************************************************************************************************/ + +package org.apache.juneau.html.dto; + +import org.apache.juneau.xml.annotation.*; + +/** + * TODO + * <p> + * + * @author James Bognar ([email protected]) + */ +@Xml(name="x") +public class Time extends HtmlElement { +} http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/1b4f98a0/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Title.java ---------------------------------------------------------------------- diff --git a/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Title.java b/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Title.java new file mode 100644 index 0000000..24619a8 --- /dev/null +++ b/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Title.java @@ -0,0 +1,26 @@ +/*************************************************************************************************************************** + * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + ***************************************************************************************************************************/ + +package org.apache.juneau.html.dto; + +import org.apache.juneau.xml.annotation.*; + +/** + * TODO + * <p> + * + * @author James Bognar ([email protected]) + */ +@Xml(name="x") +public class Title extends HtmlElement { +} http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/1b4f98a0/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Tr.java ---------------------------------------------------------------------- diff --git a/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Tr.java b/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Tr.java new file mode 100644 index 0000000..e27d7b6 --- /dev/null +++ b/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Tr.java @@ -0,0 +1,26 @@ +/*************************************************************************************************************************** + * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + ***************************************************************************************************************************/ + +package org.apache.juneau.html.dto; + +import org.apache.juneau.xml.annotation.*; + +/** + * TODO + * <p> + * + * @author James Bognar ([email protected]) + */ +@Xml(name="x") +public class Tr extends HtmlElement { +} http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/1b4f98a0/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Track.java ---------------------------------------------------------------------- diff --git a/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Track.java b/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Track.java new file mode 100644 index 0000000..add86c0 --- /dev/null +++ b/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Track.java @@ -0,0 +1,26 @@ +/*************************************************************************************************************************** + * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + ***************************************************************************************************************************/ + +package org.apache.juneau.html.dto; + +import org.apache.juneau.xml.annotation.*; + +/** + * TODO + * <p> + * + * @author James Bognar ([email protected]) + */ +@Xml(name="x") +public class Track extends HtmlElement { +} http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/1b4f98a0/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/U.java ---------------------------------------------------------------------- diff --git a/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/U.java b/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/U.java new file mode 100644 index 0000000..1fa5e19 --- /dev/null +++ b/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/U.java @@ -0,0 +1,26 @@ +/*************************************************************************************************************************** + * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + ***************************************************************************************************************************/ + +package org.apache.juneau.html.dto; + +import org.apache.juneau.xml.annotation.*; + +/** + * TODO + * <p> + * + * @author James Bognar ([email protected]) + */ +@Xml(name="x") +public class U extends HtmlElement { +} http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/1b4f98a0/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Ul.java ---------------------------------------------------------------------- diff --git a/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Ul.java b/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Ul.java new file mode 100644 index 0000000..7e4f820 --- /dev/null +++ b/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Ul.java @@ -0,0 +1,26 @@ +/*************************************************************************************************************************** + * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + ***************************************************************************************************************************/ + +package org.apache.juneau.html.dto; + +import org.apache.juneau.xml.annotation.*; + +/** + * TODO + * <p> + * + * @author James Bognar ([email protected]) + */ +@Xml(name="x") +public class Ul extends HtmlElement { +} http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/1b4f98a0/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Var.java ---------------------------------------------------------------------- diff --git a/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Var.java b/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Var.java new file mode 100644 index 0000000..eeaac40 --- /dev/null +++ b/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Var.java @@ -0,0 +1,26 @@ +/*************************************************************************************************************************** + * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + ***************************************************************************************************************************/ + +package org.apache.juneau.html.dto; + +import org.apache.juneau.xml.annotation.*; + +/** + * TODO + * <p> + * + * @author James Bognar ([email protected]) + */ +@Xml(name="x") +public class Var extends HtmlElement { +} http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/1b4f98a0/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Video.java ---------------------------------------------------------------------- diff --git a/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Video.java b/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Video.java new file mode 100644 index 0000000..d03de13 --- /dev/null +++ b/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Video.java @@ -0,0 +1,26 @@ +/*************************************************************************************************************************** + * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + ***************************************************************************************************************************/ + +package org.apache.juneau.html.dto; + +import org.apache.juneau.xml.annotation.*; + +/** + * TODO + * <p> + * + * @author James Bognar ([email protected]) + */ +@Xml(name="x") +public class Video extends HtmlElement { +} http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/1b4f98a0/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Wbr.java ---------------------------------------------------------------------- diff --git a/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Wbr.java b/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Wbr.java new file mode 100644 index 0000000..d95eaf7 --- /dev/null +++ b/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/Wbr.java @@ -0,0 +1,26 @@ +/*************************************************************************************************************************** + * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + ***************************************************************************************************************************/ + +package org.apache.juneau.html.dto; + +import org.apache.juneau.xml.annotation.*; + +/** + * TODO + * <p> + * + * @author James Bognar ([email protected]) + */ +@Xml(name="x") +public class Wbr extends HtmlElement { +} http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/1b4f98a0/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/X.java ---------------------------------------------------------------------- diff --git a/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/X.java b/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/X.java new file mode 100644 index 0000000..4960105 --- /dev/null +++ b/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/X.java @@ -0,0 +1,26 @@ +/*************************************************************************************************************************** + * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + ***************************************************************************************************************************/ + +package org.apache.juneau.html.dto; + +import org.apache.juneau.xml.annotation.*; + +/** + * TODO + * <p> + * + * @author James Bognar ([email protected]) + */ +@Xml(name="x") +public class X extends HtmlElement { +} http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/1b4f98a0/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/package.html ---------------------------------------------------------------------- diff --git a/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/package.html b/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/package.html new file mode 100644 index 0000000..a721d71 --- /dev/null +++ b/org.apache.juneau/src/main/java/org/apache/juneau/html/dto/package.html @@ -0,0 +1,41 @@ +<!DOCTYPE HTML> +<!-- +/*************************************************************************************************************************** + * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + ***************************************************************************************************************************/ + --> +<html> +<head> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> + <style type="text/css"> + /* For viewing in Page Designer */ + @IMPORT url("../../../../../../../javadoc.css"); + + /* For viewing in REST interface */ + @IMPORT url("../htdocs/javadoc.css"); + body { + margin: 20px; + } + </style> + <script> + /* Replace all @code and @link tags. */ + window.onload = function() { + document.body.innerHTML = document.body.innerHTML.replace(/\{\@code ([^\}]+)\}/g, '<code>$1</code>'); + document.body.innerHTML = document.body.innerHTML.replace(/\{\@link (([^\}]+)\.)?([^\.\}]+)\}/g, '<code>$3</code>'); + } + </script> +</head> +<body> +<p>HTML Data Transfer Objects</p> +</body> +</html> \ No newline at end of file
