http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/2c3a7cb5/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Meter.java ---------------------------------------------------------------------- diff --git a/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Meter.java b/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Meter.java deleted file mode 100644 index 7f3ac0b..0000000 --- a/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Meter.java +++ /dev/null @@ -1,26 +0,0 @@ -/*************************************************************************************************************************** - * 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/2c3a7cb5/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Nav.java ---------------------------------------------------------------------- diff --git a/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Nav.java b/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Nav.java deleted file mode 100644 index 6187d51..0000000 --- a/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Nav.java +++ /dev/null @@ -1,26 +0,0 @@ -/*************************************************************************************************************************** - * 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/2c3a7cb5/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Noscript.java ---------------------------------------------------------------------- diff --git a/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Noscript.java b/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Noscript.java deleted file mode 100644 index e5a9c45..0000000 --- a/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Noscript.java +++ /dev/null @@ -1,26 +0,0 @@ -/*************************************************************************************************************************** - * 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/2c3a7cb5/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Object.java ---------------------------------------------------------------------- diff --git a/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Object.java b/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Object.java deleted file mode 100644 index 11a3ed0..0000000 --- a/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Object.java +++ /dev/null @@ -1,26 +0,0 @@ -/*************************************************************************************************************************** - * 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/2c3a7cb5/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Ol.java ---------------------------------------------------------------------- diff --git a/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Ol.java b/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Ol.java deleted file mode 100644 index 2203849..0000000 --- a/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Ol.java +++ /dev/null @@ -1,26 +0,0 @@ -/*************************************************************************************************************************** - * 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/2c3a7cb5/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Optgroup.java ---------------------------------------------------------------------- diff --git a/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Optgroup.java b/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Optgroup.java deleted file mode 100644 index bd46cea..0000000 --- a/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Optgroup.java +++ /dev/null @@ -1,26 +0,0 @@ -/*************************************************************************************************************************** - * 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/2c3a7cb5/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Option.java ---------------------------------------------------------------------- diff --git a/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Option.java b/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Option.java deleted file mode 100644 index c00ba9c..0000000 --- a/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Option.java +++ /dev/null @@ -1,26 +0,0 @@ -/*************************************************************************************************************************** - * 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/2c3a7cb5/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Output.java ---------------------------------------------------------------------- diff --git a/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Output.java b/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Output.java deleted file mode 100644 index 920b1d3..0000000 --- a/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Output.java +++ /dev/null @@ -1,26 +0,0 @@ -/*************************************************************************************************************************** - * 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/2c3a7cb5/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/P.java ---------------------------------------------------------------------- diff --git a/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/P.java b/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/P.java deleted file mode 100644 index 86f5126..0000000 --- a/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/P.java +++ /dev/null @@ -1,26 +0,0 @@ -/*************************************************************************************************************************** - * 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/2c3a7cb5/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Param.java ---------------------------------------------------------------------- diff --git a/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Param.java b/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Param.java deleted file mode 100644 index 9ea876b..0000000 --- a/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Param.java +++ /dev/null @@ -1,26 +0,0 @@ -/*************************************************************************************************************************** - * 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/2c3a7cb5/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Pre.java ---------------------------------------------------------------------- diff --git a/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Pre.java b/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Pre.java deleted file mode 100644 index 2096a17..0000000 --- a/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Pre.java +++ /dev/null @@ -1,26 +0,0 @@ -/*************************************************************************************************************************** - * 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/2c3a7cb5/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Progress.java ---------------------------------------------------------------------- diff --git a/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Progress.java b/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Progress.java deleted file mode 100644 index 3646bee..0000000 --- a/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Progress.java +++ /dev/null @@ -1,26 +0,0 @@ -/*************************************************************************************************************************** - * 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/2c3a7cb5/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Q.java ---------------------------------------------------------------------- diff --git a/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Q.java b/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Q.java deleted file mode 100644 index add1040..0000000 --- a/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Q.java +++ /dev/null @@ -1,26 +0,0 @@ -/*************************************************************************************************************************** - * 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/2c3a7cb5/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Rp.java ---------------------------------------------------------------------- diff --git a/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Rp.java b/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Rp.java deleted file mode 100644 index fdeae0a..0000000 --- a/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Rp.java +++ /dev/null @@ -1,26 +0,0 @@ -/*************************************************************************************************************************** - * 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/2c3a7cb5/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Rt.java ---------------------------------------------------------------------- diff --git a/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Rt.java b/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Rt.java deleted file mode 100644 index 1ca64ff..0000000 --- a/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Rt.java +++ /dev/null @@ -1,26 +0,0 @@ -/*************************************************************************************************************************** - * 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/2c3a7cb5/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Ruby.java ---------------------------------------------------------------------- diff --git a/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Ruby.java b/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Ruby.java deleted file mode 100644 index ae3dc4f..0000000 --- a/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Ruby.java +++ /dev/null @@ -1,26 +0,0 @@ -/*************************************************************************************************************************** - * 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/2c3a7cb5/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/S.java ---------------------------------------------------------------------- diff --git a/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/S.java b/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/S.java deleted file mode 100644 index 7ac35f0..0000000 --- a/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/S.java +++ /dev/null @@ -1,26 +0,0 @@ -/*************************************************************************************************************************** - * 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/2c3a7cb5/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Samp.java ---------------------------------------------------------------------- diff --git a/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Samp.java b/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Samp.java deleted file mode 100644 index 2113f94..0000000 --- a/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Samp.java +++ /dev/null @@ -1,26 +0,0 @@ -/*************************************************************************************************************************** - * 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/2c3a7cb5/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Script.java ---------------------------------------------------------------------- diff --git a/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Script.java b/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Script.java deleted file mode 100644 index dcbfca2..0000000 --- a/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Script.java +++ /dev/null @@ -1,26 +0,0 @@ -/*************************************************************************************************************************** - * 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/2c3a7cb5/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Section.java ---------------------------------------------------------------------- diff --git a/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Section.java b/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Section.java deleted file mode 100644 index 6f385d3..0000000 --- a/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Section.java +++ /dev/null @@ -1,26 +0,0 @@ -/*************************************************************************************************************************** - * 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/2c3a7cb5/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Select.java ---------------------------------------------------------------------- diff --git a/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Select.java b/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Select.java deleted file mode 100644 index 621c6b4..0000000 --- a/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Select.java +++ /dev/null @@ -1,26 +0,0 @@ -/*************************************************************************************************************************** - * 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/2c3a7cb5/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Small.java ---------------------------------------------------------------------- diff --git a/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Small.java b/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Small.java deleted file mode 100644 index c55c100..0000000 --- a/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Small.java +++ /dev/null @@ -1,26 +0,0 @@ -/*************************************************************************************************************************** - * 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/2c3a7cb5/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Source.java ---------------------------------------------------------------------- diff --git a/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Source.java b/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Source.java deleted file mode 100644 index 8f5b54b..0000000 --- a/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Source.java +++ /dev/null @@ -1,26 +0,0 @@ -/*************************************************************************************************************************** - * 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/2c3a7cb5/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Span.java ---------------------------------------------------------------------- diff --git a/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Span.java b/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Span.java deleted file mode 100644 index 3a0ea97..0000000 --- a/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Span.java +++ /dev/null @@ -1,26 +0,0 @@ -/*************************************************************************************************************************** - * 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/2c3a7cb5/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Strong.java ---------------------------------------------------------------------- diff --git a/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Strong.java b/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Strong.java deleted file mode 100644 index 3e1c2da..0000000 --- a/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Strong.java +++ /dev/null @@ -1,26 +0,0 @@ -/*************************************************************************************************************************** - * 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/2c3a7cb5/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Style.java ---------------------------------------------------------------------- diff --git a/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Style.java b/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Style.java deleted file mode 100644 index 8d2b900..0000000 --- a/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Style.java +++ /dev/null @@ -1,26 +0,0 @@ -/*************************************************************************************************************************** - * 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/2c3a7cb5/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Sub.java ---------------------------------------------------------------------- diff --git a/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Sub.java b/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Sub.java deleted file mode 100644 index a074e6d..0000000 --- a/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Sub.java +++ /dev/null @@ -1,26 +0,0 @@ -/*************************************************************************************************************************** - * 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/2c3a7cb5/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Summary.java ---------------------------------------------------------------------- diff --git a/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Summary.java b/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Summary.java deleted file mode 100644 index 528859e..0000000 --- a/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Summary.java +++ /dev/null @@ -1,26 +0,0 @@ -/*************************************************************************************************************************** - * 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/2c3a7cb5/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Sup.java ---------------------------------------------------------------------- diff --git a/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Sup.java b/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Sup.java deleted file mode 100644 index abff4d7..0000000 --- a/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Sup.java +++ /dev/null @@ -1,26 +0,0 @@ -/*************************************************************************************************************************** - * 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/2c3a7cb5/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Table.java ---------------------------------------------------------------------- diff --git a/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Table.java b/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Table.java deleted file mode 100644 index 4e9c699..0000000 --- a/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Table.java +++ /dev/null @@ -1,26 +0,0 @@ -/*************************************************************************************************************************** - * 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/2c3a7cb5/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Tbody.java ---------------------------------------------------------------------- diff --git a/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Tbody.java b/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Tbody.java deleted file mode 100644 index 7987f6a..0000000 --- a/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Tbody.java +++ /dev/null @@ -1,26 +0,0 @@ -/*************************************************************************************************************************** - * 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/2c3a7cb5/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Td.java ---------------------------------------------------------------------- diff --git a/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Td.java b/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Td.java deleted file mode 100644 index 42cb8d2..0000000 --- a/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Td.java +++ /dev/null @@ -1,26 +0,0 @@ -/*************************************************************************************************************************** - * 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/2c3a7cb5/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Textarea.java ---------------------------------------------------------------------- diff --git a/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Textarea.java b/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Textarea.java deleted file mode 100644 index fbad17b..0000000 --- a/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Textarea.java +++ /dev/null @@ -1,26 +0,0 @@ -/*************************************************************************************************************************** - * 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/2c3a7cb5/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Tfoot.java ---------------------------------------------------------------------- diff --git a/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Tfoot.java b/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Tfoot.java deleted file mode 100644 index ad7ef55..0000000 --- a/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Tfoot.java +++ /dev/null @@ -1,26 +0,0 @@ -/*************************************************************************************************************************** - * 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/2c3a7cb5/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Th.java ---------------------------------------------------------------------- diff --git a/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Th.java b/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Th.java deleted file mode 100644 index 19ff38d..0000000 --- a/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Th.java +++ /dev/null @@ -1,26 +0,0 @@ -/*************************************************************************************************************************** - * 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/2c3a7cb5/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Thead.java ---------------------------------------------------------------------- diff --git a/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Thead.java b/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Thead.java deleted file mode 100644 index df9b32b..0000000 --- a/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Thead.java +++ /dev/null @@ -1,26 +0,0 @@ -/*************************************************************************************************************************** - * 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/2c3a7cb5/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Time.java ---------------------------------------------------------------------- diff --git a/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Time.java b/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Time.java deleted file mode 100644 index 1e2ee72..0000000 --- a/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Time.java +++ /dev/null @@ -1,26 +0,0 @@ -/*************************************************************************************************************************** - * 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/2c3a7cb5/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Title.java ---------------------------------------------------------------------- diff --git a/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Title.java b/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Title.java deleted file mode 100644 index 24619a8..0000000 --- a/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Title.java +++ /dev/null @@ -1,26 +0,0 @@ -/*************************************************************************************************************************** - * 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/2c3a7cb5/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Tr.java ---------------------------------------------------------------------- diff --git a/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Tr.java b/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Tr.java deleted file mode 100644 index e27d7b6..0000000 --- a/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Tr.java +++ /dev/null @@ -1,26 +0,0 @@ -/*************************************************************************************************************************** - * 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/2c3a7cb5/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Track.java ---------------------------------------------------------------------- diff --git a/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Track.java b/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Track.java deleted file mode 100644 index add86c0..0000000 --- a/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Track.java +++ /dev/null @@ -1,26 +0,0 @@ -/*************************************************************************************************************************** - * 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/2c3a7cb5/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/U.java ---------------------------------------------------------------------- diff --git a/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/U.java b/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/U.java deleted file mode 100644 index 1fa5e19..0000000 --- a/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/U.java +++ /dev/null @@ -1,26 +0,0 @@ -/*************************************************************************************************************************** - * 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/2c3a7cb5/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Ul.java ---------------------------------------------------------------------- diff --git a/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Ul.java b/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Ul.java deleted file mode 100644 index 7e4f820..0000000 --- a/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Ul.java +++ /dev/null @@ -1,26 +0,0 @@ -/*************************************************************************************************************************** - * 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/2c3a7cb5/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Var.java ---------------------------------------------------------------------- diff --git a/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Var.java b/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Var.java deleted file mode 100644 index eeaac40..0000000 --- a/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Var.java +++ /dev/null @@ -1,26 +0,0 @@ -/*************************************************************************************************************************** - * 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/2c3a7cb5/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Video.java ---------------------------------------------------------------------- diff --git a/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Video.java b/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Video.java deleted file mode 100644 index d03de13..0000000 --- a/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Video.java +++ /dev/null @@ -1,26 +0,0 @@ -/*************************************************************************************************************************** - * 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/2c3a7cb5/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Wbr.java ---------------------------------------------------------------------- diff --git a/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Wbr.java b/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Wbr.java deleted file mode 100644 index d95eaf7..0000000 --- a/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/Wbr.java +++ /dev/null @@ -1,26 +0,0 @@ -/*************************************************************************************************************************** - * 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/2c3a7cb5/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/X.java ---------------------------------------------------------------------- diff --git a/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/X.java b/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/X.java deleted file mode 100644 index 4960105..0000000 --- a/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/X.java +++ /dev/null @@ -1,26 +0,0 @@ -/*************************************************************************************************************************** - * 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/2c3a7cb5/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/package.html ---------------------------------------------------------------------- diff --git a/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/package.html b/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/package.html deleted file mode 100644 index a721d71..0000000 --- a/com.ibm.team.juno/src/main/java/org/apache/juneau/html/dto/package.html +++ /dev/null @@ -1,41 +0,0 @@ -<!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
